da0e3883008d19dfd356f8932dc53f31148284ca
[kohadocs.git] / en / manual.xml
1 <?xml version="1.0" encoding="US-ASCII"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4 <book>
5   <bookinfo id="manual">
6     <title>Koha 3.8 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>2012</year>
20
21       <holder>Nicole C. Engard/ByWater Solutions/BibLibre</holder>
22     </copyright>
23
24     <legalnotice id="manuallegal">
25       <para>This manual is licensed under the <ulink
26       url="http://www.gnu.org/licenses/gpl.html">GNU General Public License,
27       version 3</ulink> or later</para>
28
29       <para>Learn more about this license in the <link linkend="gpl">GPL3
30       Appendix</link></para>
31     </legalnotice>
32
33     <pubdate id="manualpubdate">2012</pubdate>
34   </bookinfo>
35
36   <chapter id="administration">
37     <title>Administration</title>
38
39     <section id="globalsysprefs">
40       <title>Global System Preferences</title>
41
42       <para>Global system preferences control the way your Koha system works
43       in general. Set these preferences before anything else in Koha.</para>
44
45       <itemizedlist>
46         <listitem>
47           <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
48           Global System Preferences</para>
49         </listitem>
50       </itemizedlist>
51
52       <screenshot>
53         <screeninfo>Global System Preferences Link and Search</screeninfo>
54
55         <mediaobject>
56           <imageobject>
57             <imagedata fileref="images/admin/globalprefs/prefsearch.png"/>
58           </imageobject>
59         </mediaobject>
60       </screenshot>
61
62       <para>System preferences can be searched (using any part of the
63       preference name or description) using the search box on the
64       'Administration' page or the search box at the top of each system
65       preferences page.</para>
66
67       <screenshot>
68         <screeninfo>Preferences search at the top of System Preference
69         page</screeninfo>
70
71         <mediaobject>
72           <imageobject>
73             <imagedata fileref="images/admin/globalprefs/prefsearch1.png"/>
74           </imageobject>
75         </mediaobject>
76       </screenshot>
77
78       <para>When editing preferences a '(modified)' tag will appear next to
79       items you change until you click the 'Save All' button:</para>
80
81       <screenshot>
82         <screeninfo>After editing TagsModeration the '(modified)' label
83         appears</screeninfo>
84
85         <mediaobject>
86           <imageobject>
87             <imagedata fileref="images/admin/globalprefs/saveallprefs.png"/>
88           </imageobject>
89         </mediaobject>
90       </screenshot>
91
92       <para>After saving your preferences you'll get a confirmation message
93       telling you what preferences were saved:</para>
94
95       <screenshot>
96         <screeninfo>Preference save confirmation message</screeninfo>
97
98         <mediaobject>
99           <imageobject>
100             <imagedata fileref="images/admin/globalprefs/saveconfirmation.png"/>
101           </imageobject>
102         </mediaobject>
103       </screenshot>
104
105       <para>Each section of preferences can be sorted alphabetically by
106       clicking the small down arrow to the right of the word 'Preference' in
107       the header column</para>
108
109       <screenshot>
110         <screeninfo>Sort option at the top right of each section of
111         preferences</screeninfo>
112
113         <mediaobject>
114           <imageobject>
115             <imagedata fileref="images/admin/globalprefs/sortprefs.png"/>
116           </imageobject>
117         </mediaobject>
118       </screenshot>
119
120       <para>If the preference refers to monetary values (like <link
121       linkend="maxoutstanding">maxoutstanding</link>) the currency displayed
122       will be the default you set in your <link
123       linkend="currexchangeadmin">Currency and Exchange Rate</link>
124       administration area. In the examples to follow they will all read USD
125       for U.S. Dollars.</para>
126
127       <section id="acqprefs">
128         <title>Acquisitions</title>
129
130         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
131         Global System Preferences &gt; Acquisitions</para>
132
133         <section id="acqprefspolicy">
134           <title>Policy</title>
135
136           <section id="AcqCreateItem">
137             <title>AcqCreateItem</title>
138
139             <para>Default: placing an order</para>
140
141             <para>Asks: Create an item when ___.</para>
142
143             <para>Values:</para>
144
145             <itemizedlist>
146               <listitem>
147                 <para>cataloging a record</para>
148               </listitem>
149
150               <listitem>
151                 <para>placing an order</para>
152               </listitem>
153
154               <listitem>
155                 <para>receiving an order</para>
156               </listitem>
157             </itemizedlist>
158
159             <para>Description:</para>
160
161             <itemizedlist>
162               <listitem>
163                 <para>This preference lets you decide when you'd like to
164                 create an item record in Koha. If you choose to add an item
165                 record when 'placing an order' then you will enter item
166                 information in as you place records in your basket. If you
167                 choose to add the item when 'receiving an order' you will be
168                 asked for item record information when you're receiving orders
169                 in acquisitions. If you choose to add the item when
170                 'cataloging a record' then item records will not be created in
171                 acquisitions at all, you will need to go to the cataloging
172                 module to add the items.</para>
173               </listitem>
174             </itemizedlist>
175           </section>
176
177           <section id="AcqViewBaskets">
178             <title>AcqViewBaskets</title>
179
180             <para>Default: created by staff member</para>
181
182             <para>Asks: Show baskets ___</para>
183
184             <para>Values:</para>
185
186             <itemizedlist>
187               <listitem>
188                 <para>created by staff member</para>
189               </listitem>
190
191               <listitem>
192                 <para>from staff member's branch</para>
193               </listitem>
194
195               <listitem>
196                 <para>in system, regardless of owner</para>
197               </listitem>
198             </itemizedlist>
199
200             <para>Description:</para>
201
202             <itemizedlist>
203               <listitem>
204                 <para>When in acquisitions this preference allows you to
205                 control whose baskets you can see when looking at a vendor.
206                 The default value of 'created by staff member' makes it so
207                 that you only see the baskets you created. Choosing to see
208                 baskets 'from staff member's branch' will show you the baskets
209                 created by anyone at the branch you're logged in at. Finally,
210                 you can choose to set this preference to show you all baskets
211                 regardless of who created it ('in system, regardless of
212                 owner). Regardless of which value you choose for this
213                 preference, superlibrarians can see all baskets created in the
214                 system.</para>
215               </listitem>
216             </itemizedlist>
217           </section>
218
219           <section id="BasketConfirmations">
220             <title>BasketConfirmations</title>
221
222             <para>Default: always ask for confirmation</para>
223
224             <para>Asks: When closing or reopening a basket, ___.</para>
225
226             <para>Values:</para>
227
228             <itemizedlist>
229               <listitem>
230                 <para>always ask for confirmation</para>
231               </listitem>
232
233               <listitem>
234                 <para>do not ask for confirmation</para>
235               </listitem>
236             </itemizedlist>
237
238             <para>Descriptions:</para>
239
240             <itemizedlist>
241               <listitem>
242                 <para>This preference adds the option to skip confirmations on
243                 closing and reopening a basket. If you skip the confirmation,
244                 you do not create a new basket group.</para>
245               </listitem>
246             </itemizedlist>
247           </section>
248
249           <section id="CurrencyFormat">
250             <title>CurrencyFormat</title>
251
252             <para>Default: 360,000.00 (US)</para>
253
254             <para>Asks: Display currencies using the following format
255             ___</para>
256
257             <para>Values:</para>
258
259             <itemizedlist>
260               <listitem>
261                 <para>360,000.00 (US)</para>
262               </listitem>
263
264               <listitem>
265                 <para>360 000,00 (FR)</para>
266               </listitem>
267             </itemizedlist>
268           </section>
269
270           <section id="gist">
271             <title>gist</title>
272
273             <para>Default: 0</para>
274
275             <para>Asks: The default tax rate is ___</para>
276
277             <para>Description:</para>
278
279             <itemizedlist>
280               <listitem>
281                 <para>This preference will allow the library to define a
282                 default Goods and Services Tax rate. The default of value of 0
283                 will disable this preference.</para>
284               </listitem>
285             </itemizedlist>
286
287             <para><tip>
288                 <para>Enter this value as a number (.06) versus a percent
289                 (6%).</para>
290               </tip></para>
291           </section>
292
293           <section id="UniqueItemFields">
294             <title>UniqueItemFields</title>
295
296             <para>Default: barcode</para>
297
298             <para>Asks:___ (space-separated list of fields that should be
299             unique for items, must be valid SQL fields of <ulink
300             url="http://schema.koha-community.org/tables/items.html">items</ulink>
301             table)</para>
302
303             <para>Description:</para>
304
305             <itemizedlist>
306               <listitem>
307                 <para>If this preference is left blank when adding items in
308                 acquisitions there will be no check for uniqueness. This means
309                 that a duplicate barcode can be created in acquisitions which
310                 will cause errors later when checking items in and out.</para>
311               </listitem>
312             </itemizedlist>
313           </section>
314         </section>
315
316         <section id="acqprefsprinting">
317           <title>Printing</title>
318
319           <section id="OrderPdfFormat">
320             <title>OrderPdfFormat</title>
321
322             <para>Default: pdfformat::layout2pages</para>
323
324             <para>Asks: Use ___ when printing basket groups.</para>
325           </section>
326         </section>
327       </section>
328
329       <section id="adminprefs">
330         <title>Administration</title>
331
332         <para>These preferences are general settings for your system.</para>
333
334         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
335         Global System Preferences &gt; Administration</para>
336
337         <section id="casauthentication">
338           <title>CAS Authentication</title>
339
340           <para>The Central Authentication Service (CAS) is a single sign-on
341           protocol for the web. If you don't know what this is, leave these
342           preferences set to their defaults.</para>
343
344           <section id="AllowPkiAuth">
345             <title>AllowPkiAuth</title>
346
347             <para>Default: no</para>
348
349             <para>Asks: Use ___ field for SSL client certificate
350             authentication</para>
351
352             <para>Values:</para>
353
354             <itemizedlist>
355               <listitem>
356                 <para>no</para>
357               </listitem>
358
359               <listitem>
360                 <para>the Common name</para>
361               </listitem>
362
363               <listitem>
364                 <para>the EmailAddress</para>
365               </listitem>
366             </itemizedlist>
367           </section>
368
369           <section id="casAuthentication">
370             <title>casAuthentication</title>
371
372             <para>Default: Don't use</para>
373
374             <para>Asks: ___ CAS for login authentication.</para>
375           </section>
376
377           <section id="casLogout">
378             <title>casLogout</title>
379
380             <para>Default: Don't logout</para>
381
382             <para>Asks: ___ of CAS when logging out of Koha.</para>
383           </section>
384
385           <section id="casServerUrl">
386             <title>casServerUrl</title>
387
388             <para>Asks: The CAS Authentication Server can be found at
389             ___</para>
390           </section>
391         </section>
392
393         <section id="adminprefsinterface">
394           <title>Interface options</title>
395
396           <para>These preference are related to your Koha interface</para>
397
398           <section id="DebugLevel">
399             <title>DebugLevel</title>
400
401             <para>Default: lots of</para>
402
403             <para>Asks: Show ___ debugging information in the browser when an
404             internal error occurs.</para>
405
406             <para>Values:</para>
407
408             <itemizedlist>
409               <listitem>
410                 <para>lots of - will show as much information as
411                 possible</para>
412               </listitem>
413
414               <listitem>
415                 <para>no - will only show basic error messages</para>
416               </listitem>
417
418               <listitem>
419                 <para>some - will show only some of the information
420                 available</para>
421               </listitem>
422             </itemizedlist>
423
424             <para>Description:</para>
425
426             <itemizedlist>
427               <listitem>
428                 <para>This preference determines how much information will be
429                 sent to the user's screen when the system encounters an error.
430                 The most detail will be sent when the value level is set at 2,
431                 some detail will be sent when the value is set at 1, and only
432                 a basic error message will display when the value is set at 0.
433                 This setting is especially important when a system is new and
434                 the administration is interested in working out the bugs
435                 (errors or problems) quickly. Having detailed error messages
436                 makes quick fixes more likely in problem areas.</para>
437               </listitem>
438             </itemizedlist>
439           </section>
440
441           <section id="delimiter">
442             <title>delimiter</title>
443
444             <para>Default: semicolons</para>
445
446             <para>Asks: Separate columns in an exported report file with ___
447             by default.</para>
448
449             <para>Values:</para>
450
451             <itemizedlist>
452               <listitem>
453                 <para>#'s</para>
454               </listitem>
455
456               <listitem>
457                 <para>backslashes</para>
458               </listitem>
459
460               <listitem>
461                 <para>commas</para>
462               </listitem>
463
464               <listitem>
465                 <para>semicolons</para>
466               </listitem>
467
468               <listitem>
469                 <para>slashes</para>
470               </listitem>
471
472               <listitem>
473                 <para>tabs</para>
474               </listitem>
475             </itemizedlist>
476
477             <para>Description:</para>
478
479             <itemizedlist>
480               <listitem>
481                 <para>This preference determines how reports exported from
482                 Koha will separate data. In many cases you will be able to
483                 change this option when exporting if you'd like.</para>
484               </listitem>
485             </itemizedlist>
486           </section>
487
488           <section id="KohaAdminEmailAddress">
489             <title>KohaAdminEmailAddress</title>
490
491             <para>This is the default 'From' address for emails unless there
492             is one for the particular branch, and is referred to when an
493             internal error occurs.</para>
494
495             <para>Asks: Use ___ as the email address for the administrator of
496             Koha.</para>
497
498             <para>Description:</para>
499
500             <itemizedlist>
501               <listitem>
502                 <para>This preference allows one email address to be used in
503                 warning messages set to the OPAC. If no email address is set
504                 for the branch this address will receive messages from patrons
505                 regarding modification requests, purchase suggestions, and
506                 questions or information regarding overdue notices. It is
507                 recommended that a email address that can be accessed by
508                 multiple staff members be used for this purpose so that if one
509                 librarian is out the others can address these requests. This
510                 email address can be changed when needed.</para>
511               </listitem>
512             </itemizedlist>
513           </section>
514
515           <section id="noItemTypeImages">
516             <title>noItemTypeImages</title>
517
518             <para>Default: Show</para>
519
520             <para>Asks: ___ itemtype icons in the catalog.</para>
521
522             <para>Values:</para>
523
524             <itemizedlist>
525               <listitem>
526                 <para>Shows</para>
527               </listitem>
528
529               <listitem>
530                 <para>Don't show</para>
531               </listitem>
532             </itemizedlist>
533
534             <para>Description:</para>
535
536             <itemizedlist>
537               <listitem>
538                 <para>This preference allows the system administrator to
539                 determine if users will be able to set and see an <link
540                 linkend="itemtypeadmin">item type icon</link> the catalog on
541                 both the OPAC and the Staff Client. The images will display in
542                 both the OPAC and the Staff Client/Intranet. If images of item
543                 types are disabled, text labels for item types will still
544                 appear in the OPAC and Staff Client.</para>
545               </listitem>
546             </itemizedlist>
547           </section>
548
549           <section id="virtualshelves">
550             <title>virtualshelves</title>
551
552             <para>Default: Allow</para>
553
554             <para>Asks: ___ staff and patrons to create and view saved lists
555             of books.</para>
556
557             <para>Values:</para>
558
559             <itemizedlist>
560               <listitem>
561                 <para>Allow</para>
562               </listitem>
563
564               <listitem>
565                 <para>Don't Allow</para>
566               </listitem>
567             </itemizedlist>
568
569             <para>Description:</para>
570
571             <itemizedlist>
572               <listitem>
573                 <para>This preference controls whether the lists functionality
574                 will be available in the staff client and OPAC. If this is set
575                 to "Don't allow" then no one will be able to save items to
576                 public or private lists.</para>
577               </listitem>
578             </itemizedlist>
579           </section>
580         </section>
581
582         <section id="adminprefslogin">
583           <title>Login options</title>
584
585           <para>These preferences are related to logging into your Koha
586           system</para>
587
588           <section id="AutoLocation">
589             <title>AutoLocation</title>
590
591             <para>Default: Don't require</para>
592
593             <para>Asks: ___ staff to log in from a computer in the IP address
594             range specified by their library (if any).</para>
595
596             <itemizedlist>
597               <listitem>
598                 <para>Set IP address range in the library administration
599                 area</para>
600
601                 <itemizedlist>
602                   <listitem>
603                     <para><emphasis>Get there:</emphasis> More &gt;
604                     Administration &gt; Basic Parameters &gt; <link
605                     linkend="libsgroups">Libraries &amp; Groups</link></para>
606                   </listitem>
607                 </itemizedlist>
608               </listitem>
609             </itemizedlist>
610
611             <para>Values:</para>
612
613             <itemizedlist>
614               <listitem>
615                 <para>Don't require</para>
616               </listitem>
617
618               <listitem>
619                 <para>Require</para>
620               </listitem>
621             </itemizedlist>
622
623             <para>Description:</para>
624
625             <itemizedlist>
626               <listitem>
627                 <para>This preference protects the system by blocking
628                 unauthorized users from accessing the staff client program and
629                 settings. Authorized and unauthorized users are determined by
630                 their computer's IP addresses. When the preference is set to
631                 'Require', IP authorization is in effect and unauthorized IP
632                 addresses will be blocked. This means that staff cannot work
633                 from home unless their IP address has been authorized. When
634                 set to 'Don't require', anyone with a staff client login will
635                 have access no matter which IP address they are using.</para>
636               </listitem>
637             </itemizedlist>
638           </section>
639
640           <section id="IndependantBranches">
641             <title>IndependantBranches</title>
642
643             <para>Default: Don't prevent</para>
644
645             <para>Asks: ___ staff (but not superlibrarians) from modifying
646             objects (holds, items, patrons, etc.) belonging to other
647             libraries.</para>
648
649             <para>Values:</para>
650
651             <itemizedlist>
652               <listitem>
653                 <para>Don't prevent</para>
654               </listitem>
655
656               <listitem>
657                 <para>Prevent</para>
658               </listitem>
659             </itemizedlist>
660
661             <para>Description:</para>
662
663             <itemizedlist>
664               <listitem>
665                 <para>This preference should only be used by library systems
666                 which are sharing a single Koha installation among multiple
667                 branches but are considered independent organizations, meaning
668                 they do not share material or patrons with other branches and
669                 do not plan to change that in the future. If set to 'Prevent'
670                 it increases the security between library branches by:
671                 prohibiting staff users from logging into another branch from
672                 within the staff client, filtering out patrons from patron
673                 searches who are not a part of the login branch conducting the
674                 search, limiting the location choices to the login branch when
675                 adding or modifying an item record, preventing users from
676                 other branch locations from placing holds or checking out
677                 materials from library branches other than their own, and
678                 preventing staff from editing item records which belong to
679                 other library branches. All of these security safeguards can
680                 be overridden only by the superlibrarian, the highest level of
681                 privileges.</para>
682               </listitem>
683             </itemizedlist>
684
685             <important>
686               <para>It is important that this value be set before going live
687               and that it NOT be changed</para>
688             </important>
689           </section>
690
691           <section id="insecure">
692             <title>insecure</title>
693
694             <para>Default: Don't allow</para>
695
696             <para>Asks: ___ staff to access the staff client without logging
697             in.</para>
698
699             <para>Values:</para>
700
701             <itemizedlist>
702               <listitem>
703                 <para>Allow</para>
704               </listitem>
705
706               <listitem>
707                 <para>Don't allow</para>
708               </listitem>
709             </itemizedlist>
710
711             <para>Description:</para>
712
713             <itemizedlist>
714               <listitem>
715                 <para>This preference controls whether or not authentication
716                 (user login) will be required to gain access to the staff
717                 client. If set to 'Allow', all authentication is bypassed. If
718                 set to 'Don't allow' authentication (login) on the staff
719                 client is required.</para>
720               </listitem>
721             </itemizedlist>
722
723             <important>
724               <para>Setting this to 'Allow' is dangerous, and should not be
725               done in production environments.</para>
726             </important>
727           </section>
728
729           <section id="SessionStorage">
730             <title>SessionStorage</title>
731
732             <para>Default: in the MySQL database</para>
733
734             <para>Asks: Store login session information ___</para>
735
736             <para>Values:</para>
737
738             <itemizedlist>
739               <listitem>
740                 <para>as temporary files</para>
741               </listitem>
742
743               <listitem>
744                 <para>in the MySQL database</para>
745               </listitem>
746
747               <listitem>
748                 <para>in the PostgreSQL database</para>
749
750                 <itemizedlist>
751                   <listitem>
752                     <important>
753                       <para>PostgreSQL is not yet supported</para>
754                     </important>
755                   </listitem>
756                 </itemizedlist>
757               </listitem>
758             </itemizedlist>
759
760             <para>Description:</para>
761
762             <itemizedlist>
763               <listitem>
764                 <para>This preference allows administrators to choose what
765                 format session data is stored in during web sessions.</para>
766               </listitem>
767             </itemizedlist>
768           </section>
769
770           <section id="timeout">
771             <title>timeout</title>
772
773             <para>Default: 12000000</para>
774
775             <para>Asks: Automatically log out users after ___ milliseconds of
776             inactivity.</para>
777
778             <para>Description:</para>
779
780             <itemizedlist>
781               <listitem>
782                 <para>This preference sets the length of time the Staff Client
783                 or OPAC accounts can be left inactive before re-logging in is
784                 necessary. The value of this preference is in seconds. At this
785                 time, the amount of time before a session times out must be
786                 the same for both the Staff Client and the OPAC.</para>
787               </listitem>
788             </itemizedlist>
789           </section>
790         </section>
791       </section>
792
793       <section id="authprefs">
794         <title>Authorities</title>
795
796         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
797         Global System Preferences &gt; Authorities</para>
798
799         <section id="generalauthorities">
800           <title>General</title>
801
802           <section id="AutoCreateAuthorities">
803             <title>AutoCreateAuthorities</title>
804
805             <para>Default: do not generate</para>
806
807             <para>Asks: When editing records, ___ authority records that are
808             missing.</para>
809
810             <para>Values:</para>
811
812             <itemizedlist>
813               <listitem>
814                 <para>do not generate</para>
815               </listitem>
816
817               <listitem>
818                 <para>generate</para>
819               </listitem>
820             </itemizedlist>
821
822             <important>
823               <para><link
824               linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link>
825               must be set to "allow" for this to have any effect</para>
826             </important>
827
828             <para>Description:</para>
829
830             <itemizedlist>
831               <listitem>
832                 <para>When this and <link
833                 linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link>
834                 are both turned on, automatically create authority records for
835                 headings that don't have any authority link when cataloging.
836                 When BiblioAddsAuthorities is on and AutoCreateAuthorities is
837                 turned off, do not automatically generate authority records,
838                 but allow the user to enter headings that don't match an
839                 existing authority. When BiblioAddsAuthorities is off, this
840                 has no effect.</para>
841               </listitem>
842             </itemizedlist>
843           </section>
844
845           <section id="BiblioAddsAuthorities">
846             <title>BiblioAddsAuthorities</title>
847
848             <para>Default: allow</para>
849
850             <para>Asks: When editing records, ___ them to automatically create
851             new authority records if needed, rather than having to reference
852             existing authorities.</para>
853
854             <para>Values:</para>
855
856             <itemizedlist>
857               <listitem>
858                 <para>allow</para>
859
860                 <itemizedlist>
861                   <listitem>
862                     <para>This setting allows you to type values in the fields
863                     controlled by authorities and then adds a new authority if
864                     one does not exist</para>
865                   </listitem>
866                 </itemizedlist>
867               </listitem>
868
869               <listitem>
870                 <para>don't allow</para>
871
872                 <itemizedlist>
873                   <listitem>
874                     <para>This setting will lock the authority controlled
875                     fields, forcing you to search for an authority versus
876                     allowing you to type the information in yourself.</para>
877                   </listitem>
878                 </itemizedlist>
879               </listitem>
880             </itemizedlist>
881           </section>
882
883           <section id="dontmerge">
884             <title>dontmerge</title>
885
886             <para>Default: Don't</para>
887
888             <para>Asks: ___ automatically update attached biblios when
889             changing an authority record.</para>
890
891             <para>Values:</para>
892
893             <itemizedlist>
894               <listitem>
895                 <para>Do</para>
896               </listitem>
897
898               <listitem>
899                 <para>Don't</para>
900               </listitem>
901             </itemizedlist>
902
903             <para>Description:</para>
904
905             <itemizedlist>
906               <listitem>
907                 <para>This preference tells Koha how to handle changes to your
908                 Authority records. If you edit an authority record and this
909                 preference is set to 'Do' Koha will update all of the bib
910                 records linked to the authority with the new authority
911                 record's data. If this is set to "Don't" then Koha won't edit
912                 bib records when changes are made to authorities.</para>
913               </listitem>
914             </itemizedlist>
915
916             <important>
917               <para>If this is set to merge you will need to ask your
918               administrator to enable the <link
919               linkend="mergeauthcron">merge_authorities.pl
920               cronjob</link>.</para>
921             </important>
922           </section>
923
924           <section id="MARCAuthorityControlField008">
925             <title>MARCAuthorityControlField008</title>
926
927             <para>Default: || aca||aabn | a|a d</para>
928
929             <para>Asks: Use the following text for the contents of MARC
930             authority control field 008 position 06-39 (fixed length data
931             elements).</para>
932
933             <para><important>
934                 <para>Do not include the date (position 00-05) in this
935                 preference, Koha will calculate automatically and put that in
936                 before the values in this preference.</para>
937               </important>Description:</para>
938
939             <itemizedlist>
940               <listitem>
941                 <para>This preference controls the default value in the 008
942                 field on Authority records. It does not effect bibliographic
943                 records.</para>
944               </listitem>
945             </itemizedlist>
946           </section>
947
948           <section id="UseAuthoritiesForTracings">
949             <title>UseAuthoritiesForTracings</title>
950
951             <para>Default: Don't use</para>
952
953             <para>Asks: ___ authority record numbers instead of text strings
954             for searches from subject tracings.</para>
955
956             <para>Values:</para>
957
958             <itemizedlist>
959               <listitem>
960                 <para>Don't use</para>
961
962                 <itemizedlist>
963                   <listitem>
964                     <para>Search links look for subject/author keywords
965                     (example: opac-search.pl?q=su:Business%20networks)</para>
966                   </listitem>
967                 </itemizedlist>
968               </listitem>
969
970               <listitem>
971                 <para>Use</para>
972
973                 <itemizedlist>
974                   <listitem>
975                     <para>Search links look for an authority record (example:
976                     opac-search.pl?q=an:354)</para>
977                   </listitem>
978                 </itemizedlist>
979               </listitem>
980             </itemizedlist>
981
982             <para>Description:</para>
983
984             <itemizedlist>
985               <listitem>
986                 <para>For libraries that have authority files, they may want
987                 to make it so that when a link to an authorized subject or
988                 author is clicked on the OPAC or staff client it takes the
989                 searcher only to a list of results with that authority record.
990                 Most libraries do not have complete authority files and so
991                 setting this preference to 'Don't use' will allow searchers to
992                 click on links to authors and subject headings and perform a
993                 keyword search against those fields, finding all possible
994                 relevant results instead.</para>
995               </listitem>
996             </itemizedlist>
997           </section>
998         </section>
999
1000         <section id="linkerauthorities">
1001           <title>Linker</title>
1002
1003           <para>These preference will control how Koha links bibliographic
1004           records to authority records. All bibliographic records added to
1005           Koha after these preferences are set will link automatically to
1006           authority records, for records added before these preferences are
1007           set there is a script (misc/link_bibs_to_authorities.pl) that your
1008           system administrator can run to link records together.</para>
1009
1010           <section id="CatalogModuleRelink">
1011             <title>CatalogModuleRelink</title>
1012
1013             <para>Default: Do not</para>
1014
1015             <para>Asks: ___ automatically relink headings that have previously
1016             been linked when saving records in the cataloging module.</para>
1017
1018             <para>Values:</para>
1019
1020             <itemizedlist>
1021               <listitem>
1022                 <para>Do</para>
1023               </listitem>
1024
1025               <listitem>
1026                 <para>Do not</para>
1027               </listitem>
1028             </itemizedlist>
1029
1030             <para>Description:</para>
1031
1032             <itemizedlist>
1033               <listitem>
1034                 <para>Longtime users of Koha don't expect the authority and
1035                 bib records to link consistently. This preference makes it
1036                 possible to disable authority relinking in the cataloging
1037                 module only (i.e. relinking is still possible if
1038                 link_bibs_to_authorities.pl is run). Note that though the
1039                 default behavior matches the previous behavior of Koha
1040                 (retaining links to outdated authority records), it does not
1041                 match the intended behavior (updating biblio/authority link
1042                 after bibliographic record is edited). Libraries that want the
1043                 intended behavior of authority control rather than the way
1044                 Koha used to handle linking should set CatalogModuleRelink to
1045                 'Do'. Once setting this to 'Do' the following preferences can
1046                 also be set.</para>
1047               </listitem>
1048             </itemizedlist>
1049           </section>
1050
1051           <section id="LinkerKeepStale">
1052             <title>LinkerKeepStale</title>
1053
1054             <para>Default: Do not</para>
1055
1056             <para>Asks: ___ keep existing links to authority records for
1057             headings where the linker is unable to find a match.</para>
1058
1059             <para>Values:</para>
1060
1061             <itemizedlist>
1062               <listitem>
1063                 <para>Do</para>
1064               </listitem>
1065
1066               <listitem>
1067                 <para>Do not</para>
1068               </listitem>
1069             </itemizedlist>
1070
1071             <para>Description:</para>
1072
1073             <itemizedlist>
1074               <listitem>
1075                 <para>When set to 'Do', the linker will never remove a link to
1076                 an authority record, though, depending on the value of <link
1077                 linkend="LinkerRelink">LinkerRelink</link>, it may change the
1078                 link.</para>
1079               </listitem>
1080             </itemizedlist>
1081           </section>
1082
1083           <section id="LinkerModule">
1084             <title>LinkerModule</title>
1085
1086             <para>Default: Default</para>
1087
1088             <para>Asks: Use the ___ linker module for matching headings to
1089             authority records.</para>
1090
1091             <para>Values:</para>
1092
1093             <itemizedlist>
1094               <listitem>
1095                 <para>Default</para>
1096
1097                 <itemizedlist>
1098                   <listitem>
1099                     <para>Retains Koha's previous behavior of only creating
1100                     links when there is an exact match to one and only one
1101                     authority record; if the <link
1102                     linkend="LinkerOptions">LinkerOptions</link> preference is
1103                     set to 'broader_headings', it will try to link headings to
1104                     authority records for broader headings by removing
1105                     subfields from the end of the heading</para>
1106                   </listitem>
1107                 </itemizedlist>
1108               </listitem>
1109
1110               <listitem>
1111                 <para>First match</para>
1112
1113                 <itemizedlist>
1114                   <listitem>
1115                     <para>Creates a link to the first authority record that
1116                     matches a given heading, even if there is more than one
1117                     authority record that matches</para>
1118                   </listitem>
1119                 </itemizedlist>
1120               </listitem>
1121
1122               <listitem>
1123                 <para>Last match</para>
1124
1125                 <itemizedlist>
1126                   <listitem>
1127                     <para>Creates a link to the last authority record that
1128                     matches a given heading, even if there is more than one
1129                     record that matches</para>
1130                   </listitem>
1131                 </itemizedlist>
1132               </listitem>
1133             </itemizedlist>
1134
1135             <para>Description:</para>
1136
1137             <itemizedlist>
1138               <listitem>
1139                 <para>This preference tells Koha which match to use when
1140                 searching for authority matches when saving a record.</para>
1141               </listitem>
1142             </itemizedlist>
1143           </section>
1144
1145           <section id="LinkerOptions">
1146             <title>LinkerOptions</title>
1147
1148             <para>Asks: Set the following options for the authority linker
1149             ___<important>
1150                 <para>This feature is experimental and shouldn't be used in a
1151                 production environment until further expanded upon.</para>
1152               </important></para>
1153
1154             <para>Description:</para>
1155
1156             <itemizedlist>
1157               <listitem>
1158                 <para>This is a pipe separated (|) list of options. At the
1159                 moment, the only option available is "broader_headings." With
1160                 this option set to "broader_headings", the linker will try to
1161                 match the following heading as follows:<programlisting>=600 10$aCamins-Esakov, Jared$xCoin collections$vCatalogs$vEarly works to 1800.</programlisting></para>
1162
1163                 <para>First: Camins-Esakov, Jared--Coin
1164                 collections--Catalogs--Early works to 1800</para>
1165
1166                 <para>Next: Camins-Esakov, Jared--Coin
1167                 collections--Catalogs</para>
1168
1169                 <para>Next: Camins-Esakov, Jared--Coin collections</para>
1170
1171                 <para>Next: Camins-Esakov, Jared (matches! if a previous
1172                 attempt had matched, it would not have tried this)</para>
1173               </listitem>
1174             </itemizedlist>
1175           </section>
1176
1177           <section id="LinkerRelink">
1178             <title>LinkerRelink</title>
1179
1180             <para>Default: Do</para>
1181
1182             <para>Asks: ___ relink headings that have previously been linked
1183             to authority records.</para>
1184
1185             <para>Values:</para>
1186
1187             <itemizedlist>
1188               <listitem>
1189                 <para>Do</para>
1190               </listitem>
1191
1192               <listitem>
1193                 <para>Do not</para>
1194               </listitem>
1195             </itemizedlist>
1196
1197             <para>Description:</para>
1198
1199             <itemizedlist>
1200               <listitem>
1201                 <para>When set to 'Do', the linker will confirm the links for
1202                 headings that have previously been linked to an authority
1203                 record when it runs, correcting any incorrect links it may
1204                 find. When set to 'Do not', any heading with an existing link
1205                 will be ignored, even if the existing link is invalid or
1206                 incorrect.</para>
1207               </listitem>
1208             </itemizedlist>
1209           </section>
1210         </section>
1211       </section>
1212
1213       <section id="catprefs">
1214         <title>Cataloging</title>
1215
1216         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
1217         Global System Preferences &gt; Cataloging</para>
1218
1219         <section id="catdisplayprefs">
1220           <title>Display</title>
1221
1222           <para/>
1223
1224           <section id="authoritysep">
1225             <title>authoritysep</title>
1226
1227             <para>Default: --</para>
1228
1229             <para>Asks: Separate multiple displayed authors, series or
1230             subjects with ___.</para>
1231           </section>
1232
1233           <section id="hide_marc">
1234             <title>hide_marc</title>
1235
1236             <para>Default: Display</para>
1237
1238             <para>Asks: ___ MARC tag numbers, subfield codes and indicators in
1239             MARC views.</para>
1240
1241             <para>Values:</para>
1242
1243             <itemizedlist>
1244               <listitem>
1245                 <para>Display -- shows the tag numbers on the cataloging
1246                 interface</para>
1247
1248                 <screenshot>
1249                   <screeninfo>MARC editor with tags showing</screeninfo>
1250
1251                   <mediaobject>
1252                     <imageobject>
1253                       <imagedata fileref="images/admin/globalprefs/hide_marc-display.png"/>
1254                     </imageobject>
1255                   </mediaobject>
1256                 </screenshot>
1257               </listitem>
1258
1259               <listitem>
1260                 <para>Don't display -- shows just descriptive text when
1261                 cataloging</para>
1262
1263                 <screenshot>
1264                   <screeninfo>MARC editor without tags showing</screeninfo>
1265
1266                   <mediaobject>
1267                     <imageobject>
1268                       <imagedata fileref="images/admin/globalprefs/hide_marc-dont.png"/>
1269                     </imageobject>
1270                   </mediaobject>
1271                 </screenshot>
1272               </listitem>
1273             </itemizedlist>
1274           </section>
1275
1276           <section id="IntranetBiblioDefaultView">
1277             <title>IntranetBiblioDefaultView</title>
1278
1279             <para>Default: ISBD form</para>
1280
1281             <para>Asks: By default, display biblio records in ___</para>
1282
1283             <para>Values:</para>
1284
1285             <itemizedlist>
1286               <listitem>
1287                 <para>ISBD form -- displays records in the staff client in the
1288                 old card catalog format</para>
1289
1290                 <itemizedlist>
1291                   <listitem>
1292                     <para>See <link linkend="isbdpref">ISBD</link> preference
1293                     for more information</para>
1294                   </listitem>
1295                 </itemizedlist>
1296               </listitem>
1297
1298               <listitem>
1299                 <para>Labelled MARC form -- displays records in the staff
1300                 client in MARC with text labels to explain the different
1301                 fields</para>
1302               </listitem>
1303
1304               <listitem>
1305                 <para>MARC form -- displays records in the staff client in
1306                 MARC</para>
1307               </listitem>
1308
1309               <listitem>
1310                 <para>normal form -- visual display in the staff client (for
1311                 the average person)</para>
1312               </listitem>
1313             </itemizedlist>
1314
1315             <para>Description:</para>
1316
1317             <itemizedlist>
1318               <listitem>
1319                 <para>This setting determines the bibliographic record display
1320                 when searching the catalog on the staff client. This setting
1321                 does not affect the display in the OPAC which is changed using
1322                 the <link linkend="BiblioDefaultView">BiblioDefaultView</link>
1323                 preference under the OPAC preference tab. This setting changes
1324                 the look of the record when first displayed. The MARC and ISBD
1325                 views can still be seen by clicking in the sidebar.</para>
1326               </listitem>
1327             </itemizedlist>
1328           </section>
1329
1330           <section id="isbdpref">
1331             <title>ISBD</title>
1332
1333             <para>Default: <link linkend="isbddefault">MARC21 Default
1334             Appendix</link> or <link linkend="unimarcdefault">UNIMARC Default
1335             Appendix</link></para>
1336
1337             <para>Asks: Use the following as the ISBD template:</para>
1338
1339             <para>Description:</para>
1340
1341             <itemizedlist>
1342               <listitem>
1343                 <para>This determines how the ISBD information will display.
1344                 Elements in the list can be reordered to produce a different
1345                 ISBD view. ISBD, the International Standard Bibliographic
1346                 Description, was first introduced by IFLA (International
1347                 Federation of Library Associations) in 1969 in order to
1348                 provide guidelines for descriptive cataloging. The purpose of
1349                 ISBD is to aid the international exchange of bibliographic
1350                 records for a variety of materials.</para>
1351               </listitem>
1352             </itemizedlist>
1353           </section>
1354
1355           <section id="LabelMARCView">
1356             <title>LabelMARCView</title>
1357
1358             <para>Default: Don't</para>
1359
1360             <para>Asks: ___ collapse repeated tags of the same type into one
1361             tag entry.</para>
1362
1363             <para>Values:</para>
1364
1365             <itemizedlist>
1366               <listitem>
1367                 <para>Do -- will combine all identical tag numbers under one
1368                 heading in the MARC view in the OPAC and Staff Client</para>
1369
1370                 <screenshot>
1371                   <screeninfo>MARC View in the Staff Client with LabelMARCView
1372                   set to Do</screeninfo>
1373
1374                   <mediaobject>
1375                     <imageobject>
1376                       <imagedata fileref="images/admin/globalprefs/LabelMARCView-do.png"/>
1377                     </imageobject>
1378                   </mediaobject>
1379                 </screenshot>
1380               </listitem>
1381
1382               <listitem>
1383                 <para>Don't -- will list all of the tags individually in the
1384                 MARC view in the OPAC and Staff Client</para>
1385
1386                 <screenshot>
1387                   <screeninfo>MARC View in the Staff Client with LabelMARCView
1388                   set to Don't</screeninfo>
1389
1390                   <mediaobject>
1391                     <imageobject>
1392                       <imagedata fileref="images/admin/globalprefs/LabelMARCView-dont.png"/>
1393                     </imageobject>
1394                   </mediaobject>
1395                 </screenshot>
1396               </listitem>
1397             </itemizedlist>
1398           </section>
1399
1400           <section id="OpacSuppression">
1401             <title>OpacSuppression</title>
1402
1403             <para>Default: Don't hide</para>
1404
1405             <para>Asks: ___ items marked as suppressed from OPAC search
1406             results.</para>
1407
1408             <para>Values:</para>
1409
1410             <itemizedlist>
1411               <listitem>
1412                 <para>Don't hide -- will show items in OPAC search results if
1413                 they are marked suppressed</para>
1414               </listitem>
1415
1416               <listitem>
1417                 <para>Hide -- will not show items in OPAC search results if
1418                 they're marked as suppressed</para>
1419
1420                 <itemizedlist>
1421                   <listitem>
1422                     <para>Each bib record with items you want to hide from the
1423                     OPAC simply need to have the 942n field set to 1. The
1424                     index then hides it from display in OPAC but will still
1425                     display it in the Staff Client</para>
1426                   </listitem>
1427                 </itemizedlist>
1428               </listitem>
1429             </itemizedlist>
1430
1431             <para>Description:</para>
1432
1433             <itemizedlist>
1434               <listitem>
1435                 <para>An <link linkend="authorizedvalues">authorized
1436                 value</link> for 942$n field should be set to eliminate
1437                 errors. One example would be to create an authorized value
1438                 titled SUPPRESS with a value of 0 for don't suppress and 1 for
1439                 suppress.</para>
1440               </listitem>
1441             </itemizedlist>
1442
1443             <important>
1444               <para>If this preference is set to 'hide' and you have the 942n
1445               field set to 1, it will hide the entire bib record - not just an
1446               individual item.</para>
1447             </important>
1448
1449             <important>
1450               <para>You must have the Suppress index set up in Zebra and at
1451               least one suppressed item, or your searches will be
1452               broken.</para>
1453             </important>
1454           </section>
1455
1456           <section id="URLLinkText">
1457             <title>URLLinkText</title>
1458
1459             <para>Default: Online Resource</para>
1460
1461             <para>Asks: Show ___ as the text of links embedded in MARC
1462             records.</para>
1463
1464             <para>Description:</para>
1465
1466             <itemizedlist>
1467               <listitem>
1468                 <para>If the 856 field does not have a subfield 3 or y
1469                 defined, the OPAC will say 'Click here to access online.' If
1470                 you would like the field to say something else enter that in
1471                 this field.</para>
1472               </listitem>
1473             </itemizedlist>
1474           </section>
1475
1476           <section id="UseControlNumber">
1477             <title>UseControlNumber</title>
1478
1479             <para>Default: Don't use</para>
1480
1481             <para>Asks: ___ record control number ($w subfields) and control
1482             number (001) for linking of bibliographic records.</para>
1483
1484             <para>Values:</para>
1485
1486             <itemizedlist>
1487               <listitem>
1488                 <para>Don't use</para>
1489
1490                 <itemizedlist>
1491                   <listitem>
1492                     <para>When clicking on links to titles that appear next to
1493                     'Continues' and 'Continued by' in the detail display Koha
1494                     will perform a title search</para>
1495                   </listitem>
1496                 </itemizedlist>
1497               </listitem>
1498
1499               <listitem>
1500                 <para>Use</para>
1501
1502                 <itemizedlist>
1503                   <listitem>
1504                     <para>When clicking on links to titles that appear next to
1505                     'Continues' and 'Continued by' in the detail display Koha
1506                     will perform a control number (MARC field 001)
1507                     search</para>
1508                   </listitem>
1509                 </itemizedlist>
1510               </listitem>
1511             </itemizedlist>
1512
1513             <important>
1514               <para>Unless you are going in and manually changing 773$w to
1515               match your rigorously-defined bibliographic relationships, you
1516               should set this preference to "Don't use" and instead set <link
1517               linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link> to
1518               "Display"</para>
1519             </important>
1520
1521             <para>Description:</para>
1522
1523             <itemizedlist>
1524               <listitem>
1525                 <para>If you have a serial called "Journal of Interesting
1526                 Things" which has a separate record from when it was called
1527                 "Transactions of the Interesting Stuff Society," you could add
1528                 linking fields to indicate the relationship between the two
1529                 records. UseControlNumber allows you to use your local
1530                 accession numbers for those links. In MARC21, the relevant
1531                 sections of the two records might look like
1532                 this:<programlisting>    =001    12345
1533     =110  2_$aInteresting Stuff Society.
1534     =245  10$aTransactions of the Interesting Stuff Society.
1535     =785  00$aInteresting Stuff Society$tJournal of Interesting Things.$w12346
1536      
1537     =001    12346
1538     =110  2_$aInteresting Stuff Society.
1539     =245  10$aJournal of Interesting Things.
1540     =780  00$aInteresting Stuff Society$tTransactions of the Interesting Stuff Society.$w12345</programlisting></para>
1541
1542                 <para>With UseControlNumber set to 'Use', the 78x links will
1543                 use the Control Numbers is subfield $w, instead of doing a
1544                 title search on "Journal of Interesting Things" and
1545                 "Transactions of the Interesting Stuff Society"
1546                 respectively.</para>
1547               </listitem>
1548             </itemizedlist>
1549           </section>
1550         </section>
1551
1552         <section id="catinterfaceprefs">
1553           <title>Interface</title>
1554
1555           <para/>
1556
1557           <section id="advancedMARCeditor">
1558             <title>advancedMARCeditor</title>
1559
1560             <para>Default: Don't display</para>
1561
1562             <para>Asks: ___ descriptions of fields and subfields in the MARC
1563             editor.</para>
1564
1565             <para>Description:</para>
1566
1567             <itemizedlist>
1568               <listitem>
1569                 <para>This preference determines whether or not MARC field
1570                 names will be present when editing or creating MARC
1571                 records.</para>
1572               </listitem>
1573             </itemizedlist>
1574
1575             <para>Values:</para>
1576
1577             <itemizedlist>
1578               <listitem>
1579                 <para>Display</para>
1580
1581                 <screenshot>
1582                   <screeninfo>MARC editor with text labels</screeninfo>
1583
1584                   <mediaobject>
1585                     <imageobject>
1586                       <imagedata fileref="images/admin/globalprefs/advancedMARCeditor-display.png"/>
1587                     </imageobject>
1588                   </mediaobject>
1589                 </screenshot>
1590               </listitem>
1591
1592               <listitem>
1593                 <para>Don't display</para>
1594
1595                 <screenshot>
1596                   <screeninfo>MARC editor without text labels</screeninfo>
1597
1598                   <mediaobject>
1599                     <imageobject>
1600                       <imagedata fileref="images/admin/globalprefs/advancedMARCeditor-dontdisplay.png"/>
1601                     </imageobject>
1602                   </mediaobject>
1603                 </screenshot>
1604               </listitem>
1605             </itemizedlist>
1606           </section>
1607
1608           <section id="DefaultClassificationSource">
1609             <title>DefaultClassificationSource</title>
1610
1611             <para>Default: Dewey Decimal System</para>
1612
1613             <para>Asks: Use ___ as the default classification source.</para>
1614
1615             <para>Values:</para>
1616
1617             <itemizedlist>
1618               <listitem>
1619                 <para>ANSCR (Sound Recordings)</para>
1620               </listitem>
1621
1622               <listitem>
1623                 <para>Dewey Decimal Classification</para>
1624               </listitem>
1625
1626               <listitem>
1627                 <para>Library of Congress Classification</para>
1628               </listitem>
1629
1630               <listitem>
1631                 <para>Other/Generic Classification Scheme</para>
1632               </listitem>
1633
1634               <listitem>
1635                 <para>SuDoc Classification (U.S. GPO)</para>
1636               </listitem>
1637
1638               <listitem>
1639                 <para>Universal Decimal Classification</para>
1640               </listitem>
1641             </itemizedlist>
1642           </section>
1643
1644           <section id="EasyAnalyticalRecords">
1645             <sectioninfo>
1646               <author>
1647                 <firstname id="analyticsauthor">Linda</firstname>
1648
1649                 <surname>Culberson</surname>
1650
1651                 <affiliation>
1652                   <orgname>Ms. Dept. of Archives and History</orgname>
1653                 </affiliation>
1654               </author>
1655
1656               <pubdate id="analyticspubdate">October 2011</pubdate>
1657
1658               <othercredit id="analyticseditor" role="copyeditor">
1659                 <firstname>Nicole C.</firstname>
1660
1661                 <surname>Engard</surname>
1662
1663                 <contrib id="analyticscredit">Fixed typos, changed content
1664                 where necessary and added new screenshots.</contrib>
1665               </othercredit>
1666             </sectioninfo>
1667
1668             <title>EasyAnalyticalRecords</title>
1669
1670             <para>Asks: ___ easy ways to create analytical record
1671             relationships</para>
1672
1673             <para>Default: Don't Display</para>
1674
1675             <para>Values:</para>
1676
1677             <itemizedlist>
1678               <listitem>
1679                 <para>Display</para>
1680               </listitem>
1681
1682               <listitem>
1683                 <para>Don't Display</para>
1684               </listitem>
1685             </itemizedlist>
1686
1687             <important>
1688               <para>If you decide to use this feature you'll want to make sure
1689               that your <link
1690               linkend="UseControlNumber">UseControlNumber</link> preference is
1691               set to "Don't use" or else the "Show analytics" links in the
1692               staff client and the OPAC will be broken.</para>
1693             </important>
1694
1695             <para>Description:</para>
1696
1697             <itemizedlist>
1698               <listitem>
1699                 <para>An analytic entry in a catalog is one that describes a
1700                 part of a larger work that is also described in the catalog.
1701                 In bibliographic cataloging, analytic entries may be made for
1702                 chapters in books or special issues of articles in
1703                 periodicals. In archival cataloging, analytic entries may be
1704                 made for series or items within a collection. This feature in
1705                 Koha allows for an easy way of linking analytic entries to the
1706                 host records, and this system preference adds several new menu
1707                 options to the staff cataloging detail pages to allow that to
1708                 happen.</para>
1709               </listitem>
1710             </itemizedlist>
1711           </section>
1712         </section>
1713
1714         <section id="catrecordprefs">
1715           <title>Record Structure</title>
1716
1717           <para/>
1718
1719           <section id="AlternateHoldingsField">
1720             <title>AlternateHoldingsField &amp;
1721             AlternateHoldingsSeparator</title>
1722
1723             <para>Asks: Display MARC subfield ___ as holdings information for
1724             records that do not have items, with the subfields separated by
1725             ___.</para>
1726
1727             <para>Description:</para>
1728
1729             <itemizedlist>
1730               <listitem>
1731                 <para>Sometimes libraries migrate to Koha with their holding
1732                 info in the 852 field (OCLC holdings information field) and
1733                 choose not to transfer that information into the 952 (Koha
1734                 holdings information field) because they don't plan on
1735                 circulating those items. For those libraries or other
1736                 libraries that have data in the 852 fields of their records
1737                 that they want to display, these preferences let you choose to
1738                 display holdings info from a field other than the 952 field.
1739                 The AlternateHoldingsField preference can contain multiple
1740                 subfields to look in; for instance 852abhi would look in 852
1741                 subfields a, b, h, and i.</para>
1742               </listitem>
1743
1744               <listitem>
1745                 <para>With AlternateHoldingsField set to 852abhi and
1746                 AlternateHoldingsSeparator set to a space the holdings would
1747                 look like the following:</para>
1748
1749                 <screenshot>
1750                   <screeninfo>Alternate Holdings Display</screeninfo>
1751
1752                   <mediaobject>
1753                     <imageobject>
1754                       <imagedata fileref="images/admin/globalprefs/AlternateHoldingsField.png"/>
1755                     </imageobject>
1756                   </mediaobject>
1757                 </screenshot>
1758               </listitem>
1759             </itemizedlist>
1760           </section>
1761
1762           <section id="autoBarcode">
1763             <title>autoBarcode</title>
1764
1765             <para>Default: generated in the form
1766             &lt;branchcode&gt;yymm0001</para>
1767
1768             <para>Asks: Barcodes are ___</para>
1769
1770             <para>Values:</para>
1771
1772             <itemizedlist>
1773               <listitem>
1774                 <para>generated in the form &lt;branchcode&gt;yymm0001</para>
1775               </listitem>
1776
1777               <listitem>
1778                 <para>generated in the form &lt;year&gt;-0001</para>
1779               </listitem>
1780
1781               <listitem>
1782                 <para>&lt;year&gt;-0002. generated in the form 1, 2, 3</para>
1783               </listitem>
1784
1785               <listitem>
1786                 <para>not generated automatically</para>
1787               </listitem>
1788             </itemizedlist>
1789
1790             <para>Description:</para>
1791
1792             <itemizedlist>
1793               <listitem>
1794                 <para>This setting is for libraries wishing to generate
1795                 barcodes from within Koha (as opposed to scanning in
1796                 pre-printed barcodes or manually assigning them).</para>
1797               </listitem>
1798             </itemizedlist>
1799           </section>
1800
1801           <section id="item-level_itypes">
1802             <title>item-level_itypes</title>
1803
1804             <para>Default: specific item</para>
1805
1806             <para>Asks: Use the item type of the ___ as the authoritative item
1807             type (for determining circulation and fines rules, etc).</para>
1808
1809             <para>Values:</para>
1810
1811             <itemizedlist>
1812               <listitem>
1813                 <para>biblio record</para>
1814               </listitem>
1815
1816               <listitem>
1817                 <para>specific item</para>
1818               </listitem>
1819             </itemizedlist>
1820
1821             <para>Description:</para>
1822
1823             <itemizedlist>
1824               <listitem>
1825                 <para>This preference determines whether the item type Koha
1826                 uses for issuing rules will be an attribute of the
1827                 bibliographic record or the item record. Most libraries refer
1828                 to the item record for item types. It also determines if the
1829                 item type icon appears on the OPAC search results. If you have
1830                 the preference set to 'biblio record' then Koha displays the
1831                 item type icon on the search results to the left of the result
1832                 info.</para>
1833
1834                 <screenshot>
1835                   <screeninfo>Item Type Icons to the Left of Result
1836                   Information</screeninfo>
1837
1838                   <mediaobject>
1839                     <imageobject>
1840                       <imagedata fileref="images/admin/globalprefs/item-level_itypes.png"/>
1841                     </imageobject>
1842                   </mediaobject>
1843                 </screenshot>
1844               </listitem>
1845             </itemizedlist>
1846           </section>
1847
1848           <section id="itemcallnumber">
1849             <title>itemcallnumber</title>
1850
1851             <para>Default: 082ab</para>
1852
1853             <para>Asks: Map the MARC subfield to an item's callnumber.</para>
1854
1855             <tip>
1856               <para>This can contain multiple subfields to look in; for
1857               instance 082ab would look in 082 subfields a and b.</para>
1858             </tip>
1859
1860             <para>Description:</para>
1861
1862             <itemizedlist>
1863               <listitem>
1864                 <para>This setting determines which MARC field will be used to
1865                 determine the call number that will be entered into item
1866                 records automatically (952$o). The value is set by providing
1867                 the MARC field code (050, 082, 090, 852 are all common) and
1868                 the subfield codes without the delimiters ($a, $b would be
1869                 ab).</para>
1870               </listitem>
1871             </itemizedlist>
1872
1873             <para>Examples:</para>
1874
1875             <itemizedlist>
1876               <listitem>
1877                 <para>Dewey: 082ab or 092ab; LOC: 050ab or 090ab; from the
1878                 item record: 852hi</para>
1879               </listitem>
1880             </itemizedlist>
1881           </section>
1882
1883           <section id="marcflavour">
1884             <title>marcflavour</title>
1885
1886             <para>Default: MARC21</para>
1887
1888             <para>Asks: Interpret and store MARC records in the ___
1889             format.</para>
1890
1891             <para>Description:</para>
1892
1893             <itemizedlist>
1894               <listitem>
1895                 <para>This preference defines global MARC style (MARC21 or
1896                 UNIMARC) used for encoding. MARC21 is the standard style for
1897                 the US, Canada and Britain. UNIMARC is a variation of MARC21
1898                 that is used in France, Italy, Russia, and many other
1899                 countries.</para>
1900               </listitem>
1901             </itemizedlist>
1902
1903             <para>Values:</para>
1904
1905             <itemizedlist>
1906               <listitem>
1907                 <para>MARC21</para>
1908               </listitem>
1909
1910               <listitem>
1911                 <para>UNIMARC</para>
1912               </listitem>
1913             </itemizedlist>
1914           </section>
1915
1916           <section id="MARCOrgCode">
1917             <title>MARCOrgCode</title>
1918
1919             <para>Default: OSt</para>
1920
1921             <para>Asks: Fill in the MARC organization code ___ by default in
1922             new MARC records (leave blank to disable).</para>
1923
1924             <para>Description:</para>
1925
1926             <itemizedlist>
1927               <listitem>
1928                 <para>The MARC Organization Code is used to identify libraries
1929                 with holdings of titles and more.</para>
1930               </listitem>
1931             </itemizedlist>
1932
1933             <para>Learn more and find your library's code on the <ulink
1934             url="http://www.loc.gov/marc/organizations/orgshome.html">MARC
1935             Code list for Organizations</ulink> or in Canada on the <ulink
1936             url="http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1">Canadian
1937             Symbols Directory</ulink>.</para>
1938           </section>
1939
1940           <section id="NewItemsDefaultLocation">
1941             <title>NewItemsDefaultLocation</title>
1942
1943             <para>Asks: When items are created, give them the temporary
1944             location of ___ (should be a location code, or blank to
1945             disable).</para>
1946           </section>
1947
1948           <section id="z3950NormalizeAuthor">
1949             <title>z3950NormalizeAuthor &amp; z3950AuthorAuthFields</title>
1950
1951             <para>Defaults: Don't copy &amp; 701,702,700</para>
1952
1953             <para>Asks: ___ authors from the UNIMARC ___ tags (separated by
1954             commas) to the correct author tags when importing a record using
1955             Z39.50.</para>
1956
1957             <para>Description for z3950NormalizeAuthor:</para>
1958
1959             <itemizedlist>
1960               <listitem>
1961                 <para>This preference allows for &lsquo;Personal Name
1962                 Authorities' to replace authors as the bibliographic
1963                 authority. This preference should only be considered by
1964                 libraries using UNIMARC.</para>
1965               </listitem>
1966             </itemizedlist>
1967
1968             <para>Values for z3950NormalizeAuthor:</para>
1969
1970             <itemizedlist>
1971               <listitem>
1972                 <para>Copy</para>
1973               </listitem>
1974
1975               <listitem>
1976                 <para>Don't copy</para>
1977               </listitem>
1978             </itemizedlist>
1979
1980             <para>Description for z3950AuthorAuthFields:</para>
1981
1982             <itemizedlist>
1983               <listitem>
1984                 <para>This preference defines which MARC fields will be used
1985                 for &lsquo;Personal Name Authorities' to replace authors as
1986                 the bibliographic authorities. This preference only applies to
1987                 those using UNIMARC encoding. The MARC fields selected here
1988                 will only be used if &lsquo;z3950NormalizeAuthor' is set to
1989                 &ldquo;Copy". The default field are 700, 701, and 702.</para>
1990               </listitem>
1991             </itemizedlist>
1992           </section>
1993         </section>
1994
1995         <section id="catspineprefs">
1996           <title>Spine Labels</title>
1997
1998           <para/>
1999
2000           <section id="SpineLabelAutoPrint">
2001             <title>SpineLabelAutoPrint</title>
2002
2003             <para>Default: don't</para>
2004
2005             <para>Asks: When using the quick spine label printer, ___
2006             automatically pop up a print dialog.</para>
2007
2008             <para>Values:</para>
2009
2010             <itemizedlist>
2011               <listitem>
2012                 <para>do</para>
2013               </listitem>
2014
2015               <listitem>
2016                 <para>don't</para>
2017               </listitem>
2018             </itemizedlist>
2019           </section>
2020
2021           <section id="SpineLabelFormat">
2022             <title>SpineLabelFormat</title>
2023
2024             <para>Default: &lt;itemcallnumber&gt;&lt;copynumber&gt;</para>
2025
2026             <para>Asks: Include the following fields on a quick-printed spine
2027             label: (Enter in columns from the biblio, biblioitems or items
2028             tables, surrounded by &lt; and &gt;.)</para>
2029           </section>
2030
2031           <section id="SpineLabelShowPrintOnBibDetails">
2032             <title>SpineLabelShowPrintOnBibDetails</title>
2033
2034             <para>Default: Don't display</para>
2035
2036             <para>Asks: ___ buttons on the bib details page to print item
2037             spine labels.</para>
2038
2039             <para>Values:</para>
2040
2041             <itemizedlist>
2042               <listitem>
2043                 <para>Display</para>
2044
2045                 <screenshot>
2046                   <screeninfo>'Print Label' link appears on bibliographic
2047                   record in the staff client</screeninfo>
2048
2049                   <mediaobject>
2050                     <imageobject>
2051                       <imagedata fileref="images/admin/globalprefs/SpineLabelShowPrintOnBibDetails.png"/>
2052                     </imageobject>
2053                   </mediaobject>
2054                 </screenshot>
2055               </listitem>
2056
2057               <listitem>
2058                 <para>Don't display</para>
2059               </listitem>
2060             </itemizedlist>
2061           </section>
2062         </section>
2063       </section>
2064
2065       <section id="circprefs">
2066         <title>Circulation</title>
2067
2068         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
2069         Global System Preferences &gt; Circulation</para>
2070
2071         <section id="circcheckoutpolicy">
2072           <title>Checkout Policy</title>
2073
2074           <para/>
2075
2076           <section id="AllFinesNeedOverride">
2077             <title>AllFinesNeedOverride</title>
2078
2079             <para>Default: Require</para>
2080
2081             <para>Asks: ___ staff to manually override all fines, even fines
2082             less than <link
2083             linkend="noissuescharge">noissuescharge</link>.</para>
2084
2085             <para>Values:</para>
2086
2087             <itemizedlist>
2088               <listitem>
2089                 <para>Don't require</para>
2090               </listitem>
2091
2092               <listitem>
2093                 <para>Require</para>
2094               </listitem>
2095             </itemizedlist>
2096
2097             <para>Description:</para>
2098
2099             <itemizedlist>
2100               <listitem>
2101                 <para>This preference let's you decide if you want to always
2102                 be warned that the patron has fines when checking out. If you
2103                 have it set to 'Require' then no matter how much money the
2104                 patron owes a message will pop up warning you that the patron
2105                 owes money.</para>
2106               </listitem>
2107             </itemizedlist>
2108           </section>
2109
2110           <section id="AllowFineOverride">
2111             <title>AllowFineOverride</title>
2112
2113             <para>Default: Don't allow</para>
2114
2115             <para>Asks: ___ staff to manually override and check out items to
2116             patrons who have more than <link
2117             linkend="noissuescharge">noissuescharge</link> in fines.</para>
2118
2119             <para>Values:</para>
2120
2121             <itemizedlist>
2122               <listitem>
2123                 <para>Allow</para>
2124               </listitem>
2125
2126               <listitem>
2127                 <para>Don't allow</para>
2128               </listitem>
2129             </itemizedlist>
2130
2131             <para>Description:</para>
2132
2133             <itemizedlist>
2134               <listitem>
2135                 <para>This preference lets you decide if you staff can check
2136                 out to patrons who owe more money than you usually let them
2137                 carry on their account. If set to 'Allow' staff will be warned
2138                 that the patrons owes money, but it won't stop the staff from
2139                 checking out to the patron.</para>
2140               </listitem>
2141             </itemizedlist>
2142           </section>
2143
2144           <section id="AllowItemsOnHoldCheckout">
2145             <title>AllowItemsOnHoldCheckout</title>
2146
2147             <para>Default: Don't allow</para>
2148
2149             <para>Asks: ___ checkouts of items reserved to someone else. If
2150             allowed do not generate RESERVE_WAITING and RESERVED warning. This
2151             allows self checkouts for those items.</para>
2152
2153             <para>Values:</para>
2154
2155             <itemizedlist>
2156               <listitem>
2157                 <para>Allow</para>
2158               </listitem>
2159
2160               <listitem>
2161                 <para>Don't allow</para>
2162               </listitem>
2163             </itemizedlist>
2164
2165             <important>
2166               <para>This system preference relates only to SIP based self
2167               checkout, not Koha's web based self checkout.</para>
2168             </important>
2169
2170             <para>Description:</para>
2171
2172             <itemizedlist>
2173               <listitem>
2174                 <para>When this preference is set to 'Allow' patrons will be
2175                 able to use your external self check machine to check out a
2176                 book to themselves even if it's on hold for someone else. If
2177                 you would like Koha to prevent people from checking out books
2178                 that are on hold for someone else set this preference to
2179                 "Don't allow."</para>
2180               </listitem>
2181             </itemizedlist>
2182           </section>
2183
2184           <section id="AllowNotForLoanOverride">
2185             <title>AllowNotForLoanOverride</title>
2186
2187             <para>Default: Allow</para>
2188
2189             <para>Asks: ___ staff to override and check out items that are
2190             marked as not for loan.</para>
2191
2192             <para>Values:</para>
2193
2194             <itemizedlist>
2195               <listitem>
2196                 <para>Allow</para>
2197               </listitem>
2198
2199               <listitem>
2200                 <para>Don't allow</para>
2201               </listitem>
2202             </itemizedlist>
2203
2204             <para>Description:</para>
2205
2206             <itemizedlist>
2207               <listitem>
2208                 <para>This parameter is a binary setting which controls the
2209                 ability of staff (patrons will always be prevented from
2210                 checking these items out) to check out items that are marked
2211                 as &ldquo;not for loan". Setting it to &ldquo;Allow" would
2212                 allow such items to be checked out, setting it to &ldquo;Don't
2213                 allow" would prevent this. This setting determines whether
2214                 items meant to stay in the library, such as reference
2215                 materials, and other library resources can be checked out by
2216                 patrons.</para>
2217               </listitem>
2218             </itemizedlist>
2219           </section>
2220
2221           <section id="AllowRenewalLimitOverride">
2222             <title>AllowRenewalLimitOverride</title>
2223
2224             <para>Default: Allow</para>
2225
2226             <para>Asks: ___ staff to manually override the renewal limit and
2227             renew a checkout when it would go over the renewal limit.</para>
2228
2229             <para>Values:</para>
2230
2231             <itemizedlist>
2232               <listitem>
2233                 <para>Allow</para>
2234               </listitem>
2235
2236               <listitem>
2237                 <para>Don't allow</para>
2238               </listitem>
2239             </itemizedlist>
2240
2241             <para>Description:</para>
2242
2243             <itemizedlist>
2244               <listitem>
2245                 <para>This preference is a binary setting which controls the
2246                 ability of staff to override the limits placed on the number
2247                 of times an item can be renewed. Setting it to &ldquo;Allow"
2248                 would allow such limits to be overridden, setting it to
2249                 &ldquo;Don't allow" would prevent this. This is a preference
2250                 in which if it is set to &ldquo;allow" it would allow the
2251                 library staff to use their judgment for overriding the renew
2252                 limit for special cases, setting it to &ldquo;Don't allow"
2253                 prevents an opportunity for abuse by the library staff.</para>
2254               </listitem>
2255             </itemizedlist>
2256           </section>
2257
2258           <section id="AutomaticItemReturn">
2259             <title>AutomaticItemReturn</title>
2260
2261             <para>Default: Do</para>
2262
2263             <para>Asks: ___ automatically transfer items to their home branch
2264             when they are returned.</para>
2265
2266             <para>Values:</para>
2267
2268             <itemizedlist>
2269               <listitem>
2270                 <para>Do</para>
2271               </listitem>
2272
2273               <listitem>
2274                 <para>Don't</para>
2275               </listitem>
2276             </itemizedlist>
2277
2278             <para>Description:</para>
2279
2280             <itemizedlist>
2281               <listitem>
2282                 <para>This preference is a binary setting which determines
2283                 whether an item is returned to its home branch automatically
2284                 or not. If set to &ldquo;Don't", the staff member checking an
2285                 item in at a location other than the item's home branch will
2286                 be asked whether the item will remain at the non-home branch
2287                 (in which case the new location will be marked as a holding
2288                 location) or returned. Setting it to &ldquo;Do" will ensure
2289                 that items checked in at a branch other than their home branch
2290                 will be sent to that home branch.</para>
2291               </listitem>
2292             </itemizedlist>
2293           </section>
2294
2295           <section id="CircControl">
2296             <title>CircControl</title>
2297
2298             <para>Default: the library the item is from</para>
2299
2300             <para>Asks: Use the checkout and fines rules of ___</para>
2301
2302             <para>Values:</para>
2303
2304             <itemizedlist>
2305               <listitem>
2306                 <para>the library the item is from</para>
2307
2308                 <itemizedlist>
2309                   <listitem>
2310                     <para>The circulation and fines policies will be
2311                     determined by the library that owns the item</para>
2312                   </listitem>
2313                 </itemizedlist>
2314               </listitem>
2315
2316               <listitem>
2317                 <para>the library the patron is from</para>
2318
2319                 <itemizedlist>
2320                   <listitem>
2321                     <para>The circulation and fines policies will be
2322                     determined the patron's home library</para>
2323                   </listitem>
2324                 </itemizedlist>
2325               </listitem>
2326
2327               <listitem>
2328                 <para>the library you are logged in at</para>
2329
2330                 <itemizedlist>
2331                   <listitem>
2332                     <para>The circulation and fines policies will be
2333                     determined by the library that checked the item out to the
2334                     patron</para>
2335                   </listitem>
2336                 </itemizedlist>
2337               </listitem>
2338             </itemizedlist>
2339           </section>
2340
2341           <section id="HomeOrHoldingBranch">
2342             <title>HomeOrHoldingBranch</title>
2343
2344             <para>Default: the library the item was checked out from</para>
2345
2346             <para>Asks: Use the checkout and fines rules of ___</para>
2347
2348             <para>Description:</para>
2349
2350             <itemizedlist>
2351               <listitem>
2352                 <para>This preference establishes what may be done with a
2353                 loaned item once the item has been returned. It deals with
2354                 situations in which one library branch has borrowed materials
2355                 from a different branch. Essentially it decides whether a
2356                 library may check the borrowed item back out to its patron or
2357                 if it must immediately send the item back to the owning
2358                 location.</para>
2359               </listitem>
2360             </itemizedlist>
2361
2362             <para>Values:</para>
2363
2364             <itemizedlist>
2365               <listitem>
2366                 <para>the library the item is from</para>
2367               </listitem>
2368
2369               <listitem>
2370                 <para>the library the item was checked out from</para>
2371               </listitem>
2372             </itemizedlist>
2373
2374             <important>
2375               <para>It is not recommend that this setting be changed after
2376               initial setup of Koha</para>
2377             </important>
2378
2379             <important>
2380               <para>This preference does nothing unless the
2381               IndependantBranches preference is set to 'Prevent'.</para>
2382             </important>
2383
2384             <itemizedlist>
2385               <listitem>
2386                 <para><emphasis>Get there: </emphasis>More &gt; Administration
2387                 &gt; Global System Preferences &gt; Admin &gt; <link
2388                 linkend="IndependantBranches">IndependantBranches</link></para>
2389               </listitem>
2390             </itemizedlist>
2391           </section>
2392
2393           <section id="InProcessingToShelvingCart">
2394             <title>InProcessingToShelvingCart</title>
2395
2396             <para>Default: Don't move</para>
2397
2398             <para>Asks: ___ items that have the location PROC to the location
2399             CART when they are checked in.</para>
2400
2401             <para>Values:</para>
2402
2403             <itemizedlist>
2404               <listitem>
2405                 <para>Don't move</para>
2406               </listitem>
2407
2408               <listitem>
2409                 <para>Move</para>
2410               </listitem>
2411             </itemizedlist>
2412           </section>
2413
2414           <section id="IssuingInProcess">
2415             <title>IssuingInProcess</title>
2416
2417             <para>Default: Don't prevent</para>
2418
2419             <para>Asks: ___ patrons from checking out an item whose rental
2420             charge would take them over the limit.</para>
2421
2422             <para>Values:</para>
2423
2424             <itemizedlist>
2425               <listitem>
2426                 <para>Don't prevent</para>
2427               </listitem>
2428
2429               <listitem>
2430                 <para>Prevent</para>
2431               </listitem>
2432             </itemizedlist>
2433
2434             <para>Description:</para>
2435
2436             <itemizedlist>
2437               <listitem>
2438                 <para>This preference determines if a patron can check items
2439                 out if there is an overdue fine on the account and any of the
2440                 materials the patron wishes to check out will potentially tip
2441                 the account balance over the maximum fines policy the library
2442                 has in place.</para>
2443               </listitem>
2444             </itemizedlist>
2445
2446             <para>Example: Your library has a $5 limit set for 'fines' (ie,
2447             after incurring $5 in fines, a patron can no longer check out
2448             items). A patron comes to the desk with 5 items to check out (4
2449             books and a video) The patron has $4 in charges already on their
2450             account. One of the videos has a rental charge of $1, therefore
2451             making the total fines on the patron's account suddenly $5 (the
2452             limit).</para>
2453           </section>
2454
2455           <section id="maxoutstanding">
2456             <title>maxoutstanding</title>
2457
2458             <para>Default: 5</para>
2459
2460             <para>Asks: Prevent patrons from making holds on the OPAC if they
2461             owe more than ___ USD in fines.</para>
2462           </section>
2463
2464           <section id="noissuescharge">
2465             <title>noissuescharge</title>
2466
2467             <para>Default: 5</para>
2468
2469             <para>Asks: Prevent patrons from checking out books if they have
2470             more than ___ USD in fines.</para>
2471
2472             <para>Description:</para>
2473
2474             <itemizedlist>
2475               <listitem>
2476                 <para>This preference is the maximum amount of money owed to
2477                 the library before the user is banned from borrowing more
2478                 items. This also coincides with <link
2479                 linkend="maxoutstanding">maxoutstanding</link> that limits
2480                 patrons from placing holds when the maximum amount is owed to
2481                 the library.</para>
2482               </listitem>
2483             </itemizedlist>
2484           </section>
2485
2486           <section id="OverduesBlockCirc">
2487             <title>OverduesBlockCirc</title>
2488
2489             <para>Default: Ask for confirmation</para>
2490
2491             <para>Asks: ___ when checking out to a borrower that has overdues
2492             outstanding</para>
2493
2494             <para>Values:</para>
2495
2496             <itemizedlist>
2497               <listitem>
2498                 <para>Ask for confirmation</para>
2499
2500                 <itemizedlist>
2501                   <listitem>
2502                     <para>Will not let you check an item out to patrons with
2503                     overdues until a librarian confirms that it is okay</para>
2504                   </listitem>
2505                 </itemizedlist>
2506               </listitem>
2507
2508               <listitem>
2509                 <para>Block</para>
2510
2511                 <itemizedlist>
2512                   <listitem>
2513                     <para>Block all patrons with overdue items from being able
2514                     to check out</para>
2515                   </listitem>
2516                 </itemizedlist>
2517               </listitem>
2518
2519               <listitem>
2520                 <para>Don't block</para>
2521
2522                 <itemizedlist>
2523                   <listitem>
2524                     <para>Allow all patrons with overdue items to continue to
2525                     check out</para>
2526                   </listitem>
2527                 </itemizedlist>
2528               </listitem>
2529             </itemizedlist>
2530           </section>
2531
2532           <section id="OverdueNoticeBcc">
2533             <title>OverdueNoticeBcc</title>
2534
2535             <para>Asks: Send all notices as a BCC to this email address
2536             ___</para>
2537
2538             <para>This preference makes it so that a librarian can get a copy
2539             of every notice sent out to patrons.<tip>
2540                 <para>If you'd like more than one person to receive the blind
2541                 copy you can simply enter in multiple email addresses
2542                 separated by commas.</para>
2543               </tip></para>
2544           </section>
2545
2546           <section id="PrintNoticesMaxLines">
2547             <title>PrintNoticesMaxLines</title>
2548
2549             <para>Asks: Include up to ___ item lines in a printed overdue
2550             notice.</para>
2551
2552             <note>
2553               <para>If the number of items is greater than this number, the
2554               notice will end with a warning asking the borrower to check
2555               their online account for a full list of overdue items.</para>
2556             </note>
2557
2558             <tip>
2559               <para>Set to 0 to include all overdue items in the notice, no
2560               matter how many there are.</para>
2561             </tip>
2562
2563             <important>
2564               <para>This preference only refers to the print notices, not
2565               those sent via email.</para>
2566             </important>
2567           </section>
2568
2569           <section id="RenewalPeriodBase">
2570             <title>RenewalPeriodBase</title>
2571
2572             <para>Default: the old due date of the checkout</para>
2573
2574             <para>Asks: When renewing checkouts, base the new due date on
2575             ___</para>
2576
2577             <para>Values:</para>
2578
2579             <itemizedlist>
2580               <listitem>
2581                 <para>the old due date of the checkout</para>
2582               </listitem>
2583
2584               <listitem>
2585                 <para>the current date</para>
2586               </listitem>
2587             </itemizedlist>
2588           </section>
2589
2590           <section id="ReturnBeforeExpiry">
2591             <title>ReturnBeforeExpiry</title>
2592
2593             <para>Default: Don't require</para>
2594
2595             <para>Asks: ___ patrons to return books before their accounts
2596             expire (by restricting due dates to before the patron's expiration
2597             date).</para>
2598
2599             <para>Values:</para>
2600
2601             <itemizedlist>
2602               <listitem>
2603                 <para>Don't require</para>
2604               </listitem>
2605
2606               <listitem>
2607                 <para>Require</para>
2608               </listitem>
2609             </itemizedlist>
2610
2611             <para>Description:</para>
2612
2613             <itemizedlist>
2614               <listitem>
2615                 <para>This is preference may prevent a patron from having
2616                 items checked out after their library card has expired. If
2617                 this is set to &ldquo;Require", then a due date of any checked
2618                 out item can not be set for a date which falls after the
2619                 patron's card expiration. If the setting is left &ldquo;Don't
2620                 require" then item check out dates may exceed the expiration
2621                 date for the patron's library card.</para>
2622               </listitem>
2623             </itemizedlist>
2624           </section>
2625
2626           <section id="ReturnToShelvingCart">
2627             <title>ReturnToShelvingCart</title>
2628
2629             <para>Default: Don't move</para>
2630
2631             <para>Asks: ___ all items to the location CART when they are
2632             checked in.</para>
2633
2634             <para>Values:</para>
2635
2636             <itemizedlist>
2637               <listitem>
2638                 <para>Don't move</para>
2639               </listitem>
2640
2641               <listitem>
2642                 <para>Move</para>
2643               </listitem>
2644             </itemizedlist>
2645           </section>
2646
2647           <section id="TransfersMaxDaysWarning">
2648             <title>TransfersMaxDaysWarning</title>
2649
2650             <para>Default: 3</para>
2651
2652             <para>Asks: Show a warning on the "Transfers to Receive" screen if
2653             the transfer has not been received ___ days after it is
2654             sent.</para>
2655
2656             <para>Description:</para>
2657
2658             <itemizedlist>
2659               <listitem>
2660                 <para>The TransferMaxDaysWarning preference is set at a
2661                 default number of days. This preference allows for a warning
2662                 to appear after a set amount of time if an item being
2663                 transferred between library branches has not been received.
2664                 The warning will appear in the <link
2665                 linkend="transferstoreceive">Transfers to Receive</link>
2666                 report.</para>
2667               </listitem>
2668             </itemizedlist>
2669           </section>
2670
2671           <section id="UseBranchTransferLimits">
2672             <title>UseBranchTransferLimits &amp;
2673             BranchTransferLimitsType</title>
2674
2675             <para>Defaults: Don't enforce &amp; collection code</para>
2676
2677             <para>Asks: ___ branch transfer limits based on ___</para>
2678
2679             <para>UseBranchTransferLimits Values:</para>
2680
2681             <itemizedlist>
2682               <listitem>
2683                 <para>Don't enforce</para>
2684               </listitem>
2685
2686               <listitem>
2687                 <para>Enforce</para>
2688               </listitem>
2689             </itemizedlist>
2690
2691             <para>BranchTransferLimitsType Values:</para>
2692
2693             <itemizedlist>
2694               <listitem>
2695                 <para>collection code</para>
2696               </listitem>
2697
2698               <listitem>
2699                 <para>item type</para>
2700               </listitem>
2701             </itemizedlist>
2702
2703             <para>BranchTransferLimitsType Description:</para>
2704
2705             <itemizedlist>
2706               <listitem>
2707                 <para>This parameter is a binary setting which determines
2708                 whether items are transferred according to item type or
2709                 collection code. This value determines how the library manager
2710                 is able to restrict what items can be transferred between the
2711                 branches.</para>
2712               </listitem>
2713             </itemizedlist>
2714           </section>
2715
2716           <section id="useDaysMode">
2717             <title>useDaysMode</title>
2718
2719             <para>Default: Don't include</para>
2720
2721             <para>Asks: Calculate the due date using ___.</para>
2722
2723             <para>Values:</para>
2724
2725             <itemizedlist>
2726               <listitem>
2727                 <para>circulation rules only.</para>
2728               </listitem>
2729
2730               <listitem>
2731                 <para>the calendar to push the due date to the next open
2732                 day.</para>
2733               </listitem>
2734
2735               <listitem>
2736                 <para>the calendar to skip all days the library is
2737                 closed.</para>
2738               </listitem>
2739             </itemizedlist>
2740
2741             <para>Description:</para>
2742
2743             <itemizedlist>
2744               <listitem>
2745                 <para>This preference controls how scheduled library closures
2746                 affect the due date of a material. The 'the calendar to skip
2747                 all days the library is closed' setting allows for a scheduled
2748                 closure not to count as a day in the loan period, the
2749                 'circulation rules only' setting would not consider the
2750                 scheduled closure at all, and 'the calendar to push the due
2751                 date to the next open day' would only effect the due date if
2752                 the day the item is due would fall specifically on the day of
2753                 closure.</para>
2754               </listitem>
2755             </itemizedlist>
2756
2757             <para>Example:</para>
2758
2759             <itemizedlist>
2760               <listitem>
2761                 <para>The library has put December 24th and 25th in as
2762                 closures on the calendar. A book checked out by a patron has a
2763                 due date of December 25th according to the circulation and
2764                 fine rules. If this preference is set to 'circulation rules
2765                 only' then the item will remain due on the 25th. If the
2766                 preference is set to 'the calendar to push the due date to the
2767                 next open day' then the due date will be December 26th. If the
2768                 preference is set to 'the calendar to skip all days the
2769                 library is closed' then the due date will be pushed to the
2770                 27th of December to accommodate for the two closed
2771                 days.</para>
2772               </listitem>
2773             </itemizedlist>
2774
2775             <para>The calendar is defined on a branch by branch basis. To
2776             learn more about the calendar, check out the '<link
2777             linkend="calholidays">Calendar &amp; Holidays</link>' section of
2778             this manual.</para>
2779           </section>
2780         </section>
2781
2782         <section id="circfinespolicy">
2783           <title>Fines Policy</title>
2784
2785           <para/>
2786
2787           <section id="finesCalendar">
2788             <title>finesCalendar</title>
2789
2790             <para>Default: not including the days the library is closed</para>
2791
2792             <para>Asks: Calculate fines based on days overdue ___</para>
2793
2794             <para>Values:</para>
2795
2796             <itemizedlist>
2797               <listitem>
2798                 <para>directly</para>
2799               </listitem>
2800
2801               <listitem>
2802                 <para>not including the days the library is closed</para>
2803               </listitem>
2804             </itemizedlist>
2805
2806             <para>Description:</para>
2807
2808             <itemizedlist>
2809               <listitem>
2810                 <para>This preference will determine whether or not fines will
2811                 be accrued during instances when the library is closed.
2812                 Examples include holidays, library in-service days, etc.
2813                 Choosing 'not including the days the library is closed"
2814                 setting will enable Koha to access its <link
2815                 linkend="calholidays">Calendar</link> module and be
2816                 considerate of dates when the library is closed. To make use
2817                 of this setting the administrator must first access Koha's
2818                 calendar and mark certain days as &ldquo;holidays" ahead of
2819                 time.</para>
2820               </listitem>
2821             </itemizedlist>
2822
2823             <para>The calendar is defined on a branch by branch basis. To
2824             learn more about the calendar, check out the '<link
2825             linkend="calholidays">Calendar &amp; Holidays</link>' section of
2826             this manual.</para>
2827           </section>
2828
2829           <section id="finesMode">
2830             <title>finesMode</title>
2831
2832             <para>Default: Calculate (but only for mailing to the
2833             admin)</para>
2834
2835             <para>Asks: ___ fines</para>
2836
2837             <para>Values:</para>
2838
2839             <itemizedlist>
2840               <listitem>
2841                 <para>Calculate (but only for mailing to the admin)</para>
2842               </listitem>
2843
2844               <listitem>
2845                 <para>Calculate and charge</para>
2846               </listitem>
2847
2848               <listitem>
2849                 <para>Don't calculate</para>
2850               </listitem>
2851             </itemizedlist>
2852
2853             <important>
2854               <para>Requires that you have the fines cron job running
2855               (misc/cronjobs/fines.pl)</para>
2856             </important>
2857           </section>
2858         </section>
2859
2860         <section id="circholdspolicy">
2861           <title>Holds Policy</title>
2862
2863           <para/>
2864
2865           <section id="AllowHoldDateInFuture">
2866             <title>AllowHoldDateInFuture</title>
2867
2868             <para>Default: Allow</para>
2869
2870             <para>Asks: ___ hold requests to be placed that do not enter the
2871             waiting list until a certain future date.</para>
2872
2873             <para>Values:</para>
2874
2875             <itemizedlist>
2876               <listitem>
2877                 <para>Allow</para>
2878               </listitem>
2879
2880               <listitem>
2881                 <para>Don't allow</para>
2882               </listitem>
2883             </itemizedlist>
2884           </section>
2885
2886           <section id="AllowHoldsOnDamagedItems">
2887             <title>AllowHoldsOnDamagedItems</title>
2888
2889             <para>Default: Allow</para>
2890
2891             <para>Asks: ___ hold requests to be placed on damaged
2892             items.</para>
2893
2894             <para>Values:</para>
2895
2896             <itemizedlist>
2897               <listitem>
2898                 <para>Allow</para>
2899               </listitem>
2900
2901               <listitem>
2902                 <para>Don't allow</para>
2903               </listitem>
2904             </itemizedlist>
2905
2906             <para>Description:</para>
2907
2908             <itemizedlist>
2909               <listitem>
2910                 <para>This parameter is a binary setting which controls
2911                 whether or not hold requests can be placed on items that are
2912                 marked as &ldquo;damaged" (items are marked as damaged by
2913                 editing subfield 4 on the item record). Setting this value to
2914                 &ldquo;Don't allow" will prevent anyone from placing a hold on
2915                 such items, setting it to &ldquo;Allow" will allow it. This
2916                 preference is important because it determines whether or not a
2917                 patron can place a request for an item that might be in the
2918                 process of being repaired or not in good condition. The
2919                 library may wish to set this to &ldquo;Don't allow" if they
2920                 were concerned about their patrons not receiving the item in a
2921                 timely manner or at all (if it is determined that the item is
2922                 beyond repair). Setting it to &ldquo;Allow" would allow a
2923                 patron to place a hold on an item and therefore receive it as
2924                 soon as it becomes available.</para>
2925               </listitem>
2926             </itemizedlist>
2927           </section>
2928
2929           <section id="AllowHoldPolicyOverride">
2930             <title>AllowHoldPolicyOverride</title>
2931
2932             <para>Default: Allow</para>
2933
2934             <para>Asks: ___ staff to override hold policies when placing
2935             holds.</para>
2936
2937             <para>Values:</para>
2938
2939             <itemizedlist>
2940               <listitem>
2941                 <para>Allow</para>
2942               </listitem>
2943
2944               <listitem>
2945                 <para>Don't allow</para>
2946               </listitem>
2947             </itemizedlist>
2948
2949             <para>Description:</para>
2950
2951             <itemizedlist>
2952               <listitem>
2953                 <para>This preference is a binary setting which controls
2954                 whether or not the library staff can override the circulation
2955                 and fines rules as they pertain to the placement of holds.
2956                 Setting this value to &ldquo;Don't allow" will prevent anyone
2957                 from overriding, setting it to &ldquo;Allow" will allow it.
2958                 This setting is important because it determines how strict the
2959                 libraries rules for placing holds are. If this is set to
2960                 &ldquo;Allow", exceptions can be made for patrons who are
2961                 otherwise normally in good standing with the library, but
2962                 there is opportunity for the staff to abuse this function. If
2963                 it is set to &ldquo;Don't allow", no abuse of the system is
2964                 possible, but it makes the system entirely inflexible in
2965                 respect to holds.</para>
2966               </listitem>
2967             </itemizedlist>
2968           </section>
2969
2970           <section id="AllowOnShelfHolds">
2971             <title>AllowOnShelfHolds</title>
2972
2973             <para>Default: Allow</para>
2974
2975             <para>Asks: ___ hold requests to be placed on items that are not
2976             checked out.</para>
2977
2978             <para>Values:</para>
2979
2980             <itemizedlist>
2981               <listitem>
2982                 <para>Allow</para>
2983               </listitem>
2984
2985               <listitem>
2986                 <para>Don't Allow</para>
2987               </listitem>
2988             </itemizedlist>
2989
2990             <para>Description:</para>
2991
2992             <itemizedlist>
2993               <listitem>
2994                 <para>This preference is a binary setting which controls the
2995                 ability of patrons to place holds on items that are not
2996                 currently checked out. Setting it to &ldquo;Don't allow"
2997                 allows borrowers to place holds on items that are checked out
2998                 but not on items that are on the shelf (or assumed available
2999                 in the library), setting it to &ldquo;Allow" allows borrowers
3000                 to place holds on any item that is available for loan whether
3001                 it is checked out or not. This setting might be set to "Allow"
3002                 if the library system is a multi branch system and patrons
3003                 used the hold system to request items from other libraries, or
3004                 if the library wanted to allow users to place holds on items
3005                 from home through the OPAC. Setting it to &ldquo;Don't allow"
3006                 would enforce a first come, first served standard.</para>
3007               </listitem>
3008             </itemizedlist>
3009           </section>
3010
3011           <section id="AutoResumeSuspendedHolds">
3012             <title>AutoResumeSuspendedHolds</title>
3013
3014             <para>Default: Allow</para>
3015
3016             <para>Asks: ___ suspended holds to be automatically resumed by a
3017             set date.</para>
3018
3019             <para>Values:</para>
3020
3021             <itemizedlist>
3022               <listitem>
3023                 <para>Allow</para>
3024               </listitem>
3025
3026               <listitem>
3027                 <para>Don't allow</para>
3028               </listitem>
3029             </itemizedlist>
3030
3031             <para>Description:</para>
3032
3033             <itemizedlist>
3034               <listitem>
3035                 <para>If this preference is set to 'Allow' then all suspended
3036                 holds will be able to have a date at which they automatically
3037                 become unsuspended. If you have this preference set to 'Allow'
3038                 you will also need the <link
3039                 linkend="unsuspendholdcron">Unsuspend Holds</link> cron job
3040                 running.</para>
3041               </listitem>
3042             </itemizedlist>
3043           </section>
3044
3045           <section id="canreservefromotherbranches">
3046             <title>canreservefromotherbranches</title>
3047
3048             <para>Default: Allow</para>
3049
3050             <para>Asks: ___ a user from one library to place a hold on an item
3051             from another library</para>
3052
3053             <para>Description:</para>
3054
3055             <itemizedlist>
3056               <listitem>
3057                 <para>This preference is a binary setting which determines
3058                 whether patrons can place holds on items from other branches.
3059                 If the preference is set to &ldquo;Allow" patrons can place
3060                 such holds, if it is set to &ldquo;Don't allow" they cannot.
3061                 This is an important setting because it determines if users
3062                 can use Koha to request items from another branch. If the
3063                 library is sharing an installation of Koha with other
3064                 independent libraries which do not wish to allow interlibrary
3065                 borrowing it is recommended that this parameter be set to
3066                 &ldquo;Don't allow".</para>
3067               </listitem>
3068             </itemizedlist>
3069
3070             <para>Values:</para>
3071
3072             <itemizedlist>
3073               <listitem>
3074                 <para>Allow</para>
3075               </listitem>
3076
3077               <listitem>
3078                 <para>Don't allow (with <link
3079                 linkend="IndependantBranches">independent
3080                 branches</link>)</para>
3081               </listitem>
3082             </itemizedlist>
3083           </section>
3084
3085           <section id="DisplayMultiPlaceHold">
3086             <title>DisplayMultiPlaceHold</title>
3087
3088             <para>Default: Don't enable</para>
3089
3090             <para>Asks: ___ the ability to place holds on multiple biblio from
3091             the search results</para>
3092
3093             <para>Values:</para>
3094
3095             <itemizedlist>
3096               <listitem>
3097                 <para>Don't enable</para>
3098               </listitem>
3099
3100               <listitem>
3101                 <para>Enable</para>
3102               </listitem>
3103             </itemizedlist>
3104           </section>
3105
3106           <section id="emailLibrarianWhenHoldIsPlaced">
3107             <title>emailLibrarianWhenHoldIsPlaced</title>
3108
3109             <para>Default: Don't enable</para>
3110
3111             <para>Asks: ___ sending an email to the Koha administrator email
3112             address whenever a hold request is placed.</para>
3113
3114             <para>Values:</para>
3115
3116             <itemizedlist>
3117               <listitem>
3118                 <para>Don't enable</para>
3119               </listitem>
3120
3121               <listitem>
3122                 <para>Enable</para>
3123               </listitem>
3124             </itemizedlist>
3125
3126             <para>Description:</para>
3127
3128             <itemizedlist>
3129               <listitem>
3130                 <para>This preference enables Koha to email the library staff
3131                 whenever a patron requests an item to be held. While this
3132                 function will immediately alert the librarian to the patron's
3133                 need, it is extremely impractical in most library settings. In
3134                 most libraries the hold lists are monitored and maintained
3135                 from a separate interface. That said, many libraries that
3136                 allow on shelf holds prefer to have this preference turned on
3137                 so that they are alerted to pull an item from the
3138                 shelf.</para>
3139               </listitem>
3140             </itemizedlist>
3141
3142             <important>
3143               <para>In order for this email to send you must have a <link
3144               linkend="notices">notice</link> template with the code of
3145               HOLDSPLACED</para>
3146             </important>
3147
3148             <important>
3149               <para>This notice will only be sent if the <link
3150               linkend="msgqueuecron">process_message_queue.pl cronjob</link>
3151               being run periodically to send the messages.</para>
3152             </important>
3153           </section>
3154
3155           <section id="ExpireReservesMaxPickUpDelay">
3156             <title>ExpireReservesMaxPickUpDelay</title>
3157
3158             <para>Default: Don't allow</para>
3159
3160             <para>Asks: ___ holds to expire automatically if they have not
3161             been picked by within the time period specified in <link
3162             linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link></para>
3163
3164             <para>Values:</para>
3165
3166             <itemizedlist>
3167               <listitem>
3168                 <para>Allow</para>
3169               </listitem>
3170
3171               <listitem>
3172                 <para>Don't allow</para>
3173               </listitem>
3174             </itemizedlist>
3175
3176             <para>Description:</para>
3177
3178             <itemizedlist>
3179               <listitem>
3180                 <para>If set to 'allow' this will cancel holds that have been
3181                 waiting for longer than the number of days specified in the
3182                 <link
3183                 linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link>
3184                 system preference. Holds will only be cancelled if the <link
3185                 linkend="expiredholdscron">Expire Holds cron job</link> is
3186                 runnning.</para>
3187               </listitem>
3188             </itemizedlist>
3189           </section>
3190
3191           <section id="ExpireReservesMaxPickUpDelayCharge">
3192             <title>ExpireReservesMaxPickUpDelayCharge</title>
3193
3194             <para>Default: 0</para>
3195
3196             <para>Asks: If using <link
3197             linkend="ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</link>,
3198             charge a borrower who allows his or her waiting hold to expire a
3199             fee of ___ USD</para>
3200
3201             <para>Description:</para>
3202
3203             <itemizedlist>
3204               <listitem>
3205                 <para>If you are expiring holds that have been waiting too
3206                 long you can use this preference to charge the patron for not
3207                 picking up their hold. If you don't charge patrons for items
3208                 that aren't picked up you can leave this set to the default
3209                 which is 0. Holds will only be cancelled and charged if the
3210                 <link linkend="expiredholdscron">Expire Holds cron job</link>
3211                 is running.</para>
3212               </listitem>
3213             </itemizedlist>
3214           </section>
3215
3216           <section id="maxreserves">
3217             <title>maxreserves</title>
3218
3219             <para>Default: 50</para>
3220
3221             <para>Asks: Patrons can only have ___ holds at once.</para>
3222           </section>
3223
3224           <section id="OPACAllowHoldDateInFuture">
3225             <title>OPACAllowHoldDateInFuture</title>
3226
3227             <para>Default: Allow</para>
3228
3229             <para>Asks: ___ patrons to place holds that don't enter the
3230             waiting list until a certain future date.</para>
3231
3232             <para>Values:</para>
3233
3234             <itemizedlist>
3235               <listitem>
3236                 <para>Allow</para>
3237
3238                 <itemizedlist>
3239                   <listitem>
3240                     <para><link
3241                     linkend="AllowHoldDateInFuture">AllowHoldDateInFuture</link>
3242                     must also be enabled for this to work</para>
3243                   </listitem>
3244                 </itemizedlist>
3245               </listitem>
3246
3247               <listitem>
3248                 <para>Don't allow</para>
3249               </listitem>
3250             </itemizedlist>
3251           </section>
3252
3253           <section id="OPACAllowUserToChooseBranch">
3254             <title>OPACAllowUserToChooseBranch</title>
3255
3256             <para>Default: Allow</para>
3257
3258             <para>Asks: ___ a user to choose the branch to pick up a hold
3259             from.</para>
3260
3261             <para>Values:</para>
3262
3263             <itemizedlist>
3264               <listitem>
3265                 <para>Allow</para>
3266               </listitem>
3267
3268               <listitem>
3269                 <para>Don't allow</para>
3270               </listitem>
3271             </itemizedlist>
3272
3273             <para>Description:</para>
3274
3275             <itemizedlist>
3276               <listitem>
3277                 <para>Changing this preference will not prevent staff from
3278                 being able to transfer titles from one branch to another to
3279                 fill a hold, it will only prevent patrons from saying they
3280                 plan on picking a book up at a branch other than their home
3281                 branch.</para>
3282               </listitem>
3283             </itemizedlist>
3284           </section>
3285
3286           <section id="ReservesControlBranch">
3287             <title>ReservesControlBranch</title>
3288
3289             <para>Default: item's home library</para>
3290
3291             <para>Asks: Check the ___ to see if the patron can place a hold on
3292             the item.</para>
3293
3294             <para>Values:</para>
3295
3296             <itemizedlist>
3297               <listitem>
3298                 <para>item's home library.</para>
3299               </listitem>
3300
3301               <listitem>
3302                 <para>patron's home library.</para>
3303               </listitem>
3304             </itemizedlist>
3305           </section>
3306
3307           <section id="ReservesMaxPickUpDelay">
3308             <title>ReservesMaxPickUpDelay</title>
3309
3310             <para>Default: 7</para>
3311
3312             <para>Asks: Mark a hold as problematic if it has been waiting for
3313             more than ___ days.</para>
3314
3315             <para>Description:</para>
3316
3317             <itemizedlist>
3318               <listitem>
3319                 <para>This preference (based on calendar days, not the <link
3320                 linkend="calholidays">Koha holiday calendar</link>) puts an
3321                 expiration date on an item a patron has on hold. After this
3322                 expiration date the staff will have the option to release the
3323                 unclaimed hold which then may be returned to the library shelf
3324                 or issued to the next patron on the item's hold list. Items
3325                 that are 'expired' by this preference are moved to the 'Holds
3326                 Over' tab on the '<link linkend="holdspickup">Holds Awaiting
3327                 Pickup</link>' report.</para>
3328               </listitem>
3329             </itemizedlist>
3330           </section>
3331
3332           <section id="ReservesNeedReturns">
3333             <title>ReservesNeedReturns</title>
3334
3335             <para>Default: Don't automatically</para>
3336
3337             <para>Asks: ___ mark holds as found and waiting when a hold is
3338             placed specifically on them and they are already checked
3339             in.</para>
3340
3341             <para>Values:</para>
3342
3343             <itemizedlist>
3344               <listitem>
3345                 <para>Automatically</para>
3346               </listitem>
3347
3348               <listitem>
3349                 <para>Don't automatically</para>
3350               </listitem>
3351             </itemizedlist>
3352
3353             <para>Description:</para>
3354
3355             <itemizedlist>
3356               <listitem>
3357                 <para>This preference refers to &lsquo;item specific' holds
3358                 where the item is currently on the library shelf. This
3359                 preference allows a library to decide whether an &lsquo;item
3360                 specific' hold is marked as &ldquo;Waiting" at the time the
3361                 hold is placed or if the item will be marked as
3362                 &ldquo;Waiting" after the item is checked in. This preference
3363                 will tell the patron that their item is &lsquo;Waiting' for
3364                 them at their library and ready for check out.</para>
3365               </listitem>
3366             </itemizedlist>
3367           </section>
3368
3369           <section id="holdqueueweight">
3370             <title>StaticHoldsQueueWeight &amp;
3371             RandomizeHoldsQueueWeight</title>
3372
3373             <para>StaticHoldsQueueWeight Default: 0</para>
3374
3375             <para>RandomizeHoldsQueueWeight Default: in that order</para>
3376
3377             <para>Asks: Satisfy holds from the libraries ___ (as branchcodes,
3378             separated by commas; if empty, uses all libraries) ___</para>
3379
3380             <para>RandomizeHoldsQueueWeight Values:</para>
3381
3382             <itemizedlist>
3383               <listitem>
3384                 <para>in random order</para>
3385
3386                 <itemizedlist>
3387                   <listitem>
3388                     <para>If StaticHoldsQueueWeight is left at the default
3389                     Koha will randomize all libraries, otherwise it will
3390                     randomize the libraries listed.</para>
3391                   </listitem>
3392                 </itemizedlist>
3393               </listitem>
3394
3395               <listitem>
3396                 <para>in that order</para>
3397
3398                 <itemizedlist>
3399                   <listitem>
3400                     <para>If StaticHoldsQueueWeight is left at the default
3401                     then this will use all of your branches in alphabetical
3402                     order, otherwise it will use the branches in the order
3403                     that you entered them in the StaticHoldsQueueWeight
3404                     preference.</para>
3405                   </listitem>
3406                 </itemizedlist>
3407               </listitem>
3408             </itemizedlist>
3409
3410             <para>Descriptions:</para>
3411
3412             <itemizedlist>
3413               <listitem>
3414                 <para>These preferences control how the <link
3415                 linkend="holdsqueue">Holds Queue report</link> is generated
3416                 using <link linkend="buildholdscron">a cron job</link>.</para>
3417
3418                 <para>If you do not want all of your libraries to participate
3419                 in the on-shelf holds fulfillment process, you should list the
3420                 the libraries that *do* participate in the process here by
3421                 inputting all the participating library's branchcodes,
3422                 separated by commas ( e.g. "MPL,CPL,SPL,BML" etc. ).</para>
3423
3424                 <para>By default, the holds queue will be generated such that
3425                 the system will first attempt to hold fulfillment using items
3426                 already at the pickup library if possible. If there are no
3427                 items available at the pickup library to fill a hold,
3428                 build_holds_queue.pl will then use the list of libraries
3429                 defined in StaticHoldsQueueWeight. If
3430                 RandomizeHoldsQueueWeight is disabled ( which it is by default
3431                 ), the script will assign fulfillment requests in the order
3432                 the branches are placed in the StaticHoldsQueueWeight system
3433                 preference.</para>
3434
3435                 <para>For example, if your system has three libraries, of
3436                 varying sizes ( small, medium and large ) and you want the
3437                 burden of holds fulfillment to be on larger libraries before
3438                 smaller libraries, you would want StaticHoldsQueueWeight to
3439                 look something like "LRG,MED,SML".</para>
3440
3441                 <para>If you want the burden of holds fulfillment to be spread
3442                 out equally throughout your library system, simply enable
3443                 RandomizeHoldsQueueWeight. When this system preference is
3444                 enabled, the order in which libraries will be requested to
3445                 fulfill an on-shelf hold will be randomized each time the list
3446                 is regenerated.</para>
3447
3448                 <para>Leaving StaticHoldsQueueWeight empty is contraindicated
3449                 at this time. Doing so will cause the build_holds_queue script
3450                 to ignore RandomizeHoldsQueueWeight, causing the script to
3451                 request hold fulfillment not randomly, but by alphabetical
3452                 order.</para>
3453               </listitem>
3454             </itemizedlist>
3455           </section>
3456
3457           <section id="SuspendHoldsIntranet">
3458             <title>SuspendHoldsIntranet</title>
3459
3460             <para>Default: Allow</para>
3461
3462             <para>Asks: ___ holds to be suspended from the intranet.</para>
3463
3464             <para>Values:</para>
3465
3466             <itemizedlist>
3467               <listitem>
3468                 <para>Allow</para>
3469               </listitem>
3470
3471               <listitem>
3472                 <para>Don't allow</para>
3473               </listitem>
3474             </itemizedlist>
3475
3476             <para>Description:</para>
3477
3478             <itemizedlist>
3479               <listitem>
3480                 <para>The holds suspension feature can be turned on and off in
3481                 the staff client by altering this system preference. If this
3482                 is set to 'allow' you will want to set the <link
3483                 linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
3484                 system preference.</para>
3485               </listitem>
3486             </itemizedlist>
3487           </section>
3488
3489           <section id="SuspendHoldsOpac">
3490             <title>SuspendHoldsOpac</title>
3491
3492             <para>Default: Allow</para>
3493
3494             <para>Asks: ___ holds to be suspended from the OPAC.</para>
3495
3496             <para>Values:</para>
3497
3498             <itemizedlist>
3499               <listitem>
3500                 <para>Allow</para>
3501               </listitem>
3502
3503               <listitem>
3504                 <para>Don't allow</para>
3505               </listitem>
3506             </itemizedlist>
3507
3508             <para>Description:</para>
3509
3510             <itemizedlist>
3511               <listitem>
3512                 <para>The holds suspension feature can be turned on and off in
3513                 the OPAC by altering this system preference. If this is set to
3514                 'allow' you will want to set the <link
3515                 linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
3516                 system preference.</para>
3517               </listitem>
3518             </itemizedlist>
3519           </section>
3520         </section>
3521
3522         <section id="circinterfaceprefs">
3523           <title>Interface</title>
3524
3525           <para/>
3526
3527           <section id="AllowAllMessageDeletion">
3528             <title>AllowAllMessageDeletion</title>
3529
3530             <para>Default: Don't allow</para>
3531
3532             <para>Asks: ___ staff to delete messages added from other
3533             libraries.</para>
3534
3535             <para>Values:</para>
3536
3537             <itemizedlist>
3538               <listitem>
3539                 <para>Allow</para>
3540               </listitem>
3541
3542               <listitem>
3543                 <para>Don't allow</para>
3544               </listitem>
3545             </itemizedlist>
3546           </section>
3547
3548           <section id="CircAutocompl">
3549             <title>CircAutocompl</title>
3550
3551             <para>Default: Try</para>
3552
3553             <para>Asks: ___ to automatically fill in the member when entering
3554             a patron search on the circulation screen.</para>
3555
3556             <para>Description:</para>
3557
3558             <itemizedlist>
3559               <listitem>
3560                 <para>This preference is a binary setting which determines
3561                 whether auto-completion of fields is enabled or disabled for
3562                 the circulation input field. Setting it to &ldquo;Try" would
3563                 enable a staff member to begin typing a name or other value
3564                 into the field and have a menu pop up with suggestions for
3565                 completing it. Setting it to &ldquo;Don't try" would disable
3566                 this feature. This preference can make staff members' jobs
3567                 easier or it could potentially slow down the page loading
3568                 process.</para>
3569               </listitem>
3570             </itemizedlist>
3571
3572             <para>Values:</para>
3573
3574             <itemizedlist>
3575               <listitem>
3576                 <para>Don't try</para>
3577               </listitem>
3578
3579               <listitem>
3580                 <para>Try</para>
3581
3582                 <screenshot>
3583                   <screeninfo>When CircAutocompl is turned on search results
3584                   will appear below the search box</screeninfo>
3585
3586                   <mediaobject>
3587                     <imageobject>
3588                       <imagedata fileref="images/admin/globalprefs/CircAutocompl.png"/>
3589                     </imageobject>
3590                   </mediaobject>
3591                 </screenshot>
3592               </listitem>
3593             </itemizedlist>
3594           </section>
3595
3596           <section id="CircAutoPrintQuickSlip">
3597             <title>CircAutoPrintQuickSlip</title>
3598
3599             <para>Default: open a print quick slip window</para>
3600
3601             <para>Asks: When an empty barcode field is submitted in
3602             circulation ___</para>
3603
3604             <para>Values:</para>
3605
3606             <itemizedlist>
3607               <listitem>
3608                 <para>clear the screen</para>
3609               </listitem>
3610
3611               <listitem>
3612                 <para>open a print quick slip window</para>
3613               </listitem>
3614             </itemizedlist>
3615
3616             <para>Description:</para>
3617
3618             <itemizedlist>
3619               <listitem>
3620                 <para>If this preference is set to open a quick slip for
3621                 printing it will eliminate the need for the librarian to click
3622                 the print button to generate a checkout receipt for the patron
3623                 they're checking out to. If the preference is set to clear the
3624                 screen then "checking out" an empty barcode will clear the
3625                 screen of the patron you were last working with.</para>
3626               </listitem>
3627             </itemizedlist>
3628           </section>
3629
3630           <section id="FilterBeforeOverdueReport">
3631             <title>FilterBeforeOverdueReport</title>
3632
3633             <para>Default: Don't require</para>
3634
3635             <para>Asks: ___ staff to choose which checkouts to show before
3636             running the overdues report.</para>
3637
3638             <para>Description:</para>
3639
3640             <itemizedlist>
3641               <listitem>
3642                 <para>Koha's overdue report shows you all of the overdue items
3643                 in your library system. If you have a large library system
3644                 you'll want to set this preference to 'Require' to force those
3645                 running the report to first limit the data generated to a
3646                 branch, date range, patron category or other such filter.
3647                 Requiring that the report be filtered before it's run prevents
3648                 your staff from running a system heavy report and slowing down
3649                 other operations in the system.</para>
3650
3651                 <screenshot>
3652                   <screeninfo>Overdue Report Filters</screeninfo>
3653
3654                   <mediaobject>
3655                     <imageobject>
3656                       <imagedata fileref="images/admin/globalprefs/FilterBeforeOverdueReport.png"/>
3657                     </imageobject>
3658                   </mediaobject>
3659                 </screenshot>
3660               </listitem>
3661             </itemizedlist>
3662
3663             <para>Values:</para>
3664
3665             <itemizedlist>
3666               <listitem>
3667                 <para>Don't require</para>
3668               </listitem>
3669
3670               <listitem>
3671                 <para>Require</para>
3672               </listitem>
3673             </itemizedlist>
3674           </section>
3675
3676           <section id="FineNotifyAtCheckin">
3677             <title>FineNotifyAtCheckin</title>
3678
3679             <para>Default: Don't notify</para>
3680
3681             <para>Asks: ___ librarians of overdue fines on the items they are
3682             checking in.</para>
3683
3684             <para>Values:</para>
3685
3686             <itemizedlist>
3687               <listitem>
3688                 <para>Don't notify</para>
3689               </listitem>
3690
3691               <listitem>
3692                 <para>Notify</para>
3693               </listitem>
3694             </itemizedlist>
3695
3696             <para>Description:</para>
3697
3698             <itemizedlist>
3699               <listitem>
3700                 <para>With this preference set to 'Notify' all books that have
3701                 overdue fines owed on them will pop up a warning when checking
3702                 them in. This warning will need to acknowledged before you can
3703                 continue checking items in. With this preference set to 'Don't
3704                 notify,' you will still see fines owed on the patron record,
3705                 you just won't have an additional notification at check
3706                 in.</para>
3707
3708                 <screenshot>
3709                   <screeninfo>Fine notification at checkin</screeninfo>
3710
3711                   <mediaobject>
3712                     <imageobject>
3713                       <imagedata fileref="images/admin/globalprefs/FineNotifyAtCheckin.png"/>
3714                     </imageobject>
3715                   </mediaobject>
3716                 </screenshot>
3717               </listitem>
3718             </itemizedlist>
3719           </section>
3720
3721           <section id="DisplayClearScreenButton">
3722             <title>DisplayClearScreenButton</title>
3723
3724             <para>Default: Show</para>
3725
3726             <para>Asks: ___ a button to clear the current patron from the
3727             screen on the circulation screen.</para>
3728
3729             <para>Values:</para>
3730
3731             <itemizedlist>
3732               <listitem>
3733                 <para>Don't show</para>
3734
3735                 <screenshot>
3736                   <screeninfo>No X in the top right</screeninfo>
3737
3738                   <mediaobject>
3739                     <imageobject>
3740                       <imagedata fileref="images/admin/globalprefs/DisplayClearScreenButtonOff.png"/>
3741                     </imageobject>
3742                   </mediaobject>
3743                 </screenshot>
3744               </listitem>
3745
3746               <listitem>
3747                 <para>Show</para>
3748
3749                 <screenshot>
3750                   <screeninfo>X in the top right will clear the
3751                   screen</screeninfo>
3752
3753                   <mediaobject>
3754                     <imageobject>
3755                       <imagedata fileref="images/admin/globalprefs/DisplayClearScreenButton.png"/>
3756                     </imageobject>
3757                   </mediaobject>
3758                 </screenshot>
3759               </listitem>
3760             </itemizedlist>
3761           </section>
3762
3763           <section id="itemBarcodeInputFilter">
3764             <title>itemBarcodeInputFilter</title>
3765
3766             <para>Default: Don't filter</para>
3767
3768             <para>Asks: ___ scanned patron barcodes.</para>
3769
3770             <para>Values:</para>
3771
3772             <itemizedlist>
3773               <listitem>
3774                 <para>Convert from CueCat format</para>
3775               </listitem>
3776
3777               <listitem>
3778                 <para>Don't filter</para>
3779               </listitem>
3780
3781               <listitem>
3782                 <para>Remove spaces from</para>
3783               </listitem>
3784
3785               <listitem>
3786                 <para>Remove the first number from T-prefix style</para>
3787
3788                 <itemizedlist>
3789                   <listitem>
3790                     <para>This format is common among those libraries
3791                     migrating from Follett systems</para>
3792                   </listitem>
3793                 </itemizedlist>
3794               </listitem>
3795             </itemizedlist>
3796           </section>
3797
3798           <section id="NoticeCSS">
3799             <title>NoticeCSS</title>
3800
3801             <para>Asks: Include the stylesheet at ___ on Notices.<important>
3802                 <para>This should be a complete URL, starting with
3803                 http://</para>
3804               </important></para>
3805
3806             <para>Description:</para>
3807
3808             <itemizedlist>
3809               <listitem>
3810                 <para>If you would like to style your notices with a
3811                 consistent set of fonts and colors you can use this preference
3812                 to point Koha to a stylesheet specifically for your
3813                 notices.</para>
3814               </listitem>
3815             </itemizedlist>
3816           </section>
3817
3818           <section id="numReturnedItemsToShow">
3819             <title>numReturnedItemsToShow</title>
3820
3821             <para>Default: 20</para>
3822
3823             <para>Asks : Show the ___ last returned items on the checkin
3824             screen.</para>
3825           </section>
3826
3827           <section id="previousIssuesDefaultSortOrder">
3828             <title>previousIssuesDefaultSortOrder</title>
3829
3830             <para>Default: earliest to latest</para>
3831
3832             <para>Asks: Sort previous checkouts on the circulation page from
3833             ___ due date.</para>
3834
3835             <para>Values:</para>
3836
3837             <itemizedlist>
3838               <listitem>
3839                 <para>earliest to latest</para>
3840               </listitem>
3841
3842               <listitem>
3843                 <para>latest to earliest</para>
3844               </listitem>
3845             </itemizedlist>
3846           </section>
3847
3848           <section id="RecordLocalUseOnReturn">
3849             <title>RecordLocalUseOnReturn</title>
3850
3851             <para>Default: Don't record</para>
3852
3853             <para>Asks: ___ local use when an unissued item is checked
3854             in.</para>
3855
3856             <para>Values:</para>
3857
3858             <itemizedlist>
3859               <listitem>
3860                 <para>Don't record</para>
3861               </listitem>
3862
3863               <listitem>
3864                 <para>Record</para>
3865               </listitem>
3866             </itemizedlist>
3867
3868             <para>Description:</para>
3869
3870             <itemizedlist>
3871               <listitem>
3872                 <para>When this preference is set to "Don't record" you can
3873                 record local use of items by checking items out to the
3874                 statistical patron. With this preference set to "Record" you
3875                 can record local use by checking out to the statistical patron
3876                 and/or by checking in a book that is not currently checked
3877                 out.</para>
3878               </listitem>
3879             </itemizedlist>
3880           </section>
3881
3882           <section id="soundon">
3883             <title>soundon</title>
3884
3885             <para>Default: Don't enable</para>
3886
3887             <para>Asks: ___ circulation sounds during checkin and checkout in
3888             the staff interface.</para>
3889
3890             <para>Values:</para>
3891
3892             <itemizedlist>
3893               <listitem>
3894                 <para>Don't enable</para>
3895               </listitem>
3896
3897               <listitem>
3898                 <para>Enable</para>
3899               </listitem>
3900             </itemizedlist>
3901
3902             <para><important>
3903                 <para>This feature is not supported by all browsers. Requires
3904                 an HTML5 compliant browser.</para>
3905               </important></para>
3906           </section>
3907
3908           <section id="SpecifyDueDate">
3909             <title>SpecifyDueDate</title>
3910
3911             <para>Default: Allow</para>
3912
3913             <para>Asks: ___ staff to specify a due date for a checkout.</para>
3914
3915             <para>Due dates are calculated using your circulation and fines
3916             rules, but staff can override that if you allow them to specify a
3917             due date at checkout.</para>
3918
3919             <para>Description:</para>
3920
3921             <itemizedlist>
3922               <listitem>
3923                 <para>This preference allows for circulation staff to change a
3924                 due date from the automatic due date to another calendar date.
3925                 This option would be used for circumstances in which the due
3926                 date may need to be decreased or extended in a specific
3927                 circumstance. The &ldquo;Allow" setting would allow for this
3928                 option to be utilized by staff, the &ldquo;Don't allow"
3929                 setting would bar staff from changing the due date on
3930                 materials.</para>
3931               </listitem>
3932             </itemizedlist>
3933
3934             <para>Values:</para>
3935
3936             <itemizedlist>
3937               <listitem>
3938                 <para>Allow</para>
3939
3940                 <screenshot>
3941                   <screeninfo>Specify Due Date Box Shows</screeninfo>
3942
3943                   <mediaobject>
3944                     <imageobject>
3945                       <imagedata fileref="images/admin/globalprefs/SpecifyDueDate.png"/>
3946                     </imageobject>
3947                   </mediaobject>
3948                 </screenshot>
3949               </listitem>
3950
3951               <listitem>
3952                 <para>Don't allow</para>
3953
3954                 <screenshot>
3955                   <screeninfo>Specify Due Date Box Doesn't Show</screeninfo>
3956
3957                   <mediaobject>
3958                     <imageobject>
3959                       <imagedata fileref="images/admin/globalprefs/SpecifyDueDate-no.png"/>
3960                     </imageobject>
3961                   </mediaobject>
3962                 </screenshot>
3963               </listitem>
3964             </itemizedlist>
3965           </section>
3966
3967           <section id="todaysIssuesDefaultSortOrder">
3968             <title>todaysIssuesDefaultSortOrder</title>
3969
3970             <para>Default: latest to earliest</para>
3971
3972             <para>Asks: Sort today's checkouts on the circulation page from
3973             ___ due date.</para>
3974
3975             <para>Values:</para>
3976
3977             <itemizedlist>
3978               <listitem>
3979                 <para>earliest to latest</para>
3980               </listitem>
3981
3982               <listitem>
3983                 <para>latest to earliest</para>
3984               </listitem>
3985             </itemizedlist>
3986           </section>
3987
3988           <section id="UseTablesortForCirc">
3989             <title>UseTablesortForCirc</title>
3990
3991             <para>Default: Don't enable</para>
3992
3993             <para>Asks: ___ the sorting of current patron checkouts on the
3994             circulation screen.</para>
3995
3996             <para>Values:</para>
3997
3998             <itemizedlist>
3999               <listitem>
4000                 <para>Don't enable</para>
4001               </listitem>
4002
4003               <listitem>
4004                 <para>Enable</para>
4005               </listitem>
4006             </itemizedlist>
4007
4008             <important>
4009               <para>Enabling this function may slow down circulation time for
4010               patrons with many checkouts.</para>
4011             </important>
4012           </section>
4013
4014           <section id="WaitingNotifyAtCheckin">
4015             <title>WaitingNotifyAtCheckin</title>
4016
4017             <para>Default: Don't notify</para>
4018
4019             <para>Asks: ___ librarians of waiting holds for the patron whose
4020             items they are checking in.</para>
4021
4022             <para>Values:</para>
4023
4024             <itemizedlist>
4025               <listitem>
4026                 <para>Don't notify</para>
4027               </listitem>
4028
4029               <listitem>
4030                 <para>Notify</para>
4031
4032                 <screenshot>
4033                   <screeninfo>Notification that a hold is waiting</screeninfo>
4034
4035                   <mediaobject>
4036                     <imageobject>
4037                       <imagedata fileref="images/admin/globalprefs/WaitingNotifyAtCheckin.png"/>
4038                     </imageobject>
4039                   </mediaobject>
4040                 </screenshot>
4041               </listitem>
4042             </itemizedlist>
4043
4044             <para>Description:</para>
4045
4046             <itemizedlist>
4047               <listitem>
4048                 <para>When checking in books you can choose whether or not to
4049                 have a notice pop up if the patron who returned the book has a
4050                 hold waiting for pick up. If you choose 'Notify' for
4051                 WaitingNotifyAtCheckin then every time a hold is found for the
4052                 patron who had the book out last a message will appear on your
4053                 check in screen.</para>
4054               </listitem>
4055             </itemizedlist>
4056           </section>
4057         </section>
4058
4059         <section id="circscoprefs">
4060           <title>Self Checkout</title>
4061
4062           <para/>
4063
4064           <section id="AllowSelfCheckReturns">
4065             <title>AllowSelfCheckReturns</title>
4066
4067             <para>Default: Don't allow</para>
4068
4069             <para>Asks: ___ patrons to return items through web-based self
4070             checkout system.</para>
4071
4072             <para>Values:</para>
4073
4074             <itemizedlist>
4075               <listitem>
4076                 <para>Allow</para>
4077               </listitem>
4078
4079               <listitem>
4080                 <para>Don't allow</para>
4081               </listitem>
4082             </itemizedlist>
4083
4084             <para>Description:</para>
4085
4086             <itemizedlist>
4087               <listitem>
4088                 <para>This preference is used to determine if you want patrons
4089                 to be allowed to return items through your self check
4090                 machines. By default Koha's self check interface is simply for
4091                 checking items out.</para>
4092               </listitem>
4093             </itemizedlist>
4094           </section>
4095
4096           <section id="AutoSelfCheckAllowed">
4097             <title>AutoSelfCheckAllowed, AutoSelfCheckID &amp;
4098             AutoSelfCheckPass</title>
4099
4100             <important>
4101               <para>Most libraries will want to leave this set to 'Don't
4102               allow.' This preference turns off the requirement to log into
4103               the self checkout machine with a staff username and password by
4104               storing the username and password for automatic login.</para>
4105             </important>
4106
4107             <para>AutoSelfCheckAllowed Default: Don't allow</para>
4108
4109             <para>Asks: ___ the web-based self checkout system to
4110             automatically login with this staff login ___ and this password
4111             ___ .</para>
4112
4113             <para>AutoSelfCheckAllowed Values:</para>
4114
4115             <itemizedlist>
4116               <listitem>
4117                 <para>Allow</para>
4118               </listitem>
4119
4120               <listitem>
4121                 <para>Don't allow</para>
4122               </listitem>
4123             </itemizedlist>
4124
4125             <para>AutoSelfCheckID needs to be set to the username of a staff
4126             member with 'circulate' <link
4127             linkend="patronpermissions">permissions</link>.</para>
4128
4129             <para>AutoSelfCheckPass needs to be set to the password of a staff
4130             member with 'circulate' <link
4131             linkend="patronpermissions">permissions</link>.</para>
4132           </section>
4133
4134           <section id="SelfCheckHelpMessage">
4135             <title>SelfCheckHelpMessage</title>
4136
4137             <para>Asks: Include the following HTML in the Help page of the
4138             web-based self checkout system</para>
4139
4140             <para>Description:</para>
4141
4142             <itemizedlist>
4143               <listitem>
4144                 <para>Clicking the 'Help' link in the top right of the self
4145                 checkout interface opens up a three step process for using the
4146                 self check interface. Adding HTML to this system preference
4147                 will print that additional help text above what's already
4148                 included.</para>
4149               </listitem>
4150             </itemizedlist>
4151           </section>
4152
4153           <section id="SelfCheckoutByLogin">
4154             <title>SelfCheckoutByLogin</title>
4155
4156             <para>Default: Barcode</para>
4157
4158             <para>Asks: Have patrons login into the web-based self checkout
4159             system with their ___</para>
4160
4161             <para>Values:</para>
4162
4163             <itemizedlist>
4164               <listitem>
4165                 <para>Barcode</para>
4166
4167                 <screenshot>
4168                   <screeninfo>Self Checkout Patron Card Number</screeninfo>
4169
4170                   <mediaobject>
4171                     <imageobject>
4172                       <imagedata fileref="images/circ/selfcheckout.png"/>
4173                     </imageobject>
4174                   </mediaobject>
4175                 </screenshot>
4176               </listitem>
4177
4178               <listitem>
4179                 <para>Username and password</para>
4180
4181                 <screenshot>
4182                   <screeninfo>Shelf checkout by login</screeninfo>
4183
4184                   <mediaobject>
4185                     <imageobject>
4186                       <imagedata fileref="images/circ/SelfCheckoutByLogin.png"/>
4187                     </imageobject>
4188                   </mediaobject>
4189                 </screenshot>
4190               </listitem>
4191             </itemizedlist>
4192
4193             <para>Description:</para>
4194
4195             <itemizedlist>
4196               <listitem>
4197                 <para>This preference lets you decide how your patrons will
4198                 log in to the self checkout machine. Barcode is the patron's
4199                 card number and their username and password is set using the
4200                 opac/staff username and password fields on the patron
4201                 record.</para>
4202               </listitem>
4203             </itemizedlist>
4204           </section>
4205
4206           <section id="SelfCheckTimeout">
4207             <title>SelfCheckTimeout</title>
4208
4209             <para>Default: 120</para>
4210
4211             <para>Asks: Time out the current patron's web-based self checkout
4212             system login after ___ seconds.</para>
4213
4214             <para>Description:</para>
4215
4216             <itemizedlist>
4217               <listitem>
4218                 <para>After the machine is idle for the time entered in this
4219                 preference the self check out system will log out the current
4220                 patron and return to the starting screen.</para>
4221               </listitem>
4222             </itemizedlist>
4223           </section>
4224
4225           <section id="ShowPatronImageInWebBasedSelfCheck">
4226             <title>ShowPatronImageInWebBasedSelfCheck</title>
4227
4228             <para>Default: Don't show</para>
4229
4230             <para>Asks: ___ the patron's picture (if one has been added) when
4231             they use the web-based self checkout.</para>
4232
4233             <para>Values:</para>
4234
4235             <itemizedlist>
4236               <listitem>
4237                 <para>Don't show</para>
4238               </listitem>
4239
4240               <listitem>
4241                 <para>Show</para>
4242               </listitem>
4243             </itemizedlist>
4244           </section>
4245
4246           <section id="WebBasedSelfCheck">
4247             <title>WebBasedSelfCheck</title>
4248
4249             <para>Default: Don't enable</para>
4250
4251             <para>Asks: ___ the web-based self checkout system.</para>
4252
4253             <para>Values:</para>
4254
4255             <itemizedlist>
4256               <listitem>
4257                 <para>Don't enable</para>
4258               </listitem>
4259
4260               <listitem>
4261                 <para>Enable</para>
4262               </listitem>
4263             </itemizedlist>
4264
4265             <para>Enabling this preference will allow access to the <link
4266             linkend="selfcheckout">self checkout</link> module in Koha.</para>
4267           </section>
4268         </section>
4269       </section>
4270
4271       <section id="creatorprefs">
4272         <title>Creators</title>
4273
4274         <para>These preferences have to do with creating content.</para>
4275
4276         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
4277         Global System Preferences &gt; Creators</para>
4278
4279         <section id="creatorpatcardprefs">
4280           <title>Patron Cards</title>
4281
4282           <para>These preferences are in reference to the <link
4283           linkend="patroncardcreator">Patron Card Creator</link> tool.</para>
4284
4285           <section id="ImageLimit">
4286             <title>ImageLimit</title>
4287
4288             <para>Asks: Limit the number of creator images stored in the
4289             database to ___ images.</para>
4290           </section>
4291         </section>
4292       </section>
4293
4294       <section id="enhancedcontent">
4295         <title>Enhanced Content</title>
4296
4297         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
4298         Global System Preferences &gt; Enhanced Content</para>
4299
4300         <important>
4301           <para>Always read the terms of service associated with external data
4302           sources to be sure that you are using the products within the
4303           allowed limits.</para>
4304         </important>
4305
4306         <tip>
4307           <para>You cannot have more than one service for cover images
4308           (including local cover images) set up. If you set up more than one
4309           you will get multiple cover images. Instead choose only one source
4310           for cover images.</para>
4311         </tip>
4312
4313         <section id="frbrenhancedprefs">
4314           <title>All</title>
4315
4316           <para/>
4317
4318           <section id="FRBRizeEditions">
4319             <title>FRBRizeEditions</title>
4320
4321             <para>Default: Don't show</para>
4322
4323             <para>Asks: ___ other editions of an item on the staff
4324             client</para>
4325
4326             <para>Values:</para>
4327
4328             <itemizedlist>
4329               <listitem>
4330                 <para>Don't show</para>
4331               </listitem>
4332
4333               <listitem>
4334                 <para>Show</para>
4335
4336                 <screenshot>
4337                   <screeninfo>Editions tab in staff client</screeninfo>
4338
4339                   <mediaobject>
4340                     <imageobject>
4341                       <imagedata fileref="images/admin/globalprefs/editionstab.png"/>
4342                     </imageobject>
4343                   </mediaobject>
4344                 </screenshot>
4345               </listitem>
4346             </itemizedlist>
4347
4348             <para>Description:</para>
4349
4350             <itemizedlist>
4351               <listitem>
4352                 <para>Using the rules set forth in the Functional Requirements
4353                 for Bibliographic records, this option, when enabled, pulls
4354                 all editions of the same title available in your collection
4355                 regardless of material type. Items will appear under an
4356                 'Editions' tab on the detail page for the title in question..
4357                 According to <emphasis>Libraries Unlimited's Online Dictionary
4358                 for Library and Information Science</emphasis> (<ulink
4359                 url="http://lu.com/odlis/">http://lu.com/odlis/</ulink>),
4360                 FRBRizing the catalog involves collating MARC records of
4361                 similar materials. FRBRization brings together entities (sets
4362                 of Works, Expressions, or Manifestations), rather than just
4363                 sets of Items. It can aid patrons in selecting related items,
4364                 expressions, and manifestations that will serve their needs.
4365                 When it is set to "Show", the OPAC will query one or more ISBN
4366                 web services for associated ISBNs and display an Editions tab
4367                 on the details pages. Once this preference is enabled, the
4368                 library must select one of the ISBN options (<link
4369                 linkend="ThingISBN">ThingISBN</link> or <link
4370                 linkend="XISBN">XISBN</link>). This option is only for the
4371                 Staff Client; the OPACFRBRizeEditions option must be enabled
4372                 to have the Editions tab appear on the OPAC.</para>
4373               </listitem>
4374             </itemizedlist>
4375
4376             <important>
4377               <para>Requires that you turn on one or more of the ISBN services
4378               (<link linkend="ThingISBN">ThingISBN</link> or <link
4379               linkend="XISBN">XISBN</link>)</para>
4380             </important>
4381           </section>
4382
4383           <section id="OPACFRBRizeEditions">
4384             <title>OPACFRBRizeEditions</title>
4385
4386             <para>Default: Don't show</para>
4387
4388             <para>Asks: ___ other editions of an item on the OPAC.</para>
4389
4390             <para>Description:</para>
4391
4392             <itemizedlist>
4393               <listitem>
4394                 <para>Using the rules set forth in the Functional Requirements
4395                 for Bibliographic records, this option, when enabled, pulls
4396                 all editions of the same title available in your collection
4397                 regardless of material type. Items will appear under an
4398                 'Editions' tab on the detail page for the title in question..
4399                 According to <emphasis>Libraries Unlimited's Online Dictionary
4400                 for Library and Information Science</emphasis> (<ulink
4401                 url="http://lu.com/odlis/">http://lu.com/odlis/</ulink>),
4402                 FRBRizing the catalog involves collating MARC records of
4403                 similar materials. FRBRization brings together entities (sets
4404                 of Works, Expressions, or Manifestations), rather than just
4405                 sets of Items. It can aid patrons in selecting related items,
4406                 expressions, and manifestations that will serve their needs.
4407                 When it is set to "Show", the OPAC will query one or more ISBN
4408                 web services for associated ISBNs and display an Editions tab
4409                 on the details pages. Once this preference is enabled, the
4410                 library must select one of the ISBN options (<link
4411                 linkend="ThingISBN">ThingISBN</link> or <link
4412                 linkend="XISBN">XISBN</link>). This option is only for the
4413                 OPAC; the 'FRBRizeEditions' option must be turned &ldquo;On"
4414                 to have the Editions tab appear on the Staff Client.</para>
4415               </listitem>
4416             </itemizedlist>
4417
4418             <para>Values:</para>
4419
4420             <itemizedlist>
4421               <listitem>
4422                 <para>Don't show</para>
4423               </listitem>
4424
4425               <listitem>
4426                 <para>Show</para>
4427
4428                 <screenshot>
4429                   <screeninfo>Editions tab in the OPAC</screeninfo>
4430
4431                   <mediaobject>
4432                     <imageobject>
4433                       <imagedata fileref="images/admin/globalprefs/editions.png"/>
4434                     </imageobject>
4435                   </mediaobject>
4436                 </screenshot>
4437               </listitem>
4438             </itemizedlist>
4439
4440             <para>This preference pulls all editions of the same title
4441             available in your collection regardless of material type. Items
4442             will appear under an 'Editions' tab on the detail page for the
4443             title in question.</para>
4444
4445             <important>
4446               <para>Requires that you turn on one or more of the ISBN services
4447               (<link linkend="ThingISBN">ThingISBN</link> or <link
4448               linkend="XISBN">XISBN</link>)</para>
4449             </important>
4450           </section>
4451         </section>
4452
4453         <section id="amazonprefs">
4454           <title>Amazon</title>
4455
4456           <para/>
4457
4458           <section id="AmazonEnabled">
4459             <title>AmazonEnabled</title>
4460
4461             <para>Default: Don't use</para>
4462
4463             <para>Asks: ___ data from Amazon on the staff interface (including
4464             reviews and "Search Inside" links on item detail pages).</para>
4465
4466             <para>Values:</para>
4467
4468             <itemizedlist>
4469               <listitem>
4470                 <para>Don't use</para>
4471               </listitem>
4472
4473               <listitem>
4474                 <para>Use</para>
4475               </listitem>
4476             </itemizedlist>
4477
4478             <important>
4479               <para>This requires that you have signed up for and entered an
4480               access key.</para>
4481             </important>
4482
4483             <itemizedlist>
4484               <listitem>
4485                 <para>Sign up at: <ulink
4486                 url="http://aws.amazon.com/">http://aws.amazon.com/</ulink></para>
4487               </listitem>
4488
4489               <listitem>
4490                 <para>Enter your key in the <link
4491                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> system
4492                 preference</para>
4493               </listitem>
4494             </itemizedlist>
4495
4496             <para>Description:</para>
4497
4498             <itemizedlist>
4499               <listitem>
4500                 <para>This preference does not display any content but instead
4501                 enables other Amazon-related preferences (<link
4502                 linkend="AmazonCoverImages">AmazonCoverImages</link>, <link
4503                 linkend="AmazonSimilarItems">AmazonSimilarItems</link>, <link
4504                 linkend="AmazonReviews">AmazonReviews</link>). Before turning
4505                 this feature to "Use", the library must first set <link
4506                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> and <link
4507                 linkend="AWSPrivateKey">AWSPrivateKey</link>. Furthermore, if
4508                 Amazon content is enabled, other jacket services should be
4509                 disabled to avoid interference. This preference applies only
4510                 to the Staff Client. In order to display Amazon content on the
4511                 OPAC, please set the <link
4512                 linkend="OPACAmazonEnabled">OPACAmazonEnabled</link>
4513                 preference.</para>
4514               </listitem>
4515             </itemizedlist>
4516           </section>
4517
4518           <section id="OPACAmazonEnabled">
4519             <title>OPACAmazonEnabled</title>
4520
4521             <para>Default: Don't use</para>
4522
4523             <para>Asks: ___ data from Amazon on the OPAC (including reviews
4524             and "Search Inside" links on item detail pages).</para>
4525
4526             <para>Values:</para>
4527
4528             <itemizedlist>
4529               <listitem>
4530                 <para>Don't use</para>
4531               </listitem>
4532
4533               <listitem>
4534                 <para>Use</para>
4535               </listitem>
4536             </itemizedlist>
4537
4538             <important>
4539               <para>This requires that you have signed up for and entered an
4540               access key.</para>
4541             </important>
4542
4543             <itemizedlist>
4544               <listitem>
4545                 <para>Sign up at: <ulink
4546                 url="http://aws.amazon.com/">http://aws.amazon.com/</ulink></para>
4547               </listitem>
4548
4549               <listitem>
4550                 <para>Set your enter your key in the <link
4551                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> system
4552                 preference</para>
4553               </listitem>
4554             </itemizedlist>
4555
4556             <para>Description:</para>
4557
4558             <itemizedlist>
4559               <listitem>
4560                 <para>This preference does not display any content but instead
4561                 enables other Amazon-related preferences (<link
4562                 linkend="AmazonCoverImages">AmazonCoverImages</link>, <link
4563                 linkend="AmazonSimilarItems">AmazonSimilarItems</link>, <link
4564                 linkend="AmazonReviews">AmazonReviews</link>). Before turning
4565                 this feature to "Use", the library must first set <link
4566                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> and <link
4567                 linkend="AWSPrivateKey">AWSPrivateKey</link>. Furthermore, if
4568                 Amazon content is enabled, other jacket services should be
4569                 disabled to avoid interference. This preference applies only
4570                 to the OPAC. In order to display Amazon content on the Staff
4571                 Client, please set the <link
4572                 linkend="AmazonEnabled">AmazonEnabled</link>
4573                 preference.</para>
4574               </listitem>
4575             </itemizedlist>
4576           </section>
4577
4578           <section id="AmazonLocale">
4579             <title>AmazonLocale</title>
4580
4581             <para>Default: American</para>
4582
4583             <para>Asks: Use Amazon data from its ___ website.</para>
4584
4585             <para>Value:</para>
4586
4587             <itemizedlist>
4588               <listitem>
4589                 <para>American</para>
4590               </listitem>
4591
4592               <listitem>
4593                 <para>British</para>
4594               </listitem>
4595
4596               <listitem>
4597                 <para>Canadian</para>
4598               </listitem>
4599
4600               <listitem>
4601                 <para>French</para>
4602               </listitem>
4603
4604               <listitem>
4605                 <para>German</para>
4606               </listitem>
4607
4608               <listitem>
4609                 <para>Japanese</para>
4610               </listitem>
4611             </itemizedlist>
4612           </section>
4613
4614           <section id="AWSAccessKeyID">
4615             <title>AWSAccessKeyID</title>
4616
4617             <para>Asks: Access Amazon content using the access key ___</para>
4618
4619             <para>Sign up at: <ulink
4620             url="http://aws.amazon.com/">http://aws.amazon.com/</ulink></para>
4621
4622             <para>Description:</para>
4623
4624             <itemizedlist>
4625               <listitem>
4626                 <para>If the library has signed up for an Amazon Web Services
4627                 (AWS) account, it will be assigned an Access Key ID. In order
4628                 to enable Amazon content, cover images, reviews, and similar
4629                 item suggestions, the library's Access Key ID must be entered
4630                 here.</para>
4631               </listitem>
4632             </itemizedlist>
4633
4634             <para>Once signed up your keys can be accessed by logging into
4635             your account and going to the 'Security Credentials' page. Your
4636             Access Key will be listed next to the date it was created.</para>
4637
4638             <screenshot>
4639               <screeninfo>Amazon Access Keys</screeninfo>
4640
4641               <mediaobject>
4642                 <imageobject>
4643                   <imagedata fileref="images/admin/globalprefs/amazonkeys.png"/>
4644                 </imageobject>
4645               </mediaobject>
4646             </screenshot>
4647           </section>
4648
4649           <section id="AWSPrivateKey">
4650             <title>AWSPrivateKey</title>
4651
4652             <para>Asks: Access Amazon content (other than book jackets) using
4653             the private key ___</para>
4654
4655             <para>Sign up at: <ulink
4656             url="http://aws.amazon.com/">http://aws.amazon.com/</ulink></para>
4657
4658             <para>Description:</para>
4659
4660             <itemizedlist>
4661               <listitem>
4662                 <para>If the library has signed up for an Amazon Web Services
4663                 (AWS) account, it will be assigned a Secret Access Key. In
4664                 order to enable Amazon reviews and similar item suggestions,
4665                 the library's Secret Access Key must be entered here.</para>
4666               </listitem>
4667             </itemizedlist>
4668
4669             <para>Once signed up your keys can be accessed by logging into
4670             your account and going to the 'Security Credentials' page. Next to
4671             your Access key is a link that says 'Show,' clicking this will
4672             open up your secret access key or your AWSPrivateKey.</para>
4673
4674             <screenshot>
4675               <screeninfo>Amazon Private Key</screeninfo>
4676
4677               <mediaobject>
4678                 <imageobject>
4679                   <imagedata fileref="images/admin/globalprefs/amazonkeys.png"/>
4680                 </imageobject>
4681               </mediaobject>
4682             </screenshot>
4683           </section>
4684
4685           <section id="AmazonAssocTag">
4686             <title>AmazonAssocTag</title>
4687
4688             <para>Asks: Put the associate tag ___ on links to Amazon.</para>
4689
4690             <tip>
4691               <para>This can net your library referral fees if a patron
4692               decides to buy an item after clicking through to Amazon from
4693               your site.</para>
4694             </tip>
4695
4696             <para>Description:</para>
4697
4698             <itemizedlist>
4699               <listitem>
4700                 <para>An Amazon Associates Tag allows a library to earn a
4701                 percentage of all purchases made on Amazon when a patron
4702                 accesses Amazon's site via links on the library's website.
4703                 More information about the Amazon Associates program is
4704                 available at Amazon's Affiliate Program's website, <ulink
4705                 url="https://affiliate-program.amazon.com/">https://affiliate-program.amazon.com/</ulink>.
4706                 Before a tag can be obtained, however, the library must first
4707                 apply for an Amazon Web Services (AWS) account. Applications
4708                 are free of charge and can be made at <ulink
4709                 url="http://aws.amazon.com">http://aws.amazon.com</ulink>.
4710                 Once an AWS account has been established, the library can then
4711                 obtain the Amazon Associates Tag.</para>
4712               </listitem>
4713             </itemizedlist>
4714
4715             <para>Sign up at: <ulink
4716             url="https://affiliate-program.amazon.com/">https://affiliate-program.amazon.com/</ulink></para>
4717           </section>
4718
4719           <section id="AmazonCoverImages">
4720             <title>AmazonCoverImages</title>
4721
4722             <para>Default: Don't show</para>
4723
4724             <para>Asks: ___ cover images from Amazon on search results and
4725             item detail pages on the staff interface.</para>
4726
4727             <para>Values:</para>
4728
4729             <itemizedlist>
4730               <listitem>
4731                 <para>Don't show</para>
4732               </listitem>
4733
4734               <listitem>
4735                 <para>Show</para>
4736               </listitem>
4737             </itemizedlist>
4738
4739             <para>Description:</para>
4740
4741             <itemizedlist>
4742               <listitem>
4743                 <para>This preference makes it possible to either allow or
4744                 prevent Amazon cover images from being displayed in the Staff
4745                 Client. Cover images are retrieved by Amazon, which pulls the
4746                 content based on the first ISBN number in the item's MARC
4747                 record. Amazon offers this service free of charge, but
4748                 interested libraries must first establish an Amazon Web
4749                 Services (AWS) account (<ulink
4750                 url="http://aws.amazon.com">http://aws.amazon.com</ulink>). If
4751                 the value for this preference is set to "Show", the cover
4752                 images will appear in the Staff Client, and if it is set to
4753                 "Don't show", the images will not appear. If activating this
4754                 feature, the library must first set <link
4755                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> and <link
4756                 linkend="AWSPrivateKey">AWSPrivateKey</link>. Finally, if
4757                 you're using Amazon cover images, all other cover image
4758                 services must be disabled. If they are not disabled, they will
4759                 prevent AmazonCoverImages from functioning properly.</para>
4760               </listitem>
4761             </itemizedlist>
4762
4763             <important>
4764               <para>Requires that <link
4765               linkend="AmazonEnabled">AmazonEnabled</link> is set to
4766               'Use'</para>
4767             </important>
4768           </section>
4769
4770           <section id="AmazonReviews">
4771             <title>AmazonReviews</title>
4772
4773             <para>Default: Don't show</para>
4774
4775             <para>Asks: ___ reviews from Amazon on item detail pages on the
4776             staff interface.</para>
4777
4778             <para>Values:</para>
4779
4780             <itemizedlist>
4781               <listitem>
4782                 <para>Don't show</para>
4783               </listitem>
4784
4785               <listitem>
4786                 <para>Show</para>
4787               </listitem>
4788             </itemizedlist>
4789
4790             <para>Description:</para>
4791
4792             <itemizedlist>
4793               <listitem>
4794                 <para>This preference makes it possible to either allow or
4795                 prevent Amazon reviews from being displayed in the Staff
4796                 Client. Amazon offers this service free of charge, but
4797                 interested libraries must first establish an Amazon Web
4798                 Services (AWS) account (<ulink
4799                 url="http://aws.amazon.com">http://aws.amazon.com</ulink>). If
4800                 the value is set to "Show", the reviews will appear in the
4801                 Staff Client, and if it is set to "Don't show", the reviews
4802                 will not appear. Before setting this to "Show", the library
4803                 must first set <link
4804                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> and <link
4805                 linkend="AWSPrivateKey">AWSPrivateKey</link>. Finally, if
4806                 AmazonReviews is enabled, all other review services should be
4807                 disabled to avoid interference.</para>
4808               </listitem>
4809             </itemizedlist>
4810
4811             <important>
4812               <para>Since a change in terms of service by Amazon, this feature
4813               no longer works.</para>
4814             </important>
4815           </section>
4816
4817           <section id="AmazonSimilarItems">
4818             <title>AmazonSimilarItems</title>
4819
4820             <para>Default: Don't show</para>
4821
4822             <para>Asks: ___ similar items, as determined by Amazon, on item
4823             detail pages on the staff interface.</para>
4824
4825             <para>Values:</para>
4826
4827             <itemizedlist>
4828               <listitem>
4829                 <para>Don't show</para>
4830               </listitem>
4831
4832               <listitem>
4833                 <para>Show</para>
4834
4835                 <itemizedlist>
4836                   <listitem>
4837                     <para>This will use Amazon data to determine if you have
4838                     similar items in your collection - it will not show items
4839                     that you do not already have cataloged at your
4840                     library.</para>
4841                   </listitem>
4842                 </itemizedlist>
4843               </listitem>
4844             </itemizedlist>
4845
4846             <para>Description:</para>
4847
4848             <itemizedlist>
4849               <listitem>
4850                 <para>This preference makes it possible to either allow or
4851                 prevent Amazon's suggestions for Similar Items from being
4852                 displayed in the Staff Client. Amazon offers this service free
4853                 of charge, but interested libraries must first establish an
4854                 Amazon Web Services (AWS) account (<ulink
4855                 url="http://aws.amazon.com">http://aws.amazon.com</ulink>). If
4856                 the value is set to "Show", the Similar Items suggestions will
4857                 appear in the Staff Client, and if it is set to "Don't show",
4858                 the suggestions will not appear. Before enabling this
4859                 preference, the library must first set <link
4860                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> and <link
4861                 linkend="AWSPrivateKey">AWSPrivateKey</link>. Finally, if
4862                 AmazonSimilarItems is enabled, all other similar item services
4863                 should be disabled to avoid interference.</para>
4864               </listitem>
4865             </itemizedlist>
4866
4867             <important>
4868               <para>Since a change in terms of service by Amazon, this feature
4869               no longer works.</para>
4870             </important>
4871           </section>
4872
4873           <section id="OPACAmazonCoverImages">
4874             <title>OPACAmazonCoverImages</title>
4875
4876             <para>Default: Don't show</para>
4877
4878             <para>Asks: ___ cover images from Amazon on search results and
4879             item detail pages on the OPAC.</para>
4880
4881             <para>Values:</para>
4882
4883             <itemizedlist>
4884               <listitem>
4885                 <para>Don't show</para>
4886               </listitem>
4887
4888               <listitem>
4889                 <para>Show</para>
4890               </listitem>
4891             </itemizedlist>
4892
4893             <para>Description:</para>
4894
4895             <itemizedlist>
4896               <listitem>
4897                 <para>This preference makes it possible to either allow or
4898                 prevent Amazon cover images from being displayed in the OPAC.
4899                 Cover images are retrieved by Amazon, which pulls the content
4900                 based on the first ISBN number in the item's MARC record.
4901                 Amazon offers this service free of charge, but interested
4902                 libraries must first establish an Amazon Web Services (AWS)
4903                 account (<ulink
4904                 url="http://aws.amazon.com">http://aws.amazon.com</ulink>). If
4905                 the value for this preference is set to "Show", the cover
4906                 images will appear in the OPAC, and if it is set to "Don't
4907                 show", the images will not appear. If activating this feature,
4908                 the library must first set <link
4909                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> and <link
4910                 linkend="AWSPrivateKey">AWSPrivateKey</link>. Finally, if
4911                 you're using Amazon cover images, all other cover image
4912                 services must be disabled. If they are not disabled, they will
4913                 prevent AmazonCoverImages from functioning properly.</para>
4914               </listitem>
4915             </itemizedlist>
4916
4917             <important>
4918               <para>Requires that <link
4919               linkend="OPACAmazonEnabled">OPACAmazonEnabled</link> is set to
4920               'Use'</para>
4921             </important>
4922           </section>
4923
4924           <section id="OPACAmazonSimilarItems">
4925             <title>OPACAmazonSimilarItems</title>
4926
4927             <para>Default: Don't show</para>
4928
4929             <para>Asks: ___ similar items, as determined by Amazon, on item
4930             detail pages on the OPAC.</para>
4931
4932             <para>Values:</para>
4933
4934             <itemizedlist>
4935               <listitem>
4936                 <para>Don't show</para>
4937               </listitem>
4938
4939               <listitem>
4940                 <para>Show</para>
4941
4942                 <itemizedlist>
4943                   <listitem>
4944                     <para>This will use Amazon data to determine if you have
4945                     similar items in your collection - it will not show items
4946                     that you do not already have cataloged at your
4947                     library.</para>
4948                   </listitem>
4949                 </itemizedlist>
4950               </listitem>
4951             </itemizedlist>
4952
4953             <para>Description:</para>
4954
4955             <itemizedlist>
4956               <listitem>
4957                 <para>This preference makes it possible to either allow or
4958                 prevent Amazon's suggestions for Similar Items from being
4959                 displayed in the OPAC. Amazon offers this service free of
4960                 charge, but interested libraries must first establish an
4961                 Amazon Web Services (AWS) account (<ulink
4962                 url="http://aws.amazon.com">http://aws.amazon.com</ulink>). If
4963                 the value is set to "Show", the Similar Items suggestions will
4964                 appear in the OPAC, and if it is set to "Don't show", the
4965                 suggestions will not appear. Before enabling this preference,
4966                 the library must first set <link
4967                 linkend="AWSAccessKeyID">AWSAccessKeyID</link> and <link
4968                 linkend="AWSPrivateKey">AWSPrivateKey</link>. Finally, if
4969                 AmazonSimilarItems is enabled, all other similar item services
4970                 should be disabled to avoid interference.</para>
4971               </listitem>
4972             </itemizedlist>
4973
4974             <important>
4975               <para>Since a change in terms of service by Amazon, this feature
4976               no longer works.</para>
4977             </important>
4978           </section>
4979
4980           <section id="OPACAmazonReviews">
4981             <title>OPACAmazonReviews</title>
4982
4983             <para>Default: Don't show</para>
4984
4985             <para>Asks: ___ reviews from Amazon on item detail pages on the
4986             OPAC.</para>
4987
4988             <para>Values:</para>
4989
4990             <itemizedlist>
4991               <listitem>
4992                 <para>Don't show</para>
4993               </listitem>
4994
4995               <listitem>
4996                 <para>Show</para>
4997               </listitem>
4998             </itemizedlist>
4999
5000             <para>Description:</para>
5001
5002             <itemizedlist>
5003               <listitem>
5004                 <para>This preference makes it possible to either allow or
5005                 prevent Amazon reviews from being displayed in the OPAC.
5006                 Amazon offers this service free of charge, but interested
5007                 libraries must first establish an Amazon Web Services (AWS)
5008                 account (<ulink
5009                 url="http://aws.amazon.com">http://aws.amazon.com</ulink>). If
5010                 the value is set to "Show", the reviews will appear in the
5011                 OPAC, and if it is set to "Don't show", the reviews will not
5012                 appear. Before setting this to "Show", the library must first
5013                 set <link linkend="AWSAccessKeyID">AWSAccessKeyID</link> and
5014                 <link linkend="AWSPrivateKey">AWSPrivateKey</link>. Finally,
5015                 if AmazonReviews is enabled, all other review services should
5016                 be disabled to avoid interference.</para>
5017               </listitem>
5018             </itemizedlist>
5019
5020             <important>
5021               <para>Since a change in terms of service by Amazon, this feature
5022               no longer works.</para>
5023             </important>
5024           </section>
5025         </section>
5026
5027         <section id="Babelthequeprefs">
5028           <title>Babelth&egrave;que</title>
5029
5030           <para/>
5031
5032           <section id="Babeltheque">
5033             <title>Babeltheque</title>
5034
5035             <para>Default: Don't</para>
5036
5037             <para>Asks: ___ include information (such as reviews and
5038             citations) from Babelth&egrave;que in item detail pages on the
5039             OPAC.</para>
5040
5041             <para>Description:</para>
5042
5043             <itemizedlist>
5044               <listitem>
5045                 <para>This preference makes it possible to display a
5046                 Babeltheque tab in the OPAC, allowing patrons to access tags,
5047                 reviews, and additional title information provided by
5048                 Babeltheque. The information which Babeltheque supplies is
5049                 drawn from the French language-based <ulink
5050                 url="http://www.babelio.com/">Babelio.com</ulink>, a French
5051                 service similar to LibraryThing for Libraries. More
5052                 information about Babeltheque is available through its
5053                 website, <ulink
5054                 url="http://www.babeltheque.com/">http://www.babeltheque.com</ulink>.
5055                 Libraries that wish to allow access to this information must
5056                 first register for the service at <ulink
5057                 url="http://www.babeltheque.com">http://www.babeltheque.com</ulink>.
5058                 Please note that this information is only provided in
5059                 French.</para>
5060               </listitem>
5061             </itemizedlist>
5062
5063             <para>Values:</para>
5064
5065             <itemizedlist>
5066               <listitem>
5067                 <para>Do</para>
5068
5069                 <screenshot>
5070                   <screeninfo>Data from Babelth&egrave;que on the bib
5071                   record</screeninfo>
5072
5073                   <mediaobject>
5074                     <imageobject>
5075                       <imagedata fileref="images/admin/globalprefs/Babeltheque.png"/>
5076                     </imageobject>
5077                   </mediaobject>
5078                 </screenshot>
5079               </listitem>
5080
5081               <listitem>
5082                 <para>Don't</para>
5083               </listitem>
5084             </itemizedlist>
5085           </section>
5086
5087           <section id="Babeltheque_url_js">
5088             <title>Babeltheque_url_js</title>
5089
5090             <para>Asks: ___ Defined the url for the Babeltheque javascript
5091             file (eg. http://www.babeltheque.com/bw_XX.js)</para>
5092           </section>
5093
5094           <section id="Babeltheque_url_update">
5095             <title>Babeltheque_url_update</title>
5096
5097             <para>Asks: ___ Defined the url for the Babeltheque update
5098             periodically (eq.
5099             http://www.babeltheque.com/.../file.csv.bz2).</para>
5100           </section>
5101         </section>
5102
5103         <section id="btcontentprefs">
5104           <title>Baker &amp; Taylor</title>
5105
5106           <important>
5107             <para>This is a pay service, you must contact Baker &amp; Taylor
5108             to subscribe to this service before setting these options.</para>
5109           </important>
5110
5111           <section id="BakerTaylorEnabled">
5112             <title>BakerTaylorEnabled</title>
5113
5114             <para>Default: Don't add</para>
5115
5116             <para>Asks: ___ Baker and Taylor links and cover images to the
5117             OPAC and staff client. This requires that you have entered in a
5118             username and password (which can be seen in image links).</para>
5119
5120             <para>Values:</para>
5121
5122             <itemizedlist>
5123               <listitem>
5124                 <para>Add</para>
5125               </listitem>
5126
5127               <listitem>
5128                 <para>Don't add</para>
5129               </listitem>
5130             </itemizedlist>
5131
5132             <para>Description:</para>
5133
5134             <itemizedlist>
5135               <listitem>
5136                 <para>This preference makes it possible to display Baker &amp;
5137                 Taylor content (book reviews, descriptions, cover images,
5138                 etc.) in both the Staff Client and the OPAC. Libraries that
5139                 wish to display Baker &amp; Taylor content must first register
5140                 and pay for this service with Baker &amp; Taylor (<ulink
5141                 url="http://www.btol.com">http://www.btol.com</ulink>). If
5142                 Baker &amp; Taylor content is enabled be sure to turn off
5143                 other cover and review services to prevent
5144                 interference.</para>
5145               </listitem>
5146             </itemizedlist>
5147
5148             <important>
5149               <para>To use this you will need to also set the <link
5150               linkend="btuserpass">BakerTaylorUsername &amp;
5151               BakerTaylorPassword</link> system preferences</para>
5152             </important>
5153           </section>
5154
5155           <section id="BakerTaylorBookstoreURL">
5156             <title>BakerTaylorBookstoreURL</title>
5157
5158             <para>Asks: Baker and Taylor "My Library Bookstore" links should
5159             be accessed at https:// ___ isbn</para>
5160
5161             <para>Description:</para>
5162
5163             <itemizedlist>
5164               <listitem>
5165                 <para>Some libraries generate additional funding for the
5166                 library by selling books and other materials that are
5167                 purchased from or have been previously leased from Baker &amp;
5168                 Taylor. These materials can be accessed via a link on the
5169                 library's website. This service is often referred to as
5170                 &ldquo;My Library Bookstore." In order to participate in this
5171                 program, the library must first register and pay for the
5172                 service with Baker &amp; Taylor. Additional information about
5173                 this and other services provided by Baker &amp; Taylor is
5174                 available at the Baker &amp; Taylor website, <ulink
5175                 url="http://www.btol.com">http://www.btol.com</ulink>. The
5176                 BakerTaylorBookstoreURL preference establishes the URL in
5177                 order to link to the library's Baker &amp; Taylor-backed
5178                 online bookstore, if such a bookstore has been established.
5179                 The default for this field is left blank; if no value is
5180                 entered, the links to My Library Bookstore will remain
5181                 inactive. If enabling this preference, enter the library's
5182                 Hostname and Parent Number in the appropriate location within
5183                 the URL. The &ldquo;key" value (key=) should be appended to
5184                 the URL, and https:// should be prepended.</para>
5185               </listitem>
5186             </itemizedlist>
5187
5188             <para>This should be filled in with something like
5189             koha.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&amp;parentNum=10923&amp;key=</para>
5190
5191             <tip>
5192               <para>Leave it blank to disable these links.</para>
5193             </tip>
5194
5195             <important>
5196               <para>Be sure to get this information from Baker &amp; Taylor
5197               when subscribing.</para>
5198             </important>
5199           </section>
5200
5201           <section id="btuserpass">
5202             <title>BakerTaylorUsername &amp; BakerTaylorPassword</title>
5203
5204             <para>Asks: Access Baker and Taylor using username ___ and
5205             password ___</para>
5206
5207             <para>Descriptions:</para>
5208
5209             <itemizedlist>
5210               <listitem>
5211                 <para>This setting in only applicable if the library has a
5212                 paid subscription to the external Content Caf&eacute; service
5213                 from Baker &amp; Taylor. Use the box provided to enter in the
5214                 library's Content Caf&eacute; username and password. Also,
5215                 ensure that the <link
5216                 linkend="BakerTaylorBookstoreURL">BakerTaylorBookstoreURL</link>
5217                 and <link
5218                 linkend="BakerTaylorEnabled">BakerTaylorEnabled</link>
5219                 settings are properly set. The Content Caf&eacute; service is
5220                 a feed of enhanced content such as cover art, professional
5221                 reviews, and summaries that is displayed along with Staff
5222                 Client/OPAC search results. For more information on this
5223                 service please see the Baker &amp; Taylor website: <ulink
5224                 url="http://www.btol.com">http://www.btol.com</ulink></para>
5225               </listitem>
5226             </itemizedlist>
5227
5228             <important>
5229               <para>Be sure to get this information from Baker &amp; Taylor
5230               when subscribing.</para>
5231             </important>
5232           </section>
5233         </section>
5234
5235         <section id="googleprefs">
5236           <title>Google</title>
5237
5238           <para/>
5239
5240           <section id="GoogleJackets">
5241             <title>GoogleJackets</title>
5242
5243             <para>Default: Don't add</para>
5244
5245             <para>Asks: ___ cover images from Google Books to search results
5246             and item detail pages on the OPAC.</para>
5247
5248             <para>Values:</para>
5249
5250             <itemizedlist>
5251               <listitem>
5252                 <para>Add</para>
5253               </listitem>
5254
5255               <listitem>
5256                 <para>Don't add</para>
5257               </listitem>
5258             </itemizedlist>
5259
5260             <para>Description:</para>
5261
5262             <itemizedlist>
5263               <listitem>
5264                 <para>This setting controls the display of applicable cover
5265                 art from the free Google Books database, via the Google Books
5266                 API. Please note that to use this feature, all other cover
5267                 services should be turned off.</para>
5268               </listitem>
5269             </itemizedlist>
5270           </section>
5271         </section>
5272
5273         <section id="librarythingprefs">
5274           <title>LibraryThing</title>
5275
5276           <para>LibraryThing for Libraries is a pay service. You must first
5277           contact LibraryThing directly for pricing and subscription
5278           information. Learn more at <ulink
5279           url="http://www.librarything.com/forlibraries">http://www.librarything.com/forlibraries</ulink>.
5280           Also, for further configuration instructions please see the
5281           LibraryThing Wiki: <ulink
5282           url="http://www.librarything.com/wiki/index.php/Koha">http://www.librarything.com/wiki/index.php/Koha</ulink></para>
5283
5284           <section id="ThingISBN">
5285             <title>ThingISBN</title>
5286
5287             <para>Default: Don't use</para>
5288
5289             <para>Asks: ___ the ThingISBN service to show other editions of a
5290             title</para>
5291
5292             <para>Values:</para>
5293
5294             <itemizedlist>
5295               <listitem>
5296                 <para>Don't use</para>
5297               </listitem>
5298
5299               <listitem>
5300                 <para>Use</para>
5301               </listitem>
5302             </itemizedlist>
5303
5304             <para>Description:</para>
5305
5306             <itemizedlist>
5307               <listitem>
5308                 <para>Set to 'Use' to display an &ldquo;Editions" tab on the
5309                 item's detail page. Editions are listed, complete with cover
5310                 art (if you have one of the cover services enabled) and
5311                 bibliographic information. The feed comes from LibraryThing's
5312                 ThingISBN web service. This is a free service to
5313                 non-commercial sites with fewer than 1,000 requests per
5314                 day.</para>
5315               </listitem>
5316             </itemizedlist>
5317
5318             <important>
5319               <para>Requires <link
5320               linkend="FRBRizeEditions">FRBRizeEditions</link> and/or <link
5321               linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> set to
5322               'show'</para>
5323             </important>
5324
5325             <important>
5326               <para>This is separate from Library Thing for Libraries and does
5327               not have a cost associated with it.</para>
5328             </important>
5329           </section>
5330
5331           <section id="LibraryThingForLibrariesEnabled">
5332             <title>LibraryThingForLibrariesEnabled</title>
5333
5334             <para>Default: Don't show</para>
5335
5336             <para>Asks: ___ reviews, similar items, and tags from Library
5337             Thing for Libraries on item detail pages on the OPAC.</para>
5338
5339             <para>Values:</para>
5340
5341             <itemizedlist>
5342               <listitem>
5343                 <para>Don't show</para>
5344               </listitem>
5345
5346               <listitem>
5347                 <para>Show</para>
5348               </listitem>
5349             </itemizedlist>
5350
5351             <para>Description:</para>
5352
5353             <itemizedlist>
5354               <listitem>
5355                 <para>This setting is only applicable if the library has a
5356                 paid subscription to the external LibraryThing for Libraries
5357                 service. This service can provide patrons with the display of
5358                 expanded information on catalog items such as book
5359                 recommendations. It also can offer advanced features like
5360                 tagged browsing, patron written reviews, and a virtual library
5361                 display accessed from the details tab.</para>
5362               </listitem>
5363             </itemizedlist>
5364
5365             <important>
5366               <para>If this is set to 'show' you will need to enter a value in
5367               the '<link
5368               linkend="LibraryThingForLibrariesID">LibraryThingForLibrariesID</link>'
5369               system preference.</para>
5370             </important>
5371           </section>
5372
5373           <section id="LibraryThingForLibrariesID">
5374             <title>LibraryThingForLibrariesID</title>
5375
5376             <para>Asks: Access Library Thing for Libraries using the customer
5377             ID ___</para>
5378
5379             <para>Description:</para>
5380
5381             <itemizedlist>
5382               <listitem>
5383                 <para>This setting is only applicable if the library has a
5384                 paid subscription to the external LibraryThing for Libraries
5385                 service. Use the box provided to enter in the library's
5386                 LibraryThing for Libraries ID as provided to the library by
5387                 LibraryThing. The ID number is a series of numbers in the form
5388                 ###-#########, and can be found on the library's account page
5389                 at LibraryThing for Libraries. This service can provide
5390                 patrons with the display of expanded information on catalog
5391                 items such as book recommendations and cover art. It also can
5392                 offer advanced features like tagged browsing, patron written
5393                 reviews, and a virtual library display accessed from the
5394                 details tab.</para>
5395               </listitem>
5396             </itemizedlist>
5397           </section>
5398
5399           <section id="LibraryThingForLibrariesTabbedView">
5400             <title>LibraryThingForLibrariesTabbedView</title>
5401
5402             <para>Default: in line with bibliographic information</para>
5403
5404             <para>Asks: Show Library Thing for Libraries content ___</para>
5405
5406             <para>Values:</para>
5407
5408             <itemizedlist>
5409               <listitem>
5410                 <para>in line with bibliographic information</para>
5411               </listitem>
5412
5413               <listitem>
5414                 <para>in tabs</para>
5415               </listitem>
5416             </itemizedlist>
5417
5418             <para>Description:</para>
5419
5420             <itemizedlist>
5421               <listitem>
5422                 <para>This setting is only applicable if the library has a
5423                 paid subscription to the external LibraryThing for Libraries
5424                 service. This service can provide patrons with the display of
5425                 expanded information on catalog items such as book
5426                 recommendations and cover art. It also can offer advanced
5427                 features like tagged browsing, patron written reviews, and a
5428                 virtual library display accessed from the details tab.</para>
5429               </listitem>
5430             </itemizedlist>
5431           </section>
5432         </section>
5433
5434         <section id="localimages">
5435           <title>Local Cover Images</title>
5436
5437           <para/>
5438
5439           <section id="AllowMultipleCovers">
5440             <title>AllowMultipleCovers</title>
5441
5442             <para>Default: Don't allow</para>
5443
5444             <para>Asks: ___ multiple images to be attached to each
5445             bibliographic record.</para>
5446
5447             <para>Values:</para>
5448
5449             <itemizedlist>
5450               <listitem>
5451                 <para>Allow</para>
5452               </listitem>
5453
5454               <listitem>
5455                 <para>Don't allow</para>
5456               </listitem>
5457             </itemizedlist>
5458
5459             <para>Description:</para>
5460
5461             <itemizedlist>
5462               <listitem>
5463                 <para>If this preference is set to 'Allow' then you can upload
5464                 multiple images that will appear in the images tab on the bib
5465                 record in the OPAC and the staff client. This preference
5466                 requires that either one or both <link
5467                 linkend="LocalCoverImages">LocalCoverImages</link> and <link
5468                 linkend="OPACLocalCoverImages">OPACLocalCoverImages</link> are
5469                 set to 'Display.'</para>
5470
5471                 <screenshot>
5472                   <screeninfo>Multiple cover images</screeninfo>
5473
5474                   <mediaobject>
5475                     <imageobject>
5476                       <imagedata fileref="images/admin/globalprefs/AllowMultipleCovers.png"/>
5477                     </imageobject>
5478                   </mediaobject>
5479                 </screenshot>
5480               </listitem>
5481             </itemizedlist>
5482           </section>
5483
5484           <section id="LocalCoverImages">
5485             <title>LocalCoverImages</title>
5486
5487             <para>Default: Don't display</para>
5488
5489             <para>Asks: ___ local cover images on intranet search and details
5490             pages.</para>
5491
5492             <para>Values:</para>
5493
5494             <itemizedlist>
5495               <listitem>
5496                 <para>Display</para>
5497               </listitem>
5498
5499               <listitem>
5500                 <para>Don't display</para>
5501               </listitem>
5502             </itemizedlist>
5503
5504             <para>Description:</para>
5505
5506             <itemizedlist>
5507               <listitem>
5508                 <para>Setting this preference to 'Display' allows you to
5509                 upload your own cover images to bib records and display them
5510                 on the detail page in the staff client. At this time the cover
5511                 will only show under the 'Images' tab on the holdings table on
5512                 the detail display, not next to the title at the top left or
5513                 on the search results.</para>
5514               </listitem>
5515             </itemizedlist>
5516           </section>
5517
5518           <section id="OPACLocalCoverImages">
5519             <title>OPACLocalCoverImages</title>
5520
5521             <para>Default: Don't display</para>
5522
5523             <para>Asks: ___ local cover images on OPAC search and details
5524             pages.</para>
5525
5526             <para>Values:</para>
5527
5528             <itemizedlist>
5529               <listitem>
5530                 <para>Display</para>
5531               </listitem>
5532
5533               <listitem>
5534                 <para>Don't display</para>
5535               </listitem>
5536             </itemizedlist>
5537
5538             <para>Description:</para>
5539
5540             <itemizedlist>
5541               <listitem>
5542                 <para>Setting this preference to 'Display' allows you to
5543                 upload your own cover images to bib records and display them
5544                 on the detail page and search results in the OPAC.</para>
5545               </listitem>
5546             </itemizedlist>
5547           </section>
5548         </section>
5549
5550         <section id="novelistselect">
5551           <title>Novelist Select</title>
5552
5553           <para>Novelist Select is not a free service. Contact your Ebsco
5554           representitive to get your log in information to embed this content
5555           in the OPAC.<important>
5556               <para>Novelist Select does not include cover images for the
5557               search results and bibliographic detail pages. You can choose
5558               any other cover image service for this content.</para>
5559             </important></para>
5560
5561           <section id="NovelistSelectEnabled">
5562             <title>NovelistSelectEnabled</title>
5563
5564             <para>Default: Don't add</para>
5565
5566             <para>Asks: ___ Novelist Select content to the OPAC.</para>
5567
5568             <para>Values:</para>
5569
5570             <itemizedlist>
5571               <listitem>
5572                 <para>Add</para>
5573               </listitem>
5574
5575               <listitem>
5576                 <para>Don't add</para>
5577               </listitem>
5578             </itemizedlist>
5579
5580             <para><important>
5581                 <para>Enabling this requires that you have entered in a user
5582                 profile and password in the <link
5583                 linkend="NovelistSelectProfile">NovelistSelectProfile &amp;
5584                 NovelistSelectPassword</link> preferences</para>
5585               </important>Description:</para>
5586
5587             <itemizedlist>
5588               <listitem>
5589                 <para>Novelist Select from Ebsco is a subscription service
5590                 that can provide additional content in the OPAC.</para>
5591               </listitem>
5592             </itemizedlist>
5593           </section>
5594
5595           <section id="NovelistSelectProfile">
5596             <title>NovelistSelectProfile &amp; NovelistSelectPassword</title>
5597
5598             <para>Asks: Access Novelist Select using user profile ___ and
5599             password ___.</para>
5600
5601             <important>
5602               <para>This information will be visible if someone views the
5603               source code on your OPAC.</para>
5604             </important>
5605
5606             <para>Description:</para>
5607
5608             <itemizedlist>
5609               <listitem>
5610                 <para>Novelist Select from Ebsco is a subscription service
5611                 that can provide additional content in the OPAC.</para>
5612               </listitem>
5613             </itemizedlist>
5614           </section>
5615
5616           <section id="NovelistSelectView">
5617             <title>NovelistSelectView</title>
5618
5619             <para>Default: in an OPAC tab</para>
5620
5621             <para>Asks: Display Novelist Select content ___</para>
5622
5623             <para>Description:</para>
5624
5625             <itemizedlist>
5626               <listitem>
5627                 <para>Novelist Select provides a lot of content, for that
5628                 reason you have four choices of where to display this content.
5629                 The default view is in a tab in the holdings table.</para>
5630
5631                 <screenshot>
5632                   <screeninfo>Novelist Select in a tab</screeninfo>
5633
5634                   <mediaobject>
5635                     <imageobject>
5636                       <imagedata fileref="images/admin/globalprefs/novelisttab.png"/>
5637                     </imageobject>
5638                   </mediaobject>
5639                 </screenshot>
5640
5641                 <para>The content is the same if you choose to show it above
5642                 the holdings table or below it. If shown in the right column
5643                 of the page it's the same content, but displays a bit
5644                 differently since space is limited.</para>
5645
5646                 <screenshot>
5647                   <screeninfo>Novelist Select on the side</screeninfo>
5648
5649                   <mediaobject>
5650                     <imageobject>
5651                       <imagedata fileref="images/admin/globalprefs/novelistside.png"/>
5652                     </imageobject>
5653                   </mediaobject>
5654                 </screenshot>
5655               </listitem>
5656             </itemizedlist>
5657
5658             <para>Values:</para>
5659
5660             <itemizedlist>
5661               <listitem>
5662                 <para>above the holdings table</para>
5663               </listitem>
5664
5665               <listitem>
5666                 <para>below the holdings table</para>
5667               </listitem>
5668
5669               <listitem>
5670                 <para>in an OPAC tab</para>
5671               </listitem>
5672
5673               <listitem>
5674                 <para>under the Save Record dropdown on the right</para>
5675               </listitem>
5676             </itemizedlist>
5677           </section>
5678         </section>
5679
5680         <section id="oclcprefs">
5681           <title>OCLC</title>
5682
5683           <para/>
5684
5685           <section id="XISBN">
5686             <title>XISBN</title>
5687
5688             <para>Default: Don't use</para>
5689
5690             <para>Asks: ___ the OCLC xISBN service to show other editions of a
5691             title</para>
5692
5693             <para>Description:</para>
5694
5695             <itemizedlist>
5696               <listitem>
5697                 <para>Set to 'Use' to display an &ldquo;Editions" tab on the
5698                 item's detail page. Editions are listed, complete with cover
5699                 art and bibliographic information. The feed comes from OCLC's
5700                 xISBN web service. The feed limit for non-commercial sites is
5701                 1000 requests per day.</para>
5702               </listitem>
5703             </itemizedlist>
5704
5705             <para>Values:</para>
5706
5707             <itemizedlist>
5708               <listitem>
5709                 <para>Don't use</para>
5710               </listitem>
5711
5712               <listitem>
5713                 <para>Use</para>
5714               </listitem>
5715             </itemizedlist>
5716
5717             <important>
5718               <para>Requires <link
5719               linkend="FRBRizeEditions">FRBRizeEditions</link> and/or <link
5720               linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> set to
5721               'show'</para>
5722             </important>
5723           </section>
5724
5725           <section id="OCLCAffiliateID">
5726             <title>OCLCAffiliateID</title>
5727
5728             <para>Asks: Use the OCLC affiliate ID ___ to access the xISBN
5729             service.</para>
5730
5731             <para>Description:</para>
5732
5733             <itemizedlist>
5734               <listitem>
5735                 <para>This setting is only applicable if the library has an
5736                 OCLC Affiliate ID. This allows WorldCat searching in the OPAC
5737                 via the XISBN programming interface. Simply enter the
5738                 library's OCLC Affiliate ID in the box provided. Please note
5739                 that using this data is only necessary if <link
5740                 linkend="FRBRizeEditions">FRBRizeEditions</link> and/or <link
5741                 linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> and
5742                 <link linkend="XISBN">XISBN</link> settings are enabled. For
5743                 more information on this service please visit the OCLC
5744                 website: <ulink
5745                 url="http://www.worldcat.org/affiliate/default.jsp">http://www.worldcat.org/affiliate/default.jsp</ulink>.</para>
5746               </listitem>
5747             </itemizedlist>
5748
5749             <important>
5750               <para>Unless you have signed up for an ID with OCLC, you are
5751               limited to 1000 requests per day. Available at: <ulink
5752               url="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp</ulink></para>
5753             </important>
5754           </section>
5755
5756           <section id="XISBNDailyLimit">
5757             <title>XISBNDailyLimit</title>
5758
5759             <para>Default: 999</para>
5760
5761             <para>Asks: Only use the xISBN service ___ times a day.</para>
5762
5763             <important>
5764               <para>Unless you have signed up for an ID with OCLC, you are
5765               limited to 1000 requests per day. Available at: <ulink
5766               url="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp</ulink></para>
5767             </important>
5768           </section>
5769         </section>
5770
5771         <section id="OpenLibraryPrefs">
5772           <title>Open Library</title>
5773
5774           <section id="OpenLibraryCovers">
5775             <title>OpenLibraryCovers</title>
5776
5777             <para>Default: Don't add</para>
5778
5779             <para>Asks: ___ cover images from Open Library to search results
5780             and item detail pages on the OPAC.</para>
5781
5782             <para>Values:</para>
5783
5784             <itemizedlist>
5785               <listitem>
5786                 <para>Add</para>
5787               </listitem>
5788
5789               <listitem>
5790                 <para>Don't add</para>
5791               </listitem>
5792             </itemizedlist>
5793
5794             <para>Description:</para>
5795
5796             <itemizedlist>
5797               <listitem>
5798                 <para>This setting controls the display of applicable cover
5799                 art from the free Open Library database, via the Open Library
5800                 API. Please note that to use this feature, all other cover
5801                 services should be turned off.</para>
5802               </listitem>
5803             </itemizedlist>
5804           </section>
5805         </section>
5806
5807         <section id="Syndeticsprefs">
5808           <title>Syndetics</title>
5809
5810           <para>Syndetics is a pay service. You must first contact Syndetics
5811           directly for pricing and subscription information.</para>
5812
5813           <section id="SyndeticsEnabled">
5814             <title>SyndeticsEnabled</title>
5815
5816             <para>Default: Don't use</para>
5817
5818             <para>Asks: ___ content from Syndetics.</para>
5819
5820             <para>Values:</para>
5821
5822             <itemizedlist>
5823               <listitem>
5824                 <para>Don't use</para>
5825               </listitem>
5826
5827               <listitem>
5828                 <para>Use</para>
5829               </listitem>
5830             </itemizedlist>
5831
5832             <para>Description:</para>
5833
5834             <itemizedlist>
5835               <listitem>
5836                 <para>When this option is enabled any of the Syndetics options
5837                 can be used.</para>
5838               </listitem>
5839             </itemizedlist>
5840
5841             <important>
5842               <para>Requires that you enter your <link
5843               linkend="SyndeticsClientCode">SyndeticsClientCode</link> before
5844               this content will appear.</para>
5845             </important>
5846           </section>
5847
5848           <section id="SyndeticsClientCode">
5849             <title>SyndeticsClientCode</title>
5850
5851             <para>Asks: Use the client code ___ to access Syndetics.</para>
5852
5853             <para>Description:</para>
5854
5855             <itemizedlist>
5856               <listitem>
5857                 <para>Once the library signs up for Syndetics' services,
5858                 Syndetics will provide the library with an access code. (Visit
5859                 the Syndetics homepage at <ulink
5860                 url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>
5861                 for more information.) This is the code that must be entered
5862                 to access Syndetics' subscription services. Syndetics is a
5863                 paid subscription service. This value must be entered before
5864                 <link linkend="SyndeticsEditions">SyndeticsEditions</link> can
5865                 be enabled. If the code is lost, corrupted, or forgotten, a
5866                 new one can be obtained from <ulink
5867                 url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>.</para>
5868               </listitem>
5869             </itemizedlist>
5870
5871             <important>
5872               <para>You will need to get your client code directly from
5873               Syndetics.</para>
5874             </important>
5875           </section>
5876
5877           <section id="SyndeticsCoverImages">
5878             <title>SyndeticsCoverImages &amp; SyndeticsCoverImageSize</title>
5879
5880             <para>SyndeticsCoverImages Default: Don't show</para>
5881
5882             <para>SyndeticsCoverImageSize Default: medium</para>
5883
5884             <para>Asks: ___ cover images from Syndetics on search results and
5885             item detail pages on the OPAC in a ___ size.</para>
5886
5887             <para>Descriptions:</para>
5888
5889             <itemizedlist>
5890               <listitem>
5891                 <para>When enabled, SyndeticsCoverImages, allows libraries to
5892                 display Syndetics' collection of full-color cover images for
5893                 books, videos, DVDs and CDs on their OPAC. For each book or
5894                 item that comes up during a user search, the cover image for
5895                 that title will be displayed. Since these cover images come in
5896                 three sizes, the optimum size must be selected using the
5897                 SyndeticsCoverImageSize preference after SyndeticsCoverImages
5898                 are enabled. Syndetics cover images come in two sizes:
5899                 mid-size (187 x 187 pixels), and large (400 x 400 pixels).
5900                 Syndetics is a paid subscription service. The <link
5901                 linkend="SyndeticsClientCode">SyndeticsClientCode</link> must
5902                 be entered and the <link
5903                 linkend="SyndeticsEnabled">SyndeticsEnabled</link> option must
5904                 be activated before this service can be used. Other cover
5905                 image preferences should also be disabled to avoid
5906                 interference.</para>
5907               </listitem>
5908             </itemizedlist>
5909
5910             <para>SyndeticsCoverImages Values:</para>
5911
5912             <itemizedlist>
5913               <listitem>
5914                 <para>Don't show</para>
5915               </listitem>
5916
5917               <listitem>
5918                 <para>Show</para>
5919               </listitem>
5920             </itemizedlist>
5921
5922             <para>SyndeticsCoverImageSize Values:</para>
5923
5924             <itemizedlist>
5925               <listitem>
5926                 <para>medium</para>
5927               </listitem>
5928
5929               <listitem>
5930                 <para>large</para>
5931               </listitem>
5932             </itemizedlist>
5933           </section>
5934
5935           <section id="SyndeticsAuthorNotes">
5936             <title>SyndeticsAuthorNotes</title>
5937
5938             <para>Default: Don't show</para>
5939
5940             <para>Asks: ___ notes about the author of a title from Syndetics
5941             on item detail pages on the OPAC.</para>
5942
5943             <para>Values:</para>
5944
5945             <itemizedlist>
5946               <listitem>
5947                 <para>Don't show</para>
5948               </listitem>
5949
5950               <listitem>
5951                 <para>Show</para>
5952               </listitem>
5953             </itemizedlist>
5954
5955             <para>Description:</para>
5956
5957             <itemizedlist>
5958               <listitem>
5959                 <para>When this option is set to "Show", Syndetics provides
5960                 notes and short author biographies for more that 300,000
5961                 authors, in both fiction and nonfiction. With this option
5962                 enabled the library can display Syndetics Author Notes on the
5963                 OPAC. According to the Syndetics Solutions website (<ulink
5964                 url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>),
5965                 Author Notes include lists of contributors for many
5966                 multi-author texts and compilations. The <link
5967                 linkend="SyndeticsClientCode">SyndeticsClientCode</link> must
5968                 be entered and the <link
5969                 linkend="SyndeticsEnabled">SyndeticsEnabled</link> option must
5970                 be activated before this service can be used.</para>
5971               </listitem>
5972             </itemizedlist>
5973           </section>
5974
5975           <section id="SyndeticsAwards">
5976             <title>SyndeticsAwards</title>
5977
5978             <para>Default: Don't show</para>
5979
5980             <para>Asks: ___ information from Syndetics about the awards a
5981             title has won on item detail pages on the OPAC.</para>
5982
5983             <para>Values:</para>
5984
5985             <itemizedlist>
5986               <listitem>
5987                 <para>Don't show</para>
5988               </listitem>
5989
5990               <listitem>
5991                 <para>Show</para>
5992               </listitem>
5993             </itemizedlist>
5994
5995             <para>Description:</para>
5996
5997             <itemizedlist>
5998               <listitem>
5999                 <para>When this option is set to "Show", Syndetics provides
6000                 its clients with a list of awards that any title has won. With
6001                 this service enabled the library can display those awards for
6002                 each book on its website. For each book or item that comes up
6003                 during a user search, the list of awards for that title will
6004                 be displayed. When a user clicks on a given award, information
6005                 about that award is presented along with a list of the other
6006                 titles that have won that award. If the user clicks on any
6007                 title in the list, they will see holdings information about
6008                 that title in their region. This option is a paid subscription
6009                 service. The <link
6010                 linkend="SyndeticsClientCode">SyndeticsClientCode</link> must
6011                 be entered and the <link
6012                 linkend="SyndeticsEnabled">SyndeticsEnabled</link> option must
6013                 be activated before this service can be used.</para>
6014               </listitem>
6015             </itemizedlist>
6016           </section>
6017
6018           <section id="SyndeticsEditions">
6019             <title>SyndeticsEditions</title>
6020
6021             <para>Default: Don't show</para>
6022
6023             <para>Asks: ___ information about other editions of a title from
6024             Syndetics on item detail pages on the OPAC</para>
6025
6026             <para>Description:</para>
6027
6028             <itemizedlist>
6029               <listitem>
6030                 <para>When enabled this option shows information on other
6031                 editions of a title from Syndetics on the item detail pages of
6032                 the OPAC. Syndetics is a paid subscription service. The <link
6033                 linkend="SyndeticsClientCode">SyndeticsClientCode</link> must
6034                 be entered and the <link
6035                 linkend="SyndeticsEnabled">SyndeticsEnabled</link> option must
6036                 be activated before this service can be used.</para>
6037               </listitem>
6038             </itemizedlist>
6039
6040             <para>Values:</para>
6041
6042             <itemizedlist>
6043               <listitem>
6044                 <para>Don't show</para>
6045               </listitem>
6046
6047               <listitem>
6048                 <para>Show</para>
6049               </listitem>
6050             </itemizedlist>
6051
6052             <important>
6053               <para>Requires <link
6054               linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> set to
6055               'show'</para>
6056             </important>
6057           </section>
6058
6059           <section id="SyndeticsExcerpt">
6060             <title>SyndeticsExcerpt</title>
6061
6062             <para>Default: Don't show</para>
6063
6064             <para>Asks: ___ excerpts from of a title from Syndetics on item
6065             detail pages on the OPAC.</para>
6066
6067             <para>Values:</para>
6068
6069             <itemizedlist>
6070               <listitem>
6071                 <para>Don't show</para>
6072               </listitem>
6073
6074               <listitem>
6075                 <para>Show</para>
6076               </listitem>
6077             </itemizedlist>
6078
6079             <para>Description:</para>
6080
6081             <itemizedlist>
6082               <listitem>
6083                 <para>This preference allows Syndetics to display excerpts
6084                 given to them from selected publishers. The excerpts are
6085                 available from prominently reviewed new titles, both fiction
6086                 and non-fiction. The excerpts include poems, essays, recipes,
6087                 forwards and prefaces. Automatic links provided by the ISBNs
6088                 within local MARC records are required to integrate Syndetics
6089                 secured, high-speed Internet servers to the library OPACs. For
6090                 more information see (<ulink
6091                 url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
6092               </listitem>
6093             </itemizedlist>
6094           </section>
6095
6096           <section id="SyndeticsReviews">
6097             <title>SyndeticsReviews</title>
6098
6099             <para>Default: Don't show</para>
6100
6101             <para>Asks: ___ reviews of a title from Syndetics on item detail
6102             pages on the OPAC.</para>
6103
6104             <para>Values:</para>
6105
6106             <itemizedlist>
6107               <listitem>
6108                 <para>Don't show</para>
6109               </listitem>
6110
6111               <listitem>
6112                 <para>Show</para>
6113               </listitem>
6114             </itemizedlist>
6115
6116             <para>Description:</para>
6117
6118             <itemizedlist>
6119               <listitem>
6120                 <para>Syndetics Reviews is an accumulation of book reviews
6121                 available from a variety of journals and serials. The reviews
6122                 page displays colored images of reviewed books dust jackets,
6123                 partnered with the names of the journal or serial providing
6124                 the review. Clicking on an icon opens a window revealing the
6125                 book title, author's name, book cover icon and the critic's
6126                 opinion of the book. Automatic links provided by the ISBNs
6127                 within local MARC records are required to integrate Syndetics
6128                 secured, high-speed Internet servers to the library OPACs. For
6129                 more information see (<ulink
6130                 url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
6131               </listitem>
6132             </itemizedlist>
6133           </section>
6134
6135           <section id="SyndeticsSeries">
6136             <title>SyndeticsSeries</title>
6137
6138             <para>Default: Don't show</para>
6139
6140             <para>Asks: ___ information on other books in a title's series
6141             from Syndetics on item detail pages on the OPAC.</para>
6142
6143             <para>Values:</para>
6144
6145             <itemizedlist>
6146               <listitem>
6147                 <para>Don't show</para>
6148               </listitem>
6149
6150               <listitem>
6151                 <para>Show</para>
6152               </listitem>
6153             </itemizedlist>
6154
6155             <para>Description:</para>
6156
6157             <itemizedlist>
6158               <listitem>
6159                 <para>Each fiction title within a series is linked to the
6160                 complete series record. The record displays each title in
6161                 reading order and also displays the publication order, if
6162                 different. Alternate series titles are also displayed.
6163                 Automatic links provided by the ISBNs within local MARC
6164                 records are required to integrate Syndetics secured, high-
6165                 speed Internet servers to the library OPACs. For more
6166                 information see (<ulink
6167                 url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
6168               </listitem>
6169             </itemizedlist>
6170           </section>
6171
6172           <section id="SyndeticsSummary">
6173             <title>SyndeticsSummary</title>
6174
6175             <para>Default: Don't show</para>
6176
6177             <para>Asks: ___ a summary of a title from Syndetics on item detail
6178             pages on the OPAC.</para>
6179
6180             <para>Values:</para>
6181
6182             <itemizedlist>
6183               <listitem>
6184                 <para>Don't show</para>
6185               </listitem>
6186
6187               <listitem>
6188                 <para>Show</para>
6189               </listitem>
6190             </itemizedlist>
6191
6192             <para>Description:</para>
6193
6194             <itemizedlist>
6195               <listitem>
6196                 <para>Providing more than 5.6 million summaries and
6197                 annotations derived from book jackets, edited publisher copy,
6198                 or independently written annotations from Book News, Inc.
6199                 Covering fiction and non-fiction, this summaries option
6200                 provides annotations on both trade and scholarly titles. For
6201                 more information see (<ulink
6202                 url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
6203               </listitem>
6204             </itemizedlist>
6205           </section>
6206
6207           <section id="SyndeticsTOC">
6208             <title>SyndeticsTOC</title>
6209
6210             <para>Default: Don't show</para>
6211
6212             <para>Asks: ___ the table of contents of a title from Syndetics on
6213             item detail pages on the OPAC.</para>
6214
6215             <para>Values:</para>
6216
6217             <itemizedlist>
6218               <listitem>
6219                 <para>Don't show</para>
6220               </listitem>
6221
6222               <listitem>
6223                 <para>Show</para>
6224               </listitem>
6225             </itemizedlist>
6226
6227             <para>Description:</para>
6228
6229             <itemizedlist>
6230               <listitem>
6231                 <para>This preference allows staff and patrons to review the
6232                 Table of Contents from a wide variety of publications from
6233                 popular self-help books to conference proceedings. Specific
6234                 Information access is the main purpose for this option,
6235                 allowing patrons guidance to their preferred section of the
6236                 book. Special arrangements with selected book services is used
6237                 to obtain the table of contents for new publications each
6238                 year. Automatic links provided by the ISBNs within local MARC
6239                 records are required to integrate Syndetics secured,
6240                 high-speed Internet servers to the library OPACs. For more
6241                 information see (<ulink
6242                 url="http://www.bowker.com/syndetics/">http://www.bowker.com/syndetics/</ulink>).</para>
6243               </listitem>
6244             </itemizedlist>
6245           </section>
6246         </section>
6247
6248         <section id="taggingprefs">
6249           <title>Tagging</title>
6250
6251           <section id="TagsEnabled">
6252             <title>TagsEnabled</title>
6253
6254             <para>Default: Allow</para>
6255
6256             <para>Asks: ___ patrons and staff to put tags on items.</para>
6257
6258             <para>Values:</para>
6259
6260             <itemizedlist>
6261               <listitem>
6262                 <para>Allow</para>
6263               </listitem>
6264
6265               <listitem>
6266                 <para>Don't allow</para>
6267               </listitem>
6268             </itemizedlist>
6269
6270             <para>Description:</para>
6271
6272             <itemizedlist>
6273               <listitem>
6274                 <para>Set to 'Allow' enable tagging. A tag is metadata, a word
6275                 added to identify an item. Tags allow patrons to classify
6276                 materials on their own. TagsEnabled is the main switch that
6277                 permits the tagging features. TagsEnable must be set to
6278                 'Allow' to allow for other tagging features.</para>
6279               </listitem>
6280             </itemizedlist>
6281           </section>
6282
6283           <section id="TagsModeration">
6284             <title>TagsModeration</title>
6285
6286             <para>Default: Don't require</para>
6287
6288             <para>Asks: ___ that tags submitted by patrons be reviewed by a
6289             staff member before being shown.</para>
6290
6291             <para>Values:</para>
6292
6293             <itemizedlist>
6294               <listitem>
6295                 <para>Don't require</para>
6296               </listitem>
6297
6298               <listitem>
6299                 <para>Require</para>
6300               </listitem>
6301             </itemizedlist>
6302
6303             <para>Description:</para>
6304
6305             <itemizedlist>
6306               <listitem>
6307                 <para>When set to 'Require,' all tags to be first filtered by
6308                 the tag moderator. Only approved tags will be visible to
6309                 patrons. When set to 'Don't require' tags will bypass the tag
6310                 moderator and patrons' tags to be immediately visible. When
6311                 this preference is enabled the moderator, a staff member,
6312                 would approve the tag in the Staff Client. The moderator will
6313                 have the option to approve or reject each pending tag
6314                 suggestion.</para>
6315               </listitem>
6316             </itemizedlist>
6317
6318             <para>When moderation is required all tags go through the tag
6319             moderation tool before becoming visible.</para>
6320
6321             <itemizedlist>
6322               <listitem>
6323                 <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
6324                 <link linkend="tagsmoderation">Tags</link></para>
6325               </listitem>
6326             </itemizedlist>
6327           </section>
6328
6329           <section id="TagsShowOnList">
6330             <title>TagsShowOnList</title>
6331
6332             <para>Default: 6</para>
6333
6334             <para>Asks: Show ___ tags on search results on the OPAC.</para>
6335
6336             <tip>
6337               <para>Set the value to 0 (zero) to turn this feature off.</para>
6338             </tip>
6339           </section>
6340
6341           <section id="TagsInputOnList">
6342             <title>TagsInputOnList</title>
6343
6344             <para>Default: Allow</para>
6345
6346             <para>Asks: ___ patrons to input tags on search results on the
6347             OPAC.</para>
6348
6349             <para>Values:</para>
6350
6351             <itemizedlist>
6352               <listitem>
6353                 <para>Allow</para>
6354
6355                 <screenshot>
6356                   <screeninfo>Tags on Search Results</screeninfo>
6357
6358                   <mediaobject>
6359                     <imageobject>
6360                       <imagedata fileref="images/admin/globalprefs/TagsInputOnList.png"/>
6361                     </imageobject>
6362                   </mediaobject>
6363                 </screenshot>
6364               </listitem>
6365
6366               <listitem>
6367                 <para>Don't allow</para>
6368               </listitem>
6369             </itemizedlist>
6370           </section>
6371
6372           <section id="TagsShowOnDetail">
6373             <title>TagsShowOnDetail</title>
6374
6375             <para>Default: 10</para>
6376
6377             <para>Asks: Show ___ tags on item detail pages on the OPAC.</para>
6378
6379             <tip>
6380               <para>Set the value to 0 (zero) to turn this feature off.</para>
6381             </tip>
6382           </section>
6383
6384           <section id="TagsInputOnDetail">
6385             <title>TagsInputOnDetail</title>
6386
6387             <para>Default: Allow</para>
6388
6389             <para>Asks: ___ patrons to input tags on item detail pages on the
6390             OPAC.</para>
6391
6392             <para>Values:</para>
6393
6394             <itemizedlist>
6395               <listitem>
6396                 <para>Allow</para>
6397
6398                 <screenshot>
6399                   <screeninfo>Add Tags on Detail</screeninfo>
6400
6401                   <mediaobject>
6402                     <imageobject>
6403                       <imagedata fileref="images/admin/globalprefs/TagsInputOnDetail.png"/>
6404                     </imageobject>
6405                   </mediaobject>
6406                 </screenshot>
6407               </listitem>
6408
6409               <listitem>
6410                 <para>Don't allow</para>
6411               </listitem>
6412             </itemizedlist>
6413           </section>
6414
6415           <section id="TagsExternalDictionary">
6416             <title>TagsExternalDictionary</title>
6417
6418             <para>Asks: Allow tags in the dictionary of the ispell executable
6419             ___ on the server to be approved without moderation.</para>
6420
6421             <para>Description:</para>
6422
6423             <itemizedlist>
6424               <listitem>
6425                 <para>The dictionary includes a list of accepted and rejected
6426                 tags. The accepted list includes all the tags that have been
6427                 pre-allowed. The rejected list includes tags that are not
6428                 allowed. This preference identifies the "accepted" dictionary
6429                 used. Ispell is an open source dictionary which can be used as
6430                 a list of accepted terms. Since the dictionary allows for
6431                 accurately spelled obscenities, the libraries policy may
6432                 dictate that modifications are made to the Ispell dictionary
6433                 if this preference is use. For more information about Ispell
6434                 <ulink
6435                 url="http://www.gnu.org/software/ispell/ispell.html">http://www.gnu.org/software/ispell/ispell.html</ulink>.
6436                 Enter the path on your server to a local ispell executable,
6437                 used to set $Lingua::Ispell::path.</para>
6438               </listitem>
6439             </itemizedlist>
6440           </section>
6441         </section>
6442       </section>
6443
6444       <section id="l18nprefs">
6445         <title>I18N/L10N</title>
6446
6447         <para><emphasis><emphasis>These preferences control your
6448         Internationalization and Localization
6449         settings.</emphasis></emphasis></para>
6450
6451         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
6452         Global System Preferences &gt; I18N/L10N</para>
6453
6454         <section id="CalendarFirstDayOfWeek">
6455           <title>CalendarFirstDayOfWeek</title>
6456
6457           <para>Default: Sunday</para>
6458
6459           <para>Asks: Use ___ as the first day of week in the calendar.</para>
6460
6461           <para>Values:</para>
6462
6463           <itemizedlist>
6464             <listitem>
6465               <para>Monday</para>
6466             </listitem>
6467
6468             <listitem>
6469               <para>Sunday</para>
6470             </listitem>
6471           </itemizedlist>
6472
6473           <para>Description:</para>
6474
6475           <itemizedlist>
6476             <listitem>
6477               <para>Using this preference you can control what day shows as
6478               the first day of the week in the calendar pop ups throughout
6479               Koha and on the Calendar tool. If you change this preference and
6480               don't see a change in your browser try clearing your cache since
6481               it makes changes to the Javascript on these pages.</para>
6482             </listitem>
6483           </itemizedlist>
6484         </section>
6485
6486         <section id="dateformat">
6487           <title>dateformat</title>
6488
6489           <para>Default: mm/dd/yyyy</para>
6490
6491           <para>Asks: Format dates like ___</para>
6492
6493           <para>Values:</para>
6494
6495           <itemizedlist>
6496             <listitem>
6497               <para>dd/mm/yyyy</para>
6498             </listitem>
6499
6500             <listitem>
6501               <para>mm/dd/yyyy</para>
6502             </listitem>
6503
6504             <listitem>
6505               <para>yyyy/mm/dd</para>
6506             </listitem>
6507           </itemizedlist>
6508
6509           <para>Description:</para>
6510
6511           <itemizedlist>
6512             <listitem>
6513               <para>This preference controls how the date is displayed. The
6514               options are the United States method, mm/dd/yyyy (04/24/2010),
6515               the metric method, dd/mm/yyyy (24/04/2010) or ISO, which is the
6516               International Standard of Organization, yyyy/mm/dd (2010/04/24).
6517               The International Standard of Organization would primarily be
6518               used by libraries with locations in multiple nations that may
6519               use different date formats, to have a single display type, or if
6520               the library would be in a region that does not use the United
6521               States or metric method. More information regarding the ISO date
6522               format can be found at <ulink
6523               url="http://www.iso.org/iso/iso_catalogue.htm">http://www.iso.org/iso/iso_catalogue.htm</ulink>.</para>
6524             </listitem>
6525           </itemizedlist>
6526         </section>
6527
6528         <section id="languagepref">
6529           <title>language</title>
6530
6531           <para>Default: English</para>
6532
6533           <para>Asks: Enable the following languages on the staff
6534           interface</para>
6535
6536           <para>Values:</para>
6537
6538           <itemizedlist>
6539             <listitem>
6540               <para>English</para>
6541             </listitem>
6542           </itemizedlist>
6543
6544           <para>To install additional languages you need to run
6545           misc/translation/install-code.pl. For example, to install French you
6546           would run the following command <emphasis>install-code.pl
6547           fr-FR</emphasis> to make the templates, once they exist and are in
6548           the right place then they will show up as an option in this
6549           preference.</para>
6550         </section>
6551
6552         <section id="opaclanguages">
6553           <title>opaclanguages</title>
6554
6555           <para>Default: English</para>
6556
6557           <para>Asks: Enable the following languages on the OPAC</para>
6558
6559           <para>Values:</para>
6560
6561           <itemizedlist>
6562             <listitem>
6563               <para>English</para>
6564             </listitem>
6565           </itemizedlist>
6566
6567           <para>To install additional languages you need to run
6568           misc/translation/install-code.pl. For example, to install French you
6569           would run the following command <emphasis>install-code.pl
6570           fr-FR</emphasis> to make the templates, once they exist and are in
6571           the right place then they will show up as an option in this
6572           preference.</para>
6573         </section>
6574
6575         <section id="opaclanguagesdisplay">
6576           <title>opaclanguagesdisplay</title>
6577
6578           <para>Default: Don't allow</para>
6579
6580           <para>Asks: ___ patrons to select their language on the OPAC.</para>
6581
6582           <para>Values:</para>
6583
6584           <itemizedlist>
6585             <listitem>
6586               <para>Allow</para>
6587
6588               <screenshot>
6589                 <screeninfo>When this preference is on, patrons can choose
6590                 their language from a list at the bottom of the
6591                 OPAC</screeninfo>
6592
6593                 <mediaobject>
6594                   <imageobject>
6595                     <imagedata fileref="images/admin/globalprefs/opaclanguagesdisplay.png"/>
6596                   </imageobject>
6597                 </mediaobject>
6598               </screenshot>
6599             </listitem>
6600
6601             <listitem>
6602               <para>Don't allow</para>
6603             </listitem>
6604           </itemizedlist>
6605         </section>
6606       </section>
6607
6608       <section id="localprefs">
6609         <title>Local Use</title>
6610
6611         <para><emphasis><emphasis>These preferences are defined
6612         locally.</emphasis></emphasis></para>
6613
6614         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
6615         Global System Preferences &gt; Local Use<tip>
6616             <para>Sometimes preferences which are either new or outdated will
6617             appear in this tab, if you didn't add any preferences to this tab
6618             then it's best to ignore preferences listed here.</para>
6619           </tip></para>
6620       </section>
6621
6622       <section id="logs">
6623         <title>Logs</title>
6624
6625         <para>Logs keep track of transaction on the system. You can decide
6626         which actions you want to log and which you don't using these
6627         preferences.</para>
6628
6629         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
6630         Global System Preferences &gt; Logs</para>
6631
6632         <section id="AuthoritiesLog">
6633           <title>AuthoritiesLog</title>
6634
6635           <para>Default: Don't log</para>
6636
6637           <para>Asks: ___ changes to authority records.</para>
6638
6639           <para>Values:</para>
6640
6641           <itemizedlist>
6642             <listitem>
6643               <para>Don't log</para>
6644             </listitem>
6645
6646             <listitem>
6647               <para>Log</para>
6648             </listitem>
6649           </itemizedlist>
6650         </section>
6651
6652         <section id="BorrowersLog">
6653           <title>BorrowersLog</title>
6654
6655           <para>Default: Log</para>
6656
6657           <para>Asks: ___ changes to patron records.</para>
6658
6659           <para>Values:</para>
6660
6661           <itemizedlist>
6662             <listitem>
6663               <para>Don't log</para>
6664             </listitem>
6665
6666             <listitem>
6667               <para>Log</para>
6668             </listitem>
6669           </itemizedlist>
6670         </section>
6671
6672         <section id="CataloguingLog">
6673           <title>CataloguingLog</title>
6674
6675           <para>Default: Don't log</para>
6676
6677           <para>Asks: ___ any changes to bibliographic or item records.</para>
6678
6679           <para>Values:</para>
6680
6681           <itemizedlist>
6682             <listitem>
6683               <para>Don't log</para>
6684             </listitem>
6685
6686             <listitem>
6687               <para>Log</para>
6688             </listitem>
6689           </itemizedlist>
6690
6691           <important>
6692             <para>Since this occurs whenever a book is cataloged, edited, or
6693             checked in or out it can be very resource intensive - slowing down
6694             your system.</para>
6695           </important>
6696         </section>
6697
6698         <section id="FinesLog">
6699           <title>FinesLog</title>
6700
6701           <para>Default: Log</para>
6702
6703           <para>Asks: ___ when overdue fines are charged or automatically
6704           forgiven.</para>
6705
6706           <para>Values:</para>
6707
6708           <itemizedlist>
6709             <listitem>
6710               <para>Don't log</para>
6711             </listitem>
6712
6713             <listitem>
6714               <para>Log</para>
6715             </listitem>
6716           </itemizedlist>
6717         </section>
6718
6719         <section id="IssueLog">
6720           <title>IssueLog</title>
6721
6722           <para>Default: Log</para>
6723
6724           <para>Asks: ___ when items are checked out.</para>
6725
6726           <para>Values:</para>
6727
6728           <itemizedlist>
6729             <listitem>
6730               <para>Don't log</para>
6731             </listitem>
6732
6733             <listitem>
6734               <para>Log</para>
6735             </listitem>
6736           </itemizedlist>
6737         </section>
6738
6739         <section id="LetterLog">
6740           <title>LetterLog</title>
6741
6742           <para>Default: Log</para>
6743
6744           <para>Asks: ___ when an automatic claim notice is sent.</para>
6745
6746           <para>Values:</para>
6747
6748           <itemizedlist>
6749             <listitem>
6750               <para>Don't log</para>
6751             </listitem>
6752
6753             <listitem>
6754               <para>Log</para>
6755             </listitem>
6756           </itemizedlist>
6757
6758           <tip>
6759             <para>This log tracks all notices that go to patrons including the
6760             overdue notices.</para>
6761           </tip>
6762         </section>
6763
6764         <section id="ReturnLog">
6765           <title>ReturnLog</title>
6766
6767           <para>Default: Log</para>
6768
6769           <para>Asks: ___ when items are returned.</para>
6770
6771           <para>Values:</para>
6772
6773           <itemizedlist>
6774             <listitem>
6775               <para>Don't log</para>
6776             </listitem>
6777
6778             <listitem>
6779               <para>Log</para>
6780             </listitem>
6781           </itemizedlist>
6782         </section>
6783
6784         <section id="SubscriptionLog">
6785           <title>SubscriptionLog</title>
6786
6787           <para>Default: Log</para>
6788
6789           <para>Asks: ___ when serials are added, deleted or changed.</para>
6790
6791           <para>Values:</para>
6792
6793           <itemizedlist>
6794             <listitem>
6795               <para>Don't log</para>
6796             </listitem>
6797
6798             <listitem>
6799               <para>Log</para>
6800             </listitem>
6801           </itemizedlist>
6802         </section>
6803       </section>
6804
6805       <section id="opacprefs">
6806         <title>OPAC</title>
6807
6808         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
6809         Global System Preferences &gt; OPAC</para>
6810
6811         <section id="opacappearanceprefs">
6812           <title>Appearance</title>
6813
6814           <para>These preferences control how things appear in the
6815           OPAC.</para>
6816
6817           <section id="AuthorisedValueImages">
6818             <title>AuthorisedValueImages</title>
6819
6820             <para>Default: Don't show</para>
6821
6822             <para>Asks: ___ images for authorized values (such as lost
6823             statuses and locations) in search results and item detail pages on
6824             the OPAC.</para>
6825
6826             <para>Values:</para>
6827
6828             <itemizedlist>
6829               <listitem>
6830                 <para>Don't show</para>
6831               </listitem>
6832
6833               <listitem>
6834                 <para>Show</para>
6835               </listitem>
6836             </itemizedlist>
6837
6838             <para><emphasis>Get there:</emphasis> More &gt; Administration
6839             &gt; <link linkend="authorizedvalues">Authorized
6840             Values</link></para>
6841           </section>
6842
6843           <section id="BiblioDefaultView">
6844             <title>BiblioDefaultView</title>
6845
6846             <para>Default: in simple form</para>
6847
6848             <para>Asks: By default, show bib records ___</para>
6849
6850             <para>Values:</para>
6851
6852             <itemizedlist>
6853               <listitem>
6854                 <para>as specified in the ISBD template.</para>
6855
6856                 <itemizedlist>
6857                   <listitem>
6858                     <para>See <link linkend="isbdpref">ISBD</link> preference
6859                     for more information</para>
6860                   </listitem>
6861                 </itemizedlist>
6862               </listitem>
6863
6864               <listitem>
6865                 <para>in simple form.</para>
6866               </listitem>
6867
6868               <listitem>
6869                 <para>in their MARC format.</para>
6870               </listitem>
6871             </itemizedlist>
6872
6873             <para>Description:</para>
6874
6875             <itemizedlist>
6876               <listitem>
6877                 <para>This preference determines the level of bibliographic
6878                 detail that the patron will see on the OPAC detail page. The
6879                 simple form displays the graphical interface; MARC format
6880                 displays the MARC21 cataloging view; ISBD displays the ISBD
6881                 (International Standard Bibliographic Description, AACR2)
6882                 view.</para>
6883               </listitem>
6884             </itemizedlist>
6885           </section>
6886
6887           <section id="COinSinOPACResults">
6888             <title>COinSinOPACResults</title>
6889
6890             <para>Default: Include</para>
6891
6892             <para>Asks: ___ COinS / OpenURL / Z39.88 in OPAC search
6893             results.</para>
6894
6895             <para>Values:</para>
6896
6897             <itemizedlist>
6898               <listitem>
6899                 <para>Don't include</para>
6900
6901                 <itemizedlist>
6902                   <listitem>
6903                     <para>If you choose not to include COinS on the search
6904                     results, it will still be loaded on the individual
6905                     bibliographic records.</para>
6906                   </listitem>
6907                 </itemizedlist>
6908               </listitem>
6909
6910               <listitem>
6911                 <para>Include</para>
6912
6913                 <itemizedlist>
6914                   <listitem>
6915                     <para>Enabling this feature will slow OPAC search response
6916                     times.</para>
6917                   </listitem>
6918                 </itemizedlist>
6919               </listitem>
6920             </itemizedlist>
6921
6922             <para>Description:</para>
6923
6924             <itemizedlist>
6925               <listitem>
6926                 <para>COinS stands for ContextObjects in Spans. COinS is a
6927                 method to embed bibliographic metadata in the HTML code of web
6928                 pages. This allows bibliographic software to publish
6929                 machine-readable bibliographic items and client reference
6930                 management software (such as Zotero) to retrieve bibliographic
6931                 metadata. The metadata can also be sent to an OpenURL
6932                 resolver. This allows, for instance, searching for a copy of a
6933                 book in one's own library.</para>
6934               </listitem>
6935             </itemizedlist>
6936           </section>
6937
6938           <section id="DisplayOPACiconsXSLT">
6939             <title>DisplayOPACiconsXSLT</title>
6940
6941             <para>Default: Don't show</para>
6942
6943             <para>Asks: On pages displayed with XSLT stylesheets on the OPAC,
6944             ___ icons for itemtype and authorized values.<important>
6945                 <para><link
6946                 linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link>
6947                 and/or <link
6948                 linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>
6949                 must be set to use an XSLT stylesheet for this to show
6950                 (default or custom)</para>
6951               </important></para>
6952
6953             <para>Values:</para>
6954
6955             <itemizedlist>
6956               <listitem>
6957                 <para>Don't show</para>
6958               </listitem>
6959
6960               <listitem>
6961                 <para>Show</para>
6962
6963                 <screenshot>
6964                   <screeninfo>DisplayOPACiconsXSLT</screeninfo>
6965
6966                   <mediaobject>
6967                     <imageobject>
6968                       <imagedata fileref="images/admin/globalprefs/DisplayOPACiconsXSLT.png"/>
6969                     </imageobject>
6970                   </mediaobject>
6971                 </screenshot>
6972               </listitem>
6973             </itemizedlist>
6974
6975             <para><tip>
6976                 <para>See the <link linkend="XSLTiTypes">XSLT Icon
6977                 Guide</link> for more information on these icons.</para>
6978               </tip></para>
6979           </section>
6980
6981           <section id="hidelostitems">
6982             <title>hidelostitems</title>
6983
6984             <para>Default: Don't show</para>
6985
6986             <para>Asks: ___ lost items on search and detail pages.</para>
6987
6988             <para>Description:</para>
6989
6990             <itemizedlist>
6991               <listitem>
6992                 <para>Items that are marked lost by the library can either be
6993                 shown or not shown on the OPAC. By setting the value to
6994                 &ldquo;Don't show," the lost item is not shown on the OPAC. By
6995                 setting the value &ldquo;Show," the lost item is shown on the
6996                 OPAC for patrons to view with a status of 'lost.'</para>
6997               </listitem>
6998             </itemizedlist>
6999
7000             <para>Values:</para>
7001
7002             <itemizedlist>
7003               <listitem>
7004                 <para>Don't show</para>
7005               </listitem>
7006
7007               <listitem>
7008                 <para>Show</para>
7009
7010                 <screenshot>
7011                   <screeninfo>Lost item showing in the OPAC</screeninfo>
7012
7013                   <mediaobject>
7014                     <imageobject>
7015                       <imagedata fileref="images/admin/globalprefs/hidelostitems.png"/>
7016                     </imageobject>
7017                   </mediaobject>
7018                 </screenshot>
7019               </listitem>
7020             </itemizedlist>
7021           </section>
7022
7023           <section id="LibraryName">
7024             <title>LibraryName</title>
7025
7026             <para>Asks: Show ___ as the name of the library on the
7027             OPAC.</para>
7028
7029             <tip>
7030               <para>This value will appear in the title bar of the
7031               browser</para>
7032             </tip>
7033
7034             <tip>
7035               <para>Edit '<link linkend="opacheader">opacheader</link>' if
7036               you'd like to add a library name above your search box on the
7037               OPAC</para>
7038             </tip>
7039
7040             <screenshot>
7041               <screeninfo>Browser title and address bar</screeninfo>
7042
7043               <mediaobject>
7044                 <imageobject>
7045                   <imagedata fileref="images/admin/globalprefs/LibraryName.png"/>
7046                 </imageobject>
7047               </mediaobject>
7048             </screenshot>
7049           </section>
7050
7051           <section id="OpacAddMastheadLibraryPulldown">
7052             <title>OpacAddMastheadLibraryPulldown</title>
7053
7054             <para>Default: Don't add</para>
7055
7056             <para>Asks: ___ a library select pulldown menu on the OPAC
7057             masthead.</para>
7058
7059             <para>Values:</para>
7060
7061             <itemizedlist>
7062               <listitem>
7063                 <para>Add</para>
7064
7065                 <screenshot>
7066                   <screeninfo>Library select box on Koha OPAC</screeninfo>
7067
7068                   <mediaobject>
7069                     <imageobject>
7070                       <imagedata fileref="images/admin/globalprefs/OpacAddMastheadLibraryPulldown-add.png"/>
7071                     </imageobject>
7072                   </mediaobject>
7073                 </screenshot>
7074               </listitem>
7075
7076               <listitem>
7077                 <para>Don't Add</para>
7078
7079                 <screenshot>
7080                   <screeninfo>No library select box on Koha OPAC</screeninfo>
7081
7082                   <mediaobject>
7083                     <imageobject>
7084                       <imagedata fileref="images/admin/globalprefs/OpacAddMastheadLibraryPulldown-dontadd.png"/>
7085                     </imageobject>
7086                   </mediaobject>
7087                 </screenshot>
7088               </listitem>
7089             </itemizedlist>
7090           </section>
7091
7092           <section id="OPACBaseURL">
7093             <title>OPACBaseURL</title>
7094
7095             <para>Asks: The OPAC is located at http:// ___</para>
7096
7097             <important>
7098               <para>This must be filled in correctly for RSS, unAPI, and
7099               search plugins to work.</para>
7100             </important>
7101
7102             <important>
7103               <para>This must be filled in to show 'OPAC View' links from bib
7104               records in the staff client:</para>
7105             </important>
7106
7107             <screenshot>
7108               <screeninfo>With OPACBaseURL set, links to the OPAC will appear
7109               on each individual bib record in the staff client</screeninfo>
7110
7111               <mediaobject>
7112                 <imageobject>
7113                   <imagedata fileref="images/admin/globalprefs/OPACBaseURL.png"/>
7114                 </imageobject>
7115               </mediaobject>
7116             </screenshot>
7117           </section>
7118
7119           <section id="opaccolorstylesheet">
7120             <title>opaccolorstylesheet</title>
7121
7122             <para>Asks: Include the additional CSS stylesheet ___ to override
7123             specified settings from the default stylesheet.</para>
7124
7125             <para>Description:</para>
7126
7127             <itemizedlist>
7128               <listitem>
7129                 <para>The preference can look for stylesheets in the template
7130                 directory for your OPAC language, for instance:
7131                 /koha-tmpl/opac-tmpl/prog/en/css. If you upload a custom file,
7132                 opac-mystyles.css to this directory, you can specify it by
7133                 entering opac-mystyles.css in your opaccolorstylesheet system
7134                 preference. This adds your custom stylesheet as a linked
7135                 stylesheet alongside the OPAC's default CSS files. This method
7136                 is preferable because linked stylesheets are cached by the
7137                 user's browser, meaning upon repeat visits to your site the
7138                 user's browser will not have to re-download the stylesheet,
7139                 instead using the copy in the browser's cache.</para>
7140               </listitem>
7141
7142               <listitem>
7143                 <para>If you would rather, you can upload your CSS to another
7144                 server and enter the full URL pointing to it's location
7145                 remember to begin the URL with http://</para>
7146               </listitem>
7147             </itemizedlist>
7148
7149             <tip>
7150               <para>Leave this field blank to disable it</para>
7151             </tip>
7152
7153             <para><note>
7154                 <para>This file will add a linked CSS, not replace the
7155                 existing default CSS.</para>
7156               </note></para>
7157           </section>
7158
7159           <section id="opaccredits">
7160             <title>opaccredits</title>
7161
7162             <para>Asks: Include the following HTML in the footer of all pages
7163             in the OPAC:</para>
7164
7165             <tip>
7166               <para>Click the 'Click to edit; link to enter HTML to appear at
7167               the bottom of every page in the OPAC</para>
7168             </tip>
7169
7170             <screenshot>
7171               <screeninfo>HTML version of a footer for your OPAC</screeninfo>
7172
7173               <mediaobject>
7174                 <imageobject>
7175                   <imagedata fileref="images/admin/globalprefs/opaccredits-html.png"/>
7176                 </imageobject>
7177               </mediaobject>
7178             </screenshot>
7179
7180             <screenshot>
7181               <screeninfo>A sample of what can appear in your OPAC
7182               credits/footer</screeninfo>
7183
7184               <mediaobject>
7185                 <imageobject>
7186                   <imagedata fileref="images/admin/globalprefs/opaccredits.png"/>
7187                 </imageobject>
7188               </mediaobject>
7189             </screenshot>
7190
7191             <para>Description:</para>
7192
7193             <itemizedlist>
7194               <listitem>
7195                 <para>This setting is for credits that will appear at the
7196                 bottom of your OPAC pages. Credits traditionally encompass
7197                 copyright information, last date updated, hyperlinks or other
7198                 information represented in an HTML format. This is static
7199                 information and any updates must be entered manually.</para>
7200               </listitem>
7201             </itemizedlist>
7202
7203             <para>Learn more in the <link linkend="editableopac">OPAC Editable
7204             Regions</link> section.</para>
7205           </section>
7206
7207           <section id="OPACDisplay856uAsImage">
7208             <title>OPACDisplay856uAsImage</title>
7209
7210             <para>Default: Neither details or results page</para>
7211
7212             <para>Asks: Display the URI in the 856u field as an image on:
7213             ___</para>
7214
7215             <para>Values:</para>
7216
7217             <itemizedlist>
7218               <listitem>
7219                 <para>Both results and details pages</para>
7220
7221                 <itemizedlist>
7222                   <listitem>
7223                     <important>
7224                       <para>Not implemented yet</para>
7225                     </important>
7226                   </listitem>
7227                 </itemizedlist>
7228               </listitem>
7229
7230               <listitem>
7231                 <para>Detail page only</para>
7232
7233                 <itemizedlist>
7234                   <listitem>
7235                     <important>
7236                       <para><link
7237                       linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>
7238                       needs to be on for this preference to work.</para>
7239                     </important>
7240                   </listitem>
7241                 </itemizedlist>
7242
7243                 <screenshot>
7244                   <screeninfo>Showing the 856u as an image</screeninfo>
7245
7246                   <mediaobject>
7247                     <imageobject>
7248                       <imagedata fileref="images/admin/globalprefs/OPACDisplay856uAsImage.png"/>
7249                     </imageobject>
7250                   </mediaobject>
7251                 </screenshot>
7252               </listitem>
7253
7254               <listitem>
7255                 <para>Neither details or results page</para>
7256               </listitem>
7257
7258               <listitem>
7259                 <para>Results page only</para>
7260
7261                 <itemizedlist>
7262                   <listitem>
7263                     <important>
7264                       <para>Not yet implemented</para>
7265                     </important>
7266                   </listitem>
7267                 </itemizedlist>
7268               </listitem>
7269             </itemizedlist>
7270
7271             <para>Description:</para>
7272
7273             <itemizedlist>
7274               <listitem>
7275                 <para>In addition to this option being set, the corresponding
7276                 XSLT option must be turned on. Also, the corresponding 856q
7277                 field must have a valid MIME image extension (e.g., "jpg") or
7278                 MIME image type (i.e. starting with "image/"), or the generic
7279                 indicator "img" entered in the field. When all of the
7280                 requirements are met, an image file will be displayed instead
7281                 of the standard link text. Clicking on the image will open it
7282                 in the same way as clicking on the link text. When you click
7283                 on the image it should open to full size, in the current
7284                 window or in a new window depending on the value in the system
7285                 pref <link
7286                 linkend="OPACURLOpenInNewWindow">OPACURLOpenInNewWindow</link>.</para>
7287
7288                 <screenshot>
7289                   <screeninfo>Sample 856 in MARC Record</screeninfo>
7290
7291                   <mediaobject>
7292                     <imageobject>
7293                       <imagedata fileref="images/admin/globalprefs/856imagemarc.png"/>
7294                     </imageobject>
7295                   </mediaobject>
7296                 </screenshot>
7297               </listitem>
7298             </itemizedlist>
7299           </section>
7300
7301           <section id="OPACDisplayRequestPriority">
7302             <title>OPACDisplayRequestPriority</title>
7303
7304             <para>Default: Don't</para>
7305
7306             <para>Asks: ___ patrons the priority level of their holds in the
7307             OPAC.</para>
7308
7309             <para>Values:</para>
7310
7311             <itemizedlist>
7312               <listitem>
7313                 <para>Don't show</para>
7314               </listitem>
7315
7316               <listitem>
7317                 <para>Show</para>
7318
7319                 <screenshot>
7320                   <screeninfo>Patron record in the OPAC shows where in line
7321                   the patron waits for their hold.</screeninfo>
7322
7323                   <mediaobject>
7324                     <imageobject>
7325                       <imagedata fileref="images/admin/globalprefs/OPACDisplayRequestPriority.png"/>
7326                     </imageobject>
7327                   </mediaobject>
7328                 </screenshot>
7329
7330                 <itemizedlist>
7331                   <listitem>
7332                     <para><link linkend="opacuserlogin">opacuserlogin</link>
7333                     needs to be set to 'allow'</para>
7334                   </listitem>
7335                 </itemizedlist>
7336               </listitem>
7337             </itemizedlist>
7338           </section>
7339
7340           <section id="OpacExportOptions">
7341             <title>OpacExportOptions</title>
7342
7343             <para>Default:
7344             bibtex|dc|marcxml|marc8|utf8|marcstd|mods|ris</para>
7345
7346             <para>Asks: List export options that should be available from OPAC
7347             detail page separated by |: ___</para>
7348
7349             <para>Description:</para>
7350
7351             <itemizedlist>
7352               <listitem>
7353                 <para>In the OPAC on the right of each bib record there is a
7354                 menu that allows for saving the record in various formats.
7355                 This patch will allow you to define which options are in the
7356                 pull down menu. Available options are: BIBTEX (bibtex), Dublin
7357                 Core (dc), MARCXML (marcxml), MARC-8 encoded MARC (marc8),
7358                 Unicode/UTF-8 encoded MARC (utf8), Unicode/UTF-8 encoded MARC
7359                 without local use -9xx, x9x, xx9- fields and subfields
7360                 (marcstd), MODS (mods), and RIS (ris).</para>
7361               </listitem>
7362             </itemizedlist>
7363           </section>
7364
7365           <section id="OpacFavicon">
7366             <title>OpacFavicon</title>
7367
7368             <para>Asks: Use the image at ___ for the OPAC's favicon.
7369             <important>
7370                 <para>This should be a complete URL, starting with
7371                 http://</para>
7372               </important></para>
7373
7374             <tip>
7375               <para>Turn your logo into a favicon with the <ulink
7376               url="http://antifavicon.com/">Favicon Generator</ulink>.</para>
7377             </tip>
7378
7379             <para>Description:</para>
7380
7381             <itemizedlist>
7382               <listitem>
7383                 <para>The favicon is the little icon that appears next to the
7384                 URL in the address bar in most browsers. The default value for
7385                 this field (if left blank) is the small 'K' in the Koha
7386                 logo.</para>
7387
7388                 <screenshot>
7389                   <screeninfo>Default Koha Favicon</screeninfo>
7390
7391                   <mediaobject>
7392                     <imageobject>
7393                       <imagedata fileref="images/admin/globalprefs/favicon.png"/>
7394                     </imageobject>
7395                   </mediaobject>
7396                 </screenshot>
7397               </listitem>
7398             </itemizedlist>
7399           </section>
7400
7401           <section id="opacheader">
7402             <title>opacheader</title>
7403
7404             <para>Asks: Include the following HTML in the header of all pages
7405             in the OPAC</para>
7406
7407             <screenshot>
7408               <screeninfo>Sample HTML to be displayed at the top of my
7409               OPAC</screeninfo>
7410
7411               <mediaobject>
7412                 <imageobject>
7413                   <imagedata fileref="images/admin/globalprefs/opacheader-html.png"/>
7414                 </imageobject>
7415               </mediaobject>
7416             </screenshot>
7417
7418             <tip>
7419               <para>This value will appear above the main content of your
7420               page</para>
7421             </tip>
7422
7423             <screenshot>
7424               <screeninfo>OPAC display of the value from
7425               'opacheader'</screeninfo>
7426
7427               <mediaobject>
7428                 <imageobject>
7429                   <imagedata fileref="images/admin/globalprefs/opacheader.png"/>
7430                 </imageobject>
7431               </mediaobject>
7432             </screenshot>
7433
7434             <tip>
7435               <para>Edit '<link linkend="LibraryName">LibraryName</link>' if
7436               you'd like to edit the contents of the &lt;title&gt; tag</para>
7437             </tip>
7438
7439             <para>Learn more in the <link linkend="editableopac">OPAC Editable
7440             Regions</link> section.</para>
7441           </section>
7442
7443           <section id="OpacHighlightedWords">
7444             <title>OpacHighlightedWords</title>
7445
7446             <para>Default: Don't highlight</para>
7447
7448             <para>Asks: ___ words the patron searched for in their search
7449             results.</para>
7450
7451             <para>Values:</para>
7452
7453             <itemizedlist>
7454               <listitem>
7455                 <para>Don't highlight</para>
7456               </listitem>
7457
7458               <listitem>
7459                 <para>Highlight</para>
7460               </listitem>
7461             </itemizedlist>
7462           </section>
7463
7464           <section id="OpacKohaUrl">
7465             <title>OpacKohaUrl</title>
7466
7467             <para>Default: Don't show</para>
7468
7469             <para>Values:</para>
7470
7471             <itemizedlist>
7472               <listitem>
7473                 <para>Don't show</para>
7474               </listitem>
7475
7476               <listitem>
7477                 <para>Show</para>
7478               </listitem>
7479             </itemizedlist>
7480
7481             <para>Description:</para>
7482
7483             <itemizedlist>
7484               <listitem>
7485                 <para>When this preference is set to 'Show' text will appear
7486                 in the bottom right of the OPAC footer stating 'Powered by
7487                 Koha' and linking to the official Koha website.</para>
7488
7489                 <screenshot>
7490                   <screeninfo>Powered by Koha</screeninfo>
7491
7492                   <mediaobject>
7493                     <imageobject>
7494                       <imagedata fileref="images/admin/globalprefs/OpacKohaUrl.png"/>
7495                     </imageobject>
7496                   </mediaobject>
7497                 </screenshot>
7498               </listitem>
7499             </itemizedlist>
7500           </section>
7501
7502           <section id="opaclayoutstylesheet">
7503             <title>opaclayoutstylesheet</title>
7504
7505             <para>Default: opac.css</para>
7506
7507             <para>Asks: Use the CSS stylesheet /css/ ___ on all pages in the
7508             OPAC, instead of the default</para>
7509
7510             <para>Description:</para>
7511
7512             <itemizedlist>
7513               <listitem>
7514                 <para>This setting's function is to point to the *.css file
7515                 used to define the OPAC layout. A *.css file is a cascading
7516                 stylesheet which is used in conjunction with HTML to set how
7517                 the HTML page is formatted and will look on the OPAC. There
7518                 are two stylesheets that come with the system; opac.css and
7519                 opac2.css. A custom stylesheet may also be used. A style sheet
7520                 designated in the <link
7521                 linkend="opacstylesheet">opacstylesheet</link> preference will
7522                 override the stylesheet listed here. The stylesheets listed in
7523                 the opaclayoutstylesheet preference are held on the Koha
7524                 server.</para>
7525               </listitem>
7526             </itemizedlist>
7527
7528             <tip>
7529               <para>Leave this field blank to disable it and let Koha use the
7530               default file instead</para>
7531             </tip>
7532           </section>
7533
7534           <section id="OpacMaintenance">
7535             <title>OpacMaintenance</title>
7536
7537             <para>Default: Don't show</para>
7538
7539             <para>Asks: ___ a warning that the OPAC is under maintenance,
7540             instead of the OPAC itself. <note>
7541                 <para>this shows the same warning as when the database needs
7542                 to be upgraded, but unconditionally.</para>
7543               </note></para>
7544
7545             <para>Description:</para>
7546
7547             <itemizedlist>
7548               <listitem>
7549                 <para>This preference allows the system administrator to turn
7550                 off the OPAC during maintenance and display a message to
7551                 users. When this preference is switched to &ldquo;Show" the
7552                 OPAC is not usable. The text of this message is not editable
7553                 at this time.</para>
7554               </listitem>
7555             </itemizedlist>
7556
7557             <para>Values:</para>
7558
7559             <itemizedlist>
7560               <listitem>
7561                 <para>Don't show</para>
7562               </listitem>
7563
7564               <listitem>
7565                 <para>Show</para>
7566
7567                 <itemizedlist>
7568                   <listitem>
7569                     <para>When this preference is set to show the maintenance
7570                     message the ability to search the OPAC is disabled and a
7571                     message appears</para>
7572
7573                     <screenshot>
7574                       <screeninfo>OPAC Maintenance Message</screeninfo>
7575
7576                       <mediaobject>
7577                         <imageobject>
7578                           <imagedata fileref="images/admin/globalprefs/opacmaintenance.png"/>
7579                         </imageobject>
7580                       </mediaobject>
7581                     </screenshot>
7582                   </listitem>
7583                 </itemizedlist>
7584               </listitem>
7585             </itemizedlist>
7586           </section>
7587
7588           <section id="OpacMainUserBlock">
7589             <title>OpacMainUserBlock</title>
7590
7591             <para>Default: Welcome to Koha... &lt;hr&gt;</para>
7592
7593             <para>Asks: Show the following HTML in its own column on the main
7594             page of the OPAC</para>
7595
7596             <para>HTML entered in this field will appear in the center of the
7597             main page of your OPAC</para>
7598
7599             <screenshot>
7600               <screeninfo>Sample OpacMainUserBlock appears below the search
7601               bar</screeninfo>
7602
7603               <mediaobject>
7604                 <imageobject>
7605                   <imagedata fileref="images/admin/globalprefs/OpacMainUserBlock.png"/>
7606                 </imageobject>
7607               </mediaobject>
7608             </screenshot>
7609
7610             <para>Learn more in the <link linkend="editableopac">OPAC Editable
7611             Regions</link> section.</para>
7612           </section>
7613
7614           <section id="OPACMySummaryHTML">
7615             <title>OPACMySummaryHTML</title>
7616
7617             <para>Asks: Include a "Links" column on the "my summary" tab when
7618             a user is logged in to the OPAC, with the following HTML (leave
7619             blank to disable).</para>
7620
7621             <para>Description:</para>
7622
7623             <itemizedlist>
7624               <listitem>
7625                 <para>In this preference you can enter HTML that will appear
7626                 on the 'Checked Out' tab on the 'My Summary' section when
7627                 logged in to the OPAC. The placeholders {BIBLIONUMBER},
7628                 {TITLE}, {ISBN} and {AUTHOR} will be replaced with information
7629                 from the displayed record. This can be used to enter in
7630                 'share' links for social networks or generate searches against
7631                 other library catalogs.</para>
7632
7633                 <screenshot>
7634                   <screeninfo>Example of 'Links' column with a value in the
7635                   OPACMySummaryHTML preference</screeninfo>
7636
7637                   <mediaobject>
7638                     <imageobject>
7639                       <imagedata fileref="images/admin/globalprefs/OPACMySummaryHTML.png"/>
7640                     </imageobject>
7641                   </mediaobject>
7642                 </screenshot>
7643               </listitem>
7644             </itemizedlist>
7645
7646             <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;
7647 &lt;br /&gt;TITLE: {TITLE}
7648 &lt;br /&gt;AUTHOR: {AUTHOR}
7649 &lt;br /&gt;ISBN: {ISBN}
7650 &lt;br /&gt;BIBLIONUMBER: {BIBLIONUMBER}&lt;/p&gt;</programlisting></para>
7651           </section>
7652
7653           <section id="OpacNav">
7654             <title>OpacNav</title>
7655
7656             <para>Default: Important links here.</para>
7657
7658             <para>Asks: Show the following HTML on the left hand column of the
7659             main page and patron account on the OPAC (generally navigation
7660             links)</para>
7661
7662             <screenshot>
7663               <screeninfo>Sample navigation links</screeninfo>
7664
7665               <mediaobject>
7666                 <imageobject>
7667                   <imagedata fileref="images/admin/globalprefs/OpacNav.png"/>
7668                 </imageobject>
7669               </mediaobject>
7670             </screenshot>
7671
7672             <para>Learn more in the <link linkend="editableopac">OPAC Editable
7673             Regions</link> section.</para>
7674           </section>
7675
7676           <section id="OpacNavBottom">
7677             <title>OpacNavBottom</title>
7678
7679             <para>Asks: Show the following HTML on the left hand column of the
7680             main page and patron account on the OPAC, after <link
7681             linkend="OpacNav">OpacNav</link>, and before patron account links
7682             if available:</para>
7683
7684             <para>Description: When a patron is logged in to their account
7685             they see a series of tabs to access their account information.
7686             <link linkend="OpacNav">OpacNav</link> appears above this list of
7687             tabs and OpacNavBottom will appear below them. When not on the
7688             patron account pages the HTML in OpacNavBottom will just appear
7689             right below <link linkend="OpacNav">OpacNav</link>.</para>
7690
7691             <screenshot>
7692               <screeninfo>OpacNav and OpacNavBottom on Patron
7693               Account</screeninfo>
7694
7695               <mediaobject>
7696                 <imageobject>
7697                   <imagedata fileref="images/admin/globalprefs/OpacNavBottom.png"/>
7698                 </imageobject>
7699               </mediaobject>
7700             </screenshot>
7701           </section>
7702
7703           <section id="OPACNoResultsFound">
7704             <title>OPACNoResultsFound</title>
7705
7706             <para>No Default</para>
7707
7708             <para>Asks: Display this HTML when no results are found for a
7709             search in the OPAC</para>
7710
7711             <para>This HTML will display below the existing notice that no
7712             results were found for your search.</para>
7713
7714             <screenshot>
7715               <screeninfo>HTML in OPACNoResultsFound will appear below lines
7716               that look like this</screeninfo>
7717
7718               <mediaobject>
7719                 <imageobject>
7720                   <imagedata fileref="images/admin/globalprefs/OPACNoResultsFound.png"/>
7721                 </imageobject>
7722               </mediaobject>
7723             </screenshot>
7724           </section>
7725
7726           <section id="OpacPublic">
7727             <title>OpacPublic</title>
7728
7729             <para>Default: Enable</para>
7730
7731             <para>Asks: ___ Koha OPAC as public. Private OPAC requires
7732             authentication before accessing the OPAC.</para>
7733
7734             <para>Values:</para>
7735
7736             <itemizedlist>
7737               <listitem>
7738                 <para>Don't enable</para>
7739               </listitem>
7740
7741               <listitem>
7742                 <para>Enable</para>
7743               </listitem>
7744             </itemizedlist>
7745
7746             <para>Description:</para>
7747
7748             <itemizedlist>
7749               <listitem>
7750                 <para>This preference determines if your OPAC is accessible
7751                 and searchable by anyone or only by members of the library. If
7752                 set to 'Don't enable' only members who are logged into the
7753                 OPAC can search. Most libraries will leave this setting at its
7754                 default of 'Enable' to allow their OPAC to be searched by
7755                 anyone and only require login for access to personalized
7756                 content.</para>
7757               </listitem>
7758             </itemizedlist>
7759           </section>
7760
7761           <section id="OPACResultsSidebar">
7762             <title>OPACResultsSidebar</title>
7763
7764             <para>Asks: Include the following HTML under the facets in OPAC
7765             search results</para>
7766
7767             <para>Description:</para>
7768
7769             <itemizedlist>
7770               <listitem>
7771                 <para>The HTML entered in this preference will appear on the
7772                 search results pages below the list of facets on the left side
7773                 of the screen.</para>
7774               </listitem>
7775             </itemizedlist>
7776           </section>
7777
7778           <section id="OPACSearchForTitleIn">
7779             <title>OPACSearchForTitleIn</title>
7780
7781             <para>Default: &lt;li&gt;&lt;a
7782             href="http://worldcat.org/search?q={TITLE}"
7783             target="_blank"&gt;Other Libraries (WorldCat)&lt;/a&gt;&lt;/li&gt;
7784             &lt;li&gt;&lt;a
7785             href="http://www.scholar.google.com/scholar?q={TITLE}"
7786             target="_blank"&gt;Other Databases (Google
7787             Scholar)&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a
7788             href="http://www.bookfinder.com/search/?author={AUTHOR}&amp;title={TITLE}&amp;st=xl&amp;ac=qr"
7789             target="_blank"&gt;Online Stores
7790             (Bookfinder.com)&lt;/a&gt;&lt;/li&gt;</para>
7791
7792             <para>Asks: Include a "More Searches" box on the detail pages of
7793             items on the OPAC, with the following HTML (leave blank to
7794             disable)</para>
7795
7796             <note>
7797               <para>The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE},
7798               {ISBN}, {ISSN} and {AUTHOR} will be replaced with information
7799               from the displayed record.</para>
7800             </note>
7801
7802             <tip>
7803               <para>You can use this field to add social networking share
7804               links by using code similar to this</para>
7805
7806               <programlisting>&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="detailtagcell"&gt;
7807 &lt;script
7808 src="http://connect.facebook.net/en_US/all.js#xfbml=1"&gt;&lt;/script&gt;&lt;fb:like
7809 href="http://opac.mylibrary.tld/bib/{BIBLIONUMBER}" show_faces="true"
7810 width="450" font=""&gt;&lt;/fb:like&gt;
7811 &lt;div&gt;&lt;a href="http://twitter.com/share" class="twitter-share-button"
7812 data-url="http://opac.mylibrary.tld/bib/{BIBLIONUMBER}" data-text="I'm reading
7813 this" data-count="horizontal"&gt;Tweet&lt;/a&gt;&lt;script type="text/javascript"
7814 src="http://platform.twitter.com/widgets.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;ul&gt;</programlisting>
7815
7816               <para>The starting &lt;/ul&gt; is necessary to break out of the
7817               'Search for this Title In' pull down menu</para>
7818
7819               <screenshot>
7820                 <screeninfo>OPACSearchForTitleIn with Social Networking
7821                 Links</screeninfo>
7822
7823                 <mediaobject>
7824                   <imageobject>
7825                     <imagedata fileref="images/admin/globalprefs/OPACSearchForTitleIn.png"/>
7826                   </imageobject>
7827                 </mediaobject>
7828               </screenshot>
7829             </tip>
7830           </section>
7831
7832           <section id="OPACShowCheckoutName">
7833             <title>OPACShowCheckoutName</title>
7834
7835             <para>Default: Don't show</para>
7836
7837             <para>Asks: ___ the name of the patron that has an item checked
7838             out on item detail pages on the OPAC.</para>
7839
7840             <para>Values:</para>
7841
7842             <itemizedlist>
7843               <listitem>
7844                 <para>Don't show</para>
7845               </listitem>
7846
7847               <listitem>
7848                 <para>Show</para>
7849               </listitem>
7850             </itemizedlist>
7851
7852             <para>Description:</para>
7853
7854             <itemizedlist>
7855               <listitem>
7856                 <para>This preference allows all patrons to see who has the
7857                 item checked out if it is checked out. In small corporate
7858                 libraries (where the OPAC is behind a firewall and not
7859                 publicly available) this can be helpful so coworkers can just
7860                 contact the patron with the book themselves. In larger public
7861                 and academic libraries setting this to 'Show' would pose
7862                 serious privacy issues.</para>
7863               </listitem>
7864             </itemizedlist>
7865           </section>
7866
7867           <section id="OpacShowRecentComments">
7868             <title>OpacShowRecentComments</title>
7869
7870             <para>Default: Don't show</para>
7871
7872             <para>Asks: ___ a link to recent comments in the OPAC
7873             masthead.</para>
7874
7875             <para>Values:</para>
7876
7877             <itemizedlist>
7878               <listitem>
7879                 <para>Don't show</para>
7880               </listitem>
7881
7882               <listitem>
7883                 <para>Show</para>
7884               </listitem>
7885             </itemizedlist>
7886
7887             <para>Description:</para>
7888
7889             <itemizedlist>
7890               <listitem>
7891                 <para>If you have chosen to allow comments in your OPAC by
7892                 setting <link linkend="reviewson">reviewson</link> to 'Allow'
7893                 you can include a link to the recent comments under the search
7894                 box at the top of your OPAC with this preference.</para>
7895
7896                 <screenshot>
7897                   <screeninfo>Recent Comments link on OPAC</screeninfo>
7898
7899                   <mediaobject>
7900                     <imageobject>
7901                       <imagedata fileref="images/admin/globalprefs/OpacShowRecentComments.png"/>
7902                     </imageobject>
7903                   </mediaobject>
7904                 </screenshot>
7905               </listitem>
7906             </itemizedlist>
7907           </section>
7908
7909           <section id="opacsmallimage">
7910             <title>opacsmallimage</title>
7911
7912             <para>Asks: Use the image at ___ in the OPAC header, instead of
7913             the Koha logo. If this image is a different size than the Koha
7914             logo, you will need to customize the CSS.</para>
7915
7916             <para>Description:</para>
7917
7918             <itemizedlist>
7919               <listitem>
7920                 <para>The opacsmallimage system pref is a little tricky to
7921                 deal with because you really have to tweak some CSS at the
7922                 same time. The default CSS defines a region just large enough
7923                 to display the Koha logo, and if your logo doesn't match the
7924                 Koha logo's dimensions (120 pixels wide by 38 pixels high), it
7925                 won't display correctly.</para>
7926               </listitem>
7927             </itemizedlist>
7928
7929             <important>
7930               <para>This should be a complete URL, starting with
7931               http://</para>
7932             </important>
7933           </section>
7934
7935           <section id="OpacStarRatings">
7936             <title>OpacStarRatings</title>
7937
7938             <para>Default: no</para>
7939
7940             <para>Asks: Show star-ratings on ___ pages.</para>
7941
7942             <para>Values:</para>
7943
7944             <itemizedlist>
7945               <listitem>
7946                 <para>no</para>
7947               </listitem>
7948
7949               <listitem>
7950                 <para>only details</para>
7951
7952                 <screenshot>
7953                   <screeninfo>Star Ratings on the Details Page</screeninfo>
7954
7955                   <mediaobject>
7956                     <imageobject>
7957                       <imagedata fileref="images/admin/globalprefs/OpacStarRatings-details.png"/>
7958                     </imageobject>
7959                   </mediaobject>
7960                 </screenshot>
7961               </listitem>
7962
7963               <listitem>
7964                 <para>results and details</para>
7965
7966                 <screenshot>
7967                   <screeninfo>OPAC Star Ratings on the Search
7968                   Results</screeninfo>
7969
7970                   <mediaobject>
7971                     <imageobject>
7972                       <imagedata fileref="images/admin/globalprefs/OpacStarRatings-results.png"/>
7973                     </imageobject>
7974                   </mediaobject>
7975                 </screenshot>
7976               </listitem>
7977             </itemizedlist>
7978
7979             <para>Description:</para>
7980
7981             <itemizedlist>
7982               <listitem>
7983                 <para>Star ratings are a way for your patrons to leave ratings
7984                 without having to leave a full review. Patrons who are not
7985                 logged in will only be able to see the stars, once logged in
7986                 patrons can click on the stars on the details page to leave
7987                 their own rating. Clicking on the stars on the search results
7988                 will not submit a rating.</para>
7989               </listitem>
7990             </itemizedlist>
7991           </section>
7992
7993           <section id="opacstylesheet">
7994             <title>opacstylesheet</title>
7995
7996             <para>Asks: Use the remote CSS stylesheet ___ on all pages in the
7997             OPAC, instead of the default.</para>
7998
7999             <para>Description:</para>
8000
8001             <itemizedlist>
8002               <listitem>
8003                 <para>This preference allows the administrator to completely
8004                 replace the default stylesheet with their own alternate
8005                 stylesheet. This allows the administrator to completely
8006                 customize the look of the OPAC. To change the stylesheet,
8007                 enter a complete URL, including the http:// to the custom
8008                 stylesheet. Content in the custom/alternate stylesheet will
8009                 overwrite any data in the default stylesheet defined in the
8010                 <link
8011                 linkend="opaclayoutstylesheet">opaclayoutstylesheet</link>
8012                 setting. The default stylesheet will likely be found at
8013                 http://your_koha_address/opac-
8014                 tmpl/prog/en/css/opac.css</para>
8015               </listitem>
8016             </itemizedlist>
8017
8018             <tip>
8019               <para>Leave this field blank to disable it and let Koha use the
8020               default file instead</para>
8021             </tip>
8022
8023             <important>
8024               <para>This should be a complete URL, starting with
8025               http://</para>
8026             </important>
8027           </section>
8028
8029           <section id="opacthemes">
8030             <title>opacthemes</title>
8031
8032             <para>Default: prog</para>
8033
8034             <para>Asks: Use the ___ theme on the OPAC.</para>
8035
8036             <para>Values:</para>
8037
8038             <itemizedlist>
8039               <listitem>
8040                 <para>prog</para>
8041               </listitem>
8042             </itemizedlist>
8043           </section>
8044
8045           <section id="OPACURLOpenInNewWindow">
8046             <title>OPACURLOpenInNewWindow</title>
8047
8048             <para>Default: don't</para>
8049
8050             <para>Asks: When patrons click on a link to another website from
8051             your OPAC (like Amazon or OCLC), ___ open the website in a new
8052             window.</para>
8053
8054             <para>Values:</para>
8055
8056             <itemizedlist>
8057               <listitem>
8058                 <para>do</para>
8059               </listitem>
8060
8061               <listitem>
8062                 <para>don't</para>
8063               </listitem>
8064             </itemizedlist>
8065
8066             <para>Description:</para>
8067
8068             <itemizedlist>
8069               <listitem>
8070                 <para>This preference determines if URLs in the OPAC will open
8071                 in a new window or not. When clicking on a link in the OPAC, a
8072                 patron does not need to worry about navigating away from their
8073                 search results.</para>
8074               </listitem>
8075             </itemizedlist>
8076           </section>
8077
8078           <section id="OPACUserCSS">
8079             <title>OPACUserCSS</title>
8080
8081             <para>Asks: Include the following CSS on all pages in the
8082             OPAC</para>
8083
8084             <para>Description:</para>
8085
8086             <itemizedlist>
8087               <listitem>
8088                 <para>OPACUserCSS allows the administrator to enter styles
8089                 that will overwrite the OPAC's default CSS as defined in
8090                 &lsquo;opaclayoutstylesheet' or &lsquo;opacstylesheet'. Styles
8091                 may be entered for any of the selectors found in the default
8092                 style sheet. The default stylesheet will likely be found at
8093                 http://your_koha_address/opac-tmpl/prog/en/css/opac.css.
8094                 Unlike <link
8095                 linkend="opaccolorstylesheet">opaccolorstylesheet</link>,
8096                 <link
8097                 linkend="opaclayoutstylesheet">opaclayoutstylesheet</link> and
8098                 <link linkend="opacstylesheet">opacstylesheet</link> this
8099                 preference will embed the CSS directly on your OPAC
8100                 pages.</para>
8101               </listitem>
8102             </itemizedlist>
8103           </section>
8104
8105           <section id="opacuserjs">
8106             <title>opacuserjs</title>
8107
8108             <para>Asks: Include the following JavaScript on all pages in the
8109             OPAC</para>
8110
8111             <screenshot>
8112               <screeninfo>OPAC login box before opacuserjs edit</screeninfo>
8113
8114               <mediaobject>
8115                 <imageobject>
8116                   <imagedata fileref="images/admin/globalprefs/opacuserjs-before.png"/>
8117                 </imageobject>
8118               </mediaobject>
8119             </screenshot>
8120
8121             <screenshot>
8122               <screeninfo>JavaScript in opacuserjs to change the OPAC login
8123               box</screeninfo>
8124
8125               <mediaobject>
8126                 <imageobject>
8127                   <imagedata fileref="images/admin/globalprefs/opacuserjs.png"/>
8128                 </imageobject>
8129               </mediaobject>
8130             </screenshot>
8131
8132             <screenshot>
8133               <screeninfo>New OPAC login box after editing
8134               opacuserjs</screeninfo>
8135
8136               <mediaobject>
8137                 <imageobject>
8138                   <imagedata fileref="images/admin/globalprefs/opacuserjs-after.png"/>
8139                 </imageobject>
8140               </mediaobject>
8141             </screenshot>
8142
8143             <para>Description:</para>
8144
8145             <itemizedlist>
8146               <listitem>
8147                 <para>This preference allows the administrator to enter
8148                 JavaScript or JQuery that will be embedded across all pages of
8149                 the OPAC. Administrators may use this preference to customize
8150                 some of the interactive sections of Koha, customizing the text
8151                 for the login prompts, for example. Sample JQuery scripts used
8152                 by Koha libraries can be found on the wiki: <ulink
8153                 url="http://wiki.koha-community.org/wiki/JQuery_Library">http://wiki.koha-community.org/wiki/JQuery_Library</ulink>.</para>
8154               </listitem>
8155             </itemizedlist>
8156           </section>
8157
8158           <section id="OPACXSLTDetailsDisplay">
8159             <title>OPACXSLTDetailsDisplay</title>
8160
8161             <para>Default: default</para>
8162
8163             <para>Asks: Display OPAC details using XSLT stylesheet at
8164             ___</para>
8165
8166             <para>Values:</para>
8167
8168             <itemizedlist>
8169               <listitem>
8170                 <para>leave empty to not use the XSLT stylesheet</para>
8171
8172                 <itemizedlist>
8173                   <listitem>
8174                     <para>In previous versions of Koha this was the setting
8175                     that read 'normally'</para>
8176                   </listitem>
8177                 </itemizedlist>
8178               </listitem>
8179
8180               <listitem>
8181                 <para>enter "default" for the default one</para>
8182               </listitem>
8183
8184               <listitem>
8185                 <para>put a path to define a XSLT file</para>
8186
8187                 <itemizedlist>
8188                   <listitem>
8189                     <para>ex: /path/to/koha/and/your/stylesheet.xsl</para>
8190                   </listitem>
8191
8192                   <listitem>
8193                     <para>If in a multi-language system you can enter
8194                     {langcode} in the path to tell Koha to look in the right
8195                     language folder</para>
8196
8197                     <itemizedlist>
8198                       <listitem>
8199                         <para>ex:
8200                         /home/koha/src/koha-tmpl/opac/prog/{langcode}/xslt/OpacDetail.xsl</para>
8201                       </listitem>
8202
8203                       <listitem>
8204                         <para>ex.
8205                         http://mykohaopac.org/{langcode}/stylesheet.xsl</para>
8206                       </listitem>
8207                     </itemizedlist>
8208                   </listitem>
8209                 </itemizedlist>
8210               </listitem>
8211
8212               <listitem>
8213                 <para>put an URL for an external specific stylesheet</para>
8214
8215                 <itemizedlist>
8216                   <listitem>
8217                     <para>ex: http://mykohaopac.org/stylesheet.xsl</para>
8218                   </listitem>
8219                 </itemizedlist>
8220               </listitem>
8221             </itemizedlist>
8222
8223             <para>Description:</para>
8224
8225             <itemizedlist>
8226               <listitem>
8227                 <para>XSLT stylesheets allow for the customization of the
8228                 details shows on the screen when viewing a bib record. This
8229                 preference will allow you either use the default look that
8230                 comes with Koha or design your own stylesheet.</para>
8231               </listitem>
8232             </itemizedlist>
8233           </section>
8234
8235           <section id="OPACXSLTResultsDisplay">
8236             <title>OPACXSLTResultsDisplay</title>
8237
8238             <para>Default: default</para>
8239
8240             <para>Asks: Display OPAC results using XSLT stylesheet at
8241             ___</para>
8242
8243             <para>Values:</para>
8244
8245             <itemizedlist>
8246               <listitem>
8247                 <para>leave empty to not use the XSLT stylesheet</para>
8248
8249                 <itemizedlist>
8250                   <listitem>
8251                     <para>In previous versions of Koha this was the setting
8252                     that read 'normally'</para>
8253                   </listitem>
8254                 </itemizedlist>
8255               </listitem>
8256
8257               <listitem>
8258                 <para>enter "default" for the default one</para>
8259               </listitem>
8260
8261               <listitem>
8262                 <para>put a path to define a XSLT file</para>
8263
8264                 <itemizedlist>
8265                   <listitem>
8266                     <para>ex: /path/to/koha/and/your/stylesheet.xsl</para>
8267                   </listitem>
8268
8269                   <listitem>
8270                     <para>If in a multi-language system you can enter
8271                     {langcode} in the path to tell Koha to look in the right
8272                     language folder</para>
8273
8274                     <itemizedlist>
8275                       <listitem>
8276                         <para>ex:
8277                         /home/koha/src/koha-tmpl/opac/prog/{langcode}/xslt/OpacDetail.xsl</para>
8278                       </listitem>
8279
8280                       <listitem>
8281                         <para>ex.
8282                         http://mykohaopac.org/{langcode}/stylesheet.xsl</para>
8283                       </listitem>
8284                     </itemizedlist>
8285                   </listitem>
8286                 </itemizedlist>
8287               </listitem>
8288
8289               <listitem>
8290                 <para>put an URL for an external specific stylesheet</para>
8291
8292                 <itemizedlist>
8293                   <listitem>
8294                     <para>ex: http://mykohaopac.org/stylesheet.xsl</para>
8295                   </listitem>
8296                 </itemizedlist>
8297               </listitem>
8298             </itemizedlist>
8299
8300             <para>Description:</para>
8301
8302             <itemizedlist>
8303               <listitem>
8304                 <para>XSLT stylesheets allow for the customization of the
8305                 details shows on the screen when viewing the search results.
8306                 This preference will allow you either use the default look
8307                 that comes with Koha or design your own stylesheet.</para>
8308               </listitem>
8309             </itemizedlist>
8310           </section>
8311         </section>
8312
8313         <section id="opacfeaturesprefs">
8314           <title>Features</title>
8315
8316           <para/>
8317
8318           <section id="numSearchRSSResults">
8319             <title>numSearchRSSResults</title>
8320
8321             <para>Default: 50</para>
8322
8323             <para>Asks: Display ___ search results in the RSS feed.</para>
8324
8325             <para>Description:</para>
8326
8327             <itemizedlist>
8328               <listitem>
8329                 <para>By default the RSS feed that is automatically generated
8330                 for every search results page will list 50 items. This can
8331                 sometimes be too much for some RSS feed readers and for some
8332                 people this isn't enough. This preference allows you to adjust
8333                 this number to show the best number of results for your
8334                 patrons.</para>
8335               </listitem>
8336             </itemizedlist>
8337           </section>
8338
8339           <section id="OpacAuthorities">
8340             <title>OpacAuthorities</title>
8341
8342             <para>Default: Allow</para>
8343
8344             <para>Asks: ___ patrons to search your authority records.</para>
8345
8346             <para>Description:</para>
8347
8348             <itemizedlist>
8349               <listitem>
8350                 <para>This preference displays the link on the OPAC for the
8351                 authority search (titled 'Browse by Subject'). By setting the
8352                 preference to &ldquo;Allow" patrons can use this search link
8353                 of the OPAC.</para>
8354               </listitem>
8355             </itemizedlist>
8356
8357             <important>
8358               <para>While labeled 'Browse' it is important to note that this
8359               is in fact an authority search, not an authority browse.</para>
8360
8361               <screenshot>
8362                 <screeninfo>Authority Search in the OPAC</screeninfo>
8363
8364                 <mediaobject>
8365                   <imageobject>
8366                     <imagedata fileref="images/admin/globalprefs/authoritysearch.png"/>
8367                   </imageobject>
8368                 </mediaobject>
8369               </screenshot>
8370             </important>
8371
8372             <para>Values:</para>
8373
8374             <itemizedlist>
8375               <listitem>
8376                 <para>Allow</para>
8377
8378                 <itemizedlist>
8379                   <listitem>
8380                     <para>A link labeled 'Browse by Subject' will appear at
8381                     the top of your OPAC under the search box</para>
8382
8383                     <screenshot>
8384                       <screeninfo>'Browse by Subject' link under search box on
8385                       OPAC</screeninfo>
8386
8387                       <mediaobject>
8388                         <imageobject>
8389                           <imagedata fileref="images/admin/globalprefs/OpacAuthorities.png"/>
8390                         </imageobject>
8391                       </mediaobject>
8392                     </screenshot>
8393                   </listitem>
8394                 </itemizedlist>
8395               </listitem>
8396
8397               <listitem>
8398                 <para>Don't allow</para>
8399               </listitem>
8400             </itemizedlist>
8401           </section>
8402
8403           <section id="opacbookbag">
8404             <title>opacbookbag</title>
8405
8406             <para>Default: Allow</para>
8407
8408             <para>Asks: ___ patrons to store items in a temporary "Cart" on
8409             the OPAC.</para>
8410
8411             <para>Values:</para>
8412
8413             <itemizedlist>
8414               <listitem>
8415                 <para>Allow</para>
8416               </listitem>
8417
8418               <listitem>
8419                 <para>Don't allow</para>
8420               </listitem>
8421             </itemizedlist>
8422
8423             <para>Description:</para>
8424
8425             <itemizedlist>
8426               <listitem>
8427                 <para>This preference allows the user to temporarily save a
8428                 list of items found on the catalog. By using the Book Bag, or
8429                 Cart, the user can print out or email a list of items found.
8430                 The user does not need to be logged in. This list is temporary
8431                 and will be emptied, or cleared, at the end of the
8432                 session.</para>
8433               </listitem>
8434             </itemizedlist>
8435           </section>
8436
8437           <section id="OpacBrowser">
8438             <title>OpacBrowser</title>
8439
8440             <important>
8441               <para>This preference only applies to French systems at this
8442               time.</para>
8443             </important>
8444
8445             <para>Default: Don't allow</para>
8446
8447             <para>Asks: ___ patrons to browse subject authorities on
8448             OPAC</para>
8449
8450             <para>Values:</para>
8451
8452             <itemizedlist>
8453               <listitem>
8454                 <para>Allow</para>
8455               </listitem>
8456
8457               <listitem>
8458                 <para>Don't allow</para>
8459               </listitem>
8460             </itemizedlist>
8461
8462             <para><important>
8463                 <para>run the <link linkend="authbrowsercron">Authorities
8464                 Browser Cron Job</link> to create the browser list</para>
8465               </important></para>
8466           </section>
8467
8468           <section id="OpacBrowseResults">
8469             <title>OpacBrowseResults</title>
8470
8471             <para>Default: enable</para>
8472
8473             <para>Asks: ___ browsing and paging search results from the OPAC
8474             detail page.</para>
8475
8476             <para>Values:</para>
8477
8478             <itemizedlist>
8479               <listitem>
8480                 <para>disable</para>
8481               </listitem>
8482
8483               <listitem>
8484                 <para>enable</para>
8485
8486                 <screenshot>
8487                   <screeninfo>Browsing and Paging Search Results</screeninfo>
8488
8489                   <mediaobject>
8490                     <imageobject>
8491                       <imagedata fileref="images/admin/globalprefs/OpacBrowseResults.png"/>
8492                     </imageobject>
8493                   </mediaobject>
8494                 </screenshot>
8495               </listitem>
8496             </itemizedlist>
8497
8498             <para>Description:</para>
8499
8500             <itemizedlist>
8501               <listitem>
8502                 <para>This preference will control the option to return to
8503                 your results and/or browse them from the detail page in the
8504                 OPAC.</para>
8505               </listitem>
8506             </itemizedlist>
8507           </section>
8508
8509           <section id="OPACFinesTab">
8510             <title>OPACFinesTab</title>
8511
8512             <para>Default: Allow</para>
8513
8514             <para>Asks: ___ patrons to access the Fines tab on the My Account
8515             page on the OPAC.</para>
8516
8517             <para>Values:</para>
8518
8519             <itemizedlist>
8520               <listitem>
8521                 <para>Allow</para>
8522
8523                 <itemizedlist>
8524                   <listitem>
8525                     <para><link linkend="opacuserlogin">opacuserlogin</link>
8526                     needs to be set to 'allow'</para>
8527                   </listitem>
8528                 </itemizedlist>
8529               </listitem>
8530
8531               <listitem>
8532                 <para>Don't allow</para>
8533               </listitem>
8534             </itemizedlist>
8535           </section>
8536
8537           <section id="OpacPasswordChange">
8538             <title>OpacPasswordChange</title>
8539
8540             <para>Default: Allow</para>
8541
8542             <para>Asks: ___ patrons to change their own password on the
8543             OPAC.</para>
8544
8545             <para>Values:</para>
8546
8547             <itemizedlist>
8548               <listitem>
8549                 <para>Allow</para>
8550
8551                 <itemizedlist>
8552                   <listitem>
8553                     <para><link linkend="opacuserlogin">opacuserlogin</link>
8554                     needs to be set to 'allow'</para>
8555                   </listitem>
8556                 </itemizedlist>
8557               </listitem>
8558
8559               <listitem>
8560                 <para>Don't allow</para>
8561               </listitem>
8562             </itemizedlist>
8563
8564             <important>
8565               <para>Enabling this will break LDAP authentication.</para>
8566             </important>
8567           </section>
8568
8569           <section id="OPACPatronDetails">
8570             <title>OPACPatronDetails</title>
8571
8572             <para>Default: Allow</para>
8573
8574             <para>Asks: ___ patrons to notify the library of changes to their
8575             contact information from the OPAC.</para>
8576
8577             <para>Values:</para>
8578
8579             <itemizedlist>
8580               <listitem>
8581                 <para>Allow</para>
8582
8583                 <itemizedlist>
8584                   <listitem>
8585                     <para><link linkend="opacuserlogin">opacuserlogin</link>
8586                     needs to be set to 'allow'</para>
8587                   </listitem>
8588                 </itemizedlist>
8589               </listitem>
8590
8591               <listitem>
8592                 <para>Don't allow</para>
8593               </listitem>
8594             </itemizedlist>
8595
8596             <para>Description:</para>
8597
8598             <itemizedlist>
8599               <listitem>
8600                 <para>If patrons are allowed to notify the library of changes
8601                 an email will be sent to the library administration email
8602                 address with the changes. Lines that start with the field name
8603                 in all caps are the lines that the patron made changes
8604                 to.</para>
8605               </listitem>
8606             </itemizedlist>
8607           </section>
8608
8609           <section id="OPACpatronimage">
8610             <title>OPACpatronimage</title>
8611
8612             <para>Default: Don't show</para>
8613
8614             <para>Asks: ___ patron images on the patron information page in
8615             the OPAC.</para>
8616
8617             <para>Values:</para>
8618
8619             <itemizedlist>
8620               <listitem>
8621                 <para>Don't show</para>
8622               </listitem>
8623
8624               <listitem>
8625                 <para>Show</para>
8626               </listitem>
8627             </itemizedlist>
8628
8629             <para>Description:</para>
8630
8631             <itemizedlist>
8632               <listitem>
8633                 <para>If <link linkend="patronimages">patronimages</link> is
8634                 set to allow the upload of patron images via the staff client,
8635                 then setting this preference to 'show' will show the patron
8636                 what image you have on file for them when they view their
8637                 personal information on their account in the OPAC.</para>
8638               </listitem>
8639             </itemizedlist>
8640           </section>
8641
8642           <section id="OpacTopissue">
8643             <title>OpacTopissue</title>
8644
8645             <para>Default: Don't allow</para>
8646
8647             <para>Asks: ___ patrons to access a list of the most checked out
8648             items on the OPAC.</para>
8649
8650             <para>Values:</para>
8651
8652             <itemizedlist>
8653               <listitem>
8654                 <para>Allow</para>
8655
8656                 <itemizedlist>
8657                   <listitem>
8658                     <para>A link to 'Most Popular' will appear at the top of
8659                     your OPAC</para>
8660
8661                     <screenshot>
8662                       <screeninfo>'Most Popular' link under the search
8663                       box</screeninfo>
8664
8665                       <mediaobject>
8666                         <imageobject>
8667                           <imagedata fileref="images/admin/globalprefs/OpacTopissue.png"/>
8668                         </imageobject>
8669                       </mediaobject>
8670                     </screenshot>
8671                   </listitem>
8672                 </itemizedlist>
8673               </listitem>
8674
8675               <listitem>
8676                 <para>Don't allow</para>
8677               </listitem>
8678             </itemizedlist>
8679
8680             <para>Description:</para>
8681
8682             <itemizedlist>
8683               <listitem>
8684                 <para>This preference allows the administrator to choose to
8685                 show the &ldquo;Most Popular" link at the top of the OPAC
8686                 under the search box. The &ldquo;Most Popular" page shows the
8687                 top circulated items in the library, as determined by the
8688                 number of times a title has been circulated. This allows users
8689                 to see what titles are popular in their community. It is
8690                 recommended that you leave this preference set to 'Don't
8691                 allow' until you have been live on Koha for a couple of
8692                 months, otherwise the data that it shows will not be an
8693                 accurate portrayal of what's popular in your library.</para>
8694
8695                 <screenshot>
8696                   <screeninfo>Sample top issues page</screeninfo>
8697
8698                   <mediaobject>
8699                     <imageobject>
8700                       <imagedata fileref="images/admin/globalprefs/topissues.png"/>
8701                     </imageobject>
8702                   </mediaobject>
8703                 </screenshot>
8704               </listitem>
8705             </itemizedlist>
8706           </section>
8707
8708           <section id="opacuserlogin">
8709             <title>opacuserlogin</title>
8710
8711             <para>Default: Allow</para>
8712
8713             <para>Asks: ___ patrons to log in to their accounts on the
8714             OPAC.</para>
8715
8716             <para>Values:</para>
8717
8718             <itemizedlist>
8719               <listitem>
8720                 <para>Allow</para>
8721               </listitem>
8722
8723               <listitem>
8724                 <para>Don't allow</para>
8725
8726                 <itemizedlist>
8727                   <listitem>
8728                     <para>The OPAC will still be searchable if patrons can't
8729                     log in, this just disables the patron account access via
8730                     the OPAC</para>
8731                   </listitem>
8732                 </itemizedlist>
8733               </listitem>
8734             </itemizedlist>
8735           </section>
8736
8737           <section id="RequestOnOpac">
8738             <title>RequestOnOpac</title>
8739
8740             <para>Default: Allow</para>
8741
8742             <para>Asks: ___ patrons to place holds on items from the
8743             OPAC.</para>
8744
8745             <para>Values:</para>
8746
8747             <itemizedlist>
8748               <listitem>
8749                 <para>Allow</para>
8750
8751                 <itemizedlist>
8752                   <listitem>
8753                     <para><link linkend="opacuserlogin">opacuserlogin</link>
8754                     needs to be set to 'allow'</para>
8755                   </listitem>
8756                 </itemizedlist>
8757               </listitem>
8758
8759               <listitem>
8760                 <para>Don't allow</para>
8761               </listitem>
8762             </itemizedlist>
8763           </section>
8764
8765           <section id="reviewson">
8766             <title>reviewson</title>
8767
8768             <para>Default: Allow</para>
8769
8770             <para>Asks: ___ patrons to make comments on items on the
8771             OPAC.</para>
8772
8773             <para>Values:</para>
8774
8775             <itemizedlist>
8776               <listitem>
8777                 <para>Allow</para>
8778
8779                 <itemizedlist>
8780                   <listitem>
8781                     <para>Patrons comments/reviews all require moderation
8782                     before they appear in the OPAC</para>
8783                   </listitem>
8784
8785                   <listitem>
8786                     <para><link linkend="opacuserlogin">opacuserlogin</link>
8787                     needs to be set to 'Allow'</para>
8788                   </listitem>
8789                 </itemizedlist>
8790               </listitem>
8791
8792               <listitem>
8793                 <para>Don't allow</para>
8794               </listitem>
8795             </itemizedlist>
8796
8797             <para>Description:</para>
8798
8799             <itemizedlist>
8800               <listitem>
8801                 <para>This button allows the patrons to submit comments on
8802                 books they have read via the OPAC. If this preference is set
8803                 to &ldquo;Allow" reviews are first sent to the staff client
8804                 for staff approval before the review is displayed in the OPAC.
8805                 The staff member who reviews and approves comments may find
8806                 the pending comments on the <link
8807                 linkend="comments">Comments</link> tool. The staff member can
8808                 then choose to approve or delete the comments.</para>
8809               </listitem>
8810             </itemizedlist>
8811           </section>
8812
8813           <section id="ShowReviewer">
8814             <title>ShowReviewer</title>
8815
8816             <para>Default: full name</para>
8817
8818             <para>Asks: Show ___ of commenter with comments in OPAC.</para>
8819
8820             <para>Values:</para>
8821
8822             <itemizedlist>
8823               <listitem>
8824                 <para>first name</para>
8825               </listitem>
8826
8827               <listitem>
8828                 <para>first name and last initial</para>
8829               </listitem>
8830
8831               <listitem>
8832                 <para>full name</para>
8833               </listitem>
8834
8835               <listitem>
8836                 <para>last name</para>
8837               </listitem>
8838
8839               <listitem>
8840                 <para>no name</para>
8841               </listitem>
8842
8843               <listitem>
8844                 <para>username</para>
8845               </listitem>
8846             </itemizedlist>
8847
8848             <para>Description:</para>
8849
8850             <itemizedlist>
8851               <listitem>
8852                 <para>If you would like to protect your patron's privacy in
8853                 the OPAC you can choose to hide their names or parts of their
8854                 names from any of the comments they leave on bib records in
8855                 your system. <link linkend="reviewson">reviewson</link> needs
8856                 to be set to 'Allow' for this to preference to come in to
8857                 play</para>
8858               </listitem>
8859             </itemizedlist>
8860           </section>
8861
8862           <section id="ShowReviewerPhoto">
8863             <title>ShowReviewerPhoto</title>
8864
8865             <para>Default: Show</para>
8866
8867             <para>Asks: ___ reviewer's photo beside comments in OPAC.</para>
8868
8869             <para>Values:</para>
8870
8871             <itemizedlist>
8872               <listitem>
8873                 <para>Hide</para>
8874               </listitem>
8875
8876               <listitem>
8877                 <para>Show</para>
8878
8879                 <itemizedlist>
8880                   <listitem>
8881                     <para><link linkend="reviewson">reviewson</link> needs to
8882                     be set to 'Allow' and <link
8883                     linkend="ShowReviewer">ShowReviewer</link> needs to be set
8884                     to 'Show' for this to preference to come in to play</para>
8885
8886                     <screenshot>
8887                       <screeninfo>ShowReviewerPhoto set to 'Show'</screeninfo>
8888
8889                       <mediaobject>
8890                         <imageobject>
8891                           <imagedata fileref="images/admin/globalprefs/ShowReviewerPhoto.png"/>
8892                         </imageobject>
8893                       </mediaobject>
8894                     </screenshot>
8895                   </listitem>
8896                 </itemizedlist>
8897               </listitem>
8898             </itemizedlist>
8899
8900             <para>Description:</para>
8901
8902             <itemizedlist>
8903               <listitem>
8904                 <para>This system preference allows libraries to show avatars
8905                 next to patron's comments in the OPAC. These avatars are
8906                 pulled from the <ulink
8907                 url="https://www.libravatar.org">Libravatar</ulink> library,
8908                 an open source powered product that allows Internet users to
8909                 choose a small icon to display next to their name on various
8910                 different websites. The library has no control over the images
8911                 the patron chooses to display.</para>
8912               </listitem>
8913             </itemizedlist>
8914           </section>
8915
8916           <section id="SocialNetworks">
8917             <title>SocialNetworks</title>
8918
8919             <para>Default: Disable</para>
8920
8921             <para>Asks: ___ social network links in opac detail pages</para>
8922
8923             <para>Values:</para>
8924
8925             <itemizedlist>
8926               <listitem>
8927                 <para>Disable</para>
8928               </listitem>
8929
8930               <listitem>
8931                 <para>Enable</para>
8932
8933                 <screenshot>
8934                   <screeninfo>Social Networks</screeninfo>
8935
8936                   <mediaobject>
8937                     <imageobject>
8938                       <imagedata fileref="images/admin/globalprefs/SocialNetworks.png"/>
8939                     </imageobject>
8940                   </mediaobject>
8941                 </screenshot>
8942               </listitem>
8943             </itemizedlist>
8944
8945             <para>Description:</para>
8946
8947             <itemizedlist>
8948               <listitem>
8949                 <para>This preference will enable a line of social network
8950                 share buttons below the right hand column on the detail pages
8951                 of records in the OPAC.</para>
8952               </listitem>
8953             </itemizedlist>
8954
8955             <important>
8956               <para>In order for these share buttons to work when clicked you
8957               must have filled in your <link
8958               linkend="OPACBaseURL">OPACBaseURL</link> preference.</para>
8959             </important>
8960           </section>
8961
8962           <section id="suggestionspref">
8963             <title>suggestion</title>
8964
8965             <para>Default: Allow</para>
8966
8967             <para>Asks: ___ patrons to make purchase suggestions on the
8968             OPAC.</para>
8969
8970             <para>Values:</para>
8971
8972             <itemizedlist>
8973               <listitem>
8974                 <para>Allow</para>
8975
8976                 <itemizedlist>
8977                   <listitem>
8978                     <para><link linkend="opacuserlogin">opacuserlogin</link>
8979                     needs to be set to 'allow' unless <link
8980                     linkend="AnonSuggestions">AnonSuggestions</link> is set to
8981                     'allow'</para>
8982                   </listitem>
8983                 </itemizedlist>
8984               </listitem>
8985
8986               <listitem>
8987                 <para>Don't allow</para>
8988               </listitem>
8989             </itemizedlist>
8990           </section>
8991         </section>
8992
8993         <section id="opacpolicyprefs">
8994           <title>Policy</title>
8995
8996           <para/>
8997
8998           <section id="AllowPurchaseSuggestionBranchChoice">
8999             <title>AllowPurchaseSuggestionBranchChoice</title>
9000
9001             <para>Default: Don't allow</para>
9002
9003             <para>Asks: ___ patrons to select branch when making a purchase
9004             suggestion</para>
9005
9006             <para>Values:</para>
9007
9008             <itemizedlist>
9009               <listitem>
9010                 <para>Allow</para>
9011               </listitem>
9012
9013               <listitem>
9014                 <para>Don't allow</para>
9015               </listitem>
9016             </itemizedlist>
9017
9018             <para>Description:</para>
9019
9020             <itemizedlist>
9021               <listitem>
9022                 <para>If your library system lets patrons make purchase
9023                 suggestions for a specific branch you can set this preference
9024                 to 'Allow' to add a branch selection option to the purchase
9025                 suggestion form.</para>
9026               </listitem>
9027             </itemizedlist>
9028           </section>
9029
9030           <section id="OpacAllowPublicListCreation">
9031             <title>OpacAllowPublicListCreation</title>
9032
9033             <para>Default: Allow</para>
9034
9035             <para>Asks: ___ opac users to create public lists</para>
9036
9037             <para>Values:</para>
9038
9039             <itemizedlist>
9040               <listitem>
9041                 <para>Allow</para>
9042               </listitem>
9043
9044               <listitem>
9045                 <para>Don't allow</para>
9046               </listitem>
9047             </itemizedlist>
9048
9049             <para>Description:</para>
9050
9051             <itemizedlist>
9052               <listitem>
9053                 <para>Public lists are visible to anyone who visits your OPAC.
9054                 With this preference you can control whether or now patrons
9055                 are allowed to create these public lists. If this is set to
9056                 "Don't allow" then only staff will be able to create public
9057                 lists.</para>
9058               </listitem>
9059             </itemizedlist>
9060
9061             <important>
9062               <para>This preference will only be taken in to account if you
9063               have <link linkend="virtualshelves">virtualshelves</link> set to
9064               'Allow'</para>
9065             </important>
9066           </section>
9067
9068           <section id="OpacAllowSharingPrivateLists">
9069             <title>OpacAllowSharingPrivateLists</title>
9070
9071             <important>
9072               <para>This feature is not active yet but will be released
9073               soon</para>
9074             </important>
9075
9076             <para>Default: Don't allow</para>
9077
9078             <para>Asks: ___ opac users to share private lists with other
9079             patrons.</para>
9080
9081             <para>Values:</para>
9082
9083             <itemizedlist>
9084               <listitem>
9085                 <para>Allow</para>
9086               </listitem>
9087
9088               <listitem>
9089                 <para>Don't allow</para>
9090               </listitem>
9091             </itemizedlist>
9092
9093             <para>Description:</para>
9094
9095             <itemizedlist>
9096               <listitem>
9097                 <para>This feature will add the option for patrons to share
9098                 their lists with other patrons.</para>
9099               </listitem>
9100             </itemizedlist>
9101           </section>
9102
9103           <section id="OPACFineNoRenewals">
9104             <title>OPACFineNoRenewals</title>
9105
9106             <para>Default: 99999</para>
9107
9108             <para>Asks: Only allow patrons to renew their own books on the
9109             OPAC if they have less than ___ USD in fines</para>
9110
9111             <tip>
9112               <para>Leave this field blank to disable</para>
9113             </tip>
9114
9115             <important>
9116               <para>To allow renewals in the OPAC, <link
9117               linkend="opacuserlogin">opacuserlogin</link> needs to be set to
9118               'allow'</para>
9119             </important>
9120           </section>
9121
9122           <section id="OpacHiddenItems">
9123             <title>OpacHiddenItems</title>
9124
9125             <para>Asks: Allows to define custom rules for hiding specific
9126             items at opac. <tip>
9127                 <para>See docs/opac/OpacHiddenItems.txt in your Koha install
9128                 directory for more information</para>
9129               </tip></para>
9130
9131             <para>Description:</para>
9132
9133             <itemizedlist>
9134               <listitem>
9135                 <para>In this field you can enter criteria for items you would
9136                 like to hide from display in the OPAC. This field takes any
9137                 combination of item fields (from the items table in the Koha
9138                 database) for blocking. For example a value of:</para>
9139
9140                 <para><programlisting>itype: [07, 10]
9141 location: [STAFF, ISO]</programlisting>Will block items with an itype code of
9142                 07 or 10 as well as items that have a shelving location of
9143                 STAFF or ISO.</para>
9144
9145                 <para>In items my items.itype 07 is defined in Item Types
9146                 Administration as Staff Assigned My items.itype 10 in Item
9147                 Types is Archival Copy The locations STAFF and ISO are in
9148                 Authorized Values for category=LOC STAFF means it's assigned
9149                 to the staff reading room and ISO means it is in the isolation
9150                 room.</para>
9151               </listitem>
9152             </itemizedlist>
9153           </section>
9154
9155           <section id="OPACItemHolds">
9156             <title>OPACItemHolds</title>
9157
9158             <para>Default: Allow</para>
9159
9160             <para>Asks: ___ patrons to place holds on specific items in the
9161             OPAC.</para>
9162
9163             <para>Values:</para>
9164
9165             <itemizedlist>
9166               <listitem>
9167                 <para>Allow</para>
9168
9169                 <itemizedlist>
9170                   <listitem>
9171                     <para>Patrons can place holds on specific items as well as
9172                     the next available item.</para>
9173                   </listitem>
9174
9175                   <listitem>
9176                     <para><link linkend="opacuserlogin">opacuserlogin</link>
9177                     needs to be set to 'allow'</para>
9178                   </listitem>
9179                 </itemizedlist>
9180               </listitem>
9181
9182               <listitem>
9183                 <para>Don't allow</para>
9184
9185                 <itemizedlist>
9186                   <listitem>
9187                     <para>If this is disabled, users can only put a hold on
9188                     the next available item.</para>
9189                   </listitem>
9190                 </itemizedlist>
9191               </listitem>
9192             </itemizedlist>
9193           </section>
9194
9195           <section id="OpacRenewalAllowed">
9196             <title>OpacRenewalAllowed</title>
9197
9198             <para>Default: Don't allow</para>
9199
9200             <para>Asks: ___ patrons to renew their own books on the
9201             OPAC.</para>
9202
9203             <para>Values:</para>
9204
9205             <itemizedlist>
9206               <listitem>
9207                 <para>Allow</para>
9208
9209                 <itemizedlist>
9210                   <listitem>
9211                     <para><link linkend="opacuserlogin">opacuserlogin</link>
9212                     needs to be set to 'allow'</para>
9213                   </listitem>
9214                 </itemizedlist>
9215               </listitem>
9216
9217               <listitem>
9218                 <para>Don't allow</para>
9219
9220                 <itemizedlist>
9221                   <listitem>
9222                     <para>Staff will still be able to renew items for patrons
9223                     via the staff client</para>
9224                   </listitem>
9225                 </itemizedlist>
9226               </listitem>
9227             </itemizedlist>
9228
9229             <para>Description:</para>
9230
9231             <itemizedlist>
9232               <listitem>
9233                 <para>This preference allows the administration to choose if
9234                 patrons can renew their checked out materials via their
9235                 checked out history in the OPAC. It allows patrons to renew
9236                 their materials without having to contact the library or
9237                 having to return to the library.</para>
9238               </listitem>
9239             </itemizedlist>
9240           </section>
9241
9242           <section id="OpacRenewalBranch">
9243             <title>OpacRenewalBranch</title>
9244
9245             <para>Default: the branch the item was checked out from</para>
9246
9247             <para>Asks: Use ___ as branchcode to store in the statistics
9248             table</para>
9249
9250             <para>Values:</para>
9251
9252             <itemizedlist>
9253               <listitem>
9254                 <para>NULL</para>
9255               </listitem>
9256
9257               <listitem>
9258                 <para>'OPACRenew'</para>
9259               </listitem>
9260
9261               <listitem>
9262                 <para>the item's home branch</para>
9263               </listitem>
9264
9265               <listitem>
9266                 <para>the patron's home branch</para>
9267               </listitem>
9268
9269               <listitem>
9270                 <para>the branch the item was checked out from</para>
9271               </listitem>
9272             </itemizedlist>
9273
9274             <para>Description:</para>
9275
9276             <itemizedlist>
9277               <listitem>
9278                 <para>This value is used in the statistics table to help with
9279                 reporting. The statistics table in Koha keeps track of all
9280                 checkouts and renewals, this preference defines which branch
9281                 is entered in to the table when a patron renews an item for
9282                 themselves via the OPAC.</para>
9283               </listitem>
9284             </itemizedlist>
9285           </section>
9286
9287           <section id="OPACViewOthersSuggestions">
9288             <title>OPACViewOthersSuggestions</title>
9289
9290             <para>Default: Don't show</para>
9291
9292             <para>Asks: ___ purchase suggestions from other patrons on the
9293             OPAC.</para>
9294
9295             <para>Values:</para>
9296
9297             <itemizedlist>
9298               <listitem>
9299                 <para>Don't show</para>
9300               </listitem>
9301
9302               <listitem>
9303                 <para>Show</para>
9304
9305                 <itemizedlist>
9306                   <listitem>
9307                     <para><link linkend="opacuserlogin">opacuserlogin</link>
9308                     needs to be set to 'allow'</para>
9309                   </listitem>
9310                 </itemizedlist>
9311               </listitem>
9312             </itemizedlist>
9313           </section>
9314
9315           <section id="SearchMyLibraryFirst">
9316             <title>SearchMyLibraryFirst</title>
9317
9318             <para>Default: Don't limit</para>
9319
9320             <para>Asks: ___ patrons' searches to the library they are
9321             registered at.</para>
9322
9323             <para>Values:</para>
9324
9325             <itemizedlist>
9326               <listitem>
9327                 <para>Don't limit</para>
9328
9329                 <itemizedlist>
9330                   <listitem>
9331                     <para>Searching the OPAC will show results from all
9332                     libraries</para>
9333                   </listitem>
9334
9335                   <listitem>
9336                     <para>If you're a one branch system, choose 'Don't
9337                     limit'</para>
9338                   </listitem>
9339                 </itemizedlist>
9340               </listitem>
9341
9342               <listitem>
9343                 <para>Limit</para>
9344
9345                 <itemizedlist>
9346                   <listitem>
9347                     <para>Patrons will still be able to search other libraries
9348                     via the Advanced search page - but will be limited to
9349                     searches for their library only from the basic search
9350                     box</para>
9351                   </listitem>
9352
9353                   <listitem>
9354                     <para><link linkend="opacuserlogin">opacuserlogin</link>
9355                     needs to be set to 'allow'</para>
9356                   </listitem>
9357                 </itemizedlist>
9358               </listitem>
9359             </itemizedlist>
9360           </section>
9361
9362           <section id="singleBranchMode">
9363             <title>singleBranchMode</title>
9364
9365             <para>Default: Don't allow</para>
9366
9367             <para>Asks: ___ patrons to select their branch on the OPAC.</para>
9368
9369             <para>Values:</para>
9370
9371             <itemizedlist>
9372               <listitem>
9373                 <para>Allow</para>
9374
9375                 <itemizedlist>
9376                   <listitem>
9377                     <para><link linkend="opacuserlogin">opacuserlogin</link>
9378                     needs to be set to 'allow'</para>
9379                   </listitem>
9380                 </itemizedlist>
9381               </listitem>
9382
9383               <listitem>
9384                 <para>Don't allow</para>
9385               </listitem>
9386             </itemizedlist>
9387
9388             <para>Description:</para>
9389
9390             <itemizedlist>
9391               <listitem>
9392                 <para>This preference is for libraries that have branches but
9393                 do not want to share their items among other branches within
9394                 their system. If the preference is set to &ldquo;Don't allow"
9395                 then holdings will be shown for all branches within a system.
9396                 On the &ldquo;Home" screen of the OPAC users have the choice
9397                 of narrowing down results by item location. Setting this
9398                 preference to &ldquo;Allow" will display only one branch's
9399                 holdings.</para>
9400               </listitem>
9401             </itemizedlist>
9402           </section>
9403         </section>
9404
9405         <section id="opacprivacyprefs">
9406           <title>Privacy</title>
9407
9408           <para/>
9409
9410           <section id="AnonSuggestions">
9411             <title>AnonSuggestions</title>
9412
9413             <para>Default: Don't allow</para>
9414
9415             <para>Asks: ___ patrons that aren't logged in to make purchase
9416             suggestions. <important>
9417                 <para>If set to 'Allow', suggestions are connected to the
9418                 <link linkend="AnonymousPatron">AnonymousPatron</link></para>
9419               </important></para>
9420
9421             <para>Values:</para>
9422
9423             <itemizedlist>
9424               <listitem>
9425                 <para>Allow</para>
9426               </listitem>
9427
9428               <listitem>
9429                 <para>Don't allow</para>
9430               </listitem>
9431             </itemizedlist>
9432           </section>
9433
9434           <section id="AnonymousPatron">
9435             <title>AnonymousPatron</title>
9436
9437             <para>Default: 0</para>
9438
9439             <para>Asks: Use borrowernumber ___ as the Anonymous Patron (for
9440             anonymous suggestions and reading history) <tip>
9441                 <para>Before setting this preference <link
9442                 linkend="addnewpatron">create a patron</link> to be used for
9443                 all anonymous suggestions and/or reading history items. This
9444                 patron can be any type and should be named something to make
9445                 it clear to you that they're anonymous (ex. Anonymous
9446                 Patron).</para>
9447               </tip></para>
9448           </section>
9449
9450           <section id="EnableOpacSearchHistory">
9451             <title>EnableOpacSearchHistory</title>
9452
9453             <para>Default: Keep</para>
9454
9455             <para>Asks: ___ patron search history in the OPAC.</para>
9456
9457             <para>Values:</para>
9458
9459             <itemizedlist>
9460               <listitem>
9461                 <para>Don't keep</para>
9462               </listitem>
9463
9464               <listitem>
9465                 <para>Keep</para>
9466               </listitem>
9467             </itemizedlist>
9468           </section>
9469
9470           <section id="OPACPrivacy">
9471             <title>OPACPrivacy</title>
9472
9473             <para>Default: Don't allow</para>
9474
9475             <para>Asks: ___ patrons to choose their own privacy settings for
9476             their reading history. <important>
9477                 <para>This requires <link
9478                 linkend="opacreadinghistory">opacreadinghistory</link> set to
9479                 'Allow' and <link
9480                 linkend="AnonymousPatron">AnonymousPatron</link> to be set to
9481                 your anonymous patron's borrowernumber.</para>
9482               </important></para>
9483
9484             <para>Values:</para>
9485
9486             <itemizedlist>
9487               <listitem>
9488                 <para>Allow</para>
9489               </listitem>
9490
9491               <listitem>
9492                 <para>Don't allow</para>
9493               </listitem>
9494             </itemizedlist>
9495           </section>
9496
9497           <section id="opacreadinghistory">
9498             <title>opacreadinghistory</title>
9499
9500             <para>Default: Allow</para>
9501
9502             <para>Asks: ___ patrons to see what books they have checked out in
9503             the past.</para>
9504
9505             <important>
9506               <para>Enabling this will make it so that patrons can view their
9507               circulation history in the OPAC unless you have OPACPrivacy set
9508               to 'Allow.'</para>
9509             </important>
9510
9511             <important>
9512               <para>This data is stored in the system regardless of your
9513               choice, unless your patrons have chosen to never have their
9514               reading history kept.</para>
9515             </important>
9516           </section>
9517         </section>
9518
9519         <section id="shelfbrowseprefs">
9520           <title>Shelf Browser</title>
9521
9522           <para/>
9523
9524           <section id="OPACShelfBrowser">
9525             <title>OPACShelfBrowser</title>
9526
9527             <para>Default: Show</para>
9528
9529             <para>Asks: ___ a shelf browser on item details pages, allowing
9530             patrons to see what's near that item on the shelf.</para>
9531
9532             <para>Values:</para>
9533
9534             <itemizedlist>
9535               <listitem>
9536                 <para>Don't show</para>
9537               </listitem>
9538
9539               <listitem>
9540                 <para>Show</para>
9541
9542                 <screenshot>
9543                   <screeninfo>OPACShelfBrowser</screeninfo>
9544
9545                   <mediaobject>
9546                     <imageobject>
9547                       <imagedata fileref="images/admin/globalprefs/OPACShelfBrowser.png"/>
9548                     </imageobject>
9549                   </mediaobject>
9550                 </screenshot>
9551               </listitem>
9552             </itemizedlist>
9553
9554             <para>Description:</para>
9555
9556             <itemizedlist>
9557               <listitem>
9558                 <para>This preference allows patrons to view what is located
9559                 on the shelf near the item they looked up. The shelf browser
9560                 option appears on the details page to the right of each items'
9561                 call number. Clicking the 'Browse Shelf' link allows for a
9562                 virtual shelf browsing experience via the OPAC and lets
9563                 patrons see other books that may relate to their search and
9564                 items that sit on the shelf near the item they are looking
9565                 at.</para>
9566               </listitem>
9567             </itemizedlist>
9568
9569             <important>
9570               <para>This uses up a fairly large amount of resources on your
9571               server, and should be avoided if your collection has a large
9572               number of items.</para>
9573             </important>
9574           </section>
9575
9576           <section id="ShelfBrowserUsesCcode">
9577             <title>ShelfBrowserUsesCcode</title>
9578
9579             <para>Default: Don't use</para>
9580
9581             <para>Asks: ___ the item collection code when finding items for
9582             the shelf browser.</para>
9583
9584             <para>Values:</para>
9585
9586             <itemizedlist>
9587               <listitem>
9588                 <para>Don't use</para>
9589               </listitem>
9590
9591               <listitem>
9592                 <para>Use</para>
9593               </listitem>
9594             </itemizedlist>
9595
9596             <para>Description:</para>
9597
9598             <itemizedlist>
9599               <listitem>
9600                 <para>If your library uses collection codes then you might
9601                 want the shelf browser to take into consideration what
9602                 collection the books belong to when populating the virtual
9603                 shelf browser.</para>
9604               </listitem>
9605             </itemizedlist>
9606           </section>
9607
9608           <section id="ShelfBrowserUsesHomeBranch">
9609             <title>ShelfBrowserUsesHomeBranch</title>
9610
9611             <para>Default: Use</para>
9612
9613             <para>Asks: ___ the item home branch when finding items for the
9614             shelf browser.</para>
9615
9616             <para>Values:</para>
9617
9618             <itemizedlist>
9619               <listitem>
9620                 <para>Don't use</para>
9621               </listitem>
9622
9623               <listitem>
9624                 <para>Use</para>
9625               </listitem>
9626             </itemizedlist>
9627
9628             <para>Description:</para>
9629
9630             <itemizedlist>
9631               <listitem>
9632                 <para>If you have a multiple branch system you may want to
9633                 make sure that Koha takes into consideration what branch owns
9634                 the books when populating the virtual shelf browser for
9635                 accuracy.</para>
9636               </listitem>
9637             </itemizedlist>
9638           </section>
9639
9640           <section id="ShelfBrowserUsesLocation">
9641             <title>ShelfBrowserUsesLocation</title>
9642
9643             <para>Default: Use</para>
9644
9645             <para>Asks: ___ the item location when finding items for the shelf
9646             browser.</para>
9647
9648             <para>Values:</para>
9649
9650             <itemizedlist>
9651               <listitem>
9652                 <para>Don't use</para>
9653               </listitem>
9654
9655               <listitem>
9656                 <para>Use</para>
9657               </listitem>
9658             </itemizedlist>
9659
9660             <para>Description:</para>
9661
9662             <itemizedlist>
9663               <listitem>
9664                 <para>If your library uses shelving locations then you might
9665                 want the shelf browser to take into consideration what
9666                 shelving location the books belong to when populating the
9667                 virtual shelf browser.</para>
9668               </listitem>
9669             </itemizedlist>
9670           </section>
9671         </section>
9672       </section>
9673
9674       <section id="patronprefs">
9675         <title>Patrons</title>
9676
9677         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
9678         Global System Preferences &gt; Patrons</para>
9679
9680         <section id="AddPatronLists">
9681           <title>AddPatronLists</title>
9682
9683           <para>Default: specific categories</para>
9684
9685           <para>Asks: List ___ under the new patron menu.</para>
9686
9687           <para>Values:</para>
9688
9689           <itemizedlist>
9690             <listitem>
9691               <para>general patron types</para>
9692
9693               <screenshot>
9694                 <screeninfo>Add patron options with AddPatronLists set to
9695                 general patron types</screeninfo>
9696
9697                 <mediaobject>
9698                   <imageobject>
9699                     <imagedata fileref="images/admin/globalprefs/AddPatronLists-category.png"/>
9700                   </imageobject>
9701                 </mediaobject>
9702               </screenshot>
9703             </listitem>
9704
9705             <listitem>
9706               <para>specific categories</para>
9707
9708               <screenshot>
9709                 <screeninfo>Add patron options with AddPatronLists set to
9710                 specific categories</screeninfo>
9711
9712                 <mediaobject>
9713                   <imageobject>
9714                     <imagedata fileref="images/admin/globalprefs/AddPatronLists-specific.png"/>
9715                   </imageobject>
9716                 </mediaobject>
9717               </screenshot>
9718             </listitem>
9719           </itemizedlist>
9720         </section>
9721
9722         <section id="AutoEmailOPACUser">
9723           <title>AutoEmailOpacUser</title>
9724
9725           <para>Default: Don't send</para>
9726
9727           <para>Asks: ___ an email to newly created patrons with their account
9728           details.</para>
9729
9730           <para>Description:</para>
9731
9732           <itemizedlist>
9733             <listitem>
9734               <para>AutoEmailOpacUser allows library users to be notified by
9735               email of their account details when a new account is opened at
9736               the email address specified in the <link
9737               linkend="AutoEmailPrimaryAddress">AutoEmailPrimaryAddress</link>
9738               preference. The email contains the username and password given
9739               to or chosen by the patron when signing up for their account and
9740               can be customized by editing the <link
9741               linkend="ACCTDETAILS">ACCTDETAILS</link> notice.</para>
9742             </listitem>
9743           </itemizedlist>
9744
9745           <para>Values:</para>
9746
9747           <itemizedlist>
9748             <listitem>
9749               <para>Don't send</para>
9750             </listitem>
9751
9752             <listitem>
9753               <para>Send</para>
9754             </listitem>
9755           </itemizedlist>
9756         </section>
9757
9758         <section id="AutoEmailPrimaryAddress">
9759           <title>AutoEmailPrimaryAddress</title>
9760
9761           <para>Default: alternate</para>
9762
9763           <para>Asks: Use ___ patron email address for sending out
9764           emails.</para>
9765
9766           <para>Values:</para>
9767
9768           <itemizedlist>
9769             <listitem>
9770               <para>alternate</para>
9771             </listitem>
9772
9773             <listitem>
9774               <para>first valid</para>
9775             </listitem>
9776
9777             <listitem>
9778               <para>home</para>
9779             </listitem>
9780
9781             <listitem>
9782               <para>work</para>
9783             </listitem>
9784           </itemizedlist>
9785
9786           <para>Description:</para>
9787
9788           <itemizedlist>
9789             <listitem>
9790               <para>If you choose 'first valid' as the value for
9791               AutoEmailPrimaryAddress the system will check the email fields
9792               in this order: home, work, then alternate. Otherwise the system
9793               will use the email address you specify.</para>
9794             </listitem>
9795           </itemizedlist>
9796         </section>
9797
9798         <section id="autoMemberNum">
9799           <title>autoMemberNum</title>
9800
9801           <para>Default: Do</para>
9802
9803           <para>Asks: ___ default the card number field on the patron addition
9804           screen to the next available card number</para>
9805
9806           <para>Values:</para>
9807
9808           <itemizedlist>
9809             <listitem>
9810               <para>Do</para>
9811
9812               <itemizedlist>
9813                 <listitem>
9814                   <para>If the largest currently used card number is
9815                   26345000012941, then this field will default to
9816                   26345000012942 for the next patron</para>
9817                 </listitem>
9818               </itemizedlist>
9819             </listitem>
9820
9821             <listitem>
9822               <para>Don't</para>
9823             </listitem>
9824           </itemizedlist>
9825
9826           <para>Description:</para>
9827
9828           <itemizedlist>
9829             <listitem>
9830               <para>This preference determines if the patron's barcode is
9831               automatically calculated. This prevents the person setting up
9832               the library card account from having to assign a number to the
9833               new card. If set to 'Do' the system will calculate a new patron
9834               barcode by adding 1 to the maximum barcode already present in
9835               the database.</para>
9836             </listitem>
9837           </itemizedlist>
9838         </section>
9839
9840         <section id="BorrowerMandatoryField">
9841           <title>BorrowerMandatoryField</title>
9842
9843           <para>Default: surname|cardnumber|barcode</para>
9844
9845           <para>Asks: The following database columns must be filled in on the
9846           patron entry screen: ___</para>
9847
9848           <para>Description:</para>
9849
9850           <itemizedlist>
9851             <listitem>
9852               <para>This preference enables the system administrator to choose
9853               which fields your library would like required for patron
9854               accounts. Enter field names separated by | (bar). This ensures
9855               that basic information is included in each patron record. If a
9856               patron leaves one of the required fields blank an error message
9857               will issue and the account will not be created.</para>
9858             </listitem>
9859           </itemizedlist>
9860
9861           <important>
9862             <para>Separate columns with |</para>
9863           </important>
9864
9865           <tip>
9866             <para>For help with field names, ask your system administrator or
9867             <ulink
9868             url="http://schema.koha-community.org/tables/borrowers.html">view
9869             the database structure</ulink> associated with the borrowers
9870             table.</para>
9871           </tip>
9872         </section>
9873
9874         <section id="borrowerRelationship">
9875           <title>borrowerRelationship</title>
9876
9877           <para>Default: father|mother</para>
9878
9879           <para>Asks: Guarantors can be the following of those they guarantee
9880           ___</para>
9881
9882           <para>Description:</para>
9883
9884           <itemizedlist>
9885             <listitem>
9886               <para>This preference enables the system administrator to define
9887               valid relationships between a guarantor (usually a parent) &amp;
9888               a guarantee (usually a child). Defining values for this field
9889               does not make the guarantor field required when adding a
9890               guarantee type patron. This preference creates a drop down list
9891               identifying the relationship of the guarantor to the guarantee.
9892               To disable the ability to add children types in Koha you can
9893               leave this field blank.</para>
9894             </listitem>
9895           </itemizedlist>
9896
9897           <important>
9898             <para>Input multiple choices separated by |</para>
9899           </important>
9900         </section>
9901
9902         <section id="BorrowerRenewalPeriodBase">
9903           <title>BorrowerRenewalPeriodBase</title>
9904
9905           <para>Default: current date</para>
9906
9907           <para>Asks: When renewing borrowers, base the new expiry date on
9908           ___</para>
9909
9910           <para>Values:</para>
9911
9912           <itemizedlist>
9913             <listitem>
9914               <para>current date.</para>
9915             </listitem>
9916
9917             <listitem>
9918               <para>current membership expiry date.</para>
9919             </listitem>
9920           </itemizedlist>
9921
9922           <para>Description:</para>
9923
9924           <itemizedlist>
9925             <listitem>
9926               <para>This preference controls what the patron's new expiration
9927               date will be when you renew their card. Using the 'current date'
9928               will add the subscription period to today's date when
9929               calculating the new expiration date. Using 'current membership
9930               expiry date' will add the subscription period to the old
9931               expiration date for the patron when renewing their
9932               account.</para>
9933             </listitem>
9934           </itemizedlist>
9935         </section>
9936
9937         <section id="BorrowersTitles">
9938           <title>BorrowersTitles</title>
9939
9940           <para>Default: Mr|Mrs|Miss|Ms</para>
9941
9942           <para>Asks: Borrowers can have the following titles ___</para>
9943
9944           <para>Description:</para>
9945
9946           <itemizedlist>
9947             <listitem>
9948               <para>This preference allows the staff to choose the titles that
9949               can be assigned to patrons. The choices present as a drop down
9950               list when creating a patron record.</para>
9951             </listitem>
9952           </itemizedlist>
9953
9954           <important>
9955             <para>Input multiple choices separated by |</para>
9956           </important>
9957         </section>
9958
9959         <section id="BorrowerUnwantedField">
9960           <title>BorrowerUnwantedField</title>
9961
9962           <para>Asks: The following database columns will not appear on the
9963           patron entry screen: ___</para>
9964
9965           <para>Description:</para>
9966
9967           <itemizedlist>
9968             <listitem>
9969               <para>This preference enables the system administrator to choose
9970               which fields your library doesn't need to see on the patron
9971               entry form. Enter field names separated by | (bar).</para>
9972             </listitem>
9973           </itemizedlist>
9974
9975           <important>
9976             <para>Separate columns with |</para>
9977           </important>
9978
9979           <tip>
9980             <para>For help with field names, ask your system administrator or
9981             <ulink
9982             url="http://schema.koha-community.org/tables/borrowers.html">view
9983             the database structure</ulink> associated with the borrowers
9984             table.</para>
9985           </tip>
9986         </section>
9987
9988         <section id="checkdigit">
9989           <title>checkdigit</title>
9990
9991           <para>Default: Don't</para>
9992
9993           <para>Asks: ___ check and construct borrower card numbers in the
9994           Katipo style.</para>
9995
9996           <para>Values:</para>
9997
9998           <itemizedlist>
9999             <listitem>
10000               <para>Do</para>
10001             </listitem>
10002
10003             <listitem>
10004               <para>Don't</para>
10005             </listitem>
10006           </itemizedlist>
10007
10008           <important>
10009             <para>This overrides <link
10010             linkend="autoMemberNum">autoMemberNum</link> if on.</para>
10011           </important>
10012         </section>
10013
10014         <section id="EnhancedMessagingPreferences">
10015           <title>EnhancedMessagingPreferences</title>
10016
10017           <para>Default: Allow</para>
10018
10019           <para>Asks: ___ patrons to choose which notices they receive and
10020           when they receive them.</para>
10021
10022           <para>Values:</para>
10023
10024           <itemizedlist>
10025             <listitem>
10026               <para>Allow</para>
10027             </listitem>
10028
10029             <listitem>
10030               <para>Don't allow</para>
10031             </listitem>
10032           </itemizedlist>
10033
10034           <important>
10035             <para>This only applies to certain kinds of notices, overdue
10036             notices will be sent based on the library's rules, not the
10037             patron's choice.</para>
10038           </important>
10039
10040           <para>Description:</para>
10041
10042           <itemizedlist>
10043             <listitem>
10044               <para>These messages are in addition to the overdue notices that
10045               the library sends. The difference between these notices and
10046               overdues is that the patron can opt-in and out of these. Setting
10047               this preference to 'Allow' will allow patrons to choose to
10048               receive any one of the following messages:</para>
10049
10050               <itemizedlist>
10051                 <listitem>
10052                   <para>Item Checkout : A notice that lists all the of the
10053                   items the patron has just checked out, this is an electronic
10054                   form of the checkout receipt</para>
10055                 </listitem>
10056
10057                 <listitem>
10058                   <para>Item Due : A notice on the day and item is due back at
10059                   the library</para>
10060                 </listitem>
10061
10062                 <listitem>
10063                   <para>Hold Filled : A notice when you have confirmed the
10064                   hold is waiting for the patron</para>
10065                 </listitem>
10066
10067                 <listitem>
10068                   <para>Item Checkin : A notice that lists all the of the
10069                   items the patron has just checked in</para>
10070                 </listitem>
10071
10072                 <listitem>
10073                   <para>Advanced Notice : A notice in advance of the patron's
10074                   items being due (The patron can choose the number of days in
10075                   advance)</para>
10076                 </listitem>
10077               </itemizedlist>
10078             </listitem>
10079           </itemizedlist>
10080         </section>
10081
10082         <section id="ExtendedPatronAttributes">
10083           <title>ExtendedPatronAttributes</title>
10084
10085           <para>Default: Enable</para>
10086
10087           <para>Asks: ___ searching, editing and display of custom attributes
10088           on patrons.</para>
10089
10090           <para>Values:</para>
10091
10092           <itemizedlist>
10093             <listitem>
10094               <para>Don't enable</para>
10095             </listitem>
10096
10097             <listitem>
10098               <para>Enable</para>
10099
10100               <itemizedlist>
10101                 <listitem>
10102                   <para>Define attributes in Koha administration</para>
10103                 </listitem>
10104
10105                 <listitem>
10106                   <para>Get there: More &gt; Administration &gt; <link
10107                   linkend="patronattributetypes">Patron Attribute
10108                   Types</link></para>
10109                 </listitem>
10110               </itemizedlist>
10111             </listitem>
10112           </itemizedlist>
10113
10114           <para>Description:</para>
10115
10116           <itemizedlist>
10117             <listitem>
10118               <para>Patron attributes are library-defined custom fields that
10119               can be applied to patron records.</para>
10120             </listitem>
10121           </itemizedlist>
10122
10123           <tip>
10124             <para>Use custom attributes for fields that the default patron
10125             record does not support such as driver's license number or student
10126             ID number.</para>
10127           </tip>
10128         </section>
10129
10130         <section id="intranetreadinghistory">
10131           <title>intranetreadinghistory</title>
10132
10133           <para>Default: Allow</para>
10134
10135           <para>Asks: ___ staff to access a patron's checkout
10136           history<important>
10137               <para>If you have the <link
10138               linkend="OPACPrivacy">OPACPrivacy</link> preference set to
10139               'Allow' and the patron has decided to not have their history
10140               kept staff will only see currently checked out items.</para>
10141             </important></para>
10142
10143           <para>Values:</para>
10144
10145           <itemizedlist>
10146             <listitem>
10147               <para>Allow</para>
10148             </listitem>
10149
10150             <listitem>
10151               <para>Don't allow</para>
10152             </listitem>
10153           </itemizedlist>
10154
10155           <important>
10156             <para>This data is stored in the system regardless of your
10157             choice.</para>
10158           </important>
10159         </section>
10160
10161         <section id="MaxFine">
10162           <title>MaxFine</title>
10163
10164           <para>Default: 9999</para>
10165
10166           <para>Asks: The late fine for a specific checkout will only go up to
10167           ___ USD.</para>
10168         </section>
10169
10170         <section id="memberofinstitution">
10171           <title>memberofinstitution</title>
10172
10173           <para>Default: Don't</para>
10174
10175           <para>Asks: ___ allow patrons to be linked to institutions</para>
10176
10177           <para>Values:</para>
10178
10179           <itemizedlist>
10180             <listitem>
10181               <para>Do</para>
10182             </listitem>
10183
10184             <listitem>
10185               <para>Don't</para>
10186             </listitem>
10187           </itemizedlist>
10188
10189           <important>
10190             <para>In order to allow this, the library must have Institution
10191             patrons to link members to</para>
10192           </important>
10193         </section>
10194
10195         <section id="minPasswordLength">
10196           <title>minPasswordLength</title>
10197
10198           <para>Default: 3</para>
10199
10200           <para>Asks: Login passwords for staff and patrons must be at least
10201           ___ characters long.</para>
10202
10203           <important>
10204             <para>This applies to both the staff login and the patron OPAC
10205             login.</para>
10206           </important>
10207         </section>
10208
10209         <section id="NotifyBorrowerDeparture">
10210           <title>NotifyBorrowerDeparture</title>
10211
10212           <para>Default: 30</para>
10213
10214           <para>Asks: Show a notice that a patron is about to expire ___ days
10215           beforehand.</para>
10216
10217           <para>Description:</para>
10218
10219           <itemizedlist>
10220             <listitem>
10221               <para>When the patron attempts to check out materials, a warning
10222               will appear in the check out window of the Staff Client telling
10223               the librarian that the patrons account is about to
10224               expire.</para>
10225             </listitem>
10226           </itemizedlist>
10227
10228           <important>
10229             <para>This notice will appear on the patron's record in the staff
10230             client.</para>
10231           </important>
10232         </section>
10233
10234         <section id="patronimages">
10235           <title>patronimages</title>
10236
10237           <para>Default: Allow</para>
10238
10239           <para>Asks: ___ images to be uploaded and shown for patrons on the
10240           staff client.</para>
10241
10242           <para>Values:</para>
10243
10244           <itemizedlist>
10245             <listitem>
10246               <para>Allow</para>
10247             </listitem>
10248
10249             <listitem>
10250               <para>Don't allow</para>
10251             </listitem>
10252           </itemizedlist>
10253         </section>
10254
10255         <section id="PatronsPerPage">
10256           <title>PatronsPerPage</title>
10257
10258           <para>Default: 20</para>
10259
10260           <para>Asks: By default, show ___ results per page in the staff
10261           client.</para>
10262         </section>
10263
10264         <section id="SMSSendDriver">
10265           <title>SMSSendDriver</title>
10266
10267           <para>Asks: Use the SMS::Send:: ___ driver to send SMS
10268           messages.</para>
10269
10270           <para>Some examples of values are:</para>
10271
10272           <itemizedlist>
10273             <listitem>
10274               <para>SMS::Send::Us::Ipipi</para>
10275             </listitem>
10276
10277             <listitem>
10278               <para>SMS::Send::US::TMobile</para>
10279             </listitem>
10280
10281             <listitem>
10282               <para>SMS::Send::US::Verizon</para>
10283             </listitem>
10284           </itemizedlist>
10285
10286           <para>Additional values can be found here: <ulink
10287           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
10288           </ulink></para>
10289
10290           <important>
10291             <para>Only drivers available as Perl modules will work in this
10292             preference, so make sure a Perl module is available before
10293             choosing an SMS service.</para>
10294           </important>
10295
10296           <para>Once a driver is entered in the preference an option will
10297           appear in the staff client and the OPAC on the patron messaging form
10298           to choose to receive messages as SMS</para>
10299
10300           <screenshot>
10301             <screeninfo>SMSSendDriver Options</screeninfo>
10302
10303             <mediaobject>
10304               <imageobject>
10305                 <imagedata fileref="images/admin/globalprefs/SMSSendDriver.png"/>
10306               </imageobject>
10307             </mediaobject>
10308           </screenshot>
10309
10310           <important>
10311             <para>You must allow <link
10312             linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
10313             for this to work.</para>
10314           </important>
10315         </section>
10316
10317         <section id="TalkingTechItivaPhoneNotification">
10318           <title>TalkingTechItivaPhoneNotification</title>
10319
10320           <para>Default: Disable</para>
10321
10322           <para>Asks: ___ patron phone notifications using Talking Tech i-tiva
10323           (overdues, predues and holds notices currently supported).</para>
10324
10325           <para>Values:</para>
10326
10327           <itemizedlist>
10328             <listitem>
10329               <para>Disable</para>
10330             </listitem>
10331
10332             <listitem>
10333               <para>Enable</para>
10334             </listitem>
10335           </itemizedlist>
10336
10337           <para>Description:</para>
10338
10339           <itemizedlist>
10340             <listitem>
10341               <para>To learn more about setting up this third party product
10342               view the <link linkend="talkingtechappendix">Talking Tech
10343               Appendix</link>.</para>
10344             </listitem>
10345           </itemizedlist>
10346
10347           <important>
10348             <para>Requires that you have <link
10349             linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
10350             set to Allow to use.</para>
10351           </important>
10352         </section>
10353
10354         <section id="uppercasesurnames">
10355           <title>uppercasesurnames</title>
10356
10357           <para>Default: Don't</para>
10358
10359           <para>Asks: ___ store and display surnames (last names) in upper
10360           case.</para>
10361
10362           <para>Values:</para>
10363
10364           <itemizedlist>
10365             <listitem>
10366               <para>Do</para>
10367             </listitem>
10368
10369             <listitem>
10370               <para>Don't</para>
10371             </listitem>
10372           </itemizedlist>
10373         </section>
10374       </section>
10375
10376       <section id="searchingprefs">
10377         <title>Searching</title>
10378
10379         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
10380         Global System Preferences &gt; Searching</para>
10381
10382         <section id="searchfeatureprefs">
10383           <title>Features</title>
10384
10385           <para/>
10386
10387           <section id="NoZebra">
10388             <title>NoZebra</title>
10389
10390             <para>Default: Use</para>
10391
10392             <para>Asks: ___ the Zebra search engine. Searches are very slow on
10393             even modest sized collections when Zebra is off.</para>
10394
10395             <para>Values:</para>
10396
10397             <itemizedlist>
10398               <listitem>
10399                 <para>Don't use</para>
10400               </listitem>
10401
10402               <listitem>
10403                 <para>Use</para>
10404               </listitem>
10405             </itemizedlist>
10406           </section>
10407
10408           <section id="NoZebraIndexes">
10409             <title>NoZebraIndexes</title>
10410
10411             <para>Default: See the <link linkend="nozebradefault">Systems
10412             Preferences Appendix</link></para>
10413           </section>
10414
10415           <section id="OpacGroupResults">
10416             <title>OpacGroupResults</title>
10417
10418             <para>Default: Don't use</para>
10419
10420             <para>Asks: ___ PazPar2 to group similar results on the
10421             OPAC.</para>
10422
10423             <para>Values:</para>
10424
10425             <itemizedlist>
10426               <listitem>
10427                 <para>Don't use</para>
10428               </listitem>
10429
10430               <listitem>
10431                 <para>Use</para>
10432               </listitem>
10433             </itemizedlist>
10434
10435             <important>
10436               <para>This requires that <ulink
10437               url="http://www.indexdata.com/pazpar2">PazPar2</ulink> is set up
10438               and running.</para>
10439             </important>
10440           </section>
10441
10442           <section id="QueryAutoTruncate">
10443             <title>QueryAutoTruncate</title>
10444
10445             <para>Default: automatically</para>
10446
10447             <para>Asks: Perform wildcard searching (where, for example, Har
10448             would match Harry and harp) ___ (The * character would be used
10449             like so: Har* or *logging.)</para>
10450
10451             <para>Values:</para>
10452
10453             <itemizedlist>
10454               <listitem>
10455                 <para>automatically</para>
10456               </listitem>
10457
10458               <listitem>
10459                 <para>only if * is added</para>
10460               </listitem>
10461             </itemizedlist>
10462
10463             <para>Description:</para>
10464
10465             <itemizedlist>
10466               <listitem>
10467                 <para>This setting allows for searches to be automatically
10468                 truncated or for additional characters to be added to the end
10469                 of a search string. When set to "automatically" the search
10470                 string automatically ends with a wildcard function. For
10471                 example, a search for the word &ldquo;invent" with auto
10472                 truncation enabled will also retrieve results for inventor,
10473                 invention, inventory, etc. If you don't want this to happen
10474                 automatically you can still be perform wildcard searches
10475                 manually by adding an asterisk (*). Typing &ldquo;invent*"
10476                 even with auto truncation disabled will retrieve the same
10477                 inventor, invention, inventory results. Auto truncation
10478                 bypasses the necessity to type long search strings in their
10479                 entirety.</para>
10480               </listitem>
10481             </itemizedlist>
10482           </section>
10483
10484           <section id="QueryFuzzy">
10485             <title>QueryFuzzy</title>
10486
10487             <para>Default: Try</para>
10488
10489             <para>Asks: ___ to match similarly spelled words in a search (for
10490             example, a search for flang would also match flange and
10491             fang)</para>
10492
10493             <para>Values:</para>
10494
10495             <itemizedlist>
10496               <listitem>
10497                 <para>Don't try</para>
10498               </listitem>
10499
10500               <listitem>
10501                 <para>Try</para>
10502               </listitem>
10503             </itemizedlist>
10504
10505             <para>Description:</para>
10506
10507             <itemizedlist>
10508               <listitem>
10509                 <para>This preference enables &ldquo;fuzzy" searching, in
10510                 which the search engine returns results that are similar to,
10511                 but not exactly matching, the word or words entered by the
10512                 user. This preference enables the search function to
10513                 compensate for slightly misspelled names or phrases.</para>
10514               </listitem>
10515             </itemizedlist>
10516
10517             <important>
10518               <para>Requires that <link linkend="NoZebra">NoZebra</link> is
10519               set to 'Use' and <link linkend="UseICU">UseICU</link> set to
10520               'Not using'</para>
10521             </important>
10522           </section>
10523
10524           <section id="QueryRemoveStopwords">
10525             <title>QueryRemoveStopwords</title>
10526
10527             <para>Default: Don't remove</para>
10528
10529             <para>Asks: ___ stop words specified in Koha from searches.</para>
10530
10531             <para>Values:</para>
10532
10533             <itemizedlist>
10534               <listitem>
10535                 <para>Don't remove</para>
10536
10537                 <itemizedlist>
10538                   <listitem>
10539                     <important>
10540                       <para>If <link linkend="NoZebra">NoZebra</link> is set
10541                       to 'Use' leave this preference set to 'Don't
10542                       remove'</para>
10543                     </important>
10544                   </listitem>
10545                 </itemizedlist>
10546               </listitem>
10547
10548               <listitem>
10549                 <para>Remove</para>
10550
10551                 <itemizedlist>
10552                   <listitem>
10553                     <para>Requires that you have updated your Koha <link
10554                     linkend="stopwordsadmin">Stop Words</link> list</para>
10555                   </listitem>
10556                 </itemizedlist>
10557               </listitem>
10558             </itemizedlist>
10559
10560             <important>
10561               <para>Requires that NoZebra is set to 'Don't use'</para>
10562             </important>
10563
10564             <important>
10565               <para>Zebra, on its own, handles a few of the most common stop
10566               words</para>
10567             </important>
10568           </section>
10569
10570           <section id="QueryStemming">
10571             <title>QueryStemming</title>
10572
10573             <para>Default: Try</para>
10574
10575             <para>Asks: ___ to match words of the same base in a search</para>
10576
10577             <para>Values:</para>
10578
10579             <itemizedlist>
10580               <listitem>
10581                 <para>Don't try</para>
10582               </listitem>
10583
10584               <listitem>
10585                 <para>Try</para>
10586
10587                 <itemizedlist>
10588                   <listitem>
10589                     <para>A search for enabling would also match enable and
10590                     enabled</para>
10591                   </listitem>
10592                 </itemizedlist>
10593               </listitem>
10594             </itemizedlist>
10595
10596             <para>Description:</para>
10597
10598             <itemizedlist>
10599               <listitem>
10600                 <para>This preference enables word stemming. Stemming allows
10601                 the search function to return multiple versions of the same
10602                 word, as well as related terms (i.e., both fish and fishing
10603                 would be returned).</para>
10604               </listitem>
10605             </itemizedlist>
10606
10607             <important>
10608               <para>Requires that <link linkend="NoZebra">NoZebra</link> is
10609               set to 'Use'</para>
10610             </important>
10611           </section>
10612
10613           <section id="QueryWeightFields">
10614             <title>QueryWeightFields</title>
10615
10616             <para>Default: Enable</para>
10617
10618             <para>Asks: ___ ranking of search results by relevance</para>
10619
10620             <para>Values:</para>
10621
10622             <itemizedlist>
10623               <listitem>
10624                 <para>Disable</para>
10625               </listitem>
10626
10627               <listitem>
10628                 <para>Enable</para>
10629               </listitem>
10630             </itemizedlist>
10631
10632             <important>
10633               <para>Requires that <link linkend="NoZebra">NoZebra</link> is
10634               set to 'Use'</para>
10635             </important>
10636           </section>
10637
10638           <section id="TraceCompleteSubfields">
10639             <title>TraceCompleteSubfields</title>
10640
10641             <para>Default: Force</para>
10642
10643             <para>Asks: ___ subject tracings in the OPAC and Staff Client to
10644             search only for complete-subfield matches.</para>
10645
10646             <para>Values:</para>
10647
10648             <itemizedlist>
10649               <listitem>
10650                 <para>Don't force</para>
10651
10652                 <itemizedlist>
10653                   <listitem>
10654                     <para>Searches for subject keywords (example:
10655                     opac-search.pl?q=su:World%20Wide%20Web)</para>
10656                   </listitem>
10657                 </itemizedlist>
10658               </listitem>
10659
10660               <listitem>
10661                 <para>Force</para>
10662
10663                 <itemizedlist>
10664                   <listitem>
10665                     <para>Searches for complete subject fields (example:
10666                     opac-search.pl?q=su,complete-subfield:World%20Wide%20Web)</para>
10667                   </listitem>
10668                 </itemizedlist>
10669               </listitem>
10670             </itemizedlist>
10671
10672             <para>Description:</para>
10673
10674             <itemizedlist>
10675               <listitem>
10676                 <para>When TraceCompleteSubfields is set to "force," clicking
10677                 on links in non-authority controlled subject tracings will
10678                 only find other records where the entire subfields match.
10679                 Leaving it at "don't force" does a keyword search of the
10680                 subject indexes.</para>
10681               </listitem>
10682             </itemizedlist>
10683
10684             <important>
10685               <para>This preference assumes that you're using XSLT stylesheets
10686               as set in the <link
10687               linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>
10688               preference.</para>
10689             </important>
10690           </section>
10691
10692           <section id="TraceSubjectSubdivisions">
10693             <title>TraceSubjectSubdivisions</title>
10694
10695             <para>Default: Include</para>
10696
10697             <para>Asks: ___ subdivisions for searches generated by clicking on
10698             subject tracings.</para>
10699
10700             <para>Values:</para>
10701
10702             <itemizedlist>
10703               <listitem>
10704                 <para>Don't include</para>
10705
10706                 <itemizedlist>
10707                   <listitem>
10708                     <para>Searches for subject keywords (example:
10709                     opac-search.pl?q=su,complete-subfield:%22Web%20sites%22)</para>
10710                   </listitem>
10711                 </itemizedlist>
10712               </listitem>
10713
10714               <listitem>
10715                 <para>Include</para>
10716
10717                 <itemizedlist>
10718                   <listitem>
10719                     <para>Searches for complete subject fields (example:
10720                     opac-search.pl?q=(su,complete-subfield:%22Web%20sites%22)%20and%20(su,complete-subfield:%22Design.%22))</para>
10721                   </listitem>
10722                 </itemizedlist>
10723               </listitem>
10724             </itemizedlist>
10725
10726             <para>Description:</para>
10727
10728             <itemizedlist>
10729               <listitem>
10730                 <para>When TraceSubjectSubdivisions is set to "Include," if
10731                 you click on a subject with subdivisions (subfields other than
10732                 'a') they will be searched along with the subject heading
10733                 (subfield 'a'). To have only the subject heading (subfield
10734                 'a') searched, set this preference to "Don't include."</para>
10735               </listitem>
10736             </itemizedlist>
10737
10738             <important>
10739               <para>This preference assumes that you're using XSLT stylesheets
10740               as set in the <link
10741               linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>
10742               preference.</para>
10743             </important>
10744           </section>
10745
10746           <section id="UseICU">
10747             <title>UseICU</title>
10748
10749             <para>Default: Not using</para>
10750
10751             <para>Asks: ___ ICU Zebra indexing.</para>
10752
10753             <para>Values:</para>
10754
10755             <itemizedlist>
10756               <listitem>
10757                 <para>Not using</para>
10758               </listitem>
10759
10760               <listitem>
10761                 <para>Using</para>
10762               </listitem>
10763             </itemizedlist>
10764
10765             <para>Description:</para>
10766
10767             <itemizedlist>
10768               <listitem>
10769                 <para>ICU is a set of code libraries providing Unicode and
10770                 Globalization support for software applications. What this
10771                 means is ICU Zebra indexing is only necessary if you use
10772                 non-roman characters in your cataloging. If using ICU Zebra
10773                 indexing you will want to not use <link
10774                 linkend="QueryFuzzy">QueryFuzzy</link>.</para>
10775               </listitem>
10776             </itemizedlist>
10777
10778             <important>
10779               <para>This setting will not affect Zebra indexing, it should
10780               only be used to tell Koha that you have activated ICU indexing
10781               if you have actually done so, since there is no way for Koha to
10782               figure this out on its own.</para>
10783             </important>
10784
10785             <important>
10786               <para>Talk to your system administrator when changing this
10787               preference to make sure that your system is set up properly for
10788               this to work.</para>
10789             </important>
10790           </section>
10791         </section>
10792
10793         <section id="searchresultsprefs">
10794           <title>Results Display</title>
10795
10796           <para/>
10797
10798           <section id="defaultSortField">
10799             <title>defaultSortField &amp; defaultSortOrder</title>
10800
10801             <para>defaultSortField Default: author</para>
10802
10803             <para>defaultSortOrder Default: ascending</para>
10804
10805             <para>Asks: By default, sort search results in the staff client by
10806             ___, ____</para>
10807
10808             <para>Description:</para>
10809
10810             <itemizedlist>
10811               <listitem>
10812                 <para>These preferences set the default sort field and sort
10813                 order for searches on the staff side. Regardless of your
10814                 choice, the other sort options are still available in the drop
10815                 down list on the advanced search page.</para>
10816               </listitem>
10817             </itemizedlist>
10818
10819             <para>defaultSortField Values:</para>
10820
10821             <itemizedlist>
10822               <listitem>
10823                 <para>author</para>
10824               </listitem>
10825
10826               <listitem>
10827                 <para>call number</para>
10828               </listitem>
10829
10830               <listitem>
10831                 <para>date added</para>
10832               </listitem>
10833
10834               <listitem>
10835                 <para>date of publication</para>
10836               </listitem>
10837
10838               <listitem>
10839                 <para>relevance</para>
10840               </listitem>
10841
10842               <listitem>
10843                 <para>title</para>
10844               </listitem>
10845
10846               <listitem>
10847                 <para>total number of checkouts</para>
10848               </listitem>
10849             </itemizedlist>
10850
10851             <para>defaultSortOrder Values:</para>
10852
10853             <itemizedlist>
10854               <listitem>
10855                 <para>ascending</para>
10856               </listitem>
10857
10858               <listitem>
10859                 <para>descending</para>
10860               </listitem>
10861
10862               <listitem>
10863                 <para>from A to Z</para>
10864               </listitem>
10865
10866               <listitem>
10867                 <para>from Z to A</para>
10868               </listitem>
10869             </itemizedlist>
10870           </section>
10871
10872           <section id="displayFacetCount">
10873             <title>displayFacetCount</title>
10874
10875             <para>Default: Don't show</para>
10876
10877             <para>Asks: ___ facet counts.</para>
10878
10879             <para>Description:</para>
10880
10881             <itemizedlist>
10882               <listitem>
10883                 <para>This preference lets you decide if you show how many
10884                 times a facet is used in your search results in the OPAC and
10885                 the staff client. The relevance of these numbers highly
10886                 depends on the value of the <link
10887                 linkend="maxRecordsForFacets">maxRecordsForFacets</link>
10888                 preference. Showing these numbers can potentially effect the
10889                 performance of your searching, so test your system with
10890                 different values for this preference to see what works
10891                 best.</para>
10892               </listitem>
10893             </itemizedlist>
10894
10895             <para>Values:</para>
10896
10897             <itemizedlist>
10898               <listitem>
10899                 <para>Don't show</para>
10900               </listitem>
10901
10902               <listitem>
10903                 <para>Show</para>
10904
10905                 <screenshot>
10906                   <screeninfo>Number of times each Facet is found in
10907                   results</screeninfo>
10908
10909                   <mediaobject>
10910                     <imageobject>
10911                       <imagedata fileref="images/admin/globalprefs/displayFacetCount.png"/>
10912                     </imageobject>
10913                   </mediaobject>
10914                 </screenshot>
10915               </listitem>
10916             </itemizedlist>
10917           </section>
10918
10919           <section id="FacetLabelTruncationLength">
10920             <title>FacetLabelTruncationLength</title>
10921
10922             <para>Default: 20</para>
10923
10924             <para>Asks: Truncate facets length to ___ characters, in
10925             OPAC/staff interface.</para>
10926
10927             <para>Description:</para>
10928
10929             <itemizedlist>
10930               <listitem>
10931                 <para>In the OPAC and the staff client your facets are cut off
10932                 at 20 characters by default. Depending on your layout this may
10933                 be too many or two few letters, this preference lets you
10934                 decide what number is best for your library's design.</para>
10935               </listitem>
10936             </itemizedlist>
10937           </section>
10938
10939           <section id="maxItemsInSearchResults">
10940             <title>maxItemsInSearchResults</title>
10941
10942             <para>Default: 20</para>
10943
10944             <para>Asks: Show up to ___ items per biblio in the search
10945             results</para>
10946
10947             <para>Description:</para>
10948
10949             <itemizedlist>
10950               <listitem>
10951                 <para>This preference will let you set how many results
10952                 display by default when a search is run on the Staff
10953                 Client.</para>
10954               </listitem>
10955             </itemizedlist>
10956           </section>
10957
10958           <section id="maxRecordsForFacets">
10959             <title>maxRecordsForFacets</title>
10960
10961             <para>Default: 20</para>
10962
10963             <para>Asks: Build facets based on ___ records from the search
10964             results.</para>
10965
10966             <para>Description:</para>
10967
10968             <itemizedlist>
10969               <listitem>
10970                 <para>By default Koha only bases facets on the first page of
10971                 results (usually 20 results). This preference lets you tell
10972                 Koha to based the facet descriptions and numbers on any number
10973                 of search results returned. The higher this number the longer
10974                 it will take for your search results to return, so test with
10975                 various different values to find the best balance for your
10976                 library.</para>
10977               </listitem>
10978             </itemizedlist>
10979           </section>
10980
10981           <section id="numSearchResults">
10982             <title>numSearchResults</title>
10983
10984             <para>Default: 20</para>
10985
10986             <para>Asks: By default, show ___ results per page in the staff
10987             client.</para>
10988           </section>
10989
10990           <section id="opacdefaultsort">
10991             <title>OPACdefaultSortField &amp; OPACdefaultSortOrder</title>
10992
10993             <para>OPACdefaultSortField Default: relevance</para>
10994
10995             <para>OPACdefaultSortOrder Default: ascending</para>
10996
10997             <para>Asks: By default, sort search results in the OPAC by ___,
10998             ___</para>
10999
11000             <para>Description:</para>
11001
11002             <itemizedlist>
11003               <listitem>
11004                 <para>These preferences set the default sort field and sort
11005                 order for searches on the OPAC. Regardless of your choice, the
11006                 other sort options are still available in the drop down list
11007                 on the advanced search page.</para>
11008               </listitem>
11009             </itemizedlist>
11010
11011             <para>OPACdefaultSortField Values:</para>
11012
11013             <itemizedlist>
11014               <listitem>
11015                 <para>author</para>
11016               </listitem>
11017
11018               <listitem>
11019                 <para>call number</para>
11020               </listitem>
11021
11022               <listitem>
11023                 <para>date added</para>
11024               </listitem>
11025
11026               <listitem>
11027                 <para>date of publication</para>
11028               </listitem>
11029
11030               <listitem>
11031                 <para>relevance</para>
11032               </listitem>
11033
11034               <listitem>
11035                 <para>title</para>
11036               </listitem>
11037
11038               <listitem>
11039                 <para>total number of checkouts</para>
11040               </listitem>
11041             </itemizedlist>
11042
11043             <para>OPACdefaultSortOrder Values:</para>
11044
11045             <itemizedlist>
11046               <listitem>
11047                 <para>ascending</para>
11048               </listitem>
11049
11050               <listitem>
11051                 <para>descending</para>
11052               </listitem>
11053
11054               <listitem>
11055                 <para>from A to Z</para>
11056               </listitem>
11057
11058               <listitem>
11059                 <para>from Z to A</para>
11060               </listitem>
11061             </itemizedlist>
11062
11063             <para/>
11064           </section>
11065
11066           <section id="OPACItemsResultsDisplay">
11067             <title>OPACItemsResultsDisplay</title>
11068
11069             <para>Default: Don't show</para>
11070
11071             <para>Asks: ___ an item's branch, location and call number in OPAC
11072             search results.</para>
11073
11074             <para>Values:</para>
11075
11076             <itemizedlist>
11077               <listitem>
11078                 <para>Don't show</para>
11079               </listitem>
11080
11081               <listitem>
11082                 <para>Show</para>
11083               </listitem>
11084             </itemizedlist>
11085
11086             <para>Description:</para>
11087
11088             <itemizedlist>
11089               <listitem>
11090                 <para>This setting selects the information about an item that
11091                 will display in the search results page of the OPAC. The
11092                 results can display the status of an item and/or full details
11093                 including branch, location, and call number. While the 'Show'
11094                 option allows for more information to be displayed on the
11095                 search results page, the information can be overwhelming for
11096                 large collections with multiple branches.</para>
11097               </listitem>
11098             </itemizedlist>
11099           </section>
11100
11101           <section id="OPACnumSearchResults">
11102             <title>OPACnumSearchResults</title>
11103
11104             <para>Default: 20</para>
11105
11106             <para>Asks: By default, show ___ results per page in the
11107             OPAC.</para>
11108           </section>
11109         </section>
11110
11111         <section id="searchformprefs">
11112           <title>Search Form</title>
11113
11114           <section id="AdvancedSearchTypes">
11115             <title>AdvancedSearchTypes</title>
11116
11117             <para>Default: itemtype</para>
11118
11119             <para>Asks: Show tabs in OPAC and staff-side advanced search for
11120             limiting searches on the ___ fields (separate values with
11121             |).</para>
11122
11123             <para>Description:</para>
11124
11125             <itemizedlist>
11126               <listitem>
11127                 <para>On the advanced search page you can choose to allow
11128                 filters on one or all of the following: Item types
11129                 (itemtypes), Collection Codes (ccode) and Shelving Location
11130                 (loc). If you would like to be able to limit searches on item
11131                 type and shelving location for example you would enter
11132                 itemtypes|loc in the preference input box. The order of these
11133                 fields will determine the order of the tabs in the OPAC and
11134                 staff client advanced search screens. Values within the search
11135                 type are OR'ed together, while each different search type is
11136                 AND'ed together in the query limits. The current stored values
11137                 are supported without any required modification.Each set of
11138                 advanced search fields are displayed in tabs in both the OPAC
11139                 and staff client. The first value in the AdvancedSearchTypes
11140                 syspref is the selected tab; if no values are present,
11141                 "itemtypes" is used. For non-itemtype values, the value in
11142                 AdvancedSearchTypes must match the Authorised Value name, and
11143                 must be indexed with 'mc-' prefixing that name.</para>
11144
11145                 <screenshot>
11146                   <screeninfo>Searching by Item Type and Shelving
11147                   Location</screeninfo>
11148
11149                   <mediaobject>
11150                     <imageobject>
11151                       <imagedata fileref="images/admin/globalprefs/AdvancedSearchTypes.png"/>
11152                     </imageobject>
11153                   </mediaobject>
11154                 </screenshot>
11155               </listitem>
11156             </itemizedlist>
11157           </section>
11158
11159           <section id="expandedSearchOption">
11160             <title>expandedSearchOption</title>
11161
11162             <para>Default: don't show</para>
11163
11164             <para>Asks: By default, ___ "More options" on the OPAC and staff
11165             advanced search pages.</para>
11166
11167             <para>Values:</para>
11168
11169             <itemizedlist>
11170               <listitem>
11171                 <para>don't show</para>
11172               </listitem>
11173
11174               <listitem>
11175                 <para>show</para>
11176               </listitem>
11177             </itemizedlist>
11178           </section>
11179         </section>
11180       </section>
11181
11182       <section id="serialsprefs">
11183         <title>Serials</title>
11184
11185         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
11186         Global System Preferences &gt; Serials</para>
11187
11188         <section id="opacSerialDefaultTab">
11189           <title>opacSerialDefaultTab</title>
11190
11191           <para>Default: Subscriptions tab</para>
11192
11193           <para>Asks: Show ___ as default tab for serials in OPAC. <important>
11194               <para>Please note that the Serial Collection tab is currently
11195               available only for systems using the UNIMARC standard.</para>
11196             </important></para>
11197
11198           <para>Values:</para>
11199
11200           <itemizedlist>
11201             <listitem>
11202               <para>Holdings tab</para>
11203             </listitem>
11204
11205             <listitem>
11206               <para>Serial Collection tab</para>
11207             </listitem>
11208
11209             <listitem>
11210               <para>Subscriptions tab</para>
11211             </listitem>
11212           </itemizedlist>
11213         </section>
11214
11215         <section id="OPACSerialIssueDisplayCount">
11216           <title>OPACSerialIssueDisplayCount</title>
11217
11218           <para>Default: 3</para>
11219
11220           <para>Asks: Show the ___ previous issues of a serial on the
11221           OPAC.</para>
11222
11223           <para>Description:</para>
11224
11225           <itemizedlist>
11226             <listitem>
11227               <para>This preference allows the administrator to select the
11228               number of recent issues for each serial which appear in the OPAC
11229               when the serial is accessed. This is just the default value,
11230               patrons can always click to see a full list of serials.</para>
11231             </listitem>
11232           </itemizedlist>
11233         </section>
11234
11235         <section id="RenewSerialAddsSuggestion">
11236           <title>RenewSerialAddsSuggestion</title>
11237
11238           <para>Default: Don't add</para>
11239
11240           <para>Asks: ___ a suggestion for a biblio when its attached serial
11241           is renewed.</para>
11242
11243           <para>Values:</para>
11244
11245           <itemizedlist>
11246             <listitem>
11247               <para>Add</para>
11248             </listitem>
11249
11250             <listitem>
11251               <para>Don't add</para>
11252             </listitem>
11253           </itemizedlist>
11254
11255           <para>Description:</para>
11256
11257           <itemizedlist>
11258             <listitem>
11259               <para>If set to "Add", this preference will automatically add a
11260               serial to the Acquisitions Purchase Suggestions menu when
11261               clicking the 'renew' option. If you don't use the Acquisitions
11262               module to manage serials purchases it's best to leave this set
11263               as 'Don't add.'</para>
11264             </listitem>
11265           </itemizedlist>
11266         </section>
11267
11268         <section id="RoutingListAddReserves">
11269           <title>RoutingListAddReserves</title>
11270
11271           <para>Default: Place</para>
11272
11273           <para>Asks: ___ received serials on hold if they are on a routing
11274           list.</para>
11275
11276           <para>Values:</para>
11277
11278           <itemizedlist>
11279             <listitem>
11280               <para>Place</para>
11281             </listitem>
11282
11283             <listitem>
11284               <para>Don't place</para>
11285             </listitem>
11286           </itemizedlist>
11287         </section>
11288
11289         <section id="RoutingListNote">
11290           <title>RoutingListNote</title>
11291
11292           <para>Asks: Include following note on all routing lists</para>
11293
11294           <para>Description:</para>
11295
11296           <itemizedlist>
11297             <listitem>
11298               <para>Text entered in this box will appear below the routing
11299               list information.</para>
11300             </listitem>
11301           </itemizedlist>
11302         </section>
11303
11304         <section id="RoutingSerials">
11305           <title>RoutingSerials</title>
11306
11307           <para>Default: Don't add</para>
11308
11309           <para>Asks: ___ received serials to the routing list.</para>
11310
11311           <para>Description:</para>
11312
11313           <itemizedlist>
11314             <listitem>
11315               <para>This preference determines if serials routing lists are
11316               enabled or disabled for the library. When set to &ldquo;Add",
11317               serials routing is enabled and a serial can be directed through
11318               a list of people by identifying who should receive it next. The
11319               list of people can be established for each serial to be passed
11320               using the Serials module. This preference can be used to ensure
11321               each person who needs to see a serial when it arrives at the
11322               library will get it. Learn more in the <link
11323               linkend="routinglist">routing list</link> section of this
11324               manual.</para>
11325             </listitem>
11326           </itemizedlist>
11327
11328           <para>Values:</para>
11329
11330           <itemizedlist>
11331             <listitem>
11332               <para>Add</para>
11333             </listitem>
11334
11335             <listitem>
11336               <para>Don't add</para>
11337             </listitem>
11338           </itemizedlist>
11339         </section>
11340
11341         <section id="StaffSerialIssueDisplayCount">
11342           <title>StaffSerialIssueDisplayCount</title>
11343
11344           <para>Default: 3</para>
11345
11346           <para>Asks: Show the ___ previous issues of a serial on the staff
11347           client.</para>
11348
11349           <para>Description:</para>
11350
11351           <itemizedlist>
11352             <listitem>
11353               <para>This preference allows the administrator to select the
11354               number of recent issues for each serial which appear in the
11355               Staff Client when the serial is accessed. This is just the
11356               default value, staff members can always click to see a full list
11357               of serials.</para>
11358             </listitem>
11359           </itemizedlist>
11360         </section>
11361
11362         <section id="SubscriptionDuplicateDroppedInput">
11363           <title>SubscriptionDuplicateDroppedInput</title>
11364
11365           <para>Asks: List of fields which must not be rewritten when a
11366           subscription is duplicated (Separated by pipe |) ___</para>
11367
11368           <para>Description:</para>
11369
11370           <itemizedlist>
11371             <listitem>
11372               <para>When duplicating a subscription sometimes you don't want
11373               all of the fields duplicated, using this preference you can list
11374               the fields that you don't want to be duplicated. These field
11375               names come from the subscription table in the Koha database.
11376               Learn what fields are in that table on the <ulink
11377               url="http://schema.koha-community.org/tables/subscription.html">Koha
11378               DB Schema</ulink> site.</para>
11379             </listitem>
11380           </itemizedlist>
11381         </section>
11382
11383         <section id="SubscriptionHistory">
11384           <title>SubscriptionHistory</title>
11385
11386           <para>Default: full history</para>
11387
11388           <para>Asks: When showing the subscription information for a
11389           bibliographic record, preselect ___ view of serial issues.</para>
11390
11391           <para>Values:</para>
11392
11393           <itemizedlist>
11394             <listitem>
11395               <para>brief history</para>
11396
11397               <screenshot>
11398                 <screeninfo>Brief History</screeninfo>
11399
11400                 <mediaobject>
11401                   <imageobject>
11402                     <imagedata fileref="images/admin/globalprefs/SubscriptionHistory-brief.png"/>
11403                   </imageobject>
11404                 </mediaobject>
11405               </screenshot>
11406             </listitem>
11407
11408             <listitem>
11409               <para>full history</para>
11410
11411               <screenshot>
11412                 <screeninfo>Full History</screeninfo>
11413
11414                 <mediaobject>
11415                   <imageobject>
11416                     <imagedata fileref="images/admin/globalprefs/SubscriptionHistory-full.png"/>
11417                   </imageobject>
11418                 </mediaobject>
11419               </screenshot>
11420             </listitem>
11421           </itemizedlist>
11422
11423           <para>Description:</para>
11424
11425           <itemizedlist>
11426             <listitem>
11427               <para>This preference determines what information appears in the
11428               OPAC when the user clicks the More Details option. The
11429               &lsquo;brief' option displays a one-line summary of the volume
11430               and issue numbers of all issues of that serial held by the
11431               library. The &lsquo;full' option displays a more detailed
11432               breakdown of issues per year, including information such as the
11433               issue date and the status of each issue.</para>
11434             </listitem>
11435           </itemizedlist>
11436         </section>
11437       </section>
11438
11439       <section id="staffprefs">
11440         <title>Staff Client</title>
11441
11442         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
11443         Global System Preferences &gt; Staff Client</para>
11444
11445         <section id="staffappearprefs">
11446           <title>Appearance</title>
11447
11448           <para/>
11449
11450           <section id="Display856uAsImage">
11451             <title>Display856uAsImage</title>
11452
11453             <para>Default: Neither details or results page</para>
11454
11455             <para>Asks: Display the URI in the 856u field as an image on:
11456             ___</para>
11457
11458             <para>Values:</para>
11459
11460             <itemizedlist>
11461               <listitem>
11462                 <para>Both results and details pages</para>
11463
11464                 <itemizedlist>
11465                   <listitem>
11466                     <important>
11467                       <para>Not implemented yet</para>
11468                     </important>
11469                   </listitem>
11470                 </itemizedlist>
11471               </listitem>
11472
11473               <listitem>
11474                 <para>Detail page only</para>
11475
11476                 <itemizedlist>
11477                   <listitem>
11478                     <important>
11479                       <para><link
11480                       linkend="XSLTDetailsDisplay">XSLTDetailsDisplay</link>
11481                       needs to be on for this preference to work.</para>
11482                     </important>
11483                   </listitem>
11484                 </itemizedlist>
11485
11486                 <screenshot>
11487                   <screeninfo>Showing the 856u as an image</screeninfo>
11488
11489                   <mediaobject>
11490                     <imageobject>
11491                       <imagedata fileref="images/admin/globalprefs/Display856uAsImage.png"/>
11492                     </imageobject>
11493                   </mediaobject>
11494                 </screenshot>
11495               </listitem>
11496
11497               <listitem>
11498                 <para>Neither details or results page</para>
11499               </listitem>
11500
11501               <listitem>
11502                 <para>Results page only</para>
11503
11504                 <itemizedlist>
11505                   <listitem>
11506                     <important>
11507                       <para>Not yet implemented</para>
11508                     </important>
11509                   </listitem>
11510                 </itemizedlist>
11511               </listitem>
11512             </itemizedlist>
11513
11514             <para>Description:</para>
11515
11516             <itemizedlist>
11517               <listitem>
11518                 <para>In addition to this option being set, the corresponding
11519                 XSLT option must be turned on. Also, the corresponding 856q
11520                 field must have a valid MIME image extension (e.g., "jpg") or
11521                 MIME image type (i.e. starting with "image/"), or the generic
11522                 indicator "img" entered in the field. When all of the
11523                 requirements are met, an image file will be displayed instead
11524                 of the standard link text. Clicking on the image will open it
11525                 in the same way as clicking on the link text. When you click
11526                 on the image it should open to full size, in the current
11527                 window or in a new window depending on the value in the system
11528                 pref <link
11529                 linkend="OPACURLOpenInNewWindow">OPACURLOpenInNewWindow</link>.</para>
11530
11531                 <screenshot>
11532                   <screeninfo>Sample 856 Field</screeninfo>
11533
11534                   <mediaobject>
11535                     <imageobject>
11536                       <imagedata fileref="images/admin/globalprefs/856imagemarc.png"/>
11537                     </imageobject>
11538                   </mediaobject>
11539                 </screenshot>
11540               </listitem>
11541             </itemizedlist>
11542           </section>
11543
11544           <section id="intranet_includes">
11545             <title>intranet_includes</title>
11546
11547             <para>Default: includes</para>
11548
11549             <para>Asks: Use include files from the ___ directory in the
11550             template directory, instead of includes/. (Leave blank to
11551             disable)</para>
11552           </section>
11553
11554           <section id="intranetcolorstylesheet">
11555             <title>intranetcolorstylesheet</title>
11556
11557             <para>Asks: Include the stylesheet /intranet-tmpl/prog/en/css/ ___
11558             on all pages in the staff interface.</para>
11559
11560             <para>Description:</para>
11561
11562             <itemizedlist>
11563               <listitem>
11564                 <para>This preference is used to set the background color and
11565                 style of the Staff Client. The value is a .css file. The
11566                 system administrator should determine which file is
11567                 appropriate.</para>
11568               </listitem>
11569             </itemizedlist>
11570
11571             <important>
11572               <para>Leave this field blank to disable.</para>
11573             </important>
11574           </section>
11575
11576           <section id="IntranetFavicon">
11577             <title>IntranetFavicon</title>
11578
11579             <para>Asks: Use the image at ___ for the Staff Client's favicon.
11580             <important>
11581                 <para>This should be a complete URL, starting with
11582                 http://</para>
11583               </important></para>
11584
11585             <tip>
11586               <para>Turn your logo into a favicon with the <ulink
11587               url="http://antifavicon.com/">Favicon Generator</ulink>.</para>
11588             </tip>
11589
11590             <para>Description:</para>
11591
11592             <itemizedlist>
11593               <listitem>
11594                 <para>The favicon is the little icon that appears next to the
11595                 URL in the address bar in most browsers. The default value for
11596                 this field (if left blank) is the small 'K' in the Koha
11597                 logo.</para>
11598
11599                 <screenshot>
11600                   <screeninfo>Default Koha Favicon</screeninfo>
11601
11602                   <mediaobject>
11603                     <imageobject>
11604                       <imagedata fileref="images/admin/globalprefs/favicon.png"/>
11605                     </imageobject>
11606                   </mediaobject>
11607                 </screenshot>
11608               </listitem>
11609             </itemizedlist>
11610           </section>
11611
11612           <section id="IntranetmainUserblock">
11613             <title>IntranetmainUserblock</title>
11614
11615             <para>Asks: Show the following HTML in its own column on the main
11616             page of the staff client</para>
11617
11618             <screenshot>
11619               <screeninfo>Sample HTML for IntranetmainUserblock</screeninfo>
11620
11621               <mediaobject>
11622                 <imageobject>
11623                   <imagedata fileref="images/admin/globalprefs/IntranetmainUserblock-html.png"/>
11624                 </imageobject>
11625               </mediaobject>
11626             </screenshot>
11627
11628             <screenshot>
11629               <screeninfo>Message from IntranetmainUserblock as it appears on
11630               the Staff Client main page</screeninfo>
11631
11632               <mediaobject>
11633                 <imageobject>
11634                   <imagedata fileref="images/admin/globalprefs/IntranetmainUserblock.png"/>
11635                 </imageobject>
11636               </mediaobject>
11637             </screenshot>
11638           </section>
11639
11640           <section id="IntranetNav">
11641             <title>IntranetNav</title>
11642
11643             <para>Asks: Show the following HTML in the More menu at the top of
11644             each page on the staff client (should be a list of links or
11645             blank)</para>
11646           </section>
11647
11648           <section id="intranetstylesheet">
11649             <title>intranetstylesheet</title>
11650
11651             <para>Asks: Include the stylesheet at ___ on all pages in the
11652             staff interface, instead of the default.</para>
11653
11654             <para>Description:</para>
11655
11656             <itemizedlist>
11657               <listitem>
11658                 <para>The Intranetstylesheet preference is a layout and design
11659                 feature for the intranet or staff client. To change the
11660                 stylesheet from the original, place in this preference the
11661                 file path to the style sheet - include the entire url starting
11662                 with http://. This preference allows a library to customize
11663                 the appearance of the Staff Client.</para>
11664               </listitem>
11665             </itemizedlist>
11666
11667             <important>
11668               <para>This should be a complete URL, starting with
11669               http://</para>
11670             </important>
11671           </section>
11672
11673           <section id="IntranetUserCSS">
11674             <title>IntranetUserCSS</title>
11675
11676             <para>Asks: Include the following CSS on all pages in the staff
11677             client</para>
11678           </section>
11679
11680           <section id="intranetuserjs">
11681             <title>intranetuserjs</title>
11682
11683             <para>Asks: Include the following JavaScript on all pages in the
11684             staff interface</para>
11685
11686             <screenshot>
11687               <screeninfo>Sample JavaScript to alter the staff client
11688               login</screeninfo>
11689
11690               <mediaobject>
11691                 <imageobject>
11692                   <imagedata fileref="images/admin/globalprefs/intranetuserjs-code.png"/>
11693                 </imageobject>
11694               </mediaobject>
11695             </screenshot>
11696
11697             <screenshot>
11698               <screeninfo>Link to Self Checkout appears on staff client login
11699               because of JavaScript</screeninfo>
11700
11701               <mediaobject>
11702                 <imageobject>
11703                   <imagedata fileref="images/admin/globalprefs/intranetuserjs.png"/>
11704                 </imageobject>
11705               </mediaobject>
11706             </screenshot>
11707
11708             <para>Description:</para>
11709
11710             <itemizedlist>
11711               <listitem>
11712                 <para>This preference allows the administrator to enter
11713                 JavaScript or JQuery that will be embedded across all pages of
11714                 the Staff Client. Administrators may use this preference to
11715                 customize some of the interactive sections of Koha,
11716                 customizing the text for the login prompts, for example.
11717                 Sample JQuery scripts used by Koha libraries can be found on
11718                 the wiki: <ulink
11719                 url="http://wiki.koha-community.org/wiki/JQuery_Library">http://wiki.koha-community.org/wiki/JQuery_Library</ulink>.</para>
11720               </listitem>
11721             </itemizedlist>
11722           </section>
11723
11724           <section id="SlipCSS">
11725             <title>SlipCSS</title>
11726
11727             <para>Asks: Include the stylesheet at ___ on Issue and Reserve
11728             Slips.<important>
11729                 <para>This should be a complete URL, starting with
11730                 http://</para>
11731               </important></para>
11732
11733             <para>Description:</para>
11734
11735             <itemizedlist>
11736               <listitem>
11737                 <para>If you would like to style your receipts or slips with a
11738                 consistent set of fonts and colors you can use this preference
11739                 to point Koha to a stylesheet specifically for your
11740                 slips.</para>
11741               </listitem>
11742             </itemizedlist>
11743           </section>
11744
11745           <section id="StaffAuthorisedValueImages">
11746             <title>StaffAuthorisedValueImages</title>
11747
11748             <para>Default: Show</para>
11749
11750             <para>Asks: ___ images for authorized values (such as lost
11751             statuses and locations) in search results.</para>
11752
11753             <para>Values:</para>
11754
11755             <itemizedlist>
11756               <listitem>
11757                 <para>Don't show</para>
11758               </listitem>
11759
11760               <listitem>
11761                 <para>Show</para>
11762               </listitem>
11763             </itemizedlist>
11764           </section>
11765
11766           <section id="staffClientBaseURL">
11767             <title>staffClientBaseURL</title>
11768
11769             <para>Asks: The staff client is located at http:// ___</para>
11770           </section>
11771
11772           <section id="template">
11773             <title>template</title>
11774
11775             <para>Default: prog</para>
11776
11777             <para>Asks: Use the ___ theme on the staff interface.</para>
11778
11779             <para>Values:</para>
11780
11781             <itemizedlist>
11782               <listitem>
11783                 <para>prog</para>
11784               </listitem>
11785             </itemizedlist>
11786           </section>
11787
11788           <section id="XSLTDetailsDisplay">
11789             <title>XSLTDetailsDisplay</title>
11790
11791             <para>Default: default</para>
11792
11793             <para>Asks: Display details in the staff client using XSLT
11794             stylesheet at ___</para>
11795
11796             <para>Values:</para>
11797
11798             <itemizedlist>
11799               <listitem>
11800                 <para>leave empty to not use the XSLT stylesheet</para>
11801
11802                 <itemizedlist>
11803                   <listitem>
11804                     <para>In previous versions of Koha this was the setting
11805                     that read 'normally'</para>
11806
11807                     <screenshot>
11808                       <screeninfo>Detail display without XSLT
11809                       stylesheets</screeninfo>
11810
11811                       <mediaobject>
11812                         <imageobject>
11813                           <imagedata fileref="images/admin/globalprefs/XSLTDetailsDisplay-off.png"/>
11814                         </imageobject>
11815                       </mediaobject>
11816                     </screenshot>
11817                   </listitem>
11818                 </itemizedlist>
11819               </listitem>
11820
11821               <listitem>
11822                 <para>enter "default" for the default one</para>
11823
11824                 <screenshot>
11825                   <screeninfo>Detail display using XSLT
11826                   stylesheets</screeninfo>
11827
11828                   <mediaobject>
11829                     <imageobject>
11830                       <imagedata fileref="images/admin/globalprefs/XSLTDetailsDisplay-on.png"/>
11831                     </imageobject>
11832                   </mediaobject>
11833                 </screenshot>
11834               </listitem>
11835
11836               <listitem>
11837                 <para>put a path to define a XSLT file</para>
11838
11839                 <itemizedlist>
11840                   <listitem>
11841                     <para>ex: /path/to/koha/and/your/stylesheet.xsl</para>
11842                   </listitem>
11843
11844                   <listitem>
11845                     <para>If in a multi-language system you can enter
11846                     {langcode} in the path to tell Koha to look in the right
11847                     language folder</para>
11848
11849                     <itemizedlist>
11850                       <listitem>
11851                         <para>ex:
11852                         /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl</para>
11853                       </listitem>
11854
11855                       <listitem>
11856                         <para>ex.
11857                         http://mykoha.org/{langcode}/stylesheet.xsl</para>
11858                       </listitem>
11859                     </itemizedlist>
11860                   </listitem>
11861                 </itemizedlist>
11862               </listitem>
11863
11864               <listitem>
11865                 <para>put an URL for an external specific stylesheet</para>
11866
11867                 <itemizedlist>
11868                   <listitem>
11869                     <para>ex: http://mykoha.org/stylesheet.xsl</para>
11870                   </listitem>
11871                 </itemizedlist>
11872               </listitem>
11873             </itemizedlist>
11874
11875             <para>Description:</para>
11876
11877             <itemizedlist>
11878               <listitem>
11879                 <para>XSLT stylesheets allow for the customization of the
11880                 details shows on the screen when viewing a bib record. This
11881                 preference will allow you either use the default look that
11882                 comes with Koha or design your own stylesheet.</para>
11883               </listitem>
11884             </itemizedlist>
11885           </section>
11886
11887           <section id="XSLTResultsDisplay">
11888             <title>XSLTResultsDisplay</title>
11889
11890             <para>Default: default</para>
11891
11892             <para>Asks: Display results in the staff client using XSLT
11893             stylesheet at ___</para>
11894
11895             <para>Values:</para>
11896
11897             <itemizedlist>
11898               <listitem>
11899                 <para>leave empty to not use the XSLT stylesheet</para>
11900
11901                 <itemizedlist>
11902                   <listitem>
11903                     <para>In previous versions of Koha this was the setting
11904                     that read 'normally'</para>
11905                   </listitem>
11906                 </itemizedlist>
11907               </listitem>
11908
11909               <listitem>
11910                 <para>enter "default" for the default one</para>
11911               </listitem>
11912
11913               <listitem>
11914                 <para>put a path to define a XSLT file</para>
11915
11916                 <itemizedlist>
11917                   <listitem>
11918                     <para>ex: /path/to/koha/and/your/stylesheet.xsl</para>
11919                   </listitem>
11920
11921                   <listitem>
11922                     <para>If in a multi-language system you can enter
11923                     {langcode} in the path to tell Koha to look in the right
11924                     language folder</para>
11925
11926                     <itemizedlist>
11927                       <listitem>
11928                         <para>ex:
11929                         /home/koha/src/koha-tmpl/intranet-tmpl/prog/{langcode}/xslt/intranetDetail.xsl</para>
11930                       </listitem>
11931
11932                       <listitem>
11933                         <para>ex.
11934                         http://mykoha.org/{langcode}/stylesheet.xsl</para>
11935                       </listitem>
11936                     </itemizedlist>
11937                   </listitem>
11938                 </itemizedlist>
11939               </listitem>
11940
11941               <listitem>
11942                 <para>put an URL for an external specific stylesheet</para>
11943
11944                 <itemizedlist>
11945                   <listitem>
11946                     <para>ex: http://mykoha.org/stylesheet.xsl</para>
11947                   </listitem>
11948                 </itemizedlist>
11949               </listitem>
11950             </itemizedlist>
11951
11952             <para>Description:</para>
11953
11954             <itemizedlist>
11955               <listitem>
11956                 <para>XSLT stylesheets allow for the customization of the
11957                 details shows on the screen when viewing the search results.
11958                 This preference will allow you either use the default look
11959                 that comes with Koha or design your own stylesheet.</para>
11960               </listitem>
11961             </itemizedlist>
11962           </section>
11963
11964           <section id="yuipath">
11965             <title>yuipath</title>
11966
11967             <para>Default: included with Koha</para>
11968
11969             <para>Asks: Use the Yahoo UI libraries ___</para>
11970
11971             <para>Values:</para>
11972
11973             <itemizedlist>
11974               <listitem>
11975                 <para>from Yahoo's servers</para>
11976
11977                 <itemizedlist>
11978                   <listitem>
11979                     <para>With this option there is less demand on your
11980                     servers, but if the Internet goes down there will be
11981                     issues</para>
11982                   </listitem>
11983                 </itemizedlist>
11984               </listitem>
11985
11986               <listitem>
11987                 <para>included with Koha</para>
11988
11989                 <itemizedlist>
11990                   <listitem>
11991                     <para>With this option calls are made faster, and they
11992                     will still work if the Internet goes down</para>
11993                   </listitem>
11994                 </itemizedlist>
11995               </listitem>
11996             </itemizedlist>
11997
11998             <para>Description:</para>
11999
12000             <itemizedlist>
12001               <listitem>
12002                 <para>The yuipath preference allows for the user to define a
12003                 local path or web URL to the Yahoo User Interface Library
12004                 (<ulink
12005                 url="http://developer.yahoo.com/yui/2/">http://developer.yahoo.com/yui/2/</ulink>).
12006                 This library is a resource of developer tools including
12007                 JavaScript and style sheets.</para>
12008               </listitem>
12009             </itemizedlist>
12010           </section>
12011         </section>
12012
12013         <section id="staffoptsprefs">
12014           <title>Options</title>
12015
12016           <section id="HidePatronName">
12017             <title>HidePatronName</title>
12018
12019             <para>Default: Show</para>
12020
12021             <para>Asks: ___ the names of patrons that have items checked out
12022             or on hold on detail pages or the "Place Hold" screen.</para>
12023
12024             <para>Values:</para>
12025
12026             <itemizedlist>
12027               <listitem>
12028                 <para>Don't show</para>
12029               </listitem>
12030
12031               <listitem>
12032                 <para>Show</para>
12033               </listitem>
12034             </itemizedlist>
12035           </section>
12036
12037           <section id="intranetbookbag">
12038             <title>intranetbookbag</title>
12039
12040             <para>Default: Show</para>
12041
12042             <para>Asks: ___ the cart option in the staff client.</para>
12043
12044             <para>Values:</para>
12045
12046             <itemizedlist>
12047               <listitem>
12048                 <para>Don't show</para>
12049               </listitem>
12050
12051               <listitem>
12052                 <para>Show</para>
12053               </listitem>
12054             </itemizedlist>
12055           </section>
12056
12057           <section id="viewISBD">
12058             <title>viewISBD</title>
12059
12060             <para>Default: Allow</para>
12061
12062             <para>Asks: ___ staff to view records in ISBD form on the staff
12063             client.</para>
12064
12065             <para>Values:</para>
12066
12067             <itemizedlist>
12068               <listitem>
12069                 <para>Allow</para>
12070               </listitem>
12071
12072               <listitem>
12073                 <para>Don't allow</para>
12074               </listitem>
12075             </itemizedlist>
12076           </section>
12077
12078           <section id="viewLabeledMARC">
12079             <title>viewLabeledMARC</title>
12080
12081             <para>Default: Allow</para>
12082
12083             <para>Asks: ___ staff to view records in labeled MARC form on the
12084             staff client.</para>
12085
12086             <para>Values:</para>
12087
12088             <itemizedlist>
12089               <listitem>
12090                 <para>Allow</para>
12091               </listitem>
12092
12093               <listitem>
12094                 <para>Don't allow</para>
12095               </listitem>
12096             </itemizedlist>
12097           </section>
12098
12099           <section id="viewMARC">
12100             <title>viewMARC</title>
12101
12102             <para>Default: Allow</para>
12103
12104             <para>Asks: ___ staff to view records in plain MARC form on the
12105             staff client.</para>
12106
12107             <para>Values:</para>
12108
12109             <itemizedlist>
12110               <listitem>
12111                 <para>Allow</para>
12112               </listitem>
12113
12114               <listitem>
12115                 <para>Don't allow</para>
12116               </listitem>
12117             </itemizedlist>
12118           </section>
12119         </section>
12120       </section>
12121
12122       <section id="webserviceprefs">
12123         <title>Web Services</title>
12124
12125         <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
12126         Global System Preferences &gt; Web Services</para>
12127
12128         <section id="ilsdiprefs">
12129           <title>ILS-DI</title>
12130
12131           <para/>
12132
12133           <section id="ILS-DI">
12134             <title>ILS-DI</title>
12135
12136             <para>Default: Disable</para>
12137
12138             <para>Asks: ___ ILS-DI services for OPAC users</para>
12139
12140             <para>Values:</para>
12141
12142             <itemizedlist>
12143               <listitem>
12144                 <para>Disable</para>
12145               </listitem>
12146
12147               <listitem>
12148                 <para>Enable</para>
12149               </listitem>
12150             </itemizedlist>
12151           </section>
12152
12153           <section id="ILS-DIAuthorized_IPs">
12154             <title>ILS-DI:AuthorizedIPs</title>
12155
12156             <para>Asks: ___ allowed IPs to use the ILS-DI services</para>
12157           </section>
12158         </section>
12159
12160         <section id="oaiprefs">
12161           <title>OAI-PMH</title>
12162
12163           <para/>
12164
12165           <section id="OAI-PMH">
12166             <title>OAI-PMH</title>
12167
12168             <para>Default: Disable</para>
12169
12170             <para>Asks: ___ Koha's OAI-PMH server.</para>
12171
12172             <para>Values:</para>
12173
12174             <itemizedlist>
12175               <listitem>
12176                 <para>Disable</para>
12177               </listitem>
12178
12179               <listitem>
12180                 <para>Enable</para>
12181               </listitem>
12182             </itemizedlist>
12183
12184             <para>Description:</para>
12185
12186             <itemizedlist>
12187               <listitem>
12188                 <para>For the Open Archives Initiative-Protocol for Metadata
12189                 Harvesting (OAI-PMH) there are two groups of
12190                 &lsquo;participants': Data Providers and Service Providers.
12191                 Data Providers (open archives, repositories) provide free
12192                 access to metadata, and may, but do not necessarily, offer
12193                 free access to full texts or other resources. OAI-PMH provides
12194                 an easy to implement, low barrier solution for Data Providers.
12195                 Service Providers use the OAI interfaces of the Data Providers
12196                 to harvest and store metadata. Note that this means that there
12197                 are no live search requests to the Data Providers; rather,
12198                 services are based on the harvested data via OAI-PMH. Koha at
12199                 present can only act as a Data Provider. It can not harvest
12200                 from other repositories. The biggest stumbling block to having
12201                 Koha harvest from other repositories is that MARC is the only
12202                 metadata format that Koha indexes natively. Visit <ulink
12203                 url="http://www.oaforum.org/tutorial/english/page3.htm">http://www.oaforum.org/tutorial/english/page3.htm</ulink>
12204                 for diagrams of how OAI-PMH works.</para>
12205               </listitem>
12206             </itemizedlist>
12207
12208             <para>Learn more about OAI-PMH at: <ulink
12209             url="http://www.openarchives.org/pmh/">http://www.openarchives.org/pmh/</ulink></para>
12210           </section>
12211
12212           <section id="OAI-PMHarchiveID">
12213             <title>OAI-PMH:archiveID</title>
12214
12215             <para>Default: KOHA-OAI-TEST</para>
12216
12217             <para>Asks: Identify records at this site with the prefix ___
12218             :</para>
12219           </section>
12220
12221           <section id="OAI-PMHAutoUpdateSets">
12222             <title>OAI-PMH:AutoUpdateSets</title>
12223
12224             <para>Default: Disable</para>
12225
12226             <para>Asks: ___ automatic update of OAI-PMH sets when a
12227             bibliographic record is created or updated.</para>
12228
12229             <para>Values:</para>
12230
12231             <itemizedlist>
12232               <listitem>
12233                 <para>Disable</para>
12234               </listitem>
12235
12236               <listitem>
12237                 <para>Enable</para>
12238               </listitem>
12239             </itemizedlist>
12240           </section>
12241
12242           <section id="OAI-PMHConfFile">
12243             <title>OAI-PMH:ConfFile</title>
12244
12245             <para>If this preference is left empty, Koha's OAI Server operates
12246             in normal mode, otherwise it operates in extended mode. In
12247             extended mode, it's possible to parameter other formats than
12248             marcxml or Dublin Core. OAI-PMH:ConfFile specify a YAML
12249             configuration file which list available metadata formats and XSL
12250             file used to create them from marcxml records.</para>
12251
12252             <para>For more information, see the <link
12253             linkend="oaiconfsample">sample conf file</link> in the
12254             appendix.</para>
12255           </section>
12256
12257           <section id="OAI-PMHMaxCount">
12258             <title>OAI-PMH:MaxCount</title>
12259
12260             <para>Default: 50</para>
12261
12262             <para>Asks: Only return ___ records at a time in response to a
12263             ListRecords or ListIdentifiers query.</para>
12264
12265             <para>Description:</para>
12266
12267             <itemizedlist>
12268               <listitem>
12269                 <para>This is the maximum number of records that would be
12270                 returned based on ListRecord or ListIdentifier queries from
12271                 harvesters. ListRecords harvest the entire records while the
12272                 ListIdentifier is an abbreviated form of ListRecords,
12273                 retrieving only headers rather than records.</para>
12274               </listitem>
12275             </itemizedlist>
12276           </section>
12277         </section>
12278       </section>
12279     </section>
12280
12281     <section id="basicparams">
12282       <title>Basic Parameters</title>
12283
12284       <para><emphasis>Get there:</emphasis> More &gt; Administration</para>
12285
12286       <important>
12287         <para>Configure all 'parameters' in the order they appear.</para>
12288       </important>
12289
12290       <section id="libsgroups">
12291         <title>Libraries &amp; Groups</title>
12292
12293         <para>When setting up your Koha system you will want to add
12294         information for every library that will be sharing your system. This
12295         data is used in several areas of Koha.</para>
12296
12297         <itemizedlist>
12298           <listitem>
12299             <para><emphasis>Get there:</emphasis> More &gt; Administration
12300             &gt; Basic Parameters &gt; Libraries and Groups</para>
12301           </listitem>
12302         </itemizedlist>
12303
12304         <para>When visiting this page you are presented with a list of the
12305         libraries and groups that have already been added to the
12306         system.</para>
12307
12308         <screenshot>
12309           <screeninfo>Library List</screeninfo>
12310
12311           <mediaobject>
12312             <imageobject>
12313               <imagedata fileref="images/admin/basicparams/librarylist.png"/>
12314             </imageobject>
12315           </mediaobject>
12316         </screenshot>
12317
12318         <screenshot>
12319           <screeninfo>Group Lists</screeninfo>
12320
12321           <mediaobject>
12322             <imageobject>
12323               <imagedata fileref="images/admin/basicparams/grouplists.png"/>
12324             </imageobject>
12325           </mediaobject>
12326         </screenshot>
12327
12328         <section id="addingalibrary">
12329           <title>Adding a Library</title>
12330
12331           <para>To add a new library:</para>
12332
12333           <itemizedlist>
12334             <listitem>
12335               <para>Click 'New Library'</para>
12336             </listitem>
12337
12338             <listitem>
12339               <para>The top of the form asks for some basics about the
12340               library</para>
12341
12342               <screenshot>
12343                 <screeninfo>Basic Library Info</screeninfo>
12344
12345                 <mediaobject>
12346                   <imageobject>
12347                     <imagedata fileref="images/admin/basicparams/newlibrary.png"/>
12348                   </imageobject>
12349                 </mediaobject>
12350               </screenshot>
12351
12352               <itemizedlist>
12353                 <listitem>
12354                   <para>The library code should not contain any spaces and be
12355                   10 or fewer characters. This code will be used as a unique
12356                   identifier in the database.</para>
12357                 </listitem>
12358
12359                 <listitem>
12360                   <para>The name will be displayed on the OPAC wherever the
12361                   library name displays to the public and should be a name
12362                   that makes sense to your patrons.</para>
12363                 </listitem>
12364
12365                 <listitem>
12366                   <para>If you have <link
12367                   linkend="addinglibgroup">groups</link> set up you can choose
12368                   what group this library belongs to after entering in the
12369                   code and name</para>
12370                 </listitem>
12371               </itemizedlist>
12372             </listitem>
12373
12374             <listitem>
12375               <para>Next you can enter basic contact info about the
12376               branch</para>
12377
12378               <screenshot>
12379                 <screeninfo>Library Contact Info</screeninfo>
12380
12381                 <mediaobject>
12382                   <imageobject>
12383                     <imagedata fileref="images/admin/basicparams/librarycontact.png"/>
12384                   </imageobject>
12385                 </mediaobject>
12386               </screenshot>
12387
12388               <itemizedlist>
12389                 <listitem>
12390                   <para>The address and contact fields can be used to make
12391                   notices custom for each library</para>
12392                 </listitem>
12393
12394                 <listitem>
12395                   <para>The email address field is not required, but it should
12396                   be filled for every library in your system</para>
12397
12398                   <itemizedlist>
12399                     <listitem>
12400                       <important>
12401                         <para>Be sure to enter a library email address to make
12402                         sure that notices are sent to and from the right
12403                         address</para>
12404                       </important>
12405                     </listitem>
12406                   </itemizedlist>
12407                 </listitem>
12408
12409                 <listitem>
12410                   <para>If the URL field is populated then the library name
12411                   will be linked in the holdings table on the OPAC</para>
12412
12413                   <screenshot>
12414                     <screeninfo>Linked Library Name</screeninfo>
12415
12416                     <mediaobject>
12417                       <imageobject>
12418                         <imagedata fileref="images/admin/basicparams/librarylink.png"/>
12419                       </imageobject>
12420                     </mediaobject>
12421                   </screenshot>
12422                 </listitem>
12423
12424                 <listitem>
12425                   <para>The OPAC Info box is for you to put information about
12426                   the library that will appear in the OPAC when the branch
12427                   name is moused over in the holdings table</para>
12428
12429                   <screenshot>
12430                     <screeninfo>OPAC Info</screeninfo>
12431
12432                     <mediaobject>
12433                       <imageobject>
12434                         <imagedata fileref="images/admin/basicparams/opacinfo.png"/>
12435                       </imageobject>
12436                     </mediaobject>
12437                   </screenshot>
12438                 </listitem>
12439
12440                 <listitem>
12441                   <para>IP Address does not have be filled in unless you plan
12442                   on limiting access to your staff client to a specific IP
12443                   Address</para>
12444
12445                   <itemizedlist>
12446                     <listitem>
12447                       <important>
12448                         <para>An IP address is required if you have enabled
12449                         <link
12450                         linkend="AutoLocation">AutoLocation</link></para>
12451                       </important>
12452                     </listitem>
12453                   </itemizedlist>
12454                 </listitem>
12455
12456                 <listitem>
12457                   <para>Finally, if you have any notes you can put them here.
12458                   These will not show in the OPAC</para>
12459                 </listitem>
12460               </itemizedlist>
12461             </listitem>
12462           </itemizedlist>
12463
12464           <tip>
12465             <para>Of the fields listed, only 'Library code' and 'Name' are
12466             required</para>
12467           </tip>
12468
12469           <para/>
12470         </section>
12471
12472         <section id="editingalibrary">
12473           <title>Editing/Deleting a Library</title>
12474
12475           <para>You will be unable to delete any library that has patrons or
12476           items attached to it.</para>
12477
12478           <screenshot>
12479             <screeninfo>Staff will be presented with a warning when trying to
12480             delete a library that is being used</screeninfo>
12481
12482             <mediaobject>
12483               <imageobject>
12484                 <imagedata fileref="images/admin/basicparams/cannotdeletelibrary.png"/>
12485               </imageobject>
12486             </mediaobject>
12487           </screenshot>
12488
12489           <para>Each library will have an 'Edit' link to the right of it.
12490           Click this link to edit/alter details associated with the library in
12491           question.</para>
12492
12493           <important>
12494             <para>You will be unable to edit the 'Library code'</para>
12495           </important>
12496         </section>
12497
12498         <section id="addinglibgroup">
12499           <title>Adding a group</title>
12500
12501           <para>To add a Search Domain or Library Property Group click the
12502           'New Group' button at the top of the screen</para>
12503
12504           <screenshot>
12505             <screeninfo>Add group form</screeninfo>
12506
12507             <mediaobject>
12508               <imageobject>
12509                 <imagedata fileref="images/admin/basicparams/addlibgroup.png"/>
12510               </imageobject>
12511             </mediaobject>
12512           </screenshot>
12513
12514           <para>Of the fields on the group form, 'Category code' and 'Name'
12515           are the only required fields</para>
12516
12517           <section id="searchdomaingroups">
12518             <title>Search Domain Groups</title>
12519
12520             <para>Search Domain Groups allow you to search a group of
12521             libraries at the same time instead of searching just one library
12522             or all libraries.</para>
12523
12524             <screenshot>
12525               <screeninfo>Search Domain Groups</screeninfo>
12526
12527               <mediaobject>
12528                 <imageobject>
12529                   <imagedata fileref="images/admin/basicparams/searchgroup.png"/>
12530                 </imageobject>
12531               </mediaobject>
12532             </screenshot>
12533
12534             <para>To see Search Domain Groups in action visit the staff client
12535             advanced search page in your Koha system:</para>
12536
12537             <screenshot>
12538               <screeninfo>Library group search on staff client</screeninfo>
12539
12540               <mediaobject>
12541                 <imageobject>
12542                   <imagedata fileref="images/admin/basicparams/stafflibgroupsearch.png"/>
12543                 </imageobject>
12544               </mediaobject>
12545             </screenshot>
12546           </section>
12547
12548           <section id="libpropertygroups">
12549             <title>Library Property Groups</title>
12550
12551             <para>You can assign specific categories to your libraries by
12552             adding groups for them</para>
12553
12554             <screenshot>
12555               <screeninfo>Library Property Groups</screeninfo>
12556
12557               <mediaobject>
12558                 <imageobject>
12559                   <imagedata fileref="images/admin/basicparams/groupproperties.png"/>
12560                 </imageobject>
12561               </mediaobject>
12562             </screenshot>
12563
12564             <para>Properties are then applied to libraries via the add or edit
12565             library form</para>
12566
12567             <screenshot>
12568               <screeninfo>Groups on the Add/Modify library form</screeninfo>
12569
12570               <mediaobject>
12571                 <imageobject>
12572                   <imagedata fileref="images/admin/basicparams/addlibrarytogroup.png"/>
12573                 </imageobject>
12574               </mediaobject>
12575             </screenshot>
12576           </section>
12577         </section>
12578       </section>
12579
12580       <section id="itemtypeadmin">
12581         <title>Item Types</title>
12582
12583         <para>Koha allows you to organize your collection by item types and
12584         collection codes.</para>
12585
12586         <itemizedlist>
12587           <listitem>
12588             <para><emphasis>Get there:</emphasis> More &gt; Administration
12589             &gt; Basic Parameters &gt; Item Types</para>
12590           </listitem>
12591         </itemizedlist>
12592
12593         <para>Item types typically refer to the material type (book, cd, dvd,
12594         etc), but can be used in any way that works for your library.</para>
12595
12596         <screenshot>
12597           <screeninfo>Item Types</screeninfo>
12598
12599           <mediaobject>
12600             <imageobject>
12601               <imagedata fileref="images/admin/basicparams/itemtypes.png"/>
12602             </imageobject>
12603           </mediaobject>
12604         </screenshot>
12605
12606         <section id="additemtype">
12607           <title>Adding Item Types</title>
12608
12609           <para>To add a new item type, simply click the 'New Item Type'
12610           button at the top of the Item Types page.</para>
12611
12612           <screenshot>
12613             <screeninfo>Sample DVD Item Type</screeninfo>
12614
12615             <mediaobject>
12616               <imageobject>
12617                 <imagedata fileref="images/admin/basicparams/additemtype.png"/>
12618               </imageobject>
12619             </mediaobject>
12620           </screenshot>
12621
12622           <itemizedlist>
12623             <listitem>
12624               <para>In the 'Item Type' field, enter a short code for your item
12625               type</para>
12626             </listitem>
12627
12628             <listitem>
12629               <para>The description is the plain text definition of the item
12630               type</para>
12631             </listitem>
12632
12633             <listitem>
12634               <para>You can choose to have an image associated with your item
12635               type</para>
12636
12637               <itemizedlist>
12638                 <listitem>
12639                   <para>You can choose from a series of image
12640                   collections</para>
12641                 </listitem>
12642
12643                 <listitem>
12644                   <para>You can link to a remote image</para>
12645                 </listitem>
12646
12647                 <listitem>
12648                   <para>Or you can just have no image associated with the item
12649                   type</para>
12650                 </listitem>
12651
12652                 <listitem>
12653                   <important>
12654                     <para>To have your item type images appear in the OPAC you
12655                     need to set noItemTypeImages to 'Show'</para>
12656                   </important>
12657
12658                   <itemizedlist>
12659                     <listitem>
12660                       <para><emphasis>Get there: </emphasis>More &gt;
12661                       Administration &gt; Global System Preferences &gt; <link
12662                       linkend="adminprefs">Admin</link></para>
12663                     </listitem>
12664                   </itemizedlist>
12665                 </listitem>
12666               </itemizedlist>
12667             </listitem>
12668
12669             <listitem>
12670               <para>For items that do not circulate, check the 'Not for loan'
12671               options</para>
12672
12673               <itemizedlist>
12674                 <listitem>
12675                   <para>Items marked 'Not for loan' will appear in the
12676                   catalog, but cannot be checked out to patrons</para>
12677                 </listitem>
12678               </itemizedlist>
12679             </listitem>
12680
12681             <listitem>
12682               <para>Enter the total number of renewals allowed for the item
12683               type in the 'Renewals' box</para>
12684             </listitem>
12685
12686             <listitem>
12687               <para id="rentalcharge">For items that you charge a rental fee
12688               for, enter the total fee you charge in the 'Rental charge'
12689               field</para>
12690
12691               <itemizedlist>
12692                 <listitem>
12693                   <important>
12694                     <para>Do not enter symbols in this field, only numbers and
12695                     decimal points (ex. $5.00 should be entered as 5 or
12696                     5.00)</para>
12697                   </important>
12698                 </listitem>
12699
12700                 <listitem>
12701                   <para>This will charge the patron on checkout</para>
12702                 </listitem>
12703               </itemizedlist>
12704             </listitem>
12705
12706             <listitem>
12707               <para>When finished, click 'Save Changes'</para>
12708
12709               <itemizedlist>
12710                 <listitem>
12711                   <tip>
12712                     <para>All fields, with the exception of the 'Item Type'
12713                     will be editable from the Item Types list</para>
12714                   </tip>
12715                 </listitem>
12716               </itemizedlist>
12717             </listitem>
12718
12719             <listitem>
12720               <para>Your new item type will now appear on the list</para>
12721
12722               <screenshot>
12723                 <screeninfo>New DVD Item Type</screeninfo>
12724
12725                 <mediaobject>
12726                   <imageobject>
12727                     <imagedata fileref="images/admin/basicparams/newitemtype.png"/>
12728                   </imageobject>
12729                 </mediaobject>
12730               </screenshot>
12731             </listitem>
12732           </itemizedlist>
12733         </section>
12734
12735         <section id="edititemtype">
12736           <title>Editing Item Types</title>
12737
12738           <para>Each item type has an Edit button beside it. To edit an item
12739           simply click the 'Edit' link.</para>
12740
12741           <important>
12742             <para>You will not be able to edit the code you assigned as the
12743             'Item Type' but you will be able to edit the description for the
12744             item.</para>
12745           </important>
12746         </section>
12747
12748         <section id="deleteitemtype">
12749           <title>Deleting Item Types</title>
12750
12751           <para>Each item has a Delete button beside it. To delete an item,
12752           simply click the 'Delete' link.</para>
12753
12754           <important>
12755             <para>You will not be able to delete item types that are being
12756             used by items within your system.</para>
12757           </important>
12758
12759           <screenshot>
12760             <screeninfo>Warning when you try to delete an item that is in
12761             use</screeninfo>
12762
12763             <mediaobject>
12764               <imageobject>
12765                 <imagedata fileref="images/admin/basicparams/nodeleteitemtype.png"/>
12766               </imageobject>
12767             </mediaobject>
12768           </screenshot>
12769         </section>
12770       </section>
12771
12772       <section id="authorizedvalues">
12773         <title>Authorized Values</title>
12774
12775         <para>Authorized values can be used in several areas of Koha. One
12776         reason you would add an authorized value category would be to control
12777         the values that can be entered into MARC fields by catalogers.</para>
12778
12779         <itemizedlist>
12780           <listitem>
12781             <para><emphasis>Get there:</emphasis> More &gt; Administration
12782             &gt; Basic Parameters &gt; Authorized Values</para>
12783           </listitem>
12784         </itemizedlist>
12785
12786         <section id="existingauthvalues">
12787           <title>Existing Values</title>
12788
12789           <para>Koha installs with pre-defined values that your library is
12790           likely to use, for instance 'Lost'.</para>
12791
12792           <itemizedlist>
12793             <listitem>
12794               <para>Asort1</para>
12795
12796               <itemizedlist>
12797                 <listitem>
12798                   <para>Used for acquisitions statistical purposes</para>
12799                 </listitem>
12800               </itemizedlist>
12801             </listitem>
12802
12803             <listitem>
12804               <para>Asort2</para>
12805
12806               <itemizedlist>
12807                 <listitem>
12808                   <para>Used for acquisitions statistical purposes</para>
12809                 </listitem>
12810               </itemizedlist>
12811             </listitem>
12812
12813             <listitem>
12814               <para id="bornotes">BOR_NOTES</para>
12815
12816               <itemizedlist>
12817                 <listitem>
12818                   <para>Values for custom patron notes that appear on the
12819                   circulation screen and the OPAC</para>
12820                 </listitem>
12821               </itemizedlist>
12822             </listitem>
12823
12824             <listitem>
12825               <para>Bsort1</para>
12826
12827               <itemizedlist>
12828                 <listitem>
12829                   <para>Used for patron statistical purposes</para>
12830                 </listitem>
12831               </itemizedlist>
12832             </listitem>
12833
12834             <listitem>
12835               <para>Bsort2</para>
12836
12837               <itemizedlist>
12838                 <listitem>
12839                   <para>Used for patron statistical purposes</para>
12840                 </listitem>
12841               </itemizedlist>
12842             </listitem>
12843
12844             <listitem>
12845               <para>CART</para>
12846
12847               <itemizedlist>
12848                 <listitem>
12849                   <para>Is the shelving cart location, used by <link
12850                   linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>
12851                   and <link
12852                   linkend="ReturnToShelvingCart">ReturnToShelvingCart</link></para>
12853                 </listitem>
12854               </itemizedlist>
12855             </listitem>
12856
12857             <listitem>
12858               <para id="ccode">CCODE</para>
12859
12860               <itemizedlist>
12861                 <listitem>
12862                   <para>Collection codes (appears when cataloging and working
12863                   with items)</para>
12864                 </listitem>
12865               </itemizedlist>
12866             </listitem>
12867
12868             <listitem>
12869               <para>DAMAGED</para>
12870
12871               <itemizedlist>
12872                 <listitem>
12873                   <para>Descriptions for items marked as damaged (appears when
12874                   cataloging and working with items)</para>
12875                 </listitem>
12876               </itemizedlist>
12877             </listitem>
12878
12879             <listitem>
12880               <para>HINGS_AS</para>
12881
12882               <itemizedlist>
12883                 <listitem>
12884                   <para>General Holdings: Acquisition Status Designator ::
12885                   This data element specifies acquisition status for the unit
12886                   at the time of the holdings report.a</para>
12887                 </listitem>
12888               </itemizedlist>
12889             </listitem>
12890
12891             <listitem>
12892               <para>HINGS_C</para>
12893
12894               <itemizedlist>
12895                 <listitem>
12896                   <para>General Holdings: Completeness Designator</para>
12897                 </listitem>
12898               </itemizedlist>
12899             </listitem>
12900
12901             <listitem>
12902               <para>HINGS_PF</para>
12903
12904               <itemizedlist>
12905                 <listitem>
12906                   <para>Physical Form Designators</para>
12907                 </listitem>
12908               </itemizedlist>
12909             </listitem>
12910
12911             <listitem>
12912               <para>HINGS_RD</para>
12913
12914               <itemizedlist>
12915                 <listitem>
12916                   <para>General Holdings: Retention Designator :: This data
12917                   element specifies the retention policy for the unit at the
12918                   time of the holdings report.</para>
12919                 </listitem>
12920               </itemizedlist>
12921             </listitem>
12922
12923             <listitem>
12924               <para>HINGS_UT</para>
12925
12926               <itemizedlist>
12927                 <listitem>
12928                   <para>General Holdings: Type of Unit Designator</para>
12929                 </listitem>
12930               </itemizedlist>
12931             </listitem>
12932
12933             <listitem>
12934               <para id="shelvelocvals">LOC</para>
12935
12936               <itemizedlist>
12937                 <listitem>
12938                   <para>Shelving location (usually appears when adding or
12939                   editing an item)</para>
12940                 </listitem>
12941               </itemizedlist>
12942             </listitem>
12943
12944             <listitem>
12945               <para id="lost">LOST</para>
12946
12947               <itemizedlist>
12948                 <listitem>
12949                   <para>Descriptions for the items marked as lost (appears
12950                   when adding or editing an item)</para>
12951                 </listitem>
12952
12953                 <listitem>
12954                   <important>
12955                     <para>Values given to lost statuses should be numeric and
12956                     not alphabetical in order for statuses to appear
12957                     properly</para>
12958                   </important>
12959                 </listitem>
12960               </itemizedlist>
12961             </listitem>
12962
12963             <listitem>
12964               <para id="manualinvvals">MANUAL_INV</para>
12965
12966               <itemizedlist>
12967                 <listitem>
12968                   <para>Values for manual invoicing types</para>
12969                 </listitem>
12970               </itemizedlist>
12971             </listitem>
12972
12973             <listitem>
12974               <para id="notforloan">NOT_LOAN</para>
12975
12976               <itemizedlist>
12977                 <listitem>
12978                   <para>Reasons why a title is not for loan</para>
12979                 </listitem>
12980
12981                 <listitem>
12982                   <important>
12983                     <para>Values given to lost statuses should be numeric and
12984                     not alphabetical in order for statuses to appear
12985                     properly</para>
12986                   </important>
12987                 </listitem>
12988
12989                 <listitem>
12990                   <tip>
12991                     <para>Negative number values will still allow holds (use
12992                     for on order statuses for example) where as positive
12993                     numbers will not allow holds or checkouts</para>
12994                   </tip>
12995                 </listitem>
12996               </itemizedlist>
12997             </listitem>
12998
12999             <listitem>
13000               <para>PROC</para>
13001
13002               <itemizedlist>
13003                 <listitem>
13004                   <para>The location to be used for <link
13005                   linkend="NewItemsDefaultLocation">NewItemsDefaultLocation</link>
13006                   (change description as desired), also the location expected
13007                   by <link
13008                   linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>.</para>
13009                 </listitem>
13010               </itemizedlist>
13011             </listitem>
13012
13013             <listitem>
13014               <para id="restricted">RESTRICTED</para>
13015
13016               <itemizedlist>
13017                 <listitem>
13018                   <para>Restricted status of an item</para>
13019                 </listitem>
13020               </itemizedlist>
13021             </listitem>
13022
13023             <listitem>
13024               <para id="suggestauthorized">SUGGEST</para>
13025
13026               <itemizedlist>
13027                 <listitem>
13028                   <para>List of patron suggestion reject or accept reasons
13029                   (appears when managing suggestions)</para>
13030                 </listitem>
13031               </itemizedlist>
13032             </listitem>
13033
13034             <listitem>
13035               <para>WITHDRAWN</para>
13036
13037               <itemizedlist>
13038                 <listitem>
13039                   <para>Description of a withdrawn item (appears when adding
13040                   or editing an item)</para>
13041                 </listitem>
13042               </itemizedlist>
13043             </listitem>
13044
13045             <listitem>
13046               <para>YES_NO</para>
13047
13048               <itemizedlist>
13049                 <listitem>
13050                   <para>A generic authorized value field that can be used
13051                   anywhere you need a simple yes/no pull down menu.</para>
13052                 </listitem>
13053               </itemizedlist>
13054             </listitem>
13055           </itemizedlist>
13056         </section>
13057
13058         <section id="newauthvalcat">
13059           <title>Add new Authorized Value Category</title>
13060
13061           <para>In addition to the existing categories that come by default
13062           with Koha, librarians can add their own authorized value categories
13063           to control data that is entered into the system. To add a new
13064           category:</para>
13065
13066           <itemizedlist>
13067             <listitem>
13068               <para>Click 'New Category'</para>
13069
13070               <screenshot>
13071                 <screeninfo>New Authorized Category form</screeninfo>
13072
13073                 <mediaobject>
13074                   <imageobject>
13075                     <imagedata fileref="images/admin/basicparams/addauthcat.png"/>
13076                   </imageobject>
13077                 </mediaobject>
13078               </screenshot>
13079             </listitem>
13080
13081             <listitem>
13082               <para>Limit your Category to 10 characters (something short to
13083               make it clear what the category is for)</para>
13084
13085               <itemizedlist>
13086                 <listitem>
13087                   <important>
13088                     <para>Category cannot have spaces or special characters
13089                     other than underscores and hyphens in it.</para>
13090                   </important>
13091                 </listitem>
13092               </itemizedlist>
13093             </listitem>
13094
13095             <listitem>
13096               <para>When adding a new category you're asked to create at least
13097               one authorized value</para>
13098
13099               <itemizedlist>
13100                 <listitem>
13101                   <para>Enter a code for your Authorized Value into the
13102                   'Authorized value' field</para>
13103
13104                   <itemizedlist>
13105                     <listitem>
13106                       <important>
13107                         <para>Authorized value is limited to 80 characters and
13108                         cannot have spaces or special characters other than
13109                         underscores and hyphens in it.</para>
13110                       </important>
13111                     </listitem>
13112                   </itemizedlist>
13113                 </listitem>
13114
13115                 <listitem>
13116                   <para>Use the Description field for the actual value that
13117                   will be displayed. If you want something different to show
13118                   in the OPAC, enter a 'Description (OPAC)'</para>
13119                 </listitem>
13120
13121                 <listitem>
13122                   <para>If you have <link
13123                   linkend="StaffAuthorisedValueImages">StaffAuthorisedValueImages</link>
13124                   and/or <link
13125                   linkend="AuthorisedValueImages">AuthorisedValueImages</link>
13126                   set to show images for authorized values you can choose the
13127                   image under 'Choose an icon'</para>
13128                 </listitem>
13129               </itemizedlist>
13130             </listitem>
13131
13132             <listitem>
13133               <para>Click 'Save'</para>
13134             </listitem>
13135
13136             <listitem>
13137               <para>Your new category and value will appear on the list of
13138               Authorized Values</para>
13139
13140               <screenshot>
13141                 <screeninfo>Custom Authorized Value on list of
13142                 values</screeninfo>
13143
13144                 <mediaobject>
13145                   <imageobject>
13146                     <imagedata fileref="images/admin/basicparams/authvallist.png"/>
13147                   </imageobject>
13148                 </mediaobject>
13149               </screenshot>
13150             </listitem>
13151           </itemizedlist>
13152         </section>
13153
13154         <section id="newauthval">
13155           <title>Add new Authorized Value</title>
13156
13157           <para>New authorized values can be added to any existing or new
13158           category. To add a value:</para>
13159
13160           <itemizedlist>
13161             <listitem>
13162               <para>Click 'New authorized value for ...'</para>
13163
13164               <screenshot>
13165                 <screeninfo>New Authorized Value form</screeninfo>
13166
13167                 <mediaobject>
13168                   <imageobject>
13169                     <imagedata fileref="images/admin/basicparams/addauthvalue.png"/>
13170                   </imageobject>
13171                 </mediaobject>
13172               </screenshot>
13173             </listitem>
13174
13175             <listitem>
13176               <para>Enter a code for your Authorized Value into the
13177               'Authorized value' field</para>
13178
13179               <itemizedlist>
13180                 <listitem>
13181                   <important>
13182                     <para>Authorized value is limited to 80 characters and
13183                     cannot have spaces or special characters other than
13184                     underscores and hyphens in it.</para>
13185                   </important>
13186                 </listitem>
13187               </itemizedlist>
13188             </listitem>
13189
13190             <listitem>
13191               <para>Use the Description field for the actual value that will
13192               be displayed. If you want something different to show in the
13193               OPAC, enter a 'Description (OPAC)'</para>
13194             </listitem>
13195
13196             <listitem>
13197               <para>If you have <link
13198               linkend="StaffAuthorisedValueImages">StaffAuthorisedValueImages</link>
13199               and/or <link
13200               linkend="AuthorisedValueImages">AuthorisedValueImages</link> set
13201               to show images for authorized values you can choose the image
13202               under 'Choose an icon'</para>
13203             </listitem>
13204
13205             <listitem>
13206               <para>Click 'Save'</para>
13207             </listitem>
13208
13209             <listitem>
13210               <para>The new value will appear in the list along with existing
13211               values</para>
13212
13213               <screenshot>
13214                 <screeninfo>List of authorized values in MARC504
13215                 category</screeninfo>
13216
13217                 <mediaobject>
13218                   <imageobject>
13219                     <imagedata fileref="images/admin/basicparams/authvals.png"/>
13220                   </imageobject>
13221                 </mediaobject>
13222               </screenshot>
13223             </listitem>
13224           </itemizedlist>
13225         </section>
13226       </section>
13227     </section>
13228
13229     <section id="patscirc">
13230       <title>Patrons &amp; Circulation</title>
13231
13232       <para>Settings for controlling circulation and patron
13233       information.</para>
13234
13235       <section id="patcats">
13236         <title>Patron Categories</title>
13237
13238         <para>Patron categories allow you to organize your patrons into
13239         different roles, age groups, and patron types.</para>
13240
13241         <itemizedlist>
13242           <listitem>
13243             <para><emphasis>Get there:</emphasis> More &gt; Administration
13244             &gt; Patrons &amp; Circulation &gt; Patron Categories</para>
13245           </listitem>
13246         </itemizedlist>
13247
13248         <screenshot>
13249           <screeninfo>Patron category list</screeninfo>
13250
13251           <mediaobject>
13252             <imageobject>
13253               <imagedata fileref="images/admin/patroncirc/patroncatlist.png"/>
13254             </imageobject>
13255           </mediaobject>
13256         </screenshot>
13257
13258         <para>Patrons are assigned to one of six main categories:</para>
13259
13260         <itemizedlist>
13261           <listitem>
13262             <para>Adult</para>
13263
13264             <itemizedlist>
13265               <listitem>
13266                 <para>Most common patron type, usually used for a general
13267                 'Patron' category.</para>
13268               </listitem>
13269             </itemizedlist>
13270           </listitem>
13271
13272           <listitem>
13273             <para>Child</para>
13274
13275             <itemizedlist>
13276               <listitem>
13277                 <para>Children patrons can have a guardian to be attached to
13278                 them.</para>
13279               </listitem>
13280             </itemizedlist>
13281           </listitem>
13282
13283           <listitem>
13284             <para>Staff</para>
13285
13286             <itemizedlist>
13287               <listitem>
13288                 <para>Librarians (and library workers) should be assigned the
13289                 staff category so that you can <link
13290                 linkend="patronpermissions">set their permissions</link> and
13291                 give them access to the staff client.</para>
13292               </listitem>
13293             </itemizedlist>
13294           </listitem>
13295
13296           <listitem>
13297             <para>Organizational</para>
13298
13299             <itemizedlist>
13300               <listitem>
13301                 <para>Organizational patrons are organizations. Organizations
13302                 can be used as guarantors for Professional patrons.</para>
13303               </listitem>
13304             </itemizedlist>
13305           </listitem>
13306
13307           <listitem>
13308             <para>Professional</para>
13309
13310             <itemizedlist>
13311               <listitem>
13312                 <para>Professional patrons can be linked to Organizational
13313                 patrons</para>
13314               </listitem>
13315             </itemizedlist>
13316           </listitem>
13317
13318           <listitem>
13319             <para>Statistical</para>
13320
13321             <itemizedlist>
13322               <listitem>
13323                 <para>This patron type is used strictly for statistical
13324                 purposes, such as in house use of items.</para>
13325               </listitem>
13326             </itemizedlist>
13327           </listitem>
13328         </itemizedlist>
13329
13330         <section id="addingpatroncat">
13331           <title>Adding a patron category</title>
13332
13333           <para>To add a new patron category click 'New Category' at the top
13334           of the page</para>
13335
13336           <screenshot>
13337             <screeninfo>New patron category form</screeninfo>
13338
13339             <mediaobject>
13340               <imageobject>
13341                 <imagedata fileref="images/admin/patroncirc/newpatroncat.png"/>
13342               </imageobject>
13343             </mediaobject>
13344           </screenshot>
13345
13346           <itemizedlist>
13347             <listitem>
13348               <para>The 'Category Code' is an identifier for your new
13349               code.</para>
13350
13351               <itemizedlist>
13352                 <listitem>
13353                   <important>
13354                     <para>The category code is limited to 10 characters
13355                     (numbers and letters)</para>
13356                   </important>
13357                 </listitem>
13358
13359                 <listitem>
13360                   <important>
13361                     <para>This field is required in order to save your patron
13362                     category. If left blank you will be presented with an
13363                     error.</para>
13364
13365                     <screenshot>
13366                       <screeninfo>Missing fields error</screeninfo>
13367
13368                       <mediaobject>
13369                         <imageobject>
13370                           <imagedata fileref="images/admin/patroncirc/patcaterror.png"/>
13371                         </imageobject>
13372                       </mediaobject>
13373                     </screenshot>
13374                   </important>
13375                 </listitem>
13376               </itemizedlist>
13377             </listitem>
13378
13379             <listitem>
13380               <para>Enter a plain text version of the category in the
13381               'Description' field.</para>
13382
13383               <itemizedlist>
13384                 <listitem>
13385                   <important>
13386                     <para>This field is required in order to save your patron
13387                     category. If left blank you will be presented with an
13388                     error.</para>
13389
13390                     <screenshot>
13391                       <screeninfo>Missing fields error</screeninfo>
13392
13393                       <mediaobject>
13394                         <imageobject>
13395                           <imagedata fileref="images/admin/patroncirc/patcaterror.png"/>
13396                         </imageobject>
13397                       </mediaobject>
13398                     </screenshot>
13399                   </important>
13400                 </listitem>
13401               </itemizedlist>
13402             </listitem>
13403
13404             <listitem>
13405               <para>Enrollment period (in months) should be filled in if you
13406               have a limited enrollment period for your patrons (eg. Student
13407               cards expire after 9 months or until a specific date)</para>
13408
13409               <itemizedlist>
13410                 <listitem>
13411                   <important>
13412                     <para>You cannot enter both a month limit and a date
13413                     until. Choose to enter either one or the other.</para>
13414                   </important>
13415                 </listitem>
13416
13417                 <listitem>
13418                   <important>
13419                     <para>This field is required in order to save your patron
13420                     category. If left blank you will be presented with an
13421                     error.</para>
13422
13423                     <screenshot>
13424                       <screeninfo>Missing fields error</screeninfo>
13425
13426                       <mediaobject>
13427                         <imageobject>
13428                           <imagedata fileref="images/admin/patroncirc/patcaterror.png"/>
13429                         </imageobject>
13430                       </mediaobject>
13431                     </screenshot>
13432                   </important>
13433                 </listitem>
13434               </itemizedlist>
13435             </listitem>
13436
13437             <listitem>
13438               <para>Some patron categories can have a minimum age (in years)
13439               requirement associated with them, enter this age in the 'Age
13440               required'</para>
13441
13442               <itemizedlist>
13443                 <listitem>
13444                   <important>
13445                     <para>This value will only be checked if <link
13446                     linkend="BorrowerMandatoryField">BorrowerMandatoryField</link>
13447                     defines the dateofbirth as a required field on the patron
13448                     record</para>
13449                   </important>
13450                 </listitem>
13451               </itemizedlist>
13452             </listitem>
13453
13454             <listitem>
13455               <para>Patron categories can also have a maximum age (in years)
13456               associated with them (such as children), enter this age in the
13457               'Upperage limit'</para>
13458
13459               <itemizedlist>
13460                 <listitem>
13461                   <important>
13462                     <para>This value will only be checked if <link
13463                     linkend="BorrowerMandatoryField">BorrowerMandatoryField</link>
13464                     defines the dateofbirth as a required field on the patron
13465                     record</para>
13466                   </important>
13467                 </listitem>
13468               </itemizedlist>
13469             </listitem>
13470
13471             <listitem>
13472               <para>If you charge a membership fee for your patrons (such as
13473               those who live in another region) you can enter that in the
13474               'Enrollment fee' field.</para>
13475
13476               <itemizedlist>
13477                 <listitem>
13478                   <important>
13479                     <para>Only enter numbers and decimals in this field</para>
13480                   </important>
13481                 </listitem>
13482               </itemizedlist>
13483             </listitem>
13484
13485             <listitem>
13486               <para>If you want your patron to receive overdue notices, set
13487               the 'Overdue notice required' to 'Yes'</para>
13488             </listitem>
13489
13490             <listitem>
13491               <para>You can decide on a patron category basis if lost items
13492               are shown in the staff client by making a choice from the 'Lost
13493               items in staff client' pull down</para>
13494
13495               <screenshot>
13496                 <screeninfo>Choose a value for 'Hide Lost Items'</screeninfo>
13497
13498                 <mediaobject>
13499                   <imageobject>
13500                     <imagedata fileref="images/admin/patroncirc/hidelostitemspatron.png"/>
13501                   </imageobject>
13502                 </mediaobject>
13503               </screenshot>
13504
13505               <itemizedlist>
13506                 <listitem>
13507                   <important>
13508                     <para>Note that this is only applicable in the staff
13509                     client, so changing this value on patron categories who do
13510                     not have access to the staff client won't make any
13511                     difference</para>
13512                   </important>
13513                 </listitem>
13514               </itemizedlist>
13515             </listitem>
13516
13517             <listitem>
13518               <para>If you charge patrons for placing holds on items, enter
13519               the fee amount in the 'Hold fee' field.</para>
13520
13521               <itemizedlist>
13522                 <listitem>
13523                   <important>
13524                     <para>Only enter numbers and decimals in this field</para>
13525                   </important>
13526                 </listitem>
13527               </itemizedlist>
13528             </listitem>
13529
13530             <listitem>
13531               <para>In the 'Category type' field choose one of the six main
13532               parent categories</para>
13533
13534               <screenshot>
13535                 <screeninfo>Six main patron categories</screeninfo>
13536
13537                 <mediaobject>
13538                   <imageobject>
13539                     <imagedata fileref="images/admin/patroncirc/patroncatpulldown.png"/>
13540                   </imageobject>
13541                 </mediaobject>
13542               </screenshot>
13543
13544               <itemizedlist>
13545                 <listitem>
13546                   <important>
13547                     <para>This field is required in order to save your patron
13548                     category. If left blank you will be presented with an
13549                     error.</para>
13550
13551                     <screenshot>
13552                       <screeninfo>Missing fields error</screeninfo>
13553
13554                       <mediaobject>
13555                         <imageobject>
13556                           <imagedata fileref="images/admin/patroncirc/patcaterror.png"/>
13557                         </imageobject>
13558                       </mediaobject>
13559                     </screenshot>
13560                   </important>
13561                 </listitem>
13562               </itemizedlist>
13563             </listitem>
13564
13565             <listitem>
13566               <para>Finally you can assign advanced messaging preferences by
13567               default to a patron category</para>
13568
13569               <itemizedlist>
13570                 <listitem>
13571                   <important>
13572                     <para>Requires that you have <link
13573                     linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
13574                     enabled</para>
13575                   </important>
13576                 </listitem>
13577
13578                 <listitem>
13579                   <important>
13580                     <para>These can be changed for individual patrons, this
13581                     setting is just a default to make it easier to set up
13582                     messages for an entire category</para>
13583                   </important>
13584                 </listitem>
13585               </itemizedlist>
13586             </listitem>
13587           </itemizedlist>
13588         </section>
13589       </section>
13590
13591       <section id="citytowns">
13592         <title>Cities and Towns</title>
13593
13594         <para>To standardize patron input you can define cities or towns
13595         within your region so that when new patrons are added librarians
13596         simply have to select the town from a list instead of having to type
13597         the town and zip (or postal) code information.</para>
13598
13599         <itemizedlist>
13600           <listitem>
13601             <para><emphasis>Get there:</emphasis> More &gt; Administration
13602             &gt; Patrons &amp; Circulation &gt; Cities and Towns</para>
13603           </listitem>
13604         </itemizedlist>
13605
13606         <section id="addingcity">
13607           <title>Adding a City</title>
13608
13609           <para>To add a new city, click the 'New City' button at the top of
13610           the page and enter the city name, state, zip/postal code and
13611           country.</para>
13612
13613           <screenshot>
13614             <screeninfo>New city entry form</screeninfo>
13615
13616             <mediaobject>
13617               <imageobject>
13618                 <imagedata fileref="images/admin/patroncirc/newcity.png"/>
13619               </imageobject>
13620             </mediaobject>
13621           </screenshot>
13622
13623           <para>One you click Submit, your city will be saved and will be
13624           listed on the Cities and Towns page</para>
13625
13626           <screenshot>
13627             <screeninfo>List of Cities</screeninfo>
13628
13629             <mediaobject>
13630               <imageobject>
13631                 <imagedata fileref="images/admin/patroncirc/cities.png"/>
13632               </imageobject>
13633             </mediaobject>
13634           </screenshot>
13635
13636           <para>Cities can be edited or deleted at any time.</para>
13637         </section>
13638
13639         <section id="citiesonpatform">
13640           <title>Viewing Cities on Patron Add Form</title>
13641
13642           <para>If you have defined local cities using the New city form, then
13643           when adding or editing a patron record you will see those cities in
13644           a pull down menu to make city selection easy.</para>
13645
13646           <screenshot>
13647             <screeninfo>Cities pull down on the patron record</screeninfo>
13648
13649             <mediaobject>
13650               <imageobject>
13651                 <imagedata fileref="images/admin/patroncirc/patroncity.png"/>
13652               </imageobject>
13653             </mediaobject>
13654           </screenshot>
13655
13656           <para>This will allow for easy entry of local cities into the patron
13657           record without risking the potential for typos or mistaken
13658           zip/postal codes.</para>
13659         </section>
13660       </section>
13661
13662       <section id="roadtypes">
13663         <title>Road Types</title>
13664
13665         <para>To standardize patron input you can define road types within
13666         your region so that when new patrons are added librarians simply have
13667         to select the road from a list instead of having to type it in.</para>
13668
13669         <tip>
13670           <para>If you want your patrons to have their road types abbreviated
13671           all of the time then you can enter the appropriate abbreviations
13672           here, if you'd like the road types to always be spelled out you can
13673           do that here as well.</para>
13674         </tip>
13675
13676         <section id="addroadtype">
13677           <title>Adding Road Types</title>
13678
13679           <para>To add a road type, click 'New Road Type' and then enter the
13680           road type the way you'd like it displayed.</para>
13681
13682           <screenshot>
13683             <screeninfo>New Road</screeninfo>
13684
13685             <mediaobject>
13686               <imageobject>
13687                 <imagedata fileref="images/admin/patroncirc/newroad.png"/>
13688               </imageobject>
13689             </mediaobject>
13690           </screenshot>
13691
13692           <para>Once you submit the form, your new road type will be listed on
13693           the Road Types page</para>
13694
13695           <screenshot>
13696             <screeninfo>Roads in Koha</screeninfo>
13697
13698             <mediaobject>
13699               <imageobject>
13700                 <imagedata fileref="images/admin/patroncirc/roads.png"/>
13701               </imageobject>
13702             </mediaobject>
13703           </screenshot>
13704         </section>
13705
13706         <section id="roadtypeonpatform">
13707           <title>Viewing Road Types on Patron Add form</title>
13708
13709           <para>When adding or editing a patron, if you have road types
13710           defined, there will be a pull down to choose the road type
13711           from.</para>
13712
13713           <screenshot>
13714             <screeninfo>Road types on patron record</screeninfo>
13715
13716             <mediaobject>
13717               <imageobject>
13718                 <imagedata fileref="images/admin/patroncirc/patronroad.png"/>
13719               </imageobject>
13720             </mediaobject>
13721           </screenshot>
13722         </section>
13723       </section>
13724
13725       <section id="patronattributetypes">
13726         <title>Patron Attribute Types</title>
13727
13728         <para>Patron attributes can be used to define custom fields to
13729         associate with your patron records. In order to enable the use of
13730         custom fields you need to set the <link
13731         linkend="ExtendedPatronAttributes">ExtendedPatronAttributes</link>
13732         system preference.</para>
13733
13734         <itemizedlist>
13735           <listitem>
13736             <para><emphasis>Get there:</emphasis> More &gt; Administration
13737             &gt; Patrons &amp; Circulation &gt; Patron attribute types</para>
13738           </listitem>
13739         </itemizedlist>
13740
13741         <para>A common use for this field would be for a student ID number or
13742         a Driver's license number.</para>
13743
13744         <screenshot>
13745           <screeninfo>List of Patron Attributes</screeninfo>
13746
13747           <mediaobject>
13748             <imageobject>
13749               <imagedata fileref="images/admin/patroncirc/attributes.png"/>
13750             </imageobject>
13751           </mediaobject>
13752         </screenshot>
13753
13754         <section id="addpatattributes">
13755           <title>Adding Patron Attributes</title>
13756
13757           <para>To add a new Patron Attribute Type, click the 'New Patron
13758           Attribute Type' button at the top of the page</para>
13759
13760           <screenshot>
13761             <screeninfo>Add Patron Attribute Type form</screeninfo>
13762
13763             <mediaobject>
13764               <imageobject>
13765                 <imagedata fileref="images/admin/patroncirc/addattribute.png"/>
13766               </imageobject>
13767             </mediaobject>
13768           </screenshot>
13769
13770           <itemizedlist>
13771             <listitem>
13772               <para>In the 'Patron attribute type code', enter a short code to
13773               identify this field</para>
13774
13775               <itemizedlist>
13776                 <listitem>
13777                   <important>
13778                     <para>This field is limited to 10 characters (numbers and
13779                     letters only)</para>
13780                   </important>
13781                 </listitem>
13782
13783                 <listitem>
13784                   <important>
13785                     <para>This setting cannot be changed after an attribute is
13786                     defined</para>
13787                   </important>
13788                 </listitem>
13789               </itemizedlist>
13790             </listitem>
13791
13792             <listitem>
13793               <para>In the 'Description' field, enter a longer (plain text)
13794               explanation of what this field will contain</para>
13795             </listitem>
13796
13797             <listitem>
13798               <para>Check the box next to 'Repeatable' to let a patron record
13799               have multiple values of this attribute.</para>
13800
13801               <itemizedlist>
13802                 <listitem>
13803                   <important>
13804                     <para>This setting cannot be changed after an attribute is
13805                     defined</para>
13806                   </important>
13807                 </listitem>
13808               </itemizedlist>
13809             </listitem>
13810
13811             <listitem>
13812               <para>If 'Unique identifier' is checked, the attribute will be a
13813               unique identifier which means, if a value is given to a patron
13814               record, the same value cannot be given to a different
13815               record.</para>
13816
13817               <itemizedlist>
13818                 <listitem>
13819                   <important>
13820                     <para>This setting cannot be changed after an attribute is
13821                     defined</para>
13822                   </important>
13823                 </listitem>
13824               </itemizedlist>
13825             </listitem>
13826
13827             <listitem>
13828               <para>Check 'Allow password' to make it possible to associate a
13829               password with this attribute.</para>
13830             </listitem>
13831
13832             <listitem>
13833               <para>Check 'Display in OPAC' to display this attribute on a
13834               patron's details page in the OPAC.</para>
13835             </listitem>
13836
13837             <listitem>
13838               <para>Check 'Searchable' to make this attribute searchable in
13839               the staff patron search.</para>
13840             </listitem>
13841
13842             <listitem>
13843               <para>Check 'Display in check-out' to make this attribute
13844               visible in the patron's short detail display on the left of the
13845               checkout screen and other patron pages</para>
13846
13847               <screenshot>
13848                 <screeninfo>Show attribute in patron detail on the
13849                 left</screeninfo>
13850
13851                 <mediaobject>
13852                   <imageobject>
13853                     <imagedata fileref="images/admin/patroncirc/showattribute.png"/>
13854                   </imageobject>
13855                 </mediaobject>
13856               </screenshot>
13857             </listitem>
13858
13859             <listitem>
13860               <para>Authorized value category; if one is selected, the patron
13861               record input page will only allow values to be chosen from the
13862               authorized value list.</para>
13863
13864               <itemizedlist>
13865                 <listitem>
13866                   <para>You will first need to add an authorized value list
13867                   for it to appear in this menu</para>
13868
13869                   <itemizedlist>
13870                     <listitem>
13871                       <para><emphasis>Get there: </emphasis>More &gt;
13872                       Administration &gt; Basic Parameters &gt; <link
13873                       linkend="authorizedvalues">Authorized
13874                       Values</link></para>
13875                     </listitem>
13876                   </itemizedlist>
13877                 </listitem>
13878
13879                 <listitem>
13880                   <important>
13881                     <para>an authorized value list is not enforced during
13882                     batch patron import.</para>
13883                   </important>
13884                 </listitem>
13885               </itemizedlist>
13886             </listitem>
13887
13888             <listitem>
13889               <para>If you'd like to only show this attribute on patrons of
13890               one type choose that patron type from the 'Category' pull
13891               down</para>
13892             </listitem>
13893
13894             <listitem>
13895               <para>If you have a lot of attributes it might be handy to group
13896               them so that you can easily find them for editing. If you create
13897               an <link linkend="authorizedvalues">Authorized Value</link> for
13898               PA_CLASS it will show in the 'Class' pull down and you can then
13899               change your attributes page to have sections of
13900               attributes</para>
13901
13902               <screenshot>
13903                 <screeninfo>Patron Attributes Sorted</screeninfo>
13904
13905                 <mediaobject>
13906                   <imageobject>
13907                     <imagedata fileref="images/admin/patroncirc/pa_class.png"/>
13908                   </imageobject>
13909                 </mediaobject>
13910               </screenshot>
13911             </listitem>
13912
13913             <listitem>
13914               <para>Click Save to save your new attribute</para>
13915             </listitem>
13916           </itemizedlist>
13917
13918           <para>Once added your attribute will appear on the list of
13919           attributes and also on the patron record add/edit form</para>
13920
13921           <screenshot>
13922             <screeninfo>Patron Attributes list on the Patron add/edit
13923             form</screeninfo>
13924
13925             <mediaobject>
13926               <imageobject>
13927                 <imagedata fileref="images/admin/patroncirc/patronattribute.png"/>
13928               </imageobject>
13929             </mediaobject>
13930           </screenshot>
13931
13932           <para>If you have set up classes for organizing attributes they will
13933           appear that way on the add/edit patron form</para>
13934
13935           <screenshot>
13936             <screeninfo>Grouped Attributes</screeninfo>
13937
13938             <mediaobject>
13939               <imageobject>
13940                 <imagedata fileref="images/admin/patroncirc/pa_class-patron.png"/>
13941               </imageobject>
13942             </mediaobject>
13943           </screenshot>
13944         </section>
13945
13946         <section id="editpatattributes">
13947           <title>Editing/Deleting Patron Attributes</title>
13948
13949           <para>Each patron attribute has an edit and a delete link beside it
13950           on the list of attributes.</para>
13951
13952           <para>Some fields in the attribute will not be editable once
13953           created:</para>
13954
13955           <itemizedlist>
13956             <listitem>
13957               <para>Patron attribute type code</para>
13958             </listitem>
13959
13960             <listitem>
13961               <para>Repeatable</para>
13962             </listitem>
13963
13964             <listitem>
13965               <para>Unique identifier</para>
13966             </listitem>
13967           </itemizedlist>
13968
13969           <para>You will be unable to delete an attribute if it's in
13970           use.</para>
13971
13972           <screenshot>
13973             <screeninfo>Warning when trying to delete an attribute that is in
13974             use</screeninfo>
13975
13976             <mediaobject>
13977               <imageobject>
13978                 <imagedata fileref="images/admin/patroncirc/deletepatronattr.png"/>
13979               </imageobject>
13980             </mediaobject>
13981           </screenshot>
13982         </section>
13983       </section>
13984
13985       <section id="circfinerules">
13986         <title>Circulation and Fine Rules</title>
13987
13988         <para>These rules define how your items are circulated, how/when fines
13989         are calculated and how holds are handled.</para>
13990
13991         <itemizedlist>
13992           <listitem>
13993             <para><emphasis>Get there:</emphasis> More &gt; Administration
13994             &gt; Patrons &amp; Circulation &gt; Circulation and fines
13995             rules</para>
13996           </listitem>
13997         </itemizedlist>
13998
13999         <para>The rules are applied from most specific to less specific, using
14000         the first found in this order:</para>
14001
14002         <itemizedlist>
14003           <listitem>
14004             <para>same library, same patron type, same item type</para>
14005           </listitem>
14006
14007           <listitem>
14008             <para>same library, same patron type, all item type</para>
14009           </listitem>
14010
14011           <listitem>
14012             <para>same library, all patron types, same item type</para>
14013           </listitem>
14014
14015           <listitem>
14016             <para>same library, all patron types, all item types</para>
14017           </listitem>
14018
14019           <listitem>
14020             <para>all libraries, same patron type, same item type</para>
14021           </listitem>
14022
14023           <listitem>
14024             <para>all libraries, same patron type, all item types</para>
14025           </listitem>
14026
14027           <listitem>
14028             <para>all libraries, all patron types, same item type</para>
14029           </listitem>
14030
14031           <listitem>
14032             <para>all libraries, all patron types, all item types</para>
14033           </listitem>
14034         </itemizedlist>
14035
14036         <tip>
14037           <para>If you are a single library system choose your branch name
14038           before creating rules (sometimes having only rules for the 'all
14039           libraries' option can cause issues with holds)</para>
14040         </tip>
14041
14042         <para><important>
14043             <para>At the very least you will need to set a default circulation
14044             rule. This rule should be set for all item types, all libraries
14045             and all patron categories. That will catch all instances that do
14046             not match a specific rule. When checking out if you do not have a
14047             rule for all libraries, all item types and all patron types then
14048             you may see patrons getting blocked from placing holds. You will
14049             also want a rule for your specific library set for all item types
14050             and all patron types to avoid this holds issue. Koha needs to know
14051             what rule to fall back on.</para>
14052           </important></para>
14053
14054         <section id="defaultcircrules">
14055           <title>Default Circulation Rules</title>
14056
14057           <para>Using the issuing rules matrix you can define rules that
14058           depend on patron/item type combos. To set your rules, choose a
14059           library from the pull down (or 'all libraries' if you want to apply
14060           these rules to all branches):</para>
14061
14062           <screenshot>
14063             <screeninfo>Libraries to apply the rules to</screeninfo>
14064
14065             <mediaobject>
14066               <imageobject>
14067                 <imagedata fileref="images/admin/patroncirc/selectissuinglibrary.png"/>
14068               </imageobject>
14069             </mediaobject>
14070           </screenshot>
14071
14072           <para>From the matrix you can choose any combination of patron
14073           categories and item types to apply the rules to</para>
14074
14075           <screenshot>
14076             <screeninfo>Setting issuing rules for your libraries</screeninfo>
14077
14078             <mediaobject>
14079               <imageobject>
14080                 <imagedata fileref="images/admin/patroncirc/addcircrule.png"/>
14081               </imageobject>
14082             </mediaobject>
14083           </screenshot>
14084
14085           <itemizedlist>
14086             <listitem>
14087               <para>First choose which patron category you'd like the rule to
14088               be applied to. If you leave this to 'All' it will apply to all
14089               patron categories</para>
14090             </listitem>
14091
14092             <listitem>
14093               <para>Choose the 'Item Type' you would like this rule to apply
14094               to. If you leave this to 'All' it will apply to all item
14095               types</para>
14096             </listitem>
14097
14098             <listitem>
14099               <para>Limit the number of items a patron can have checked out at
14100               the same time by entering a number in the 'Current Checkouts
14101               Allowed' field</para>
14102             </listitem>
14103
14104             <listitem>
14105               <para>Define the period of time an item can be checked out to a
14106               patron by entering the number of units (days or hours) in the
14107               'Loan Period' box.</para>
14108             </listitem>
14109
14110             <listitem>
14111               <para>Choose which unit of time, Days or Hours, that the loan
14112               period and fines will be calculate in</para>
14113             </listitem>
14114
14115             <listitem>
14116               <para>You can also define a hard due date for a specific patron
14117               category and item type. A hard due date ignores your usual
14118               circulation rules and makes it so that all items of the type
14119               defined are due on, before or after the date you specify.</para>
14120             </listitem>
14121
14122             <listitem>
14123               <para>'Fine Amount' should have the amount you would like to
14124               charge for overdue items</para>
14125
14126               <itemizedlist>
14127                 <listitem>
14128                   <important>
14129                     <para>Enter only numbers and decimal points (no currency
14130                     symbols).</para>
14131                   </important>
14132                 </listitem>
14133               </itemizedlist>
14134             </listitem>
14135
14136             <listitem>
14137               <para>Enter the 'Fine Charging Interval' in the unit you set
14138               (ex. charge fines every 1 day, or every 2 hours)</para>
14139             </listitem>
14140
14141             <listitem>
14142               <para>The 'Fine Grace Period' is the period of time an item can
14143               be overdue before you start charging fines.</para>
14144
14145               <itemizedlist>
14146                 <listitem>
14147                   <important>
14148                     <para>This can only be set for the Day unit, not in
14149                     Hours</para>
14150                   </important>
14151                 </listitem>
14152               </itemizedlist>
14153             </listitem>
14154
14155             <listitem>
14156               <para>If your library 'fines' patrons by suspending their
14157               account you can enter the number of days their fine should be
14158               suspended in the 'Suspension in Days' field</para>
14159
14160               <itemizedlist>
14161                 <listitem>
14162                   <important>
14163                     <para>This can only be set for the Day unit, not in
14164                     Hours</para>
14165                   </important>
14166                 </listitem>
14167               </itemizedlist>
14168             </listitem>
14169
14170             <listitem>
14171               <para>Next decide if the patron can renew this item type and if
14172               so, enter how many times they can renew it in the 'Renewals
14173               Allowed' box</para>
14174             </listitem>
14175
14176             <listitem>
14177               <para>If the patron can place holds on this item type, enter the
14178               total numbers of items (of this type) that can be put on hold in
14179               the 'Holds Allowed' field</para>
14180             </listitem>
14181
14182             <listitem>
14183               <para>Finally, if you charge a <link
14184               linkend="rentalcharge">rental fee</link> for the item type and
14185               want to give a specific patron type a discount on that fee,
14186               enter the percentage discount (without the % symbol) in the
14187               'Rental Discount' field</para>
14188             </listitem>
14189           </itemizedlist>
14190
14191           <para>When finished, click 'Add' to save your changes. To modify a
14192           rule, create a new one with the same patron type and item type. If
14193           you would like to delete your rule, simply click the 'Delete' link
14194           to the right of the rule.</para>
14195
14196           <para>To save time you can clone rules from one library to another
14197           by choosing the clone option above the rules matrix.</para>
14198
14199           <screenshot>
14200             <screeninfo>Circulation &amp; Fine Rules Clone Tool</screeninfo>
14201
14202             <mediaobject>
14203               <imageobject>
14204                 <imagedata fileref="images/admin/patroncirc/clonerules.png"/>
14205               </imageobject>
14206             </mediaobject>
14207           </screenshot>
14208
14209           <para>After choosing to clone you will be presented with a
14210           confirmation message.</para>
14211
14212           <screenshot>
14213             <screeninfo>Circulation &amp; Fine Rules Successfully Cloned
14214             Message</screeninfo>
14215
14216             <mediaobject>
14217               <imageobject>
14218                 <imagedata fileref="images/admin/patroncirc/rulescloned.png"/>
14219               </imageobject>
14220             </mediaobject>
14221           </screenshot>
14222         </section>
14223
14224         <section id="defaultcheckoutpolicy">
14225           <title>Default Checkouts and Hold Policy</title>
14226
14227           <para>You can set a default maximum number of checkouts and hold
14228           policy that will be used if none is defined below for a particular
14229           item type or category.</para>
14230
14231           <screenshot>
14232             <screeninfo>Default Checkouts and Hold Policy</screeninfo>
14233
14234             <mediaobject>
14235               <imageobject>
14236                 <imagedata fileref="images/admin/patroncirc/defaultcheckholds.png"/>
14237               </imageobject>
14238             </mediaobject>
14239           </screenshot>
14240
14241           <para>From this menu you can set a default to apply to all item
14242           types and patrons in the library.</para>
14243
14244           <itemizedlist>
14245             <listitem>
14246               <para>In 'Total Current Checkouts Allowed' enter the total
14247               number of items patrons can have checked out at one time</para>
14248             </listitem>
14249
14250             <listitem>
14251               <para>Control where patrons can place holds from using the 'Hold
14252               Policy' menu</para>
14253
14254               <itemizedlist>
14255                 <listitem>
14256                   <para>From Any Library: Patrons from any library may put
14257                   this item on hold. (default if none is defined)</para>
14258                 </listitem>
14259
14260                 <listitem>
14261                   <para>From Home Library: Only patrons from the item's home
14262                   library may put this book on hold.</para>
14263                 </listitem>
14264
14265                 <listitem>
14266                   <para>No Holds Allowed: No patron may put this book on
14267                   hold.</para>
14268                 </listitem>
14269               </itemizedlist>
14270             </listitem>
14271
14272             <listitem>
14273               <para>Control where the item returns to once it is checked
14274               in</para>
14275
14276               <itemizedlist>
14277                 <listitem>
14278                   <para>Item returns home</para>
14279                 </listitem>
14280
14281                 <listitem>
14282                   <para>Item returns to issuing branch</para>
14283                 </listitem>
14284
14285                 <listitem>
14286                   <para>Item floats</para>
14287
14288                   <itemizedlist>
14289                     <listitem>
14290                       <para>When an item floats it stays where it was checked
14291                       in and does not ever return 'home'</para>
14292                     </listitem>
14293                   </itemizedlist>
14294                 </listitem>
14295               </itemizedlist>
14296             </listitem>
14297
14298             <listitem>
14299               <para>Once your policy is set, you can unset it by clicking the
14300               'Unset' link to the right of the rule</para>
14301             </listitem>
14302           </itemizedlist>
14303         </section>
14304
14305         <section id="checkoutperpatron">
14306           <title>Checkouts Per Patron</title>
14307
14308           <para>For this library, you can specify the maximum number of loans
14309           that a patron of a given category can make, regardless of the item
14310           type.</para>
14311
14312           <screenshot>
14313             <screeninfo>Set default checkouts per patron category</screeninfo>
14314
14315             <mediaobject>
14316               <imageobject>
14317                 <imagedata fileref="images/admin/patroncirc/checkoutsperpatron.png"/>
14318               </imageobject>
14319             </mediaobject>
14320           </screenshot>
14321
14322           <tip>
14323             <para>If the total amount loanable for a given patron category is
14324             left blank, no limit applies, except possibly for a limit you
14325             define for a specific item type.</para>
14326           </tip>
14327         </section>
14328
14329         <section id="holdpolicies">
14330           <title>Item Hold Policies</title>
14331
14332           <para>For this library, you can edit rules for given itemtypes,
14333           regardless of the patron's category. Currently, this means hold
14334           policies.</para>
14335
14336           <screenshot>
14337             <screeninfo>Hold policies per item type</screeninfo>
14338
14339             <mediaobject>
14340               <imageobject>
14341                 <imagedata fileref="images/admin/patroncirc/holdsperitem.png"/>
14342               </imageobject>
14343             </mediaobject>
14344           </screenshot>
14345
14346           <para>The various Hold Policies have the following effects:</para>
14347
14348           <itemizedlist>
14349             <listitem>
14350               <para>From Any Library: Patrons from any library may put this
14351               item on hold. (default if none is defined)</para>
14352             </listitem>
14353
14354             <listitem>
14355               <para>From Home Library: Only patrons from the item's home
14356               library may put this book on hold.</para>
14357             </listitem>
14358
14359             <listitem>
14360               <para>No Holds Allowed: No patron may put this book on
14361               hold.</para>
14362             </listitem>
14363           </itemizedlist>
14364
14365           <important>
14366             <para>Note that if the system preference <link
14367             linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
14368             set to 'allow', these policies can be overridden by your
14369             circulation staff.</para>
14370           </important>
14371
14372           <important>
14373             <para>These policies are based on the patron's home branch, not
14374             the branch that the reserving staff member is from.</para>
14375           </important>
14376
14377           <para>The various Return Policies have the following effects:</para>
14378
14379           <itemizedlist>
14380             <listitem>
14381               <para>Item returns home: The item will prompt the librarian to
14382               transfer the item to its home library</para>
14383
14384               <itemizedlist>
14385                 <listitem>
14386                   <important>
14387                     <para>If the <link
14388                     linkend="AutomaticItemReturn">AutomaticItemReturn</link>
14389                     preference is set to automatically transfer the items
14390                     home, then a prompt will not appear</para>
14391                   </important>
14392                 </listitem>
14393               </itemizedlist>
14394             </listitem>
14395
14396             <listitem>
14397               <para>Item returns to issuing branch: The item will prompt the
14398               librarian to transfer the item back to the library where it was
14399               checked out</para>
14400
14401               <itemizedlist>
14402                 <listitem>
14403                   <important>
14404                     <para>If the <link
14405                     linkend="AutomaticItemReturn">AutomaticItemReturn</link>
14406                     preference is set to automatically transfer the items
14407                     home, then a prompt will not appear</para>
14408                   </important>
14409                 </listitem>
14410               </itemizedlist>
14411             </listitem>
14412
14413             <listitem>
14414               <para>Item floats: The item will not be transferred from the
14415               branch it was checked in at, instead it will remain there until
14416               transferred manually or checked in at another branch</para>
14417             </listitem>
14418           </itemizedlist>
14419         </section>
14420       </section>
14421
14422       <section id="libtransferlimits">
14423         <title>Library Transfer Limits</title>
14424
14425         <para>Limit the ability to transfer items between libraries based on
14426         the library sending, the library receiving, and the collection code
14427         involved.</para>
14428
14429         <itemizedlist>
14430           <listitem>
14431             <para><emphasis>Get there:</emphasis> More &gt; Administration
14432             &gt; Patrons &amp; Circulation &gt; Library Transfer Limits</para>
14433           </listitem>
14434         </itemizedlist>
14435
14436         <para>These rules only go into effect if the preference <link
14437         linkend="UseBranchTransferLimits">UseBranchTransferLimits</link> is
14438         set to 'enforce'.</para>
14439
14440         <para>Before you begin you will want to choose which library you are
14441         setting these limits for.</para>
14442
14443         <screenshot>
14444           <screeninfo>Choose the library you're setting limits
14445           for</screeninfo>
14446
14447           <mediaobject>
14448             <imageobject>
14449               <imagedata fileref="images/admin/patroncirc/librarytransferselect.png"/>
14450             </imageobject>
14451           </mediaobject>
14452         </screenshot>
14453
14454         <para>Transfer limits are set based on the collections codes you have
14455         applied via the <link linkend="authorizedvalues">Authorized
14456         Value</link> administration area.</para>
14457
14458         <screenshot>
14459           <screeninfo>Collection Code values assigned in the Authorized Value
14460           area</screeninfo>
14461
14462           <mediaobject>
14463             <imageobject>
14464               <imagedata fileref="images/admin/patroncirc/collectcodes.png"/>
14465             </imageobject>
14466           </mediaobject>
14467         </screenshot>
14468
14469         <para>Collection codes will appear as tabs above the
14470         checkboxes:</para>
14471
14472         <screenshot>
14473           <screeninfo>Collection Code tabs</screeninfo>
14474
14475           <mediaobject>
14476             <imageobject>
14477               <imagedata fileref="images/admin/patroncirc/limittocollcode.png"/>
14478             </imageobject>
14479           </mediaobject>
14480         </screenshot>
14481
14482         <para>Check the boxes for the libraries that you accept checkins from
14483         for the item type you have selected at the top (in the example below -
14484         FIC)</para>
14485
14486         <screenshot>
14487           <screeninfo>Example transfer limits set up</screeninfo>
14488
14489           <mediaobject>
14490             <imageobject>
14491               <imagedata fileref="images/admin/patroncirc/transferlimits.png"/>
14492             </imageobject>
14493           </mediaobject>
14494         </screenshot>
14495
14496         <para>In the above example, Centerville library will allow patrons to
14497         return items from all libraries except Liberty and Franklin to their
14498         branch.</para>
14499       </section>
14500
14501       <section id="itemcircalerts">
14502         <title>Item Circulation Alerts</title>
14503
14504         <para>Libraries can decide if they want to have patrons automatically
14505         notified of circulation events (check ins and check outs).</para>
14506
14507         <itemizedlist>
14508           <listitem>
14509             <para><emphasis>Get there:</emphasis> More &gt; Administration
14510             &gt; Patrons &amp; Circulation &gt; Item Circulation Alerts</para>
14511           </listitem>
14512         </itemizedlist>
14513
14514         <para>These preferences are set based on patron types and item
14515         types.</para>
14516
14517         <important>
14518           <para>These preference can be overwritten by changes in the
14519           individual patron's messaging preferences.</para>
14520         </important>
14521
14522         <para>To set up circulation alerts:</para>
14523
14524         <itemizedlist>
14525           <listitem>
14526             <para>Choose your library from the pull down at the top of the
14527             screen</para>
14528
14529             <screenshot>
14530               <screeninfo>Libraries to set Circulation Alerts</screeninfo>
14531
14532               <mediaobject>
14533                 <imageobject>
14534                   <imagedata fileref="images/admin/patroncirc/librariesforalert.png"/>
14535                 </imageobject>
14536               </mediaobject>
14537             </screenshot>
14538
14539             <itemizedlist>
14540               <listitem>
14541                 <para>To set preferences for all libraries, keep the menu set
14542                 to 'Default'</para>
14543               </listitem>
14544             </itemizedlist>
14545           </listitem>
14546
14547           <listitem>
14548             <para>By default all item types and all patrons are notified of
14549             check ins and check outs. To change this, click on the item/patron
14550             type combo that you would like to stop notices for.</para>
14551
14552             <screenshot>
14553               <screeninfo>Circulation Alert Matrix</screeninfo>
14554
14555               <mediaobject>
14556                 <imageobject>
14557                   <imagedata fileref="images/admin/patroncirc/alertmatrix.png"/>
14558                 </imageobject>
14559               </mediaobject>
14560             </screenshot>
14561
14562             <itemizedlist>
14563               <listitem>
14564                 <para>In the above example, Juveniles and Kids will not
14565                 receive check out notices.</para>
14566               </listitem>
14567             </itemizedlist>
14568           </listitem>
14569         </itemizedlist>
14570       </section>
14571     </section>
14572
14573     <section id="catadmin">
14574       <title>Catalog Administration</title>
14575
14576       <para>Set these controls before you start cataloging on your Koha
14577       system.</para>
14578
14579       <itemizedlist>
14580         <listitem>
14581           <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
14582           Catalog</para>
14583         </listitem>
14584       </itemizedlist>
14585
14586       <section id="marcbibframeworks">
14587         <title>MARC Bibliographic Frameworks</title>
14588
14589         <para>Think of Frameworks as templates for creating new bibliographic
14590         records. Koha comes with some predefined frameworks that can be edited
14591         or deleted, and librarians can create their own frameworks for content
14592         specific to their libraries.</para>
14593
14594         <itemizedlist>
14595           <listitem>
14596             <para><emphasis>Get there:</emphasis> More &gt; Administration
14597             &gt; Catalog &gt; MARC Bibliographic Frameworks</para>
14598           </listitem>
14599         </itemizedlist>
14600
14601         <screenshot>
14602           <screeninfo>Frameworks List</screeninfo>
14603
14604           <mediaobject>
14605             <imageobject>
14606               <imagedata fileref="images/admin/cataloging/frameworks.png"/>
14607             </imageobject>
14608           </mediaobject>
14609         </screenshot>
14610
14611         <important>
14612           <para>Do not delete or edit the Default Framework since this will
14613           cause problems with your cataloging records - always create a new
14614           template based on the Default Framework, or alter the other
14615           Frameworks.</para>
14616         </important>
14617
14618         <para>After clicking the 'MARC structure' link to the right of each
14619         framework you can decide how many fields you want to see on one screen
14620         by using the pagination options at the top of the table.</para>
14621
14622         <screenshot>
14623           <screeninfo>Pagination options</screeninfo>
14624
14625           <mediaobject>
14626             <imageobject>
14627               <imagedata fileref="images/admin/cataloging/frameworkoptions.png"/>
14628             </imageobject>
14629           </mediaobject>
14630         </screenshot>
14631
14632         <section id="addframework">
14633           <title>Add New Framework</title>
14634
14635           <para>To add a new framework</para>
14636
14637           <itemizedlist>
14638             <listitem>
14639               <para>Click 'New Framework'</para>
14640
14641               <screenshot>
14642                 <screeninfo>Add Framework Form</screeninfo>
14643
14644                 <mediaobject>
14645                   <imageobject>
14646                     <imagedata fileref="images/admin/cataloging/addframework.png"/>
14647                   </imageobject>
14648                 </mediaobject>
14649               </screenshot>
14650
14651               <itemizedlist>
14652                 <listitem>
14653                   <para>Enter a code of 4 or fewer characters</para>
14654                 </listitem>
14655
14656                 <listitem>
14657                   <para>Use the Description field to enter a more detailed
14658                   definition of your framework</para>
14659                 </listitem>
14660               </itemizedlist>
14661             </listitem>
14662
14663             <listitem>
14664               <para>Click 'Submit'</para>
14665             </listitem>
14666
14667             <listitem>
14668               <para>Once your Framework is added click 'MARC structure' to the
14669               right of it on the list of Frameworks</para>
14670
14671               <screenshot>
14672                 <screeninfo>Choose basis for new Framework</screeninfo>
14673
14674                 <mediaobject>
14675                   <imageobject>
14676                     <imagedata fileref="images/admin/cataloging/startnewframework.png"/>
14677                   </imageobject>
14678                 </mediaobject>
14679               </screenshot>
14680
14681               <itemizedlist>
14682                 <listitem>
14683                   <para>You will be asked to choose a Framework to base your
14684                   new Framework off of, this will make it easier than starting
14685                   from scratch</para>
14686                 </listitem>
14687               </itemizedlist>
14688             </listitem>
14689
14690             <listitem>
14691               <para>Once your Framework appears on the screen you can edit or
14692               delete each field by following the instructions for <link
14693               linkend="editsubfields">editing subfields</link></para>
14694             </listitem>
14695           </itemizedlist>
14696         </section>
14697
14698         <section id="editframeworks">
14699           <title>Edit Existing Frameworks</title>
14700
14701           <para>Clicking 'Edit' to the right of a Framework will only allow
14702           you to edit the Description for the Framework:</para>
14703
14704           <screenshot>
14705             <screeninfo>Edit Framework</screeninfo>
14706
14707             <mediaobject>
14708               <imageobject>
14709                 <imagedata fileref="images/admin/cataloging/editframework.png"/>
14710               </imageobject>
14711             </mediaobject>
14712           </screenshot>
14713
14714           <para>To make edits to the fields associated with the Framework you
14715           must first click 'MARC Structure' and then follow the instructions
14716           for <link linkend="editsubfields">editing subfields</link></para>
14717         </section>
14718
14719         <section id="addsubfieldsframework">
14720           <title>Add subfields to Frameworks</title>
14721
14722           <para>To add a field to a Framework click the 'New Tag' button at
14723           the top of the Framework definition</para>
14724
14725           <screenshot>
14726             <screeninfo>New Tag Button</screeninfo>
14727
14728             <mediaobject>
14729               <imageobject>
14730                 <imagedata fileref="images/admin/cataloging/newtag.png"/>
14731               </imageobject>
14732             </mediaobject>
14733           </screenshot>
14734
14735           <para>This will open up a blank form for entering MARC field
14736           data</para>
14737
14738           <screenshot>
14739             <screeninfo>Add a new tag to framework</screeninfo>
14740
14741             <mediaobject>
14742               <imageobject>
14743                 <imagedata fileref="images/admin/cataloging/newtagform.png"/>
14744               </imageobject>
14745             </mediaobject>
14746           </screenshot>
14747
14748           <para>Enter the information about your new tag:</para>
14749
14750           <itemizedlist>
14751             <listitem>
14752               <para>The 'Tag' is the MARC field number</para>
14753             </listitem>
14754
14755             <listitem>
14756               <para>The 'Label for lib' is the text that will appear in the
14757               staff client when in the cataloging module</para>
14758             </listitem>
14759
14760             <listitem>
14761               <para>The 'Label for OPAC' is the text that will appear in the
14762               OPAC when viewing the MARC version of the record</para>
14763             </listitem>
14764
14765             <listitem>
14766               <para>If this field can be repeated, check the 'Repeatable'
14767               box</para>
14768             </listitem>
14769
14770             <listitem>
14771               <para>If this field is mandatory, check the 'Mandatory'
14772               box</para>
14773             </listitem>
14774
14775             <listitem>
14776               <para>If you want this field to be a pull down with limited
14777               possible answers, choose which 'Authorized value' list you want
14778               to use</para>
14779             </listitem>
14780           </itemizedlist>
14781
14782           <para>When you're finished, click 'Save Changes' and you will be
14783           presented with your new field</para>
14784
14785           <screenshot>
14786             <screeninfo>New tag and link to subfields</screeninfo>
14787
14788             <mediaobject>
14789               <imageobject>
14790                 <imagedata fileref="images/admin/cataloging/subfieldslink.png"/>
14791               </imageobject>
14792             </mediaobject>
14793           </screenshot>
14794
14795           <para>To the right of the new field is a link to 'Subfields,' you
14796           will need to add subfields before this tag will appear in your MARC
14797           editor. The process of entering the settings for the new subfield is
14798           the same as those found in the <link linkend="editsubfields">editing
14799           subfields in frameworks</link> section of this manual.</para>
14800         </section>
14801
14802         <section id="editsubfields">
14803           <title>Edit Framework Subfields</title>
14804
14805           <para>Frameworks are made up of MARC fields and subfields. To make
14806           edits to most Frameworks you must edit the fields and subfields.
14807           Clicking 'Edit' to the right of each subfield will allow you to make
14808           changes to the text associated with the field</para>
14809
14810           <screenshot>
14811             <screeninfo>Modify MARC Field</screeninfo>
14812
14813             <mediaobject>
14814               <imageobject>
14815                 <imagedata fileref="images/admin/cataloging/editfield.png"/>
14816               </imageobject>
14817             </mediaobject>
14818           </screenshot>
14819
14820           <itemizedlist>
14821             <listitem>
14822               <para>Each field has a tag (which is the MARC tag)</para>
14823
14824               <itemizedlist>
14825                 <listitem>
14826                   <para>The 'Label for lib' is what will show in the staff
14827                   client if you have <link
14828                   linkend="advancedMARCeditor">advancedMARCeditor</link> set
14829                   to display labels</para>
14830                 </listitem>
14831
14832                 <listitem>
14833                   <para>The 'Label for OPAC' is what will show on the MARC
14834                   view in the OPAC</para>
14835                 </listitem>
14836
14837                 <listitem>
14838                   <para>If you check 'Repeatable' then the field will have a
14839                   plus sign next to it allowing you to add multiples of that
14840                   tag</para>
14841                 </listitem>
14842
14843                 <listitem>
14844                   <para>If you check 'Mandatory' the record will not be
14845                   allowed to save unless you have a value assigned to this
14846                   tag</para>
14847                 </listitem>
14848
14849                 <listitem>
14850                   <para>'Authorized value' is where you define an <link
14851                   linkend="authorizedvalues">authorized value</link> that your
14852                   catalogers can choose from a pull down to fill this field
14853                   in</para>
14854                 </listitem>
14855               </itemizedlist>
14856             </listitem>
14857           </itemizedlist>
14858
14859           <para>To edit the subfields associated with the tag, click
14860           'Subfields' to the right of the tag on the 'MARC Structure'
14861           listing</para>
14862
14863           <itemizedlist>
14864             <listitem>
14865               <para>From the list of subfields you can click 'Delete' to the
14866               right of each to delete the subfields</para>
14867             </listitem>
14868
14869             <listitem>
14870               <para>To edit the subfields click 'Edit Subfields'</para>
14871
14872               <screenshot>
14873                 <screeninfo>Editing the 504 Subfield</screeninfo>
14874
14875                 <mediaobject>
14876                   <imageobject>
14877                     <imagedata fileref="images/admin/cataloging/editsubfield.png"/>
14878                   </imageobject>
14879                 </mediaobject>
14880               </screenshot>
14881             </listitem>
14882
14883             <listitem>
14884               <para>For each subfield you can set the following values</para>
14885
14886               <itemizedlist>
14887                 <listitem>
14888                   <para>Text for librarian</para>
14889
14890                   <itemizedlist>
14891                     <listitem>
14892                       <para>what appears before the subfield in the librarian
14893                       interface</para>
14894                     </listitem>
14895                   </itemizedlist>
14896                 </listitem>
14897
14898                 <listitem>
14899                   <para>Text for OPAC</para>
14900
14901                   <itemizedlist>
14902                     <listitem>
14903                       <para>what appears before the field in the OPAC.</para>
14904
14905                       <itemizedlist>
14906                         <listitem>
14907                           <para>If left empty, the text for librarian is used
14908                           instead</para>
14909                         </listitem>
14910                       </itemizedlist>
14911                     </listitem>
14912                   </itemizedlist>
14913                 </listitem>
14914
14915                 <listitem>
14916                   <para>Repeatable</para>
14917
14918                   <itemizedlist>
14919                     <listitem>
14920                       <para>the field will have a plus sign next to it
14921                       allowing you to add multiples of that tag</para>
14922                     </listitem>
14923                   </itemizedlist>
14924                 </listitem>
14925
14926                 <listitem>
14927                   <para>Mandatory</para>
14928
14929                   <itemizedlist>
14930                     <listitem>
14931                       <para>the record will not be allowed to save unless you
14932                       have a value assigned to this tag</para>
14933                     </listitem>
14934                   </itemizedlist>
14935                 </listitem>
14936
14937                 <listitem>
14938                   <para>Managed in tab</para>
14939
14940                   <itemizedlist>
14941                     <listitem>
14942                       <para>defines the tab where the subfield is shown. All
14943                       subfields of a given field must be in the same tab or
14944                       ignored. Ignore means that the subfield is not
14945                       managed.</para>
14946                     </listitem>
14947                   </itemizedlist>
14948                 </listitem>
14949
14950                 <listitem>
14951                   <para>Default value</para>
14952
14953                   <itemizedlist>
14954                     <listitem>
14955                       <para>defines what you want to appear in the field by
14956                       default, this will be editable, but it saves time if you
14957                       use the same note over and over or the same value in a
14958                       field often.</para>
14959                     </listitem>
14960                   </itemizedlist>
14961                 </listitem>
14962
14963                 <listitem>
14964                   <para>hidden</para>
14965
14966                   <itemizedlist>
14967                     <listitem>
14968                       <para>allows you to select from 19 possible visibility
14969                       conditions, 17 of which are implemented. They are the
14970                       following:</para>
14971
14972                       <itemizedlist>
14973                         <listitem>
14974                           <para>-9 =&gt; Future use</para>
14975                         </listitem>
14976
14977                         <listitem>
14978                           <para>-8 =&gt; Flag</para>
14979                         </listitem>
14980
14981                         <listitem>
14982                           <para>-7 =&gt; OPAC !Intranet !Editor
14983                           Collapsed</para>
14984                         </listitem>
14985
14986                         <listitem>
14987                           <para>-6 =&gt; OPAC Intranet !Editor
14988                           !Collapsed</para>
14989                         </listitem>
14990
14991                         <listitem>
14992                           <para>-5 =&gt; OPAC Intranet !Editor
14993                           Collapsed</para>
14994                         </listitem>
14995
14996                         <listitem>
14997                           <para>-4 =&gt; OPAC !Intranet !Editor
14998                           !Collapsed</para>
14999                         </listitem>
15000
15001                         <listitem>
15002                           <para>-3 =&gt; OPAC !Intranet Editor
15003                           Collapsed</para>
15004                         </listitem>
15005
15006                         <listitem>
15007                           <para>-2 =&gt; OPAC !Intranet Editor
15008                           !Collapsed</para>
15009                         </listitem>
15010
15011                         <listitem>
15012                           <para>-1 =&gt; OPAC Intranet Editor Collapsed</para>
15013                         </listitem>
15014
15015                         <listitem>
15016                           <para>0 =&gt; OPAC Intranet Editor !Collapsed</para>
15017                         </listitem>
15018
15019                         <listitem>
15020                           <para>1 =&gt; !OPAC Intranet Editor Collapsed</para>
15021                         </listitem>
15022
15023                         <listitem>
15024                           <para>2 =&gt; !OPAC !Intranet Editor
15025                           !Collapsed</para>
15026                         </listitem>
15027
15028                         <listitem>
15029                           <para>3 =&gt; !OPAC !Intranet Editor
15030                           Collapsed</para>
15031                         </listitem>
15032
15033                         <listitem>
15034                           <para>4 =&gt; !OPAC Intranet Editor
15035                           !Collapsed</para>
15036                         </listitem>
15037
15038                         <listitem>
15039                           <para>5 =&gt; !OPAC !Intranet !Editor
15040                           Collapsed</para>
15041                         </listitem>
15042
15043                         <listitem>
15044                           <para>6 =&gt; !OPAC Intranet !Editor
15045                           !Collapsed</para>
15046                         </listitem>
15047
15048                         <listitem>
15049                           <para>7 =&gt; !OPAC Intranet !Editor
15050                           Collapsed</para>
15051                         </listitem>
15052
15053                         <listitem>
15054                           <para>8 =&gt; !OPAC !Intranet !Editor
15055                           !Collapsed</para>
15056                         </listitem>
15057
15058                         <listitem>
15059                           <para>9 =&gt; Future use &#149; URL : if checked,
15060                           the subfield is an URL, and can be clicked</para>
15061                         </listitem>
15062                       </itemizedlist>
15063                     </listitem>
15064
15065                     <listitem>
15066                       <para>( ! means 'not visible' or in the case of
15067                       Collapsed 'not Collapsed')</para>
15068                     </listitem>
15069                   </itemizedlist>
15070                 </listitem>
15071
15072                 <listitem>
15073                   <para>Is a URL</para>
15074
15075                   <itemizedlist>
15076                     <listitem>
15077                       <para>if checked, it means that the subfield is a URL
15078                       and can be clicked</para>
15079                     </listitem>
15080                   </itemizedlist>
15081                 </listitem>
15082
15083                 <listitem>
15084                   <para>Link</para>
15085
15086                   <itemizedlist>
15087                     <listitem>
15088                       <para>If you enter a field/subfield here (200b), a link
15089                       appears after the subfield in the MARC Detail view. This
15090                       view is present only in the staff client, not the OPAC.
15091                       If the librarian clicks on the link, a search is done on
15092                       the database for the field/subfield with the same value.
15093                       This can be used for 2 main topics :</para>
15094
15095                       <itemizedlist>
15096                         <listitem>
15097                           <para>on a field like author (200f in UNIMARC), put
15098                           200f here, you will be able to see all bib records
15099                           with the same author.</para>
15100                         </listitem>
15101
15102                         <listitem>
15103                           <para>on a field that is a link (4xx) to reach
15104                           another bib record. For example, put 011a in 464$x,
15105                           will find the serials that are with this
15106                           ISSN.</para>
15107                         </listitem>
15108                       </itemizedlist>
15109                     </listitem>
15110
15111                     <listitem>
15112                       <warning>
15113                         <para>This value should not change after data has been
15114                         added to your catalog</para>
15115                       </warning>
15116                     </listitem>
15117                   </itemizedlist>
15118                 </listitem>
15119
15120                 <listitem>
15121                   <para>Koha link</para>
15122
15123                   <itemizedlist>
15124                     <listitem>
15125                       <para>Koha is multi-MARC compliant. So, it does not know
15126                       what the 245$a means, neither what 200$f (those 2 fields
15127                       being both the title in MARC21 and UNIMARC). So, in this
15128                       list you can "map" a MARC subfield to its meaning. Koha
15129                       constantly maintains consistency between a subfield and
15130                       its meaning. When the user want to search on "title",
15131                       this link is used to find what is searched (245 if
15132                       you're MARC21, 200 if you're UNIMARC).</para>
15133                     </listitem>
15134                   </itemizedlist>
15135                 </listitem>
15136
15137                 <listitem>
15138                   <para>Authorized value</para>
15139
15140                   <itemizedlist>
15141                     <listitem>
15142                       <para>means the value cannot by typed by the librarian,
15143                       but must be chosen from a pull down generated by the
15144                       <link linkend="authorizedvalues">authorized value</link>
15145                       list</para>
15146                     </listitem>
15147
15148                     <listitem>
15149                       <para>In the example above, the 504a field will show the
15150                       MARC504 Authorized Values when cataloging</para>
15151
15152                       <screenshot>
15153                         <screeninfo>Example of an Authorized
15154                         Subfield</screeninfo>
15155
15156                         <mediaobject>
15157                           <imageobject>
15158                             <imagedata fileref="images/admin/cataloging/504auth.png"/>
15159                           </imageobject>
15160                         </mediaobject>
15161                       </screenshot>
15162                     </listitem>
15163                   </itemizedlist>
15164                 </listitem>
15165
15166                 <listitem>
15167                   <para>Thesaurus</para>
15168
15169                   <itemizedlist>
15170                     <listitem>
15171                       <para>means that the value is not free text, but must be
15172                       searched in the authority/thesaurus of the selected
15173                       category</para>
15174                     </listitem>
15175                   </itemizedlist>
15176                 </listitem>
15177
15178                 <listitem>
15179                   <para>Plugin</para>
15180
15181                   <itemizedlist>
15182                     <listitem>
15183                       <para>means the value is calculated or managed by a
15184                       plugin. Plugins can do almost anything.</para>
15185                     </listitem>
15186
15187                     <listitem>
15188                       <para>For example, in UNIMARC there are plugins for
15189                       every 1xx fields that are coded fields. The plugin is a
15190                       huge help for cataloger ! There are also two plugins
15191                       (unimarc_plugin_210c and unimarc_plugin_225a that can
15192                       "magically" find the editor from an ISBN, and the
15193                       collection list for the editor)</para>
15194                     </listitem>
15195                   </itemizedlist>
15196                 </listitem>
15197               </itemizedlist>
15198             </listitem>
15199
15200             <listitem>
15201               <para>To save your changes simply click the 'Save Changes'
15202               button at the top of the screen</para>
15203             </listitem>
15204           </itemizedlist>
15205
15206           <para/>
15207         </section>
15208
15209         <section id="importexportframeworks">
15210           <title>Import/Export Frameworks</title>
15211
15212           <para>Next to each framework is a link to either import or export
15213           the framework.</para>
15214
15215           <section id="exportframeworks">
15216             <title>Export Framework</title>
15217
15218             <para>To export a framework simply click the 'Export' link to the
15219             right of framework title.</para>
15220
15221             <screenshot>
15222               <screeninfo>Export link next to framework</screeninfo>
15223
15224               <mediaobject>
15225                 <imageobject>
15226                   <imagedata fileref="images/admin/cataloging/importexport.png"/>
15227                 </imageobject>
15228               </mediaobject>
15229             </screenshot>
15230
15231             <para>When you click 'Export' you will be prompted to choose what
15232             format to export the file in.</para>
15233
15234             <screenshot>
15235               <screeninfo>Export formats</screeninfo>
15236
15237               <mediaobject>
15238                 <imageobject>
15239                   <imagedata fileref="images/admin/cataloging/exportoptions.png"/>
15240                 </imageobject>
15241               </mediaobject>
15242             </screenshot>
15243
15244             <para>A framework exported this way can be imported into any other
15245             Koha installation using the import framework option.</para>
15246           </section>
15247
15248           <section id="importframeworks">
15249             <title>Import Framework</title>
15250
15251             <para>An easy way to create a new framework is to import it from
15252             another Koha database. To import a framework you first need to
15253             create <link linkend="addframework">a new framework</link>. Once
15254             you have that framework, click 'Import' to the right of the new
15255             framework.</para>
15256
15257             <screenshot>
15258               <screeninfo>Import link next to framework</screeninfo>
15259
15260               <mediaobject>
15261                 <imageobject>
15262                   <imagedata fileref="images/admin/cataloging/importexport.png"/>
15263                 </imageobject>
15264               </mediaobject>
15265             </screenshot>
15266
15267             <para>You will be prompted to find a file on your computer to
15268             import into the framework.</para>
15269
15270             <screenshot>
15271               <screeninfo>Choose a file to import</screeninfo>
15272
15273               <mediaobject>
15274                 <imageobject>
15275                   <imagedata fileref="images/admin/cataloging/importfile.png"/>
15276                 </imageobject>
15277               </mediaobject>
15278             </screenshot>
15279
15280             <para>You will be asked to confirm your actions before the file is
15281             imported.</para>
15282
15283             <screenshot>
15284               <screeninfo>Confirm your desire to import</screeninfo>
15285
15286               <mediaobject>
15287                 <imageobject>
15288                   <imagedata fileref="images/admin/cataloging/importconfirm.png"/>
15289                 </imageobject>
15290               </mediaobject>
15291             </screenshot>
15292
15293             <para>As your file is uploaded you will see an image that will
15294             confirm that the system is working.</para>
15295
15296             <screenshot>
15297               <screeninfo>Import timer</screeninfo>
15298
15299               <mediaobject>
15300                 <imageobject>
15301                   <imagedata fileref="images/admin/cataloging/importtimer.png"/>
15302                 </imageobject>
15303               </mediaobject>
15304             </screenshot>
15305
15306             <para>Once your import is complete you will be brought to the
15307             framework edit tool where you can make any changes you need to the
15308             framework you imported.</para>
15309           </section>
15310         </section>
15311       </section>
15312
15313       <section id="kohamarcmapping">
15314         <title>Koha to MARC Mapping</title>
15315
15316         <para>While Koha stores the entire MARC record, it also stores common
15317         fields for easy access in various tables in the database. Koha to MARC
15318         Mapping is used to tell Koha where to find these values in the MARC
15319         record. In many cases you will not have to change the default values
15320         set by in this tool on installation, but it is important to know that
15321         the tool is here and can be used at any time.</para>
15322
15323         <itemizedlist>
15324           <listitem>
15325             <para><emphasis>Get there:</emphasis> More &gt; Administration
15326             &gt; Catalog &gt; Koha to MARC Mapping</para>
15327           </listitem>
15328         </itemizedlist>
15329
15330         <para>The Koha to MARC Mapping page offers you the option of choosing
15331         from one of three tables in the database to assign values to.</para>
15332
15333         <screenshot>
15334           <screeninfo>Koha to MARC Mapping Table Pull Down</screeninfo>
15335
15336           <mediaobject>
15337             <imageobject>
15338               <imagedata fileref="images/admin/cataloging/kohamarcmapping.png"/>
15339             </imageobject>
15340           </mediaobject>
15341         </screenshot>
15342
15343         <para>After choosing the table you would like to view, click 'OK.' To
15344         edit any mapping click on the 'Koha Filed' or the 'Edit' link.</para>
15345
15346         <screenshot>
15347           <screeninfo>Map MARC Field to Koha Field</screeninfo>
15348
15349           <mediaobject>
15350             <imageobject>
15351               <imagedata fileref="images/admin/cataloging/mapmarc.png"/>
15352             </imageobject>
15353           </mediaobject>
15354         </screenshot>
15355
15356         <para>Choose which MARC field you would like to map to this Koha Field
15357         and click the 'OK' button. If you would like to clear all mappings,
15358         click the 'Click to "Unmap"' button.</para>
15359
15360         <important>
15361           <para>At this time you can map only 1 MARC field to 1 Koha field.
15362           This means that you won't be able to map both the 100a and the 700a
15363           to the author field, you need to choose one or the other.</para>
15364         </important>
15365
15366         <para/>
15367       </section>
15368
15369       <section id="keywordmapping">
15370         <title>Keywords to MARC Mapping</title>
15371
15372         <para>This tool will allow you to map MARC fields to a set of
15373         predefined keywords.</para>
15374
15375         <itemizedlist>
15376           <listitem>
15377             <para><emphasis>Get there:</emphasis> More &gt; Administration
15378             &gt; Catalog &gt; Keywords to MARC Mapping</para>
15379           </listitem>
15380         </itemizedlist>
15381
15382         <important>
15383           <para>This tool only effects sites that are not using the XSLT
15384           Stylesheets.</para>
15385         </important>
15386
15387         <para>At this time the only keyword in use is 'subtitle.'</para>
15388
15389         <para>Using this tool you can define what MARC field prints to the
15390         detail screen of the bibliographic record using keywords. The
15391         following example will use the subtitle field.</para>
15392
15393         <para>Using the Framework pull down menu, choose the <link
15394         linkend="marcbibframeworks">Framework</link> you would like to apply
15395         this rule to. For example, the subtitle for books can be found in the
15396         245$b field.</para>
15397
15398         <screenshot>
15399           <screeninfo>Assigning Book Subtitle</screeninfo>
15400
15401           <mediaobject>
15402             <imageobject>
15403               <imagedata fileref="images/admin/cataloging/subtitlebookmapping.png"/>
15404             </imageobject>
15405           </mediaobject>
15406         </screenshot>
15407
15408         <para>However the subtitle for DVDs appears in 245$p</para>
15409
15410         <screenshot>
15411           <screeninfo>Assigning DVD Subtitle</screeninfo>
15412
15413           <mediaobject>
15414             <imageobject>
15415               <imagedata fileref="images/admin/cataloging/subtitledvdmapping.png"/>
15416             </imageobject>
15417           </mediaobject>
15418         </screenshot>
15419
15420         <para>Using this tool you can tell Koha to print the right field as
15421         the subtitle when viewing the bibliographic record in the OPAC.</para>
15422
15423         <screenshot>
15424           <screeninfo>Subtitle display in the OPAC</screeninfo>
15425
15426           <mediaobject>
15427             <imageobject>
15428               <imagedata fileref="images/admin/cataloging/subtitlebookinopac.png"/>
15429             </imageobject>
15430           </mediaobject>
15431         </screenshot>
15432
15433         <para>This tool can be used to chain together pieces of the record as
15434         well. If you want the series number to show in the title on your
15435         search results you simply have to map 490 $v to 'subtitle' along with
15436         the 245 $b. <tip>
15437             <para>Chain together the fields you want to show after the item
15438             title in the order in which you want them to appear.</para>
15439           </tip></para>
15440
15441         <para>Future developments will include additional keyword assigned
15442         fields.</para>
15443       </section>
15444
15445       <section id="marcbibframeworkstest">
15446         <title>MARC Bibliographic Framework Test</title>
15447
15448         <para>Checks the MARC structure.</para>
15449
15450         <itemizedlist>
15451           <listitem>
15452             <para><emphasis>Get there:</emphasis> More &gt; Administration
15453             &gt; Catalog &gt; MARC Bibliographic Framework Test</para>
15454           </listitem>
15455         </itemizedlist>
15456
15457         <para>If you change your MARC Bibliographic framework it's recommended
15458         that you run this tool to test for errors in your definition.</para>
15459
15460         <screenshot>
15461           <screeninfo>Framework Test</screeninfo>
15462
15463           <mediaobject>
15464             <imageobject>
15465               <imagedata fileref="images/admin/cataloging/frameworktest.png"/>
15466             </imageobject>
15467           </mediaobject>
15468         </screenshot>
15469       </section>
15470
15471       <section id="authoritiesadmin">
15472         <title>Authority Types</title>
15473
15474         <para>Authority Types are basically MARC Frameworks for Authority
15475         records and because of that they follow the same editing rules found
15476         in the <link linkend="marcbibframeworks">MARC Bibliographic
15477         Frameworks</link> section of this manual. Koha comes with many of the
15478         necessary Authority frameworks already installed. To learn how to add
15479         and edit Authority Types, simply review the <link
15480         linkend="marcbibframeworks">MARC Bibliographic Frameworks</link>
15481         section of this manual.</para>
15482
15483         <itemizedlist>
15484           <listitem>
15485             <para><emphasis>Get there:</emphasis> More &gt; Administration
15486             &gt; Catalog &gt; Authority Types</para>
15487           </listitem>
15488         </itemizedlist>
15489       </section>
15490
15491       <section id="classificationsources">
15492         <sectioninfo>
15493           <author>
15494             <firstname id="classsourceauthor">Savitra</firstname>
15495
15496             <surname>Sirohi</surname>
15497
15498             <affiliation>
15499               <orgname>Nucsoft OSS Labs</orgname>
15500             </affiliation>
15501           </author>
15502
15503           <pubdate id="classsourcepubdate">August 2010</pubdate>
15504
15505           <othercredit id="classsourceeditor" role="copyeditor">
15506             <firstname>Nicole C.</firstname>
15507
15508             <surname>Engard</surname>
15509
15510             <contrib id="classsourcecredit">Fixed typos, changed content where
15511             necessary and added new screenshots.</contrib>
15512           </othercredit>
15513         </sectioninfo>
15514
15515         <title>Classification Sources</title>
15516
15517         <para>Source of classification or shelving scheme is an <link
15518         linkend="authorizedvalues">Authorized Values</link> category that is
15519         mapped to field 942$2 in Koha's MARC Bibliographic frameworks.</para>
15520
15521         <itemizedlist>
15522           <listitem>
15523             <para><emphasis>Get there:</emphasis> More &gt; Administration
15524             &gt; Catalog &gt; Classification sources</para>
15525           </listitem>
15526         </itemizedlist>
15527
15528         <screenshot>
15529           <screeninfo>Classification Sources</screeninfo>
15530
15531           <mediaobject>
15532             <imageobject>
15533               <imagedata fileref="images/admin/cataloging/classsources.png"/>
15534             </imageobject>
15535           </mediaobject>
15536         </screenshot>
15537
15538         <para>Commonly used values of this field are:</para>
15539
15540         <itemizedlist>
15541           <listitem>
15542             <para>ddc - Dewey Decimal Classification</para>
15543           </listitem>
15544
15545           <listitem>
15546             <para>lcc - Library of Congress Classification</para>
15547           </listitem>
15548         </itemizedlist>
15549
15550         <para>If you chose to install classification sources during Koha's
15551         installation, you would see other values too:</para>
15552
15553         <itemizedlist>
15554           <listitem>
15555             <para>ANSCR (sound recordings)</para>
15556           </listitem>
15557
15558           <listitem>
15559             <para>SuDOC classification</para>
15560           </listitem>
15561
15562           <listitem>
15563             <para>Universal Decimal Classification</para>
15564           </listitem>
15565
15566           <listitem>
15567             <para>Other/Generic Classification</para>
15568           </listitem>
15569         </itemizedlist>
15570
15571         <section id="addingclasssource">
15572           <title>Adding/Editing Classification Sources</title>
15573
15574           <para>You can add your own source of classification by using the New
15575           Classification Source button. To edit use the Edit link.</para>
15576
15577           <screenshot>
15578             <screeninfo>Add classification source</screeninfo>
15579
15580             <mediaobject>
15581               <imageobject>
15582                 <imagedata fileref="images/admin/cataloging/addclasssource.png"/>
15583               </imageobject>
15584             </mediaobject>
15585           </screenshot>
15586
15587           <para>When creating or editing:</para>
15588
15589           <itemizedlist>
15590             <listitem>
15591               <para>You will need to enter a code and a description.</para>
15592             </listitem>
15593
15594             <listitem>
15595               <para>Check the 'Source in use?' checkbox if you want the value
15596               to appear in the drop down list for this category.</para>
15597             </listitem>
15598
15599             <listitem>
15600               <para>Select the appropriate <link
15601               linkend="classfilingrules">filing rule</link> from the drop down
15602               list.</para>
15603             </listitem>
15604           </itemizedlist>
15605
15606           <para/>
15607         </section>
15608
15609         <section id="classfilingrules">
15610           <title>Classification Filing Rules</title>
15611
15612           <para>Filing rules determine the order in which items are placed on
15613           shelves.</para>
15614
15615           <para>Values that are pre-configured in Koha are:</para>
15616
15617           <itemizedlist>
15618             <listitem>
15619               <para>Dewey</para>
15620             </listitem>
15621
15622             <listitem>
15623               <para>LCC</para>
15624             </listitem>
15625
15626             <listitem>
15627               <para>Generic</para>
15628             </listitem>
15629           </itemizedlist>
15630
15631           <para>Filing rules are mapped to <link
15632           linkend="addingclasssource">Classification sources</link>. You can
15633           setup new filing rules by using the New Filing Rule button. To edit
15634           use the Edit link.</para>
15635
15636           <para>When creating or editing:</para>
15637
15638           <itemizedlist>
15639             <listitem>
15640               <para>Enter a code and a description</para>
15641             </listitem>
15642
15643             <listitem>
15644               <para>Choose an appropriate filing routine - dewey, generic or
15645               lcc</para>
15646             </listitem>
15647           </itemizedlist>
15648         </section>
15649       </section>
15650
15651       <section id="recordmatchingrules">
15652         <title>Record Matching Rules</title>
15653
15654         <para>Record matching rules are used when importing MARC records into
15655         Koha.</para>
15656
15657         <itemizedlist>
15658           <listitem>
15659             <para><emphasis>Get there:</emphasis> More &gt; Administration
15660             &gt; Catalog &gt; Record Matching Rules</para>
15661           </listitem>
15662         </itemizedlist>
15663
15664         <para>The rules that you set up here will be referenced with you <link
15665         linkend="stagemarc">Stage MARC Records for Import</link>.</para>
15666
15667         <para>To create a new matching rule :</para>
15668
15669         <itemizedlist>
15670           <listitem>
15671             <para>Click 'New Record Matching Rule'</para>
15672
15673             <screenshot>
15674               <screeninfo>Add record matching rule</screeninfo>
15675
15676               <mediaobject>
15677                 <imageobject>
15678                   <imagedata fileref="images/admin/cataloging/newmatchrule.png"/>
15679                 </imageobject>
15680               </mediaobject>
15681             </screenshot>
15682
15683             <itemizedlist>
15684               <listitem>
15685                 <para>Choose a unique name and enter it in the 'Matching rule
15686                 code' field</para>
15687               </listitem>
15688
15689               <listitem>
15690                 <para>'Description' can be anything you want to make it clear
15691                 to you what rule you're picking</para>
15692               </listitem>
15693
15694               <listitem>
15695                 <para>'Match threshold' - The total number of 'points' a
15696                 biblio must earn to be considered a 'match'</para>
15697               </listitem>
15698
15699               <listitem>
15700                 <para>Match points are set up to determine what fields to
15701                 match on</para>
15702               </listitem>
15703
15704               <listitem>
15705                 <para>'Search index' can be found by looking at the
15706                 ccl.properties file on your system which tells the zebra
15707                 indexing what data to search for in the MARC data".</para>
15708               </listitem>
15709
15710               <listitem>
15711                 <para>'Score' - The number of 'points' a match on this field
15712                 is worth. If the sum of each score is greater than the match
15713                 threshold, the incoming record is a match to the existing
15714                 record</para>
15715               </listitem>
15716
15717               <listitem>
15718                 <para>Enter the MARC tag you want to match on in the 'Tag'
15719                 field</para>
15720               </listitem>
15721
15722               <listitem>
15723                 <para>Enter the MARC tag subfield you want to match on in the
15724                 'Subfields' field</para>
15725               </listitem>
15726
15727               <listitem>
15728                 <para>'Offset' - For use with control fields, 001-009</para>
15729               </listitem>
15730
15731               <listitem>
15732                 <para>'Length' - For use with control fields, 001-009</para>
15733               </listitem>
15734
15735               <listitem>
15736                 <para>Koha only has one 'Normalization rule' that removes
15737                 extra characters such as commas and semicolons. The value you
15738                 enter in this field is irrelevant to the normalization
15739                 process.</para>
15740               </listitem>
15741
15742               <listitem>
15743                 <para>'Required match checks' - ??</para>
15744               </listitem>
15745             </itemizedlist>
15746           </listitem>
15747         </itemizedlist>
15748
15749         <para/>
15750
15751         <section id="samplerecordmatch">
15752           <title>Sample Record Matching Rule: Control Number</title>
15753
15754           <screenshot>
15755             <screeninfo>LOC Matching Rule</screeninfo>
15756
15757             <mediaobject>
15758               <imageobject>
15759                 <imagedata fileref="images/admin/cataloging/samplematchrule.png"/>
15760               </imageobject>
15761             </mediaobject>
15762           </screenshot>
15763
15764           <itemizedlist>
15765             <listitem>
15766               <para>Match threshold: 100</para>
15767             </listitem>
15768
15769             <listitem>
15770               <para>Matchpoints (just the one):</para>
15771             </listitem>
15772
15773             <listitem>
15774               <para>Search index: Control-number</para>
15775             </listitem>
15776
15777             <listitem>
15778               <para>Score: 101</para>
15779             </listitem>
15780
15781             <listitem>
15782               <para>Tag: 001</para>
15783
15784               <itemizedlist>
15785                 <listitem>
15786                   <note>
15787                     <para>this field is for the control number assigned by the
15788                     organization creating, using, or distributing the
15789                     record</para>
15790                   </note>
15791                 </listitem>
15792               </itemizedlist>
15793             </listitem>
15794
15795             <listitem>
15796               <para>Subfields: a</para>
15797             </listitem>
15798
15799             <listitem>
15800               <para>Offset: 0</para>
15801             </listitem>
15802
15803             <listitem>
15804               <para>Length: 0</para>
15805             </listitem>
15806
15807             <listitem>
15808               <para>Normalization rule: Control-number</para>
15809             </listitem>
15810
15811             <listitem>
15812               <para>Required Match checks: none (remove the blank one)</para>
15813
15814               <screenshot>
15815                 <screeninfo>Remove match check</screeninfo>
15816
15817                 <mediaobject>
15818                   <imageobject>
15819                     <imagedata fileref="images/admin/cataloging/removematchcheck.png"/>
15820                   </imageobject>
15821                 </mediaobject>
15822               </screenshot>
15823             </listitem>
15824           </itemizedlist>
15825         </section>
15826       </section>
15827
15828       <section id="oaisetsconfig">
15829         <title>OAI Sets Configuration</title>
15830
15831         <para>On this page you can create, modify and delete OAI-PMH
15832         sets</para>
15833
15834         <section id="oaicreate">
15835           <title>Create a set</title>
15836
15837           <para>To create a set:</para>
15838
15839           <itemizedlist>
15840             <listitem>
15841               <para>Click on the link 'Add a new set'</para>
15842             </listitem>
15843
15844             <listitem>
15845               <para>Fill the mandatory fields 'setSpec' and 'setName'</para>
15846             </listitem>
15847
15848             <listitem>
15849               <para>Then you can add descriptions for this set. To do this
15850               click on 'Add description' and fill the newly created text box.
15851               You can add as many descriptions as you want.</para>
15852             </listitem>
15853
15854             <listitem>
15855               <para>Click on 'Save' button'</para>
15856             </listitem>
15857           </itemizedlist>
15858         </section>
15859
15860         <section id="oaimodify">
15861           <title>Modify/Delete a set</title>
15862
15863           <para>To modify a set, just click on the link 'Modify' on the same
15864           line of the set you want to modify. A form similar to set creation
15865           form will appear and allow you to modify the setSpec, setName and
15866           descriptions.</para>
15867
15868           <para>To delete a set, just click on the link 'Delete' on the same
15869           line of the set you want to delete.</para>
15870         </section>
15871
15872         <section id="oaimapping">
15873           <title>Define mappings</title>
15874
15875           <para>Here you can define how a set will be build (what records will
15876           belong to this set) by defining mappings. Mappings are a list of
15877           conditions on record content. A record only need to match one
15878           condition to belong to the set.</para>
15879
15880           <itemizedlist>
15881             <listitem>
15882               <para>Fill the fields 'Field', 'Subfield' and 'Value'. For
15883               example if you want to include in this set all records that have
15884               a 999$9 equal to 'XXX'. Fill 'Field' with 999, 'Subfield' with 9
15885               and 'Value' with XXX.</para>
15886             </listitem>
15887
15888             <listitem>
15889               <para>If you want to add another condition, click on 'OR' button
15890               and repeat step 1.</para>
15891             </listitem>
15892
15893             <listitem>
15894               <para>Click on 'Save'</para>
15895             </listitem>
15896           </itemizedlist>
15897
15898           <para>To delete a condition, just leave at least one of 'Field',
15899           'Subfield' or 'Value' empty and click on 'Save'.<note>
15900               <para>Actually, a condition is true if value in the
15901               corresponding subfield is strictly equal to what is defined if
15902               'Value'. A record having 999$9 = 'XXX YYY' will not belong to a
15903               set where condition is 999$9 = 'XXX'.</para>
15904             </note></para>
15905
15906           <para>And it is case sensitive : a record having 999$9 = 'xxx' will
15907           not belong to a set where condition is 999$9 = 'XXX'.</para>
15908         </section>
15909
15910         <section id="oaibuild">
15911           <title>Build sets</title>
15912
15913           <para>Once you have configured all your sets, you have to build the
15914           sets. This is done by calling the script
15915           misc/migration_tools/build_oai_sets.pl.</para>
15916         </section>
15917       </section>
15918     </section>
15919
15920     <section id="acqadmin">
15921       <title>Acquisitions</title>
15922
15923       <itemizedlist>
15924         <listitem>
15925           <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
15926           Acquisitions</para>
15927         </listitem>
15928       </itemizedlist>
15929
15930       <section id="currexchangeadmin">
15931         <title>Currencies and Exchange Rates</title>
15932
15933         <para>If you place orders from more than one country you will want to
15934         input currency exchange rates so that your acquisitions module will
15935         properly calculate totals.</para>
15936
15937         <itemizedlist>
15938           <listitem>
15939             <para><emphasis>Get there:</emphasis> More &gt; Administration
15940             &gt; Acquisitions &gt; Currencies and Exchange Rates</para>
15941           </listitem>
15942         </itemizedlist>
15943
15944         <screenshot>
15945           <screeninfo>Currencies</screeninfo>
15946
15947           <mediaobject>
15948             <imageobject>
15949               <imagedata fileref="images/admin/acquisitions/currencies.png"/>
15950             </imageobject>
15951           </mediaobject>
15952         </screenshot>
15953
15954         <tip>
15955           <para>This data is not automatically updated, so be sure to keep it
15956           up to date so that your accounting is kept correct.</para>
15957         </tip>
15958
15959         <para>The active currency is the main currency you use in your
15960         library. Your active currency will have a check mark in the 'Active'
15961         column. If you don't have an active currency you will see an error
15962         message telling you to choose an active currency.</para>
15963
15964         <screenshot>
15965           <screeninfo>No active currency warning</screeninfo>
15966
15967           <mediaobject>
15968             <imageobject>
15969               <imagedata fileref="images/admin/acquisitions/nocurrency.png"/>
15970             </imageobject>
15971           </mediaobject>
15972         </screenshot>
15973       </section>
15974
15975       <section id="budgetplanning">
15976         <title>Budgets</title>
15977
15978         <para>Budgets are the top level used for tracking accounting values
15979         related to acquisitions.</para>
15980
15981         <itemizedlist>
15982           <listitem>
15983             <para><emphasis>Get there:</emphasis> More &gt; Administration
15984             &gt; Acquisitions &gt; Budgets</para>
15985           </listitem>
15986         </itemizedlist>
15987
15988         <para>An example would be to create a budget for the current year and
15989         then breaking that into Funds for different areas of the
15990         library.</para>
15991
15992         <section id="addbudget">
15993           <title>Add a budget</title>
15994
15995           <para>Budgets can either be created from scratch or by duplicating
15996           the previous year's budget.</para>
15997
15998           <para>To duplicate a budget from a previous year, click on the link
15999           for the budget name from the list of budgets</para>
16000
16001           <screenshot>
16002             <screeninfo>Budgets List</screeninfo>
16003
16004             <mediaobject>
16005               <imageobject>
16006                 <imagedata fileref="images/admin/acquisitions/budgetslist.png"/>
16007               </imageobject>
16008             </mediaobject>
16009           </screenshot>
16010
16011           <para>On the screen listing the budget breakdown click the Edit
16012           button at the top and choose to Duplicate budget</para>
16013
16014           <screenshot>
16015             <screeninfo>Duplicate Budget</screeninfo>
16016
16017             <mediaobject>
16018               <imageobject>
16019                 <imagedata fileref="images/admin/acquisitions/duplicatebudget.png"/>
16020               </imageobject>
16021             </mediaobject>
16022           </screenshot>
16023
16024           <para>You will be presented with a form where you simply need to
16025           enter the new start and end date and save the budget.</para>
16026
16027           <screenshot>
16028             <screeninfo>New Duplicate Budget</screeninfo>
16029
16030             <mediaobject>
16031               <imageobject>
16032                 <imagedata fileref="images/admin/acquisitions/duplicatestartend.png"/>
16033               </imageobject>
16034             </mediaobject>
16035           </screenshot>
16036
16037           <para>This will not only duplicate your budget, but all of the funds
16038           associated with that budget so that you can reuse budgets and funds
16039           from year to year.</para>
16040
16041           <para>If you haven't used Koha before for acquisitions then you'll
16042           need to start fresh with a new budget. To add a new budget click the
16043           'New Budget' button.</para>
16044
16045           <screenshot>
16046             <screeninfo>New Budget Form</screeninfo>
16047
16048             <mediaobject>
16049               <imageobject>
16050                 <imagedata fileref="images/admin/acquisitions/newbudgetform.png"/>
16051               </imageobject>
16052             </mediaobject>
16053           </screenshot>
16054
16055           <itemizedlist>
16056             <listitem>
16057               <para>Choose the time period this budget is for, whether it's an
16058               academic year, a fiscal year, a quarter, etc.</para>
16059             </listitem>
16060
16061             <listitem>
16062               <para>The Description should be something that will help you
16063               identify the budget when ordering</para>
16064             </listitem>
16065
16066             <listitem>
16067               <para>In the amount box do not use any symbols, simply enter the
16068               amount of the budget with numbers and decimals.</para>
16069             </listitem>
16070
16071             <listitem>
16072               <para>Marking a budget active makes it usable when placing
16073               orders in the acquisitions module, even if the order is placed
16074               after the budget end date. This will allow you to record orders
16075               that were places in a previous budget period.</para>
16076             </listitem>
16077
16078             <listitem>
16079               <para>Locking a budget means that Funds will not be able to be
16080               modified by librarians</para>
16081             </listitem>
16082           </itemizedlist>
16083
16084           <para>Once you have made your edits, click the 'Save Changes'
16085           button. You will be brought to a list of your existing
16086           budgets.</para>
16087
16088           <screenshot>
16089             <screeninfo>List of Budgets</screeninfo>
16090
16091             <mediaobject>
16092               <imageobject>
16093                 <imagedata fileref="images/admin/acquisitions/budgetlist.png"/>
16094               </imageobject>
16095             </mediaobject>
16096           </screenshot>
16097         </section>
16098       </section>
16099
16100       <section id="funds">
16101         <title>Funds</title>
16102
16103         <itemizedlist>
16104           <listitem>
16105             <para><emphasis>Get there:</emphasis> More &gt; Administration
16106             &gt; Acquisitions &gt; Funds</para>
16107           </listitem>
16108         </itemizedlist>
16109
16110         <section id="addbudgetfund">
16111           <title>Add a Fund</title>
16112
16113           <para>A fund is added to a budget.</para>
16114
16115           <para><important>
16116               <para>A <link linkend="addbudget">budget</link> must be defined
16117               before a fund can be created.</para>
16118             </important>To add a new fund click the New button and then choose
16119           which Budget you would like to add the fund to.</para>
16120
16121           <screenshot>
16122             <screeninfo>Choose which budget to add a fund to</screeninfo>
16123
16124             <mediaobject>
16125               <imageobject>
16126                 <imagedata fileref="images/admin/acquisitions/newfund.png"/>
16127               </imageobject>
16128             </mediaobject>
16129           </screenshot>
16130
16131           <para>In the form that appears you wan to enter the basics about
16132           your fund.</para>
16133
16134           <screenshot>
16135             <screeninfo>New Fund Form</screeninfo>
16136
16137             <mediaobject>
16138               <imageobject>
16139                 <imagedata fileref="images/admin/acquisitions/newfundform.png"/>
16140               </imageobject>
16141             </mediaobject>
16142           </screenshot>
16143
16144           <para>The three first fields are required, the rest are
16145           optional</para>
16146
16147           <itemizedlist>
16148             <listitem>
16149               <para>Fund Code is a unique identifier for your fund</para>
16150             </listitem>
16151
16152             <listitem>
16153               <para>The Fund Name should be something that librarians will
16154               understand</para>
16155             </listitem>
16156
16157             <listitem>
16158               <para>Amount should be entered with only numbers and decimals,
16159               no other characters</para>
16160             </listitem>
16161
16162             <listitem>
16163               <para><emphasis>Encumbrance ??</emphasis></para>
16164             </listitem>
16165
16166             <listitem>
16167               <para><emphasis>Expenditure ??</emphasis></para>
16168             </listitem>
16169
16170             <listitem>
16171               <para>You can choose to assign this fund to a librarian. Doing
16172               so will make it so that only that librarian can make changes to
16173               the Fund</para>
16174             </listitem>
16175
16176             <listitem>
16177               <para>Choose which library will be using this fund</para>
16178             </listitem>
16179
16180             <listitem>
16181               <para>You can restrict who can order from this fund by choosing
16182               either the owner or the library from the 'Restrict access to'
16183               menu</para>
16184
16185               <screenshot>
16186                 <screeninfo>Restrict Fund Access</screeninfo>
16187
16188                 <mediaobject>
16189                   <imageobject>
16190                     <imagedata fileref="images/admin/acquisitions/restrictfund.png"/>
16191                   </imageobject>
16192                 </mediaobject>
16193               </screenshot>
16194             </listitem>
16195
16196             <listitem>
16197               <para>Notes are simply for any descriptive notes you might want
16198               to add so that librarians know when to use this fund</para>
16199             </listitem>
16200
16201             <listitem>
16202               <para>Planning categories are used for statistical purposes. To
16203               learn more about planning categories, check out the <link
16204               linkend="planningcatfaq">Planning Category FAQ</link>.</para>
16205             </listitem>
16206           </itemizedlist>
16207
16208           <para>When complete, click 'Submit' and you will be brought to a
16209           list of all of the funds for the budget.</para>
16210
16211           <screenshot>
16212             <screeninfo>List of funds</screeninfo>
16213
16214             <mediaobject>
16215               <imageobject>
16216                 <imagedata fileref="images/admin/acquisitions/fundlist.png"/>
16217               </imageobject>
16218             </mediaobject>
16219           </screenshot>
16220
16221           <para>To the right of each fund you will find the 'Edit,' 'Delete,'
16222           and 'Add Child Fund' options. A child fund simply a sub-fund of the
16223           fund listed. An example would be to have a fund for 'Fiction' and
16224           under that have a fund for 'New Releases' and a fund for 'Science
16225           Fiction.' It is an optional way to further organize your
16226           finances.</para>
16227         </section>
16228
16229         <section id="fundsplanning">
16230           <title>Budget Planning</title>
16231
16232           <para>When viewing the list of funds click the 'Planning' button and
16233           choose how you would like to plan to spend your budget.</para>
16234
16235           <screenshot>
16236             <screeninfo>Planning pull down menu</screeninfo>
16237
16238             <mediaobject>
16239               <imageobject>
16240                 <imagedata fileref="images/admin/acquisitions/planningpulldown.png"/>
16241               </imageobject>
16242             </mediaobject>
16243           </screenshot>
16244
16245           <para>If you choose 'Plan by MONTHS' you will see the budgeted
16246           amount broken down by months:</para>
16247
16248           <screenshot>
16249             <screeninfo>Budget Planning Formula</screeninfo>
16250
16251             <mediaobject>
16252               <imageobject>
16253                 <imagedata fileref="images/admin/acquisitions/planningbymonths.png"/>
16254               </imageobject>
16255             </mediaobject>
16256           </screenshot>
16257
16258           <para>To hide some of the columns you can click the minus sign (-)
16259           to the right (or below as in the screenshot above) the dates. To add
16260           more columns you can click the 'Show a column' link found below the
16261           'Fund Remaining' heading.</para>
16262
16263           <screenshot>
16264             <screeninfo>Choose columns to add</screeninfo>
16265
16266             <mediaobject>
16267               <imageobject>
16268                 <imagedata fileref="images/admin/acquisitions/addplanningcol.png"/>
16269               </imageobject>
16270             </mediaobject>
16271           </screenshot>
16272
16273           <para>From here you can plan your budget spending by manually
16274           entering values or by clicking the 'Auto-fill row' button. If you
16275           choose to auto-fill the form the system will try to divide the
16276           amount accordingly, you may have to make some edits to split things
16277           more accurately.</para>
16278
16279           <screenshot>
16280             <screeninfo>Auto-filled columns</screeninfo>
16281
16282             <mediaobject>
16283               <imageobject>
16284                 <imagedata fileref="images/admin/acquisitions/autofill.png"/>
16285               </imageobject>
16286             </mediaobject>
16287           </screenshot>
16288
16289           <para>Once your changes are made, click the 'Save' button. If you
16290           would like to export your data as a CSV file you can do so by
16291           entering a file name in the 'Output to a file named' field and
16292           clicking the 'Output' button.</para>
16293
16294           <screenshot>
16295             <screeninfo>Export planning as CSV</screeninfo>
16296
16297             <mediaobject>
16298               <imageobject>
16299                 <imagedata fileref="images/admin/acquisitions/planningcsv.png"/>
16300               </imageobject>
16301             </mediaobject>
16302           </screenshot>
16303         </section>
16304       </section>
16305     </section>
16306
16307     <section id="additionaladmin">
16308       <title>Additional Parameters</title>
16309
16310       <itemizedlist>
16311         <listitem>
16312           <para><emphasis>Get there:</emphasis> More &gt; Administration &gt;
16313           Additional Parameters</para>
16314         </listitem>
16315       </itemizedlist>
16316
16317       <section id="stopwordsadmin">
16318         <title>Stop Words</title>
16319
16320         <important>
16321           <para>If NoZebra is set to 'Use' this option will not appear on the
16322           administration menu</para>
16323         </important>
16324
16325         <para>Stop words are words that you want the search system to
16326         ignore.</para>
16327
16328         <itemizedlist>
16329           <listitem>
16330             <para>&gt;Get there: More &gt; Administration &gt; Additional
16331             Parameters &gt; Stop Words</para>
16332           </listitem>
16333         </itemizedlist>
16334
16335         <para>Koha comes with a standard list of stop words that can be edited
16336         by visiting the Stop Word administration area.</para>
16337
16338         <screenshot>
16339           <screeninfo>Stop word list</screeninfo>
16340
16341           <mediaobject>
16342             <imageobject>
16343               <imagedata fileref="images/admin/additional/stopwords.png"/>
16344             </imageobject>
16345           </mediaobject>
16346         </screenshot>
16347
16348         <para>To add a new stop word to the list, click the 'New Stop Word'
16349         button and add the word you'd like ignored</para>
16350
16351         <screenshot>
16352           <screeninfo>New stop word</screeninfo>
16353
16354           <mediaobject>
16355             <imageobject>
16356               <imagedata fileref="images/admin/additional/newstop.png"/>
16357             </imageobject>
16358           </mediaobject>
16359         </screenshot>
16360
16361         <important>
16362           <para>If you change something in this table, ask your administrator
16363           to run misc/batchRebuildBiblioTables.pl script.</para>
16364         </important>
16365       </section>
16366
16367       <section id="z3950admin">
16368         <title>Z39.50 Servers</title>
16369
16370         <para>Koha has a powerful copy cataloging tool. Using Koha you can
16371         connect to any Z39.50 target that is publicly available or that you
16372         have the log in information to.</para>
16373
16374         <itemizedlist>
16375           <listitem>
16376             <para><emphasis>Get there:</emphasis> More &gt; Administration
16377             &gt; Additional Parameters &gt; Z39.50 Servers</para>
16378           </listitem>
16379         </itemizedlist>
16380
16381         <para>Koha comes with a default list of Z39.50 targets set up that you
16382         can add to, edit or delete</para>
16383
16384         <screenshot>
16385           <screeninfo>List of Z39.50 Servers in Koha</screeninfo>
16386
16387           <mediaobject>
16388             <imageobject>
16389               <imagedata fileref="images/admin/additional/z39list.png"/>
16390             </imageobject>
16391           </mediaobject>
16392         </screenshot>
16393
16394         <para>To find additional targets you use IndexData's IRSpy: <ulink
16395         url="http://irspy.indexdata.com/">http://irspy.indexdata.com</ulink></para>
16396
16397         <section id="addztarget">
16398           <title>Add a Z39.50 Target</title>
16399
16400           <itemizedlist>
16401             <listitem>
16402               <para>From the main Z39.50 page, click 'New Z39.50
16403               Server'</para>
16404
16405               <itemizedlist>
16406                 <listitem>
16407                   <para>Userid and Password are only required for servers that
16408                   are password protected</para>
16409                 </listitem>
16410               </itemizedlist>
16411
16412               <screenshot>
16413                 <screeninfo>New Z39.50 Server Form</screeninfo>
16414
16415                 <mediaobject>
16416                   <imageobject>
16417                     <imagedata fileref="images/admin/additional/newz39.png"/>
16418                   </imageobject>
16419                 </mediaobject>
16420               </screenshot>
16421             </listitem>
16422           </itemizedlist>
16423         </section>
16424
16425         <section id="suggestztarget">
16426           <title>Suggested Z39.50 Targets</title>
16427
16428           <para>The following targets have been used successfully by other
16429           Koha libraries (in the Americas):</para>
16430
16431           <itemizedlist>
16432             <listitem>
16433               <para>BIBLIOS z3950.biblios.net:210 bibliographic</para>
16434             </listitem>
16435
16436             <listitem>
16437               <para>BIG COUNTRY KOHA bcls.kohalibrary.com:210 bcls_koha</para>
16438             </listitem>
16439
16440             <listitem>
16441               <para>CUYAHOGA COUNTY PUBLIC webcat.cuyahoga.lib.oh.us:210
16442               INNOPAC</para>
16443             </listitem>
16444
16445             <listitem>
16446               <para>GREATER SUDBURY PUBLIC 216.223.90.51:210 INNOPAC</para>
16447             </listitem>
16448
16449             <listitem>
16450               <para>HALIFAX PUBLIC catalogue.halifaxpubliclibraries.ca:210
16451               horizon</para>
16452             </listitem>
16453
16454             <listitem>
16455               <para>HALTON HILLS PUBLIC cat.hhpl.on.ca:210 halton_hills</para>
16456             </listitem>
16457
16458             <listitem>
16459               <para>LIBRARY OF CONGRESS z3950.loc.gov:7090 Voyager</para>
16460             </listitem>
16461
16462             <listitem>
16463               <para>LONDON PUBLIC LIBRARY catalogue.londonpubliclibrary.ca:210
16464               INNOPAC</para>
16465             </listitem>
16466
16467             <listitem>
16468               <para>MANITOBA PUBLIC library.gov.mb.ca:210 horizon</para>
16469             </listitem>
16470
16471             <listitem>
16472               <para>MILTON PL cat.mpl.on.ca:210 horizon</para>
16473             </listitem>
16474
16475             <listitem>
16476               <para>NATIONAL LIBRARY OF WALES cat.llgc.org.uk:210
16477               default</para>
16478             </listitem>
16479
16480             <listitem>
16481               <para>TORONTO PUBLIC symphony.torontopubliclibrary.ca:2200
16482               unicorn</para>
16483             </listitem>
16484
16485             <listitem>
16486               <para>TRI-UNI 129.97.129.194:7090 voyager</para>
16487             </listitem>
16488
16489             <listitem>
16490               <para>VANCOUVER PUBLIC LIBRARY z3950.vpl.ca:210 Horizon</para>
16491             </listitem>
16492           </itemizedlist>
16493         </section>
16494       </section>
16495     </section>
16496   </chapter>
16497
16498   <chapter id="tools">
16499     <title>Tools</title>
16500
16501     <para>Tools in Koha all perform some sort of action. Often many of the
16502     items listed under Tools in Koha are referred to as 'Reports' in other
16503     library management systems.</para>
16504
16505     <itemizedlist>
16506       <listitem>
16507         <para><emphasis>Get there:</emphasis> More &gt; Tools</para>
16508       </listitem>
16509     </itemizedlist>
16510
16511     <section id="patrontools">
16512       <title>Patrons and Circulation</title>
16513
16514       <para/>
16515
16516       <section id="comments">
16517         <title>Comments</title>
16518
16519         <itemizedlist>
16520           <listitem>
16521             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
16522             and Circulation &gt; Comments</para>
16523           </listitem>
16524         </itemizedlist>
16525
16526         <para>All comments added by patrons via the OPAC to bibliographic
16527         records require moderation by the librarians. If there are comments
16528         awaiting moderation they will be listed on the main staff dashboard
16529         under the Tools label:</para>
16530
16531         <screenshot>
16532           <screeninfo>Comments pending approval</screeninfo>
16533
16534           <mediaobject>
16535             <imageobject>
16536               <imagedata fileref="images/tools/comments/commentswaiting.png"/>
16537             </imageobject>
16538           </mediaobject>
16539         </screenshot>
16540
16541         <para>To moderate comments click on the notification on the main
16542         dashboard or go directly to the Comments Tool and click 'Approve' or
16543         'Delete' to the right of the comments awaiting moderation.</para>
16544
16545         <screenshot>
16546           <screeninfo>Comment awaiting moderation</screeninfo>
16547
16548           <mediaobject>
16549             <imageobject>
16550               <imagedata fileref="images/tools/comments/commentmoderation.png"/>
16551             </imageobject>
16552           </mediaobject>
16553         </screenshot>
16554
16555         <para>If there are no comments to moderate you will see a message
16556         saying just that</para>
16557
16558         <screenshot>
16559           <screeninfo>No comments to moderate</screeninfo>
16560
16561           <mediaobject>
16562             <imageobject>
16563               <imagedata fileref="images/tools/comments/nocomments.png"/>
16564             </imageobject>
16565           </mediaobject>
16566         </screenshot>
16567
16568         <para>You can also review and unapprove comments you have approved in
16569         the past by choosing the 'Approved comments' tab</para>
16570
16571         <screenshot>
16572           <screeninfo>Approved comments</screeninfo>
16573
16574           <mediaobject>
16575             <imageobject>
16576               <imagedata fileref="images/tools/comments/commentapproved.png"/>
16577             </imageobject>
16578           </mediaobject>
16579         </screenshot>
16580       </section>
16581
16582       <section id="patronimport">
16583         <title>Patron Import</title>
16584
16585         <itemizedlist>
16586           <listitem>
16587             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
16588             and Circulation &gt; Import Patrons</para>
16589           </listitem>
16590         </itemizedlist>
16591
16592         <para>The patron import tool can be used at any time to add patrons in
16593         bulk. It is commonly used in universities and schools when a new batch
16594         of students registers.</para>
16595
16596         <section id="createpatronfile">
16597           <title>Creating Patron File</title>
16598
16599           <para>Your Koha installation comes with a blank CSV file that you
16600           can use as a template for your patron records. If you would like to
16601           create the file yourself, make sure that your file has the following
16602           fields in this order as the header row:</para>
16603
16604           <para>borrowernumber, cardnumber, surname, firstname, title,
16605           othernames, initials, streetnumber, streettype, address, address2,
16606           city, zipcode, country, email, phone, mobile, fax, emailpro,
16607           phonepro, B_streetnumber, B_streettype, B_address, B_address2,
16608           B_city, B_zipcode, B_country, B_email, B_phone, dateofbirth,
16609           branchcode, categorycode, dateenrolled, dateexpiry, gonenoaddress,
16610           lost, debarred, contactname, contactfirstname, contacttitle,
16611           guarantorid, borrowernotes, relationship, ethnicity, ethnotes, sex,
16612           password, flags, userid, opacnote, contactnote, sort1, sort2,
16613           altcontactfirstname, altcontactsurname, altcontactaddress1,
16614           altcontactaddress2, altcontactaddress3, altcontactzipcode,
16615           altcontactcountry, altcontactphone, smsalertnumber,
16616           patron_attributes</para>
16617
16618           <important>
16619             <para>The 'password' value should be stored in plain text, and
16620             will be converted to a md5 hash (which is an encrypted version of
16621             the password).</para>
16622
16623             <itemizedlist>
16624               <listitem>
16625                 <para>If your passwords are already encrypted, talk to your
16626                 systems administrator about options</para>
16627               </listitem>
16628             </itemizedlist>
16629           </important>
16630
16631           <important>
16632             <para>Date formats should match your <link
16633             linkend="dateformat">system preference</link>, and must be
16634             zero-padded, e.g. '01/02/2008'.</para>
16635           </important>
16636
16637           <important>
16638             <para>The fields 'branchcode' and 'categorycode' are required and
16639             must match valid entries in your database.</para>
16640           </important>
16641
16642           <tip>
16643             <para>If loading <link linkend="patronattributetypes">patron
16644             attributes</link>, the 'patron_attributes' field should contain a
16645             comma-separated list of attribute types and values.</para>
16646
16647             <itemizedlist>
16648               <listitem>
16649                 <para>The attribute type code and a colon should precede each
16650                 value.</para>
16651
16652                 <itemizedlist>
16653                   <listitem>
16654                     <para>For example: <emphasis
16655                     role="bold">INSTID:12345,LANG:fr</emphasis> or <emphasis
16656                     role="bold">STARTDATE:January 1
16657                     2010,TRACK:Day</emphasis></para>
16658                   </listitem>
16659
16660                   <listitem>
16661                     <para>If an input record has more than one attribute, the
16662                     fields should either be entered as an unquoted string
16663                     (previous examples), or with each field wrapped in
16664                     separate double quotes and delimited by a comma:</para>
16665
16666                     <itemizedlist>
16667                       <listitem>
16668                         <para><emphasis role="bold">"STARTDATE:January 1,
16669                         2010","TRACK:Day"</emphasis></para>
16670                       </listitem>
16671
16672                       <listitem>
16673                         <para>This syntax would be required if the data might
16674                         have a comma in it, like a date string.</para>
16675                       </listitem>
16676                     </itemizedlist>
16677                   </listitem>
16678                 </itemizedlist>
16679               </listitem>
16680             </itemizedlist>
16681           </tip>
16682         </section>
16683
16684         <section id="importpatrons">
16685           <title>Importing Patrons</title>
16686
16687           <para>Once you have created your file, you can use the Patron Import
16688           Tool to bring the data into Koha.</para>
16689
16690           <screenshot>
16691             <screeninfo>Import Patron Form</screeninfo>
16692
16693             <mediaobject>
16694               <imageobject>
16695                 <imagedata fileref="images/tools/importpatrons/importpatrons.png"/>
16696               </imageobject>
16697             </mediaobject>
16698           </screenshot>
16699
16700           <itemizedlist>
16701             <listitem>
16702               <para>Choose your CSV file and choose to match on 'Cardnumber'
16703               to prevent adding of duplicate card numbers to the system</para>
16704             </listitem>
16705
16706             <listitem>
16707               <para>Next you can choose default values to apply to all patrons
16708               you are importing</para>
16709
16710               <itemizedlist>
16711                 <listitem>
16712                   <para>ex. If you're importing patrons specific to one branch
16713                   you can use the field on the Import form to apply the branch
16714                   code to all those you are importing.</para>
16715                 </listitem>
16716               </itemizedlist>
16717             </listitem>
16718
16719             <listitem>
16720               <para>Finally you need to decide on what data you want to
16721               replace if there are duplicates.</para>
16722
16723               <screenshot>
16724                 <screeninfo>Record matching options</screeninfo>
16725
16726                 <mediaobject>
16727                   <imageobject>
16728                     <imagedata fileref="images/tools/importpatrons/patronmatching.png"/>
16729                   </imageobject>
16730                 </mediaobject>
16731               </screenshot>
16732
16733               <itemizedlist>
16734                 <listitem>
16735                   <para>A matching record is found using the field you chose
16736                   for matching criteria to prevent duplication</para>
16737                 </listitem>
16738
16739                 <listitem>
16740                   <para>If you included patron attributes in your file you can
16741                   decide whether to add your values to existing values or
16742                   erase existing values and enter only your new values.</para>
16743                 </listitem>
16744               </itemizedlist>
16745             </listitem>
16746           </itemizedlist>
16747         </section>
16748       </section>
16749
16750       <section id="notices">
16751         <title>Notices &amp; Slips</title>
16752
16753         <itemizedlist>
16754           <listitem>
16755             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
16756             and Circulation &gt; Notices &amp; Slips</para>
16757           </listitem>
16758         </itemizedlist>
16759
16760         <para>All notices and circulation receipts (or slips) generated by
16761         Koha can be customized using the Notices &amp; Slips Tool. The system
16762         comes with several predefined templates that will appear when you
16763         first visit this tool.</para>
16764
16765         <screenshot>
16766           <screeninfo>Notices &amp; Slips Tool</screeninfo>
16767
16768           <mediaobject>
16769             <imageobject>
16770               <imagedata fileref="images/tools/notices/notices.png"/>
16771             </imageobject>
16772           </mediaobject>
16773         </screenshot>
16774
16775         <para>Each notice can be edited, but only a few can be deleted, this
16776         is to prevent system errors should a message try to send without a
16777         template. Each notice and slip can be edited on a per library basis,
16778         by default you will see the notices for all libraries.</para>
16779
16780         <para>If you have a style you'd like applied to all slips you can
16781         point the <link linkend="SlipCSS">SlipCSS</link> preference to a
16782         stylesheet. The same is true for notices, using the <link
16783         linkend="NoticeCSS">NoticeCSS</link> preference to define a
16784         stylesheet.</para>
16785
16786         <section id="addnotices">
16787           <title>Adding Notices &amp; Slips</title>
16788
16789           <para>To add a new notice or slip</para>
16790
16791           <itemizedlist>
16792             <listitem>
16793               <para>Click 'New Notice'</para>
16794
16795               <screenshot>
16796                 <screeninfo>New Notice Form</screeninfo>
16797
16798                 <mediaobject>
16799                   <imageobject>
16800                     <imagedata fileref="images/tools/notices/newnotice.png"/>
16801                   </imageobject>
16802                 </mediaobject>
16803               </screenshot>
16804             </listitem>
16805
16806             <listitem>
16807               <para>Choose which library this notice or slip is for</para>
16808             </listitem>
16809
16810             <listitem>
16811               <para>Choose the module this notice is related to</para>
16812             </listitem>
16813
16814             <listitem>
16815               <para>The Code is limited to 20 characters</para>
16816
16817               <itemizedlist>
16818                 <listitem>
16819                   <important>
16820                     <para>When working with the overdue notices you want each
16821                     notice at each branch to have a unique code. Think about
16822                     using the branch code in front of the notice code for each
16823                     branch.</para>
16824                   </important>
16825                 </listitem>
16826               </itemizedlist>
16827             </listitem>
16828
16829             <listitem>
16830               <para>Use the name field to expand on your Code</para>
16831
16832               <itemizedlist>
16833                 <listitem>
16834                   <tip>
16835                     <para>With overdue notices, be sure to put your branch
16836                     name in the description as well so that it will be visible
16837                     when setting up your <link
16838                     linkend="noticetriggers">triggers</link>.</para>
16839                   </tip>
16840                 </listitem>
16841               </itemizedlist>
16842             </listitem>
16843
16844             <listitem>
16845               <para>If you plan on writing the notice or slip in HTML check
16846               the 'HTML Message' box, otherwise the content will be generated
16847               as plain text</para>
16848             </listitem>
16849
16850             <listitem>
16851               <para>Message Subject is what will appear in the subject line of
16852               the email</para>
16853             </listitem>
16854
16855             <listitem>
16856               <para>In the message body feel free to type whatever message you
16857               feel is best, use the fields on the left hand side to enter
16858               individualized data from the from database.</para>
16859
16860               <itemizedlist>
16861                 <listitem>
16862                   <important>
16863                     <para>Overdue notices can use
16864                     &lt;&lt;items.content&gt;&gt; tags by themselves, or use
16865                     &lt;item&gt;&lt;/item&gt; to span all of the tags. Learn
16866                     more about the <link linkend="noticemarkup">Overdue Notice
16867                     Markup</link></para>
16868
16869                     <itemizedlist>
16870                       <listitem>
16871                         <para>On overdue notices make sure to use
16872                         &lt;&lt;items.content&gt;&gt; tags to print out the
16873                         data related to all items that are overdue.</para>
16874                       </listitem>
16875                     </itemizedlist>
16876
16877                     <itemizedlist>
16878                       <listitem>
16879                         <para>The other option, only for overdue notices, is
16880                         to use the &lt;item&gt;&lt;/item&gt; tags to span the
16881                         line so that it will print out multiple lines One
16882                         example for the &lt;item&gt;&lt;/item&gt; tag option
16883                         is:</para>
16884
16885                         <para>&lt;item&gt;"&lt;&lt;biblio.title&gt;&gt;" by
16886                         &lt;&lt;biblio.author&gt;&gt;,
16887                         &lt;&lt;items.itemcallnumber&gt;&gt;, Barcode:
16888                         &lt;&lt;items.barcode&gt;&gt; , Checkout date:
16889                         &lt;&lt;issues.issuedate&gt;&gt;, Due date:
16890                         &lt;&lt;issues.date_due&gt;&gt; Fine:
16891                         &lt;fine&gt;USD&lt;/fine&gt; Due date:
16892                         &lt;&lt;issues.date_due&gt;&gt; &lt;/item&gt;</para>
16893                       </listitem>
16894                     </itemizedlist>
16895                   </important>
16896                 </listitem>
16897
16898                 <listitem>
16899                   <important>
16900                     <para>Only the overdue notices take advantage of the
16901                     &lt;item&gt;&lt;/item&gt; tags, all other notices
16902                     referencing items need to use
16903                     &lt;&lt;items.content&gt;&gt;</para>
16904                   </important>
16905                 </listitem>
16906               </itemizedlist>
16907             </listitem>
16908           </itemizedlist>
16909
16910           <section id="noticemarkup">
16911             <title>Overdue Notice Markup</title>
16912
16913             <para>When creating your overdue notices there are two tags in
16914             addition to the various database fields that you can use in your
16915             notices.<important>
16916                 <para>These new tags only work on the overdue notices, not
16917                 other circulation related notices at this time.</para>
16918               </important></para>
16919
16920             <itemizedlist>
16921               <listitem>
16922                 <para>&lt;item&gt;&lt;/item&gt; which should enclose all
16923                 fields from the biblio, biblioitems, and items tables.</para>
16924               </listitem>
16925
16926               <listitem>
16927                 <para>&lt;fine&gt;&lt;/fine&gt; which should be enclosed by
16928                 the item tag and should enclose a currency identifier per ISO
16929                 4217. If this tag is present with a proper identifier, the
16930                 fine for that item will be displayed in the proper currency
16931                 format.</para>
16932
16933                 <itemizedlist>
16934                   <listitem>
16935                     <para>Note: ISO 4217 changes from time to time therefore
16936                     all currencies may not be supported. If you find one that
16937                     is not supported, please file a bug with the
16938                     Locale::Currency::Format author Tan D Nguyen &lt;tnguyen
16939                     at cpan doe org&gt;.</para>
16940                   </listitem>
16941                 </itemizedlist>
16942               </listitem>
16943             </itemizedlist>
16944
16945             <para>An example of using these two tags in a notice template
16946             might be like:</para>
16947
16948             <programlisting>   The following item(s) is/are currently overdue:
16949
16950    &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;fine&gt;GBP&lt;/fine&gt;&lt;/item&gt;</programlisting>
16951
16952             <para>Which, assuming two items were overdue, would result in a
16953             notice like:<programlisting>   The following item(s) is/are currently overdue:
16954
16955    "A Short History of Western Civilization" by Harrison, John B, 909.09821 H2451, Barcode: 08030003 Fine: &pound;3.50
16956    "History of Western Civilization" by Hayes, Carlton Joseph Huntley, 909.09821 H3261 v.1, Barcode: 08030004 Fine: &pound;3.50</programlisting></para>
16957           </section>
16958         </section>
16959
16960         <section id="existingnotices">
16961           <title>Existing Notices &amp; Slips</title>
16962
16963           <para>Among the default notices are notices for several common
16964           actions within Koha. All of these notices can be customized by
16965           altering their text via the Notices &amp; Slips tool and their style
16966           using the <link linkend="NoticeCSS">NoticeCSS</link> preference to
16967           define a stylesheet. Here are some of what those notices do</para>
16968
16969           <itemizedlist>
16970             <listitem>
16971               <para id="ACCTDETAILS">ACCTDETAILS</para>
16972
16973               <itemizedlist>
16974                 <listitem>
16975                   <para>Sent to patrons when their account is set up if the
16976                   <link linkend="AutoEmailOPACUser">AutoEmailOPACUser</link>
16977                   preference is set to 'Send'</para>
16978                 </listitem>
16979               </itemizedlist>
16980             </listitem>
16981
16982             <listitem>
16983               <para id="ACQCLAIM">ACQCLAIM (Acquisition Claim)</para>
16984
16985               <itemizedlist>
16986                 <listitem>
16987                   <para>Used in the claim acquisition module</para>
16988                 </listitem>
16989
16990                 <listitem>
16991                   <para><emphasis>Get there:</emphasis> More &gt; Acquisitions
16992                   &gt; Late issues</para>
16993                 </listitem>
16994               </itemizedlist>
16995             </listitem>
16996
16997             <listitem>
16998               <para id="HOLDnotice">HOLD (Hold Available for Pickup)</para>
16999
17000               <itemizedlist>
17001                 <listitem>
17002                   <para>This notice is used if two criteria are met:</para>
17003
17004                   <orderedlist>
17005                     <listitem>
17006                       <para>The <link
17007                       linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
17008                       is set to 'Allow'</para>
17009                     </listitem>
17010
17011                     <listitem>
17012                       <para>The patron has requested to receive this
17013                       notice</para>
17014
17015                       <itemizedlist>
17016                         <listitem>
17017                           <para><emphasis>Get there: </emphasis>OPAC &gt;
17018                           Login &gt; my messaging</para>
17019                         </listitem>
17020
17021                         <listitem>
17022                           <para><emphasis>Get there: </emphasis>Staff Client
17023                           &gt; Patron Record &gt; <link
17024                           linkend="patnotices">Notices</link></para>
17025                         </listitem>
17026                       </itemizedlist>
17027                     </listitem>
17028                   </orderedlist>
17029                 </listitem>
17030
17031                 <listitem>
17032                   <para>When this notice references the branches table it is
17033                   referring to the pickup branch information.</para>
17034                 </listitem>
17035               </itemizedlist>
17036             </listitem>
17037
17038             <listitem>
17039               <para id="HOLDPLACED">HOLDPLACED (a notice to the library staff
17040               that a hold has been placed)</para>
17041
17042               <itemizedlist>
17043                 <listitem>
17044                   <para>This notice requires the <link
17045                   linkend="emailLibrarianWhenHoldIsPlaced">emailLibrarianWhenHoldIsPlaced</link>
17046                   system preference to be set to 'Enable'</para>
17047                 </listitem>
17048
17049                 <listitem>
17050                   <para>When this notice references the branches table it is
17051                   referring to the pickup branch information.</para>
17052                 </listitem>
17053               </itemizedlist>
17054             </listitem>
17055
17056             <listitem>
17057               <para id="HOLD_PRINT">HOLD_PRINT (Printed notice when hold
17058               available for pickup)</para>
17059
17060               <itemizedlist>
17061                 <listitem>
17062                   <para>This notice is used for hold confirmation notices that
17063                   are sent out in print format. This will not effect what the
17064                   email notice looks like.</para>
17065                 </listitem>
17066
17067                 <listitem>
17068                   <para>When this notice references the branches table it is
17069                   referring to the pickup branch information.</para>
17070                 </listitem>
17071               </itemizedlist>
17072             </listitem>
17073
17074             <listitem>
17075               <para id="ODUE">ODUE (Overdue Notice)</para>
17076
17077               <itemizedlist>
17078                 <listitem>
17079                   <para>This notice is used to send Overdue Notices to
17080                   Patrons</para>
17081                 </listitem>
17082
17083                 <listitem>
17084                   <para>See a <link linkend="samplenotice">Sample Overdue
17085                   Notice</link></para>
17086                 </listitem>
17087
17088                 <listitem>
17089                   <para>Requires that you set <link
17090                   linkend="noticetriggers">Overdue Notice/Status
17091                   Triggers</link></para>
17092                 </listitem>
17093               </itemizedlist>
17094             </listitem>
17095
17096             <listitem>
17097               <para id="RLIST">RLIST (Routing List)</para>
17098
17099               <itemizedlist>
17100                 <listitem>
17101                   <para>Used in the serials module to notify patrons/staff of
17102                   new issues of a serial</para>
17103
17104                   <itemizedlist>
17105                     <listitem>
17106                       <para><emphasis>Get there:</emphasis> More &gt; Serials
17107                       &gt; <link linkend="newsubscription">New
17108                       Subscription</link></para>
17109                     </listitem>
17110                   </itemizedlist>
17111                 </listitem>
17112
17113                 <listitem>
17114                   <para>You have the option to select the 'Routing List'
17115                   notice when creating a new subscription (Choose from the
17116                   'Patron notification' drop down).</para>
17117                 </listitem>
17118
17119                 <listitem>
17120                   <tip>
17121                     <para>Notice also that if you'd like to notify patrons of
17122                     new serial issues, you can click on 'define a notice'
17123                     which will take you to the 'Notices' tool</para>
17124                   </tip>
17125                 </listitem>
17126               </itemizedlist>
17127             </listitem>
17128           </itemizedlist>
17129
17130           <para>There are also a set of predefined slips (or receipts) listed
17131           on this page. All of these slips can be customized by altering their
17132           text via the Notices &amp; Slips tool and their style using the
17133           <link linkend="SlipCSS">SlipCSS</link> preference to define a
17134           stylesheet. Here is what those slips are used for:</para>
17135
17136           <itemizedlist>
17137             <listitem>
17138               <para>ISSUEQSLIP</para>
17139
17140               <itemizedlist>
17141                 <listitem>
17142                   <para>Used to print the quick slip in circulation</para>
17143                 </listitem>
17144
17145                 <listitem>
17146                   <para>The quick slip only includes items that were checked
17147                   out today</para>
17148                 </listitem>
17149               </itemizedlist>
17150             </listitem>
17151
17152             <listitem>
17153               <para>ISSUESLIP</para>
17154
17155               <itemizedlist>
17156                 <listitem>
17157                   <para>Used to print a full slip in circulation</para>
17158                 </listitem>
17159
17160                 <listitem>
17161                   <para>The slip or receipt will show items checked out today
17162                   as well as items that are still checked out</para>
17163                 </listitem>
17164               </itemizedlist>
17165             </listitem>
17166
17167             <listitem>
17168               <para>RESERVESLIP</para>
17169
17170               <itemizedlist>
17171                 <listitem>
17172                   <para>Used to print a holds slip</para>
17173                 </listitem>
17174
17175                 <listitem>
17176                   <para>The holds slip is generated when a hold is
17177                   confirmed</para>
17178                 </listitem>
17179               </itemizedlist>
17180             </listitem>
17181
17182             <listitem>
17183               <para>TRANSFERSLIP</para>
17184
17185               <itemizedlist>
17186                 <listitem>
17187                   <para>Used to print a transfer slip</para>
17188                 </listitem>
17189
17190                 <listitem>
17191                   <para>The transfer slip is printed when you confirm a
17192                   transfer from one branch to another in your system</para>
17193                 </listitem>
17194               </itemizedlist>
17195             </listitem>
17196           </itemizedlist>
17197         </section>
17198       </section>
17199
17200       <section id="noticetriggers">
17201         <title>Overdue Notice/Status Triggers</title>
17202
17203         <itemizedlist>
17204           <listitem>
17205             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
17206             and Circulation &gt; Overdue Notice/Status Triggers</para>
17207           </listitem>
17208         </itemizedlist>
17209
17210         <para>In order to send the overdue notices that you defined using the
17211         <link linkend="notices">Notices</link> tool, you need to first set the
17212         triggers to have these messages.</para>
17213
17214         <important>
17215           <para>In order to have overdue notices sent to your patrons, you
17216           need to <link linkend="addingpatroncat">set that patron
17217           category</link> to require overdue notices.</para>
17218         </important>
17219
17220         <para>The Overdue Notice/Status Triggers tool gives the librarian the
17221         power to send up to three notices to each patron type notifying them
17222         of overdue items</para>
17223
17224         <screenshot>
17225           <screeninfo>Overdue Notice/Status Triggers Tool</screeninfo>
17226
17227           <mediaobject>
17228             <imageobject>
17229               <imagedata fileref="images/tools/triggers.png"/>
17230             </imageobject>
17231           </mediaobject>
17232         </screenshot>
17233
17234         <itemizedlist>
17235           <listitem>
17236             <para>Delay is the number of days after an issue is due before an
17237             action is triggered.</para>
17238
17239             <itemizedlist>
17240               <listitem>
17241                 <important>
17242                   <para>If you want Koha to trigger an action (send a letter
17243                   or restrict member), a delay value is required.</para>
17244                 </important>
17245               </listitem>
17246             </itemizedlist>
17247           </listitem>
17248
17249           <listitem>
17250             <para>To send additional notices, click on the tabs for 'Second'
17251             and 'Third' notice</para>
17252           </listitem>
17253
17254           <listitem>
17255             <para>If you would like to prevent a patron from checking items
17256             out because of their overdue items, check the 'Restrict' box, this
17257             will put a notice on the patron's record at checkout informing the
17258             librarian that the patron cannot check out due to overdue
17259             items.</para>
17260           </listitem>
17261
17262           <listitem>
17263             <para>See a <link linkend="samplenotice">Sample Overdue
17264             Notice</link></para>
17265           </listitem>
17266         </itemizedlist>
17267       </section>
17268
17269       <section id="patroncardcreator">
17270         <title>Patron Card Creator</title>
17271
17272         <itemizedlist>
17273           <listitem>
17274             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
17275             and Circulation &gt; Patron Card Creator</para>
17276           </listitem>
17277         </itemizedlist>
17278
17279         <para>The Patron Card Creator allow you to use layouts and templates
17280         which you design to print a nearly unlimited variety of patron cards
17281         including barcodes. Here are some of the features of the Patron Card
17282         Creator module:</para>
17283
17284         <itemizedlist>
17285           <listitem>
17286             <para>Customize patron card layouts</para>
17287           </listitem>
17288
17289           <listitem>
17290             <para>Design custom card templates for printed patron cards</para>
17291           </listitem>
17292
17293           <listitem>
17294             <para>Build and manage batches of patron cards</para>
17295           </listitem>
17296
17297           <listitem>
17298             <para>Export single or multiple batches</para>
17299           </listitem>
17300
17301           <listitem>
17302             <para>Export single or multiple patron cards from within a
17303             batch</para>
17304           </listitem>
17305
17306           <listitem>
17307             <para>Export card data as a PDF readable by any standard PDF
17308             reader, making patron cards printable directly on a printer</para>
17309           </listitem>
17310         </itemizedlist>
17311
17312         <para>At the top of each screen within the Patron Card Creator, you
17313         will see a toolbar allowing quick access to relevant functions. The
17314         menu to the left of each screen also allows easy access to the
17315         different sections of the Patron Card Creator. The bread crumb trail
17316         near the top of each screen will give specific indication as to where
17317         you are within the Patron Card Creator module and allow quick
17318         navigation to previously traversed sections. And finally, you can find
17319         more detailed information on each section of the Patron Card Creator
17320         by clicking the online help link at the upper left-hand corner of
17321         every page.</para>
17322
17323         <section id="patrontemplate">
17324           <title>Templates</title>
17325
17326           <itemizedlist>
17327             <listitem>
17328               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
17329               Patron Card Creator &gt; Templates</para>
17330             </listitem>
17331           </itemizedlist>
17332
17333           <para>A template is the label/card stock you are using. This might
17334           be Avery 5160 for address labels, Gaylord 47-284 for spine labels or
17335           Avery 28371 for your patron cards, just to give a couple of
17336           examples. These labels will include all of the information you will
17337           need for setting up a Koha, this information may be on the
17338           packaging, and if not it can usually be found on the vendor's
17339           website.</para>
17340
17341           <section id="addcardtemplate">
17342             <title>Add a Template</title>
17343
17344             <para>To add a new template, you want to click on the 'Templates'
17345             button at the top of your page and choose 'New Template'</para>
17346
17347             <screenshot>
17348               <screeninfo>New Template Button</screeninfo>
17349
17350               <mediaobject>
17351                 <imageobject>
17352                   <imagedata fileref="images/tools/patroncards/newtemplate.png"/>
17353                 </imageobject>
17354               </mediaobject>
17355             </screenshot>
17356
17357             <para>Using the form that appears you can define the template for
17358             your sheet of labels or cards.</para>
17359
17360             <screenshot>
17361               <screeninfo>Add Patron Card Template</screeninfo>
17362
17363               <mediaobject>
17364                 <imageobject>
17365                   <imagedata fileref="images/tools/patroncards/edittemplate.png"/>
17366                 </imageobject>
17367               </mediaobject>
17368             </screenshot>
17369
17370             <itemizedlist>
17371               <listitem>
17372                 <para>Template ID will be automatically generated after saving
17373                 your template, this is simply a system generated unique
17374                 id</para>
17375               </listitem>
17376
17377               <listitem>
17378                 <para>Template Code should be something you can use to
17379                 identify your template on a list of templates</para>
17380               </listitem>
17381
17382               <listitem>
17383                 <para>You can use the Template Description to add additional
17384                 information about the template</para>
17385               </listitem>
17386
17387               <listitem>
17388                 <para>The Units pull down is used to define what measurement
17389                 scale you're going to be using for the template. This should
17390                 probably match the unit of measurement used on the template
17391                 description provided by the product vendor.</para>
17392
17393                 <screenshot>
17394                   <screeninfo>Measurement Units</screeninfo>
17395
17396                   <mediaobject>
17397                     <imageobject>
17398                       <imagedata fileref="images/tools/patroncards/units.png"/>
17399                     </imageobject>
17400                   </mediaobject>
17401                 </screenshot>
17402               </listitem>
17403
17404               <listitem>
17405                 <para>The measurements can be found on the vendor product
17406                 packaging or website.</para>
17407               </listitem>
17408
17409               <listitem>
17410                 <para>A profile is a set of "adjustments" applied to a given
17411                 template just prior to printing which compensates for
17412                 anomalies unique and peculiar to a given printer (to which the
17413                 profile is assigned).</para>
17414
17415                 <itemizedlist>
17416                   <listitem>
17417                     <para>Before picking a profile try printing some sample
17418                     cards so that you can easily define a profile that is
17419                     right for your printer/template combination.</para>
17420                   </listitem>
17421
17422                   <listitem>
17423                     <para>After finding any anomalies in the printed document,
17424                     <link linkend="addcardprofile">create a profile</link> and
17425                     assign it to the template.</para>
17426                   </listitem>
17427                 </itemizedlist>
17428               </listitem>
17429             </itemizedlist>
17430
17431             <para>After saving, your templates will appear on the 'Manage
17432             Templates' page.</para>
17433
17434             <screenshot>
17435               <screeninfo>Manage Templates</screeninfo>
17436
17437               <mediaobject>
17438                 <imageobject>
17439                   <imagedata fileref="images/tools/patroncards/managetemplates.png"/>
17440                 </imageobject>
17441               </mediaobject>
17442             </screenshot>
17443           </section>
17444         </section>
17445
17446         <section id="patronprofile">
17447           <title>Profiles</title>
17448
17449           <itemizedlist>
17450             <listitem>
17451               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
17452               Patron Card Creator &gt; Profiles</para>
17453             </listitem>
17454           </itemizedlist>
17455
17456           <para>A profile is a set of "adjustments" applied to a given <link
17457           linkend="patrontemplate">template</link> just prior to printing
17458           which compensates for anomalies unique and peculiar to a given
17459           printer (to which the profile is assigned). This means if you set a
17460           template up and then print a sample set of data and find that the
17461           items are not all aligned the same on each card, you need to set up
17462           a profile for each printer to make up for the differences in
17463           printing styles, such as the shifting of text to the left, right,
17464           top or bottom.</para>
17465
17466           <para>If your cards are printing just the way you want, you will not
17467           need a profile.</para>
17468
17469           <section id="addcardprofile">
17470             <title>Add a Profile</title>
17471
17472             <para>To add a new profile, you want to click on the 'Profiles'
17473             button at the top of your page and choose 'New Profile'</para>
17474
17475             <screenshot>
17476               <screeninfo>New Profile Button</screeninfo>
17477
17478               <mediaobject>
17479                 <imageobject>
17480                   <imagedata fileref="images/tools/patroncards/newprofile.png"/>
17481                 </imageobject>
17482               </mediaobject>
17483             </screenshot>
17484
17485             <para>Using the form that appears you can create a profile to fix
17486             any problems with your template.</para>
17487
17488             <screenshot>
17489               <screeninfo>Add Printer Profile</screeninfo>
17490
17491               <mediaobject>
17492                 <imageobject>
17493                   <imagedata fileref="images/tools/patroncards/addprofile.png"/>
17494                 </imageobject>
17495               </mediaobject>
17496             </screenshot>
17497
17498             <itemizedlist>
17499               <listitem>
17500                 <para>The Printer Name and Paper Bin do not have to match your
17501                 printer exactly, they are for your reference so you can
17502                 remember what printer you have set the profile for. So if you
17503                 want to use the Printer model number in printer name or you
17504                 can call it 'the printer on my desk'</para>
17505               </listitem>
17506
17507               <listitem>
17508                 <para>Template will be filled in once you have chosen which
17509                 template to apply the profile to on the <link
17510                 linkend="addcardtemplate">template edit form</link></para>
17511               </listitem>
17512
17513               <listitem>
17514                 <para>The Units pull down is used to define what measurement
17515                 scale you're going to be using for your profile.</para>
17516
17517                 <screenshot>
17518                   <screeninfo>Units of Measurement</screeninfo>
17519
17520                   <mediaobject>
17521                     <imageobject>
17522                       <imagedata fileref="images/tools/patroncards/units.png"/>
17523                     </imageobject>
17524                   </mediaobject>
17525                 </screenshot>
17526               </listitem>
17527
17528               <listitem>
17529                 <para>Offset describes what happens when the entire image is
17530                 off center either vertically or horizontally and creep
17531                 describes a condition where the distance between the labels
17532                 changes across the page or up and down the page</para>
17533
17534                 <itemizedlist>
17535                   <listitem>
17536                     <para>For these values, negative numbers move the error up
17537                     and to the left and positive numbers move the error down
17538                     and to the right</para>
17539                   </listitem>
17540
17541                   <listitem>
17542                     <para>Example: the text is .25" from the left edge of the
17543                     first label, .28" from the left edge of the second label
17544                     and .31" from the left edge of the third label. This means
17545                     the horizontal creep should be set to .03" to make up for
17546                     this difference.</para>
17547                   </listitem>
17548                 </itemizedlist>
17549               </listitem>
17550             </itemizedlist>
17551
17552             <para>After saving, your profiles will appear on the 'Manage
17553             Profiles' page.</para>
17554
17555             <screenshot>
17556               <screeninfo>Manage Profiles</screeninfo>
17557
17558               <mediaobject>
17559                 <imageobject>
17560                   <imagedata fileref="images/tools/patroncards/manageprofiles.png"/>
17561                 </imageobject>
17562               </mediaobject>
17563             </screenshot>
17564
17565             <para>Once you have saved your new profile, you can return to the
17566             list of templates and choose to edit the template that this
17567             profile is for.</para>
17568           </section>
17569         </section>
17570
17571         <section id="cardlayouts">
17572           <title>Layouts</title>
17573
17574           <itemizedlist>
17575             <listitem>
17576               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
17577               Patron Card Creator &gt; Layouts</para>
17578             </listitem>
17579           </itemizedlist>
17580
17581           <para>A layout defines the text and images that will be printed on
17582           to the card and where it will appear.</para>
17583
17584           <section id="addcardlayout">
17585             <title>Add a Layout</title>
17586
17587             <para>To add a new layout, you want to click on the 'Layouts'
17588             button at the top of your page and choose 'New Layout'</para>
17589
17590             <screenshot>
17591               <screeninfo>New Layout Button</screeninfo>
17592
17593               <mediaobject>
17594                 <imageobject>
17595                   <imagedata fileref="images/tools/patroncards/newlayout.png"/>
17596                 </imageobject>
17597               </mediaobject>
17598             </screenshot>
17599
17600             <para>Using the form that appears you can create a profile to fix
17601             any problems with your template.</para>
17602
17603             <screenshot>
17604               <screeninfo>Add New Layout</screeninfo>
17605
17606               <mediaobject>
17607                 <imageobject>
17608                   <imagedata fileref="images/tools/patroncards/addlayout.png"/>
17609                 </imageobject>
17610               </mediaobject>
17611             </screenshot>
17612
17613             <itemizedlist>
17614               <listitem>
17615                 <para>The name you assign to the layout is for your benefit,
17616                 name it something that will be easy to identify at a later
17617                 date</para>
17618               </listitem>
17619
17620               <listitem>
17621                 <para>The Units pull down is used to define what measurement
17622                 scale you're going to be using for your layout.</para>
17623
17624                 <screenshot>
17625                   <screeninfo>Units of Measurement</screeninfo>
17626
17627                   <mediaobject>
17628                     <imageobject>
17629                       <imagedata fileref="images/tools/patroncards/units.png"/>
17630                     </imageobject>
17631                   </mediaobject>
17632                 </screenshot>
17633               </listitem>
17634
17635               <listitem>
17636                 <para>Next note if this layout is for the front or the back of
17637                 the patron card</para>
17638
17639                 <itemizedlist>
17640                   <listitem>
17641                     <para>You will need a layout for both the front and back
17642                     of your card if you have 2-sided library cards</para>
17643                   </listitem>
17644                 </itemizedlist>
17645               </listitem>
17646
17647               <listitem>
17648                 <para>You have the option of adding up to 3 lines of text to
17649                 your card. Your text can be static text of your choosing
17650                 and/or fields from the patron record. If you want to print
17651                 fields from the patron record you want to put the field names
17652                 in brackets like so - &lt;firstname&gt;</para>
17653               </listitem>
17654
17655               <listitem>
17656                 <para>For each line of text, you can choose your font, font
17657                 size and the location of the text on the card using the lower
17658                 X and Y coordinates</para>
17659               </listitem>
17660
17661               <listitem>
17662                 <para>In order to show the barcode and the patron card number
17663                 you will need to check the 'Print Card Number as Barcode'
17664                 option. This will turn the patron card number into a barcode.
17665                 If you want the number to print in human readable format you
17666                 will need to check the 'Print Card Number as Text Under
17667                 Barcode' option.</para>
17668               </listitem>
17669
17670               <listitem>
17671                 <para>Finally you can choose up to two images to print on the
17672                 card.</para>
17673
17674                 <itemizedlist>
17675                   <listitem>
17676                     <para>One can be the <link
17677                     linkend="uploadpatronimages">patron image</link> which you
17678                     can resize to meet your needs.</para>
17679                   </listitem>
17680
17681                   <listitem>
17682                     <para>The other image can be something like a library logo
17683                     or symbol that you uploaded using the '<link
17684                     linkend="managecardimages">Manage Images</link>' module of
17685                     the Patron Card Creator Tool.</para>
17686                   </listitem>
17687                 </itemizedlist>
17688               </listitem>
17689             </itemizedlist>
17690
17691             <para>After saving, your layouts will appear on the 'Manage
17692             Layouts' page.</para>
17693
17694             <screenshot>
17695               <screeninfo>Manage Layouts</screeninfo>
17696
17697               <mediaobject>
17698                 <imageobject>
17699                   <imagedata fileref="images/tools/patroncards/managelayouts.png"/>
17700                 </imageobject>
17701               </mediaobject>
17702             </screenshot>
17703           </section>
17704         </section>
17705
17706         <section id="patroncardbatches">
17707           <title>Batches</title>
17708
17709           <itemizedlist>
17710             <listitem>
17711               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
17712               Patron Card Creator &gt; Batches</para>
17713             </listitem>
17714           </itemizedlist>
17715
17716           <para>A batch is a collection of patrons for whom you want to
17717           generate cards.</para>
17718
17719           <section id="addcardbatch">
17720             <title>Add a Batch</title>
17721
17722             <para>To add a new batch, you want to click on the 'Batches'
17723             button at the top of your page and choose 'New Batch'</para>
17724
17725             <screenshot>
17726               <screeninfo>New Batch Button</screeninfo>
17727
17728               <mediaobject>
17729                 <imageobject>
17730                   <imagedata fileref="images/tools/patroncards/newbatch.png"/>
17731                 </imageobject>
17732               </mediaobject>
17733             </screenshot>
17734
17735             <para/>
17736           </section>
17737         </section>
17738
17739         <section id="managecardimages">
17740           <title>Manage Images</title>
17741
17742           <itemizedlist>
17743             <listitem>
17744               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
17745               Patron Card Creator &gt; Manage Images</para>
17746             </listitem>
17747           </itemizedlist>
17748
17749           <para>Images uploaded using this tool will appear on the menu when
17750           creating <link linkend="cardlayouts">patron card layouts</link>. You
17751           are limited in how many images you can upload (not counting patron
17752           images) by the <link linkend="ImageLimit">ImageLimit</link> system
17753           preference.</para>
17754
17755           <important>
17756             <para>Images must be under 500k in size.</para>
17757           </important>
17758
17759           <tip>
17760             <para>Pictures uploaded with this tool should be at least 300dpi
17761             which is the minimum quality for a printable image.</para>
17762           </tip>
17763
17764           <para>In the center of the screen is a simple upload form, simply
17765           browse for the file on your computer and give it a name you'll
17766           recognize later.</para>
17767
17768           <screenshot>
17769             <screeninfo>Upload Images</screeninfo>
17770
17771             <mediaobject>
17772               <imageobject>
17773                 <imagedata fileref="images/tools/patroncards/imageupload.png"/>
17774               </imageobject>
17775             </mediaobject>
17776           </screenshot>
17777
17778           <para>Once the file is uploaded you will be presented with a
17779           confirmation message.</para>
17780
17781           <screenshot>
17782             <screeninfo>Image Uploaded</screeninfo>
17783
17784             <mediaobject>
17785               <imageobject>
17786                 <imagedata fileref="images/tools/patroncards/imageuploaded.png"/>
17787               </imageobject>
17788             </mediaobject>
17789           </screenshot>
17790
17791           <para>And the image will be listed with all of your others on the
17792           right hand side of the page.</para>
17793
17794           <screenshot>
17795             <screeninfo>Images</screeninfo>
17796
17797             <mediaobject>
17798               <imageobject>
17799                 <imagedata fileref="images/tools/patroncards/imagedelete.png"/>
17800               </imageobject>
17801             </mediaobject>
17802           </screenshot>
17803
17804           <para>To delete one or multiple of these images, click the checkbox
17805           to the right of each image you want to delete and click the 'Delete'
17806           button.</para>
17807         </section>
17808       </section>
17809
17810       <section id="anonpatrons">
17811         <title>Patrons (anonymize, bulk-delete)</title>
17812
17813         <itemizedlist>
17814           <listitem>
17815             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
17816             and Circulation &gt; Patrons (anonymize, bulk-delete)</para>
17817           </listitem>
17818         </itemizedlist>
17819
17820         <para>This tool allows you to bulk anonymize circulation histories
17821         (this means that you keep records of how many times items were checked
17822         out - but not the patrons who checked the items out) or bulk delete
17823         patrons (remove them from the system completely).<important>
17824             <para>Patrons with outstanding fines or items checked out are not
17825             saved. They are not completely removed from the system (moved to
17826             the delete_borrowers table), but this tool does not provide as
17827             many checks as one may desire.</para>
17828           </important></para>
17829
17830         <screenshot>
17831           <screeninfo>Patron Anonymize/Bulk Delete Tool</screeninfo>
17832
17833           <mediaobject>
17834             <imageobject>
17835               <imagedata fileref="images/tools/anonymize/patronbulkdelete.png"/>
17836             </imageobject>
17837           </mediaobject>
17838         </screenshot>
17839
17840         <para>To either delete or anonymize patrons</para>
17841
17842         <itemizedlist>
17843           <listitem>
17844             <para>Check the task you would like to perform (Delete or
17845             Anonymize)</para>
17846           </listitem>
17847
17848           <listitem>
17849             <para>Enter a date before which you want to alter the data</para>
17850           </listitem>
17851
17852           <listitem>
17853             <para>Click 'Next'</para>
17854           </listitem>
17855
17856           <listitem>
17857             <para>A confirmation will appear asking if you're sure this is
17858             what you want to happen</para>
17859
17860             <screenshot>
17861               <screeninfo>Patron Anonymize/Bulk Delete
17862               Confirmation</screeninfo>
17863
17864               <mediaobject>
17865                 <imageobject>
17866                   <imagedata fileref="images/tools/anonymize/patronanonconfirm.png"/>
17867                 </imageobject>
17868               </mediaobject>
17869             </screenshot>
17870           </listitem>
17871
17872           <listitem>
17873             <para>Clicking 'Finish' will delete or anonymize your data</para>
17874
17875             <screenshot>
17876               <screeninfo>Completed Process</screeninfo>
17877
17878               <mediaobject>
17879                 <imageobject>
17880                   <imagedata fileref="images/tools/anonymize/patronanoncomplete.png"/>
17881                 </imageobject>
17882               </mediaobject>
17883             </screenshot>
17884           </listitem>
17885         </itemizedlist>
17886       </section>
17887
17888       <section id="tagsmoderation">
17889         <title>Tag Moderation</title>
17890
17891         <itemizedlist>
17892           <listitem>
17893             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
17894             and Circulation &gt; Tags</para>
17895           </listitem>
17896         </itemizedlist>
17897
17898         <para>Depending on your <link linkend="taggingprefs">tagging system
17899         preferences</link>, librarians may need to approve tags before they
17900         are published on the OPAC. This is done via the Tag Moderation Tool.
17901         If there are tags awaiting moderation they will be listed on the main
17902         staff dashboard under the Tools label:</para>
17903
17904         <screenshot>
17905           <screeninfo>Tags pending approval</screeninfo>
17906
17907           <mediaobject>
17908             <imageobject>
17909               <imagedata fileref="images/tools/tagging/pendingtags.png"/>
17910             </imageobject>
17911           </mediaobject>
17912         </screenshot>
17913
17914         <para>To moderate the tags visit the Tags tool. When first visiting
17915         the tool, you will be presented with a list of tags that are pending
17916         approval or rejection by a librarian</para>
17917
17918         <screenshot>
17919           <screeninfo>Tags pending moderation</screeninfo>
17920
17921           <mediaobject>
17922             <imageobject>
17923               <imagedata fileref="images/tools/tagging/tagpending.png"/>
17924             </imageobject>
17925           </mediaobject>
17926         </screenshot>
17927
17928         <itemizedlist>
17929           <listitem>
17930             <para>To approve a tag, you can either click the 'Approve' button
17931             in line with the term, or check all terms you want to approve and
17932             click 'Approve' below the table.</para>
17933           </listitem>
17934
17935           <listitem>
17936             <para>To reject a tag, you can either click the 'Reject' button in
17937             line with the term, or check all terms you want to approve and
17938             click 'Reject' below the table.</para>
17939           </listitem>
17940         </itemizedlist>
17941
17942         <para>Once a tag has been approved or rejected it will be moved to the
17943         appropriate list of tags. A summary of all tags will appear on the
17944         right of the screen.</para>
17945
17946         <screenshot>
17947           <screeninfo>Summary of tags</screeninfo>
17948
17949           <mediaobject>
17950             <imageobject>
17951               <imagedata fileref="images/tools/tagging/tagsummary.png"/>
17952             </imageobject>
17953           </mediaobject>
17954         </screenshot>
17955
17956         <para>Even though a tag is approved or rejected, it can still be moved
17957         to another list. When viewing approved tags each tag has the option to
17958         reject:</para>
17959
17960         <screenshot>
17961           <screeninfo>Approved Tags</screeninfo>
17962
17963           <mediaobject>
17964             <imageobject>
17965               <imagedata fileref="images/tools/tagging/tagapproved.png"/>
17966             </imageobject>
17967           </mediaobject>
17968         </screenshot>
17969
17970         <para>To check terms against the approved and rejected lists (and
17971         possibly against <link linkend="TagsExternalDictionary">the
17972         dictionary</link> you have assigned for tag moderation) simply enter
17973         the term into the search box on the bottom right of the screen to see
17974         the status of the term</para>
17975
17976         <screenshot>
17977           <screeninfo>Sample Blacklist/Whitelist test search</screeninfo>
17978
17979           <mediaobject>
17980             <imageobject>
17981               <imagedata fileref="images/tools/tagging/tagblacklisttest-neither.png"/>
17982             </imageobject>
17983           </mediaobject>
17984         </screenshot>
17985       </section>
17986
17987       <section id="uploadpatronimages">
17988         <title>Upload Patron Images</title>
17989
17990         <itemizedlist>
17991           <listitem>
17992             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Patrons
17993             and Circulation &gt; Upload Patron Images</para>
17994           </listitem>
17995         </itemizedlist>
17996
17997         <para>Patron images can be uploaded in bulk if you are <link
17998         linkend="patronimages">allowing patron images</link> to be attached to
17999         patron records. These images can also be used when creating <link
18000         linkend="patroncardcreator">patron cards</link>.</para>
18001
18002         <itemizedlist>
18003           <listitem>
18004             <para>Create a txt file and title it "DATALINK.TXT" or
18005             "IDLINK.TXT"</para>
18006           </listitem>
18007
18008           <listitem>
18009             <para>On each line in the text file enter the patron's card number
18010             followed by comma (or tab) and then the image file name</para>
18011
18012             <screenshot>
18013               <screeninfo>Sample file and image</screeninfo>
18014
18015               <mediaobject>
18016                 <imageobject>
18017                   <imagedata fileref="images/tools/patronphotos/uploadphotosfile.png"/>
18018                 </imageobject>
18019               </mediaobject>
18020             </screenshot>
18021
18022             <itemizedlist>
18023               <listitem>
18024                 <para>Make sure that your TXT file is a plain text document,
18025                 not RTF.</para>
18026               </listitem>
18027             </itemizedlist>
18028           </listitem>
18029
18030           <listitem>
18031             <para>Zip up the text file and the image files</para>
18032           </listitem>
18033
18034           <listitem>
18035             <para>Go to the Upload Patron Images Tool</para>
18036
18037             <screenshot>
18038               <screeninfo>Upload Image Tool for Single Image</screeninfo>
18039
18040               <mediaobject>
18041                 <imageobject>
18042                   <imagedata fileref="images/tools/patronphotos/uploadimagetool.png"/>
18043                 </imageobject>
18044               </mediaobject>
18045             </screenshot>
18046           </listitem>
18047
18048           <listitem>
18049             <para>For a single image, simply point to the image file and enter
18050             the patron card number</para>
18051           </listitem>
18052
18053           <listitem>
18054             <para>For multiple images, choose to upload a zip file</para>
18055           </listitem>
18056
18057           <listitem>
18058             <para>After uploading you will be presented with a
18059             confirmation</para>
18060
18061             <screenshot>
18062               <screeninfo>Image Upload Confirmation</screeninfo>
18063
18064               <mediaobject>
18065                 <imageobject>
18066                   <imagedata fileref="images/tools/patronphotos/imageuploadconfirm.png"/>
18067                 </imageobject>
18068               </mediaobject>
18069             </screenshot>
18070           </listitem>
18071         </itemizedlist>
18072
18073         <important>
18074           <para>There is a limit of 520K on the size of the picture uploaded
18075           and it is recommended that the image be 200x300 pixels, but smaller
18076           images will work as well.</para>
18077         </important>
18078       </section>
18079     </section>
18080
18081     <section id="catalogtools">
18082       <title>Catalog</title>
18083
18084       <para/>
18085
18086       <section id="batchmodifyitems">
18087         <title>Batch item modification</title>
18088
18089         <itemizedlist>
18090           <listitem>
18091             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
18092             &gt; Batch item modification</para>
18093           </listitem>
18094         </itemizedlist>
18095
18096         <para>This tool will allow you to modify a batch of item records in
18097         Koha.</para>
18098
18099         <screenshot>
18100           <screeninfo>Batch Modification Tool</screeninfo>
18101
18102           <mediaobject>
18103             <imageobject>
18104               <imagedata fileref="images/tools/batchmod/batchmod.png"/>
18105             </imageobject>
18106           </mediaobject>
18107         </screenshot>
18108
18109         <para>From the tool you can choose to upload a file of barcodes or
18110         item ids, or you can scan items one by one into the box below the
18111         upload tool. Once you have your file uploaded or the barcodes listed
18112         you can click 'Continue.'</para>
18113
18114         <screenshot>
18115           <screeninfo>Batch Modify Summary</screeninfo>
18116
18117           <mediaobject>
18118             <imageobject>
18119               <imagedata fileref="images/tools/batchmod/batchmodsummary.png"/>
18120             </imageobject>
18121           </mediaobject>
18122         </screenshot>
18123
18124         <para>You will be presented with a summary of the items you want to
18125         modify. From here you can uncheck the items you don't want to modify
18126         before making changes in the form below. You can also hide columns you
18127         don't need to see to prevent having to scroll from left to right to
18128         see the entire item form.</para>
18129
18130         <para>Using the edit form you can choose which fields to make edits
18131         to. By checking the checkbox to the right of each field you can clear
18132         the values in that field for the records you are modifying.</para>
18133
18134         <screenshot>
18135           <screeninfo>Choose fields you want to change in bulk</screeninfo>
18136
18137           <mediaobject>
18138             <imageobject>
18139               <imagedata fileref="images/tools/batchmod/batchmodform.png"/>
18140             </imageobject>
18141           </mediaobject>
18142         </screenshot>
18143
18144         <para>Once you have made you changes you will be presented with the
18145         resulting items.</para>
18146
18147         <screenshot>
18148           <screeninfo>Item results summary</screeninfo>
18149
18150           <mediaobject>
18151             <imageobject>
18152               <imagedata fileref="images/tools/batchmod/batchmodresults.png"/>
18153             </imageobject>
18154           </mediaobject>
18155         </screenshot>
18156       </section>
18157
18158       <section id="batchdeleteitems">
18159         <title>Batch item deletion</title>
18160
18161         <itemizedlist>
18162           <listitem>
18163             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
18164             &gt; Batch item deletion</para>
18165           </listitem>
18166         </itemizedlist>
18167
18168         <para>This tool will allow you to delete a batch of item records from
18169         Koha.</para>
18170
18171         <para>From the tool you can choose to upload a file of barcodes or
18172         item ids, or you can scan items one by one into the box below the
18173         upload tool.</para>
18174
18175         <screenshot>
18176           <screeninfo>Batch Deletion Tool</screeninfo>
18177
18178           <mediaobject>
18179             <imageobject>
18180               <imagedata fileref="images/tools/batchdelete/batchdel.png"/>
18181             </imageobject>
18182           </mediaobject>
18183         </screenshot>
18184
18185         <para>Once you have your file uploaded or the barcodes scanned you can
18186         click 'Continue.'</para>
18187
18188         <para>You will be presented with a confirmation screen. From here you
18189         can uncheck the items you don't want to delete and decide if Koha
18190         should delete the bib record if the last item is being deleted before
18191         clicking 'Delete selected items.'</para>
18192
18193         <screenshot>
18194           <screeninfo>Confirm Deletion</screeninfo>
18195
18196           <mediaobject>
18197             <imageobject>
18198               <imagedata fileref="images/tools/batchdelete/confirmbatchdel.png"/>
18199             </imageobject>
18200           </mediaobject>
18201         </screenshot>
18202
18203         <para>If your file (or list of scanned barcodes) has more than 1000
18204         barcodes, Koha will be unable to present you with a list of the items.
18205         You will still be able to delete them, but not able to choose which
18206         items specifically to delete or delete the biblio records.</para>
18207
18208         <screenshot>
18209           <screeninfo>More than 1000 records in the file</screeninfo>
18210
18211           <mediaobject>
18212             <imageobject>
18213               <imagedata fileref="images/tools/batchdelete/toomanytodelete.png"/>
18214             </imageobject>
18215           </mediaobject>
18216         </screenshot>
18217
18218         <para>If the items are checked out you will be presented with an error
18219         after clicking 'Delete selected items' and the items will not be
18220         deleted.</para>
18221
18222         <screenshot>
18223           <screeninfo>Items not Deleted</screeninfo>
18224
18225           <mediaobject>
18226             <imageobject>
18227               <imagedata fileref="images/tools/batchdelete/nobatchdel.png"/>
18228             </imageobject>
18229           </mediaobject>
18230         </screenshot>
18231
18232         <para>If the items can be deleted they will be and you will be
18233         presented with a confirmation of your deletion.</para>
18234
18235         <screenshot>
18236           <screeninfo>Batch Deletion Confirmation</screeninfo>
18237
18238           <mediaobject>
18239             <imageobject>
18240               <imagedata fileref="images/tools/batchdelete/batchdeldone.png"/>
18241             </imageobject>
18242           </mediaobject>
18243         </screenshot>
18244       </section>
18245
18246       <section id="exportbibs">
18247         <title>Export Bibliographic and Holdings Data (MARC Export)</title>
18248
18249         <itemizedlist>
18250           <listitem>
18251             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
18252             &gt; Export Bibliographic and Holdings Data</para>
18253           </listitem>
18254         </itemizedlist>
18255
18256         <para>Koha comes with a tool that will allow you to export your
18257         bibliographic and/or holdings data in bulk. This can be used to send
18258         your records to fellow libraries, organizations or services; or simply
18259         for backup purposes.</para>
18260
18261         <itemizedlist>
18262           <listitem>
18263             <para>Fill in the form in order to limit your export to a specific
18264             range (all fields are optional)</para>
18265
18266             <screenshot>
18267               <screeninfo>Select Records to Export</screeninfo>
18268
18269               <mediaobject>
18270                 <imageobject>
18271                   <imagedata fileref="images/tools/exportmarc/marcexport-pt1.png"/>
18272                 </imageobject>
18273               </mediaobject>
18274             </screenshot>
18275
18276             <itemizedlist>
18277               <listitem>
18278                 <para>Choose to limit your export by any one or more of the
18279                 following options</para>
18280
18281                 <itemizedlist>
18282                   <listitem>
18283                     <para>Limit to a bib number range</para>
18284                   </listitem>
18285
18286                   <listitem>
18287                     <para>Limit to a specific item type</para>
18288                   </listitem>
18289
18290                   <listitem>
18291                     <para>Limit to a specific library</para>
18292                   </listitem>
18293
18294                   <listitem>
18295                     <para>Limit to a call number range</para>
18296                   </listitem>
18297
18298                   <listitem>
18299                     <para>Limit to an acquisition date range</para>
18300                   </listitem>
18301                 </itemizedlist>
18302               </listitem>
18303
18304               <listitem>
18305                 <para>Next choose what to skip when exporting</para>
18306
18307                 <screenshot>
18308                   <screeninfo>Export options</screeninfo>
18309
18310                   <mediaobject>
18311                     <imageobject>
18312                       <imagedata fileref="images/tools/exportmarc/marcexport-pt2.png"/>
18313                     </imageobject>
18314                   </mediaobject>
18315                 </screenshot>
18316
18317                 <itemizedlist>
18318                   <listitem>
18319                     <para>By default items will be exported, if you would like
18320                     to only export bibliographic data, check the 'Don't export
18321                     items' box</para>
18322                   </listitem>
18323
18324                   <listitem>
18325                     <para>To limit your export only to items from the library
18326                     you're logged in as (if you leave the 'Library' field set
18327                     to 'All') or to the library you selected above check the
18328                     'Remove non-local items' box</para>
18329                   </listitem>
18330
18331                   <listitem>
18332                     <para>You can also choose what fields you don't want to
18333                     export. This can be handy if you're sharing your data, you
18334                     can remove all local fields before sending your data to
18335                     another library</para>
18336                   </listitem>
18337                 </itemizedlist>
18338               </listitem>
18339
18340               <listitem>
18341                 <para>Finally choose the file type and file name</para>
18342
18343                 <screenshot>
18344                   <screeninfo>File export format</screeninfo>
18345
18346                   <mediaobject>
18347                     <imageobject>
18348                       <imagedata fileref="images/tools/exportmarc/marcexport-pt3.png"/>
18349                     </imageobject>
18350                   </mediaobject>
18351                 </screenshot>
18352
18353                 <itemizedlist>
18354                   <listitem>
18355                     <para>Choose to export your data in marc or marcxml
18356                     format</para>
18357                   </listitem>
18358
18359                   <listitem>
18360                     <para>Choose the name you want your file to save as</para>
18361                   </listitem>
18362                 </itemizedlist>
18363               </listitem>
18364
18365               <listitem>
18366                 <para>Click 'Export'</para>
18367               </listitem>
18368             </itemizedlist>
18369           </listitem>
18370         </itemizedlist>
18371       </section>
18372
18373       <section id="inventory">
18374         <title>Inventory/Stocktaking</title>
18375
18376         <itemizedlist>
18377           <listitem>
18378             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
18379             &gt; Inventory/Stocktaking</para>
18380           </listitem>
18381         </itemizedlist>
18382
18383         <para>Koha's Inventory Tool can be used in one of two ways, the first
18384         is by printing out a shelf list that you can then mark items off on,
18385         or by uploading a text files of barcodes gathered by a portable
18386         scanner.</para>
18387
18388         <para>If you do not have the ability to use your barcode scanner on
18389         the floor of the library, the first option available to you is to
18390         generate a shelf list based on criteria you enter.</para>
18391
18392         <screenshot>
18393           <screeninfo>Inventory &amp; Stocktaking Tool</screeninfo>
18394
18395           <mediaobject>
18396             <imageobject>
18397               <imagedata fileref="images/tools/inventory/generateshelflist.png"/>
18398             </imageobject>
18399           </mediaobject>
18400         </screenshot>
18401
18402         <para>Choose which library, shelving location, call number range, item
18403         status and when the item was last seen to generate a shelf list that
18404         you can then print to use while walking around the library checking
18405         your collection</para>
18406
18407         <screenshot>
18408           <screeninfo>Shelf List</screeninfo>
18409
18410           <mediaobject>
18411             <imageobject>
18412               <imagedata fileref="images/tools/inventory/shelflist.png"/>
18413             </imageobject>
18414           </mediaobject>
18415         </screenshot>
18416
18417         <para>Alternatively you can export the list to a CSV file for altering
18418         in an application on your desktop. Simply check the box next to
18419         'Export to csv file' to generate this file.</para>
18420
18421         <para>Once you have found the items on your shelves you can return to
18422         this list and check off the items you found to have the system update
18423         the last seen date to today.</para>
18424
18425         <para>If you have a portable scanner (or a laptop and USB scanner) you
18426         can walk through the library with the scanner in hand and scan
18427         barcodes as you come across them. Once finished you can then upload
18428         the text file generated by the scanner to Koha</para>
18429
18430         <screenshot>
18431           <screeninfo>Barcode Import for Inventory Tool</screeninfo>
18432
18433           <mediaobject>
18434             <imageobject>
18435               <imagedata fileref="images/tools/inventory/importbarcodes.png"/>
18436             </imageobject>
18437           </mediaobject>
18438         </screenshot>
18439
18440         <para>Choose the text file and the date you want to mark all items as
18441         seen and click 'Submit.'</para>
18442       </section>
18443
18444       <section id="labelcreator">
18445         <title>Label Creator</title>
18446
18447         <itemizedlist>
18448           <listitem>
18449             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
18450             &gt; Label Creator</para>
18451           </listitem>
18452         </itemizedlist>
18453
18454         <para>The Label Creator allow you to use layouts and templates which
18455         you design to print a nearly unlimited variety of labels including
18456         barcodes. Here are some of the features of the Label Creator
18457         module:</para>
18458
18459         <itemizedlist>
18460           <listitem>
18461             <para>Customize label layouts</para>
18462           </listitem>
18463
18464           <listitem>
18465             <para>Design custom label templates for printed labels</para>
18466           </listitem>
18467
18468           <listitem>
18469             <para>Build and manage batches of labels</para>
18470           </listitem>
18471
18472           <listitem>
18473             <para>Export single or multiple batches</para>
18474           </listitem>
18475
18476           <listitem>
18477             <para>Export single or multiple labels from within a batch</para>
18478           </listitem>
18479
18480           <listitem>
18481             <para>Export label data in one of three formats:</para>
18482
18483             <itemizedlist>
18484               <listitem>
18485                 <para>PDF - Readable by any standard PDF reader, making labels
18486                 printable directly on a printer</para>
18487               </listitem>
18488
18489               <listitem>
18490                 <para>CSV - Export label data after your chosen layout is
18491                 applied allowing labels to be imported in to a variety of
18492                 applications</para>
18493               </listitem>
18494
18495               <listitem>
18496                 <para>XML - Included as an alternate export format</para>
18497               </listitem>
18498             </itemizedlist>
18499           </listitem>
18500         </itemizedlist>
18501
18502         <para>At the top of each screen within the Label Creator, you will see
18503         a toolbar allowing quick access to relevant functions. The menu to the
18504         left of each screen also allows easy access to the different sections
18505         of the Label Creator. The bread crumb trail near the top of each
18506         screen will give specific indication as to where you are within the
18507         Label Creator module and allow quick navigation to previously
18508         traversed sections. And finally, you can find more detailed
18509         information on each section of the Label Creator by clicking the
18510         online help link at the upper left-hand corner of every page.</para>
18511
18512         <section id="labeltemplates">
18513           <title>Templates</title>
18514
18515           <itemizedlist>
18516             <listitem>
18517               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
18518               Creator &gt; Templates</para>
18519             </listitem>
18520           </itemizedlist>
18521
18522           <para>A template is based on the label/card stock you are using.
18523           This might be Avery 5160 for address labels, Gaylord 47-284 for
18524           spine labels or Avery 28371 for your patron cards, just to give a
18525           couple of examples. These labels will include all of the information
18526           you will need for setting up a Koha, this information may be on the
18527           packaging, and if not it can usually be found on the vendor's
18528           website.</para>
18529
18530           <section id="addlabeltemplate">
18531             <title>Add a Template</title>
18532
18533             <para>To add a new template, you want to click on the 'Templates'
18534             button at the top of your page and choose 'New Template'</para>
18535
18536             <screenshot>
18537               <screeninfo>New Label Template Option</screeninfo>
18538
18539               <mediaobject>
18540                 <imageobject>
18541                   <imagedata fileref="images/tools/labelcreator/newtemplate.png"/>
18542                 </imageobject>
18543               </mediaobject>
18544             </screenshot>
18545
18546             <para>Using the form that appears you can define the template for
18547             your sheet of labels or cards.</para>
18548
18549             <screenshot>
18550               <screeninfo>Label Template Form</screeninfo>
18551
18552               <mediaobject>
18553                 <imageobject>
18554                   <imagedata fileref="images/tools/labelcreator/labelform.png"/>
18555                 </imageobject>
18556               </mediaobject>
18557             </screenshot>
18558
18559             <itemizedlist>
18560               <listitem>
18561                 <para>Template ID will be automatically generated after saving
18562                 your template, this is simply a system generated unique
18563                 id</para>
18564               </listitem>
18565
18566               <listitem>
18567                 <para>Template Code should be something you can use to
18568                 identify your template on a list of templates</para>
18569               </listitem>
18570
18571               <listitem>
18572                 <para>You can use the Template Description to add additional
18573                 information about the template</para>
18574               </listitem>
18575
18576               <listitem>
18577                 <para>The Units pull down is used to define what measurement
18578                 scale you're going to be using for the template. This should
18579                 probably match the unit of measurement used on the template
18580                 description provided by the product vendor.</para>
18581
18582                 <screenshot>
18583                   <screeninfo>Measurement Units</screeninfo>
18584
18585                   <mediaobject>
18586                     <imageobject>
18587                       <imagedata fileref="images/tools/patroncards/units.png"/>
18588                     </imageobject>
18589                   </mediaobject>
18590                 </screenshot>
18591               </listitem>
18592
18593               <listitem>
18594                 <para>The measurements, number of columns and number of rows
18595                 can be found on the vendor product packaging or
18596                 website.</para>
18597
18598                 <itemizedlist>
18599                   <listitem>
18600                     <important>
18601                       <para>If you do not supply a left text margin in the
18602                       template, a 3/16" (13.5 point) left text margin will
18603                       apply by default.</para>
18604                     </important>
18605                   </listitem>
18606                 </itemizedlist>
18607               </listitem>
18608
18609               <listitem>
18610                 <para>A profile is a set of "adjustments" applied to a given
18611                 template just prior to printing which compensates for
18612                 anomalies unique and peculiar to a given printer (to which the
18613                 profile is assigned).</para>
18614
18615                 <itemizedlist>
18616                   <listitem>
18617                     <para>Before picking a profile try printing some sample
18618                     labels so that you can easily define a profile that is
18619                     right for your printer/template combination.</para>
18620                   </listitem>
18621
18622                   <listitem>
18623                     <para>After finding any anomalies in the printed document,
18624                     <link linkend="addlabelprofile">create a profile</link>
18625                     and assign it to the template.</para>
18626                   </listitem>
18627                 </itemizedlist>
18628               </listitem>
18629             </itemizedlist>
18630
18631             <para>After saving, your templates will appear on the 'Manage
18632             Templates' page.</para>
18633
18634             <screenshot>
18635               <screeninfo>List of label templates</screeninfo>
18636
18637               <mediaobject>
18638                 <imageobject>
18639                   <imagedata fileref="images/tools/labelcreator/labeltemplates.png"/>
18640                 </imageobject>
18641               </mediaobject>
18642             </screenshot>
18643           </section>
18644         </section>
18645
18646         <section id="labelprofiles">
18647           <title>Profiles</title>
18648
18649           <itemizedlist>
18650             <listitem>
18651               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
18652               Creator &gt; Profiles</para>
18653             </listitem>
18654           </itemizedlist>
18655
18656           <para>A profile is a set of "adjustments" applied to a given <link
18657           linkend="addlabeltemplate">template</link> just prior to printing
18658           which compensates for anomalies unique and peculiar to a given
18659           printer (to which the profile is assigned). This means if you set a
18660           template up and then print a sample set of data and find that the
18661           items are not all aligned the same on each label, you need to set up
18662           a profile for each printer to make up for the differences in
18663           printing styles, such as the shifting of text to the left, right,
18664           top or bottom.</para>
18665
18666           <para>If your labels are printing just the way you want, you will
18667           not need a profile.</para>
18668
18669           <section id="addlabelprofile">
18670             <title>Add a Profile</title>
18671
18672             <para>To add a new profile, you want to click on the 'Profiles'
18673             button at the top of your page and choose 'New Profile'</para>
18674
18675             <screenshot>
18676               <screeninfo>New Profile Button</screeninfo>
18677
18678               <mediaobject>
18679                 <imageobject>
18680                   <imagedata fileref="images/tools/labelcreator/newprofile.png"/>
18681                 </imageobject>
18682               </mediaobject>
18683             </screenshot>
18684
18685             <para>Using the form that appears you can create a profile to fix
18686             any problems with your template.</para>
18687
18688             <screenshot>
18689               <screeninfo>Create a Printer Profile</screeninfo>
18690
18691               <mediaobject>
18692                 <imageobject>
18693                   <imagedata fileref="images/tools/labelcreator/newprofileform.png"/>
18694                 </imageobject>
18695               </mediaobject>
18696             </screenshot>
18697
18698             <itemizedlist>
18699               <listitem>
18700                 <para>The Printer Name and Paper Bin do not have to match your
18701                 printer exactly, they are for your reference so you can
18702                 remember what printer you have set the profile for. So if you
18703                 want to use the Printer model number in printer name or you
18704                 can call it 'the printer on my desk'</para>
18705               </listitem>
18706
18707               <listitem>
18708                 <para>Template will be filled in once you have chosen which
18709                 template to apply the profile to on the <link
18710                 linkend="addlabeltemplate">template edit form</link></para>
18711               </listitem>
18712
18713               <listitem>
18714                 <para>The Units pull down is used to define what measurement
18715                 scale you're going to be using for your profile.</para>
18716
18717                 <screenshot>
18718                   <screeninfo>Units of Measurement</screeninfo>
18719
18720                   <mediaobject>
18721                     <imageobject>
18722                       <imagedata fileref="images/tools/patroncards/units.png"/>
18723                     </imageobject>
18724                   </mediaobject>
18725                 </screenshot>
18726               </listitem>
18727
18728               <listitem>
18729                 <para>Offset describes what happens when the entire image is
18730                 off center either vertically or horizontally and creep
18731                 describes a condition where the distance between the labels
18732                 changes across the page or up and down the page</para>
18733
18734                 <itemizedlist>
18735                   <listitem>
18736                     <para>For these values, negative numbers move the error up
18737                     and to the left and positive numbers move the error down
18738                     and to the right</para>
18739                   </listitem>
18740
18741                   <listitem>
18742                     <para>Example: the text is .25" from the left edge of the
18743                     first label, .28" from the left edge of the second label
18744                     and .31" from the left edge of the third label. This means
18745                     the horizontal creep should be set to .03" to make up for
18746                     this difference.</para>
18747                   </listitem>
18748                 </itemizedlist>
18749               </listitem>
18750             </itemizedlist>
18751
18752             <para>After saving, your profiles will appear on the 'Manage
18753             Profiles' page.</para>
18754
18755             <screenshot>
18756               <screeninfo>List of Profiles</screeninfo>
18757
18758               <mediaobject>
18759                 <imageobject>
18760                   <imagedata fileref="images/tools/labelcreator/profiles.png"/>
18761                 </imageobject>
18762               </mediaobject>
18763             </screenshot>
18764
18765             <para>Once you have saved your new profile, you can return to the
18766             list of templates and choose to edit the template that this
18767             profile is for.</para>
18768           </section>
18769         </section>
18770
18771         <section id="labellayouts">
18772           <title>Layouts</title>
18773
18774           <itemizedlist>
18775             <listitem>
18776               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
18777               Creator &gt; Layouts</para>
18778             </listitem>
18779           </itemizedlist>
18780
18781           <para>A layout is used to define the fields you want to appear on
18782           your labels.</para>
18783
18784           <section id="addlabellayout">
18785             <title>Add a Layout</title>
18786
18787             <para>To add a new layout, you want to click on the 'Layouts'
18788             button at the top of your page and choose 'New Layout'</para>
18789
18790             <screenshot>
18791               <screeninfo>New Layout Button</screeninfo>
18792
18793               <mediaobject>
18794                 <imageobject>
18795                   <imagedata fileref="images/tools/labelcreator/newlayout.png"/>
18796                 </imageobject>
18797               </mediaobject>
18798             </screenshot>
18799
18800             <para>Using the form that appears you can create a profile to fix
18801             any problems with your template.</para>
18802
18803             <screenshot>
18804               <screeninfo>Add New Layout</screeninfo>
18805
18806               <mediaobject>
18807                 <imageobject>
18808                   <imagedata fileref="images/tools/labelcreator/layoutform.png"/>
18809                 </imageobject>
18810               </mediaobject>
18811             </screenshot>
18812
18813             <itemizedlist>
18814               <listitem>
18815                 <para>The name of your layout can be anything you'd like to
18816                 help you identify it later.</para>
18817               </listitem>
18818
18819               <listitem>
18820                 <para>If this is a barcode label you'll want to choose the
18821                 encoding (Code 39 is the most common)</para>
18822               </listitem>
18823
18824               <listitem>
18825                 <para>The layout type can be any combination of bibliographic
18826                 information and/or barcode. For example a spine label would
18827                 just be Biblio whereas a label for your circulation staff to
18828                 use to checkout the book would probably be
18829                 Biblio/Barcode.</para>
18830               </listitem>
18831
18832               <listitem>
18833                 <para>The Bibliographic Data to Print includes any of the data
18834                 fields that may be mapped to your MARC frameworks. You can
18835                 choose from the preset list of fields or you can click on
18836                 'List Fields' and enter your own data. In 'List Fields', you
18837                 can specify MARC subfields as a 4-character tag-subfield
18838                 string: (ie. 254a for the title field), You can also enclose a
18839                 whitespace-separated list of fields to concatenate on one line
18840                 in double quotes. (ie. "099a 099b" or "itemcallnumber
18841                 barcode"). The fields available are from the database tables
18842                 list below. Finally you could add in static text strings in
18843                 single-quote (ie. 'Some static text here.')</para>
18844
18845                 <itemizedlist>
18846                   <listitem>
18847                     <para>You can use the schema viewer (<ulink
18848                     url="http://schema.koha-community.org">http://schema.koha-community.org</ulink>)
18849                     with the following tables to find field names to
18850                     use:</para>
18851
18852                     <itemizedlist>
18853                       <listitem>
18854                         <para>Currently all fields in the following tables are
18855                         used: items, biblioitems, biblio, branches</para>
18856
18857                         <screenshot>
18858                           <screeninfo>List fields</screeninfo>
18859
18860                           <mediaobject>
18861                             <imageobject>
18862                               <imagedata fileref="images/tools/labelcreator/listlabelfields.png"/>
18863                             </imageobject>
18864                           </mediaobject>
18865                         </screenshot>
18866                       </listitem>
18867                     </itemizedlist>
18868                   </listitem>
18869                 </itemizedlist>
18870               </listitem>
18871
18872               <listitem>
18873                 <para>Choose if the label maker should print out the
18874                 guidelines around each label</para>
18875               </listitem>
18876
18877               <listitem>
18878                 <para>Choose if you'd like Koha to try to split your call
18879                 numbers (usually used on Spine Labels)</para>
18880               </listitem>
18881
18882               <listitem>
18883                 <para>Finally choose your text settings such as alignment,
18884                 font type and size.</para>
18885               </listitem>
18886             </itemizedlist>
18887
18888             <para>After saving, your layouts will appear on the 'Manage
18889             Layouts' page.</para>
18890           </section>
18891         </section>
18892
18893         <section id="labelbatches">
18894           <title>Batches</title>
18895
18896           <itemizedlist>
18897             <listitem>
18898               <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Label
18899               Creator &gt; Batches</para>
18900             </listitem>
18901           </itemizedlist>
18902
18903           <para>Batches are made up of the barcodes you would like to print.
18904           Once in this tool you can search for the item records you would like
18905           to print out labels for.</para>
18906
18907           <section id="addlabelbatch">
18908             <title>Add a Batch</title>
18909
18910             <para>Batches can be created in one of two ways. The first is to
18911             click the 'Create Label Batch' link on the '<link
18912             linkend="managestaged">Staged MARC Management</link>' page:</para>
18913
18914             <screenshot>
18915               <screeninfo>Create Label Batch Link on Staged Records
18916               List</screeninfo>
18917
18918               <mediaobject>
18919                 <imageobject>
18920                   <imagedata fileref="images/tools/labelcreator/labelfromstaged.png"/>
18921                 </imageobject>
18922               </mediaobject>
18923             </screenshot>
18924
18925             <para>The other is to choose to create a new batch from the label
18926             creator tool</para>
18927
18928             <screenshot>
18929               <screeninfo>Create New Batch</screeninfo>
18930
18931               <mediaobject>
18932                 <imageobject>
18933                   <imagedata fileref="images/tools/labelcreator/newbatch.png"/>
18934                 </imageobject>
18935               </mediaobject>
18936             </screenshot>
18937
18938             <para>You will be brought to an empty batch with an 'Add item(s)'
18939             button at the top of the page and a box to scan barcodes in
18940             to.</para>
18941
18942             <screenshot>
18943               <screeninfo>Add Items</screeninfo>
18944
18945               <mediaobject>
18946                 <imageobject>
18947                   <imagedata fileref="images/tools/labelcreator/addbatchitems.png"/>
18948                 </imageobject>
18949               </mediaobject>
18950             </screenshot>
18951
18952             <para>You can either scan barcodes in to the box provided and
18953             click the 'Add item(s)' button or you can click the 'Add item(s)'
18954             button with the barcodes box empty. Clicking 'Add item(s)' with
18955             nothing in the barcodes box will open a search window for you to
18956             find the items you want to add to the batch.</para>
18957
18958             <screenshot>
18959               <screeninfo>Search for items for a Batch</screeninfo>
18960
18961               <mediaobject>
18962                 <imageobject>
18963                   <imagedata fileref="images/tools/labelcreator/searchforbatch.png"/>
18964                 </imageobject>
18965               </mediaobject>
18966             </screenshot>
18967
18968             <para>From the search results, click the check box next to the
18969             items you want to add to the batch and click the 'Add checked'
18970             button. You can also add items one by one by clicking the 'Add'
18971             link to the left of each item.</para>
18972
18973             <screenshot>
18974               <screeninfo>Batch search results</screeninfo>
18975
18976               <mediaobject>
18977                 <imageobject>
18978                   <imagedata fileref="images/tools/labelcreator/batchsearchresults.png"/>
18979                 </imageobject>
18980               </mediaobject>
18981             </screenshot>
18982
18983             <para>Once you have added all of the items click the 'Done'
18984             button. The resulting page will list the items you have
18985             selected.</para>
18986
18987             <screenshot>
18988               <screeninfo>List of items in the batch</screeninfo>
18989
18990               <mediaobject>
18991                 <imageobject>
18992                   <imagedata fileref="images/tools/labelcreator/itemsinbarch.png"/>
18993                 </imageobject>
18994               </mediaobject>
18995             </screenshot>
18996
18997             <para>To print your labels, click the 'Export Batch' button. To
18998             print only some of the labels, click the 'Export Item(s)' button.
18999             Either way you will be presented with a confirmation screen where
19000             you can choose your template and layout.</para>
19001
19002             <screenshot>
19003               <screeninfo>Start batch export</screeninfo>
19004
19005               <mediaobject>
19006                 <imageobject>
19007                   <imagedata fileref="images/tools/labelcreator/exportbatch.png"/>
19008                 </imageobject>
19009               </mediaobject>
19010             </screenshot>
19011
19012             <para>You will then be presented with three download options: PDF,
19013             Excel, and CSV.</para>
19014
19015             <screenshot>
19016               <screeninfo>Batch save options</screeninfo>
19017
19018               <mediaobject>
19019                 <imageobject>
19020                   <imagedata fileref="images/tools/labelcreator/savebatch.png"/>
19021                 </imageobject>
19022               </mediaobject>
19023             </screenshot>
19024
19025             <para>After saving your file, simply print to the blank labels you
19026             have in your library.</para>
19027           </section>
19028         </section>
19029       </section>
19030
19031       <section id="quicklabelcreator">
19032         <title>Quick Spine Label Creator</title>
19033
19034         <itemizedlist>
19035           <listitem>
19036             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
19037             &gt; Quick Spine Label Creator</para>
19038           </listitem>
19039         </itemizedlist>
19040
19041         <tip>
19042           <para>This tool does not use the label layouts or templates, it
19043           simply prints a spine label in the first spot on the label
19044           sheet.</para>
19045
19046           <itemizedlist>
19047             <listitem>
19048               <para>Define the fields you want to print on the spine label in
19049               the <link linkend="SpineLabelFormat">SpineLabelFormat</link>
19050               system preference</para>
19051             </listitem>
19052
19053             <listitem>
19054               <para>Format your label printing by editing spinelabel.css found
19055               in koha-tmpl/intranet-tmpl/prog/en/css/</para>
19056             </listitem>
19057           </itemizedlist>
19058         </tip>
19059
19060         <para>To use this tool you simply need the barcode for the book you'd
19061         like to print the spine label for.</para>
19062
19063         <screenshot>
19064           <screeninfo>Quick Spine Label Creator</screeninfo>
19065
19066           <mediaobject>
19067             <imageobject>
19068               <imagedata fileref="images/tools/quickspinelable.png"/>
19069             </imageobject>
19070           </mediaobject>
19071         </screenshot>
19072       </section>
19073
19074       <section id="stagemarc">
19075         <title>Stage MARC Records for Import</title>
19076
19077         <itemizedlist>
19078           <listitem>
19079             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
19080             &gt; Stage MARC records for import</para>
19081           </listitem>
19082         </itemizedlist>
19083
19084         <para>Importing records into Koha includes two steps. The first is to
19085         stage records for import.</para>
19086
19087         <itemizedlist>
19088           <listitem>
19089             <para>First find the MARC file on your computer</para>
19090
19091             <screenshot>
19092               <screeninfo>Stage MARC Records for Import</screeninfo>
19093
19094               <mediaobject>
19095                 <imageobject>
19096                   <imagedata fileref="images/tools/marcimport/stagemarc-pt1.png"/>
19097                 </imageobject>
19098               </mediaobject>
19099             </screenshot>
19100           </listitem>
19101
19102           <listitem>
19103             <para>Next you will be presented with options for record matching
19104             and item imports</para>
19105
19106             <screenshot>
19107               <screeninfo>Upload options</screeninfo>
19108
19109               <mediaobject>
19110                 <imageobject>
19111                   <imagedata fileref="images/tools/marcimport/stagemarc-pt2.png"/>
19112                 </imageobject>
19113               </mediaobject>
19114             </screenshot>
19115
19116             <itemizedlist>
19117               <listitem>
19118                 <para>Enter 'Comments about this file' to identify your upload
19119                 when going to the '<link linkend="managestaged">Manage Staged
19120                 MARC Records</link>' tool</para>
19121               </listitem>
19122
19123               <listitem>
19124                 <para>Choose the character encoding</para>
19125               </listitem>
19126
19127               <listitem>
19128                 <para>Choose whether or not you want to look for matching
19129                 records</para>
19130
19131                 <itemizedlist>
19132                   <listitem>
19133                     <para>You can set up <link
19134                     linkend="recordmatchingrules">record matching rules</link>
19135                     through the administration area</para>
19136                   </listitem>
19137                 </itemizedlist>
19138               </listitem>
19139
19140               <listitem>
19141                 <para>Next choose what to do with matching records if they are
19142                 found</para>
19143               </listitem>
19144
19145               <listitem>
19146                 <para>Finally choose what to do with records that are
19147                 unique</para>
19148               </listitem>
19149
19150               <listitem>
19151                 <para>Next you can choose whether or not to import the item
19152                 data found in the MARC records</para>
19153               </listitem>
19154             </itemizedlist>
19155           </listitem>
19156
19157           <listitem>
19158             <para>Click 'Stage for import'</para>
19159           </listitem>
19160
19161           <listitem>
19162             <para>You will be presented with a confirmation of your MARC
19163             import</para>
19164
19165             <screenshot>
19166               <screeninfo>MARC Import Confirmation</screeninfo>
19167
19168               <mediaobject>
19169                 <imageobject>
19170                   <imagedata fileref="images/tools/marcimport/stagemarc-results.png"/>
19171                 </imageobject>
19172               </mediaobject>
19173             </screenshot>
19174           </listitem>
19175
19176           <listitem>
19177             <para>To complete the process continue to the <link
19178             linkend="managestaged">Managed Staged MARC Records
19179             Tool</link></para>
19180           </listitem>
19181         </itemizedlist>
19182       </section>
19183
19184       <section id="managestaged">
19185         <title>Staged MARC Record Management</title>
19186
19187         <itemizedlist>
19188           <listitem>
19189             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
19190             &gt; Staged MARC Record Management</para>
19191           </listitem>
19192         </itemizedlist>
19193
19194         <para>Once you have <link linkend="stagemarc">staged</link> your
19195         records for import you can complete the import using this tool.</para>
19196
19197         <screenshot>
19198           <screeninfo>List of Staged MARC Records</screeninfo>
19199
19200           <mediaobject>
19201             <imageobject>
19202               <imagedata fileref="images/tools/marcimport/managestaged.png"/>
19203             </imageobject>
19204           </mediaobject>
19205         </screenshot>
19206
19207         <itemizedlist>
19208           <listitem>
19209             <para>From the list of staged records, click on the file name that
19210             you want to finish importing</para>
19211
19212             <itemizedlist>
19213               <listitem>
19214                 <para>You will note that records that have already been
19215                 imported will say so under 'Status'</para>
19216               </listitem>
19217             </itemizedlist>
19218           </listitem>
19219
19220           <listitem>
19221             <para>A summary of your import will appear along with the option
19222             to change your matching rules</para>
19223
19224             <screenshot>
19225               <screeninfo>Manage Staged Records Batch</screeninfo>
19226
19227               <mediaobject>
19228                 <imageobject>
19229                   <imagedata fileref="images/tools/marcimport/managestagedrecords.png"/>
19230                 </imageobject>
19231               </mediaobject>
19232             </screenshot>
19233           </listitem>
19234
19235           <listitem>
19236             <para>Below the summary is the option to import the batch of bib
19237             records using a specific framework</para>
19238
19239             <screenshot>
19240               <screeninfo>Choose Framework to Import Into</screeninfo>
19241
19242               <mediaobject>
19243                 <imageobject>
19244                   <imagedata fileref="images/tools/marcimport/importframework.png"/>
19245                 </imageobject>
19246               </mediaobject>
19247             </screenshot>
19248
19249             <itemizedlist>
19250               <listitem>
19251                 <para>Choosing a framework other than 'Default' isn't
19252                 necessary, but it's helpful for running reports and having the
19253                 right bib level item type selected on import.</para>
19254               </listitem>
19255             </itemizedlist>
19256           </listitem>
19257
19258           <listitem>
19259             <para>Below the framework selection there will be a list of the
19260             records that will be imported</para>
19261
19262             <screenshot>
19263               <screeninfo>List of Staged Records</screeninfo>
19264
19265               <mediaobject>
19266                 <imageobject>
19267                   <imagedata fileref="images/tools/marcimport/stagedrecords.png"/>
19268                 </imageobject>
19269               </mediaobject>
19270             </screenshot>
19271
19272             <itemizedlist>
19273               <listitem>
19274                 <para>Review your summary before completing your import to
19275                 make sure that your matching rule worked and that the records
19276                 appear as you expect them to</para>
19277               </listitem>
19278             </itemizedlist>
19279           </listitem>
19280
19281           <listitem>
19282             <para>Click 'Import into catalog' to complete the import</para>
19283
19284             <screenshot>
19285               <screeninfo>Import summary</screeninfo>
19286
19287               <mediaobject>
19288                 <imageobject>
19289                   <imagedata fileref="images/tools/marcimport/importedrecords.png"/>
19290                 </imageobject>
19291               </mediaobject>
19292             </screenshot>
19293           </listitem>
19294
19295           <listitem>
19296             <para>Once your import is complete a link to the new bib records
19297             will appear to the right of each title that was imported</para>
19298           </listitem>
19299
19300           <listitem>
19301             <para>You can also undo your import by clicking the 'Undo import
19302             into catalog' button</para>
19303           </listitem>
19304         </itemizedlist>
19305
19306         <para>Records imported using this tool remain in the 'reservoir' until
19307         they are cleaned. These items will appear when searching the catalog
19308         from the <link linkend="cataloging">Cataloging</link> tool:</para>
19309
19310         <screenshot>
19311           <screeninfo>Reservoir Results</screeninfo>
19312
19313           <mediaobject>
19314             <imageobject>
19315               <imagedata fileref="images/tools/marcimport/reservoirresults.png"/>
19316             </imageobject>
19317           </mediaobject>
19318         </screenshot>
19319
19320         <para>To clean items out of the 'reservoir':</para>
19321
19322         <itemizedlist>
19323           <listitem>
19324             <para>Visit the main screen of the Manage Staged MARC Records
19325             tool</para>
19326
19327             <screenshot>
19328               <screeninfo>List of Staged MARC Records</screeninfo>
19329
19330               <mediaobject>
19331                 <imageobject>
19332                   <imagedata fileref="images/tools/marcimport/managestaged.png"/>
19333                 </imageobject>
19334               </mediaobject>
19335             </screenshot>
19336           </listitem>
19337
19338           <listitem>
19339             <para>To clean a batch, click the 'Clean' button to the
19340             right</para>
19341           </listitem>
19342
19343           <listitem>
19344             <para>You will be presented with a confirmation message</para>
19345
19346             <screenshot>
19347               <screeninfo>Clean MARC Records Confirmation</screeninfo>
19348
19349               <mediaobject>
19350                 <imageobject>
19351                   <imagedata fileref="images/tools/marcimport/cleanbatch.png"/>
19352                 </imageobject>
19353               </mediaobject>
19354             </screenshot>
19355
19356             <itemizedlist>
19357               <listitem>
19358                 <para>Accept the deletion and the records will be removed from
19359                 the reservoir and the status will be changed to
19360                 'cleaned'</para>
19361               </listitem>
19362             </itemizedlist>
19363           </listitem>
19364         </itemizedlist>
19365       </section>
19366
19367       <section id="uploadlocalimages">
19368         <title>Upload Local Cover Image</title>
19369
19370         <itemizedlist>
19371           <listitem>
19372             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt; Catalog
19373             &gt; Upload Local Cover Image</para>
19374           </listitem>
19375         </itemizedlist>
19376
19377         <para>This tool will allow you to upload cover images for the
19378         materials in your catalog. To access this tool, staff will need the
19379         <link linkend="toolspermissions">upload_local_cover_images
19380         permission</link>. In order for images to show in the staff client
19381         and/or OPAC you will need to set your <link
19382         linkend="LocalCoverImages">LocalCoverImages</link> and/or <link
19383         linkend="OPACLocalCoverImages">OPACLocalCoverImages</link> preferences
19384         to 'Display.' Images can be uploaded in batches or one by one.<tip>
19385             <para>Koha does not have a maximum file size limit for this tool,
19386             but Apache may limit the maximum size of uploads (talk to your sys
19387             admin).</para>
19388           </tip></para>
19389
19390         <para>If uploading a single image:</para>
19391
19392         <itemizedlist>
19393           <listitem>
19394             <para>Visit the tool and click the 'Browse' button to browse to
19395             the image on your local machine.</para>
19396
19397             <screenshot>
19398               <screeninfo>Upload single cover image</screeninfo>
19399
19400               <mediaobject>
19401                 <imageobject>
19402                   <imagedata fileref="images/tools/uploadlocalimg/uploadsingle.png"/>
19403                 </imageobject>
19404               </mediaobject>
19405             </screenshot>
19406           </listitem>
19407
19408           <listitem>
19409             <para>Click 'Upload file'</para>
19410           </listitem>
19411
19412           <listitem>
19413             <para>Choose 'Image file' under the 'File type' section</para>
19414           </listitem>
19415
19416           <listitem>
19417             <para>Enter the biblionumber for the record you're attaching this
19418             image to. This is not the same as the barcode, this is the system
19419             generated number assigned by Koha.</para>
19420
19421             <itemizedlist>
19422               <listitem>
19423                 <para>Find the biblionumber by looking at the end of the URL
19424                 in the address bar when on the detail page</para>
19425
19426                 <screenshot>
19427                   <screeninfo>Biblionumber in URL</screeninfo>
19428
19429                   <mediaobject>
19430                     <imageobject>
19431                       <imagedata fileref="images/tools/uploadlocalimg/bibnumurl.png"/>
19432                     </imageobject>
19433                   </mediaobject>
19434                 </screenshot>
19435               </listitem>
19436
19437               <listitem>
19438                 <para>or by clicking on the MARC tab on the detail page in the
19439                 staff client</para>
19440
19441                 <screenshot>
19442                   <screeninfo>Biblionumber on MARC Record</screeninfo>
19443
19444                   <mediaobject>
19445                     <imageobject>
19446                       <imagedata fileref="images/tools/uploadlocalimg/bibnummarc.png"/>
19447                     </imageobject>
19448                   </mediaobject>
19449                 </screenshot>
19450               </listitem>
19451             </itemizedlist>
19452           </listitem>
19453
19454           <listitem>
19455             <para>If you would like to replace any other cover images you may
19456             have uploaded in the past, check the 'Replace existing covers' box
19457             under the 'Options' section</para>
19458           </listitem>
19459
19460           <listitem>
19461             <para>Click 'Process images'</para>
19462           </listitem>
19463
19464           <listitem>
19465             <para>You will be presented with a summary of the upload and a
19466             link to the record you have just added the image to</para>
19467           </listitem>
19468         </itemizedlist>
19469
19470         <para>If uploading a batch of images at once you will need to prepare
19471         a ZIP file first.</para>
19472
19473         <itemizedlist>
19474           <listitem>
19475             <para>Enter in to the ZIP file all the images you are
19476             uploading</para>
19477           </listitem>
19478
19479           <listitem>
19480             <para>Also include a text file (*.TXT) named either datalink.txt
19481             or idlink.txt listing the biblionumber followed by the image name
19482             for each image one per line</para>
19483
19484             <itemizedlist>
19485               <listitem>
19486                 <para>ex. 4091,image4091.jpg</para>
19487
19488                 <screenshot>
19489                   <screeninfo>ZIP File Contents</screeninfo>
19490
19491                   <mediaobject>
19492                     <imageobject>
19493                       <imagedata fileref="images/tools/uploadlocalimg/zipfiles.png"/>
19494                     </imageobject>
19495                   </mediaobject>
19496                 </screenshot>
19497               </listitem>
19498             </itemizedlist>
19499           </listitem>
19500
19501           <listitem>
19502             <para>Browse your local computer to the ZIP file</para>
19503           </listitem>
19504
19505           <listitem>
19506             <para>Click 'Upload file'</para>
19507           </listitem>
19508
19509           <listitem>
19510             <para>Choose 'Zip file' under the 'File type' section</para>
19511           </listitem>
19512
19513           <listitem>
19514             <para>If you would like to replace any other cover images you may
19515             have uploaded in the past, check the 'Replace existing covers' box
19516             under the 'Options' section</para>
19517           </listitem>
19518
19519           <listitem>
19520             <para>Click 'Process images'</para>
19521           </listitem>
19522
19523           <listitem>
19524             <para>You will be presented with a summary of the upload</para>
19525
19526             <screenshot>
19527               <screeninfo>Upload Summary</screeninfo>
19528
19529               <mediaobject>
19530                 <imageobject>
19531                   <imagedata fileref="images/tools/uploadlocalimg/uploadsummary.png"/>
19532                 </imageobject>
19533               </mediaobject>
19534             </screenshot>
19535           </listitem>
19536         </itemizedlist>
19537
19538         <tip>
19539           <para>Large cover images will be resized down to 800x600. Smaller
19540           images will not be made larger.</para>
19541         </tip>
19542
19543         <para>You will be able to see your cover images in the staff client on
19544         the detail page under the 'Image' tab in the holdings table at the
19545         bottom</para>
19546
19547         <screenshot>
19548           <screeninfo>Cover images in the staff client</screeninfo>
19549
19550           <mediaobject>
19551             <imageobject>
19552               <imagedata fileref="images/admin/globalprefs/AllowMultipleCovers.png"/>
19553             </imageobject>
19554           </mediaobject>
19555         </screenshot>
19556
19557         <para>In the OPAC the cover images will also appear in the images tab,
19558         as well as next to the title and on the search results.</para>
19559       </section>
19560     </section>
19561
19562     <section id="additionaltools">
19563       <title>Additional Tools</title>
19564
19565       <para/>
19566
19567       <section id="calholidays">
19568         <title>Calendar</title>
19569
19570         <itemizedlist>
19571           <listitem>
19572             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19573             Additional Tools &gt; Calendar</para>
19574           </listitem>
19575         </itemizedlist>
19576
19577         <para>Libraries can define library closings and holidays to be used
19578         when calculating due dates. You can make use of the Calendar by
19579         turning on the proper system preferences:</para>
19580
19581         <itemizedlist>
19582           <listitem>
19583             <para><emphasis>Get there: </emphasis>More &gt; Administration
19584             &gt; Global System Preferences &gt; Circulation &gt; <link
19585             linkend="useDaysMode">useDaysMode</link></para>
19586
19587             <itemizedlist>
19588               <listitem>
19589                 <para>Choose the method for calculating due date - either
19590                 include days the library is closed in the calculation or don't
19591                 include them.</para>
19592               </listitem>
19593             </itemizedlist>
19594           </listitem>
19595
19596           <listitem>
19597             <para><emphasis>Get there:</emphasis> More &gt; Administration
19598             &gt; Global System Preferences &gt; Circulation &gt; <link
19599             linkend="finesCalendar">finescalendar</link></para>
19600
19601             <itemizedlist>
19602               <listitem>
19603                 <para>This will check the holiday calendar before charging
19604                 fines</para>
19605               </listitem>
19606             </itemizedlist>
19607           </listitem>
19608         </itemizedlist>
19609
19610         <screenshot>
19611           <screeninfo>Calendar &amp; Holidays Tools</screeninfo>
19612
19613           <mediaobject>
19614             <imageobject>
19615               <imagedata fileref="images/tools/calendar/calendar.png"/>
19616             </imageobject>
19617           </mediaobject>
19618         </screenshot>
19619
19620         <section id="addevents">
19621           <title>Adding Events</title>
19622
19623           <para>Before adding events, choose the library you would like to
19624           apply the closings to. When adding events you will be asked if you
19625           would like to apply the event to one branch or all branches. To add
19626           events, simply</para>
19627
19628           <itemizedlist>
19629             <listitem>
19630               <para>Click on the date on the calendar that you would like to
19631               apply the closing to</para>
19632
19633               <screenshot>
19634                 <screeninfo>Calendar Add Form</screeninfo>
19635
19636                 <mediaobject>
19637                   <imageobject>
19638                     <imagedata fileref="images/tools/calendar/calendaradd.png"/>
19639                   </imageobject>
19640                 </mediaobject>
19641               </screenshot>
19642             </listitem>
19643
19644             <listitem>
19645               <para>In the form that appears above the calendar, enter the
19646               closing information (for more info on each option click the
19647               question mark [?] to the right of the option)</para>
19648
19649               <itemizedlist>
19650                 <listitem>
19651                   <para>Library will be filled in automatically based on the
19652                   library you chose from the pull down at the top of the
19653                   page</para>
19654                 </listitem>
19655
19656                 <listitem>
19657                   <para>The day information will also be filled in
19658                   automatically based on the date you clicked on the
19659                   calendar</para>
19660                 </listitem>
19661
19662                 <listitem>
19663                   <para>In the description enter the reason the library is
19664                   closed</para>
19665                 </listitem>
19666
19667                 <listitem>
19668                   <para>Next you can choose if this event is a one time event
19669                   or if it is repeatable.</para>
19670
19671                   <itemizedlist>
19672                     <listitem>
19673                       <para>If this is a one day holiday choose 'Holiday only
19674                       on this day'</para>
19675                     </listitem>
19676
19677                     <listitem>
19678                       <para>If this is a weekly closing (like a weekend day)
19679                       then you can choose 'Holiday repeated every same day of
19680                       the week'</para>
19681                     </listitem>
19682
19683                     <listitem>
19684                       <para>If this is an annual holiday closing choose
19685                       'Holiday repeated yearly on the same date'</para>
19686                     </listitem>
19687
19688                     <listitem>
19689                       <para>If the library is going to be closed for the week
19690                       or a range of time choose 'Holiday on a range' and enter
19691                       a 'To Date' at the top</para>
19692                     </listitem>
19693
19694                     <listitem>
19695                       <para>If the library is going to be closed for a range
19696                       of time each year (such as summer holidays for schools)
19697                       choose 'Holiday repeated yearly on a range' and enter a
19698                       'To Date' at the top</para>
19699                     </listitem>
19700                   </itemizedlist>
19701                 </listitem>
19702
19703                 <listitem>
19704                   <para>Finally decide if this event should be applied to all
19705                   libraries or just the one you have originally
19706                   selected</para>
19707
19708                   <itemizedlist>
19709                     <listitem>
19710                       <para>If you'd rather enter all the holidays and then
19711                       copy them all to another branch all at once you can use
19712                       the copy menu below the calendar</para>
19713
19714                       <screenshot>
19715                         <screeninfo>Copy holidays</screeninfo>
19716
19717                         <mediaobject>
19718                           <imageobject>
19719                             <imagedata fileref="images/tools/calendar/copyholidays.png"/>
19720                           </imageobject>
19721                         </mediaobject>
19722                       </screenshot>
19723                     </listitem>
19724                   </itemizedlist>
19725                 </listitem>
19726               </itemizedlist>
19727             </listitem>
19728
19729             <listitem>
19730               <para>After saving you will see the event listed in the summary
19731               to the right the calendar</para>
19732
19733               <screenshot>
19734                 <screeninfo>Calendar Summary</screeninfo>
19735
19736                 <mediaobject>
19737                   <imageobject>
19738                     <imagedata fileref="images/tools/calendar/calendarsummary.png"/>
19739                   </imageobject>
19740                 </mediaobject>
19741               </screenshot>
19742             </listitem>
19743           </itemizedlist>
19744         </section>
19745
19746         <section id="editevents">
19747           <title>Editing Events</title>
19748
19749           <para>To edit events</para>
19750
19751           <itemizedlist>
19752             <listitem>
19753               <para>Click on the event on the calendar that you want to change
19754               (do this by clicking on the date on the calendar, not the event
19755               listed in the summary)</para>
19756
19757               <screenshot>
19758                 <screeninfo>Edit holiday form</screeninfo>
19759
19760                 <mediaobject>
19761                   <imageobject>
19762                     <imagedata fileref="images/tools/calendar/calendaredit.png"/>
19763                   </imageobject>
19764                 </mediaobject>
19765               </screenshot>
19766             </listitem>
19767
19768             <listitem>
19769               <para>From this form you can make edits to the holiday or delete
19770               the holiday completely. Both actions require that you click
19771               'Save' before the change will be made.</para>
19772             </listitem>
19773
19774             <listitem>
19775               <para>Clicking on repeatable events will offer slightly
19776               different options</para>
19777
19778               <screenshot>
19779                 <screeninfo>Edit repeatable event</screeninfo>
19780
19781                 <mediaobject>
19782                   <imageobject>
19783                     <imagedata fileref="images/tools/calendar/calendarexception.png"/>
19784                   </imageobject>
19785                 </mediaobject>
19786               </screenshot>
19787
19788               <itemizedlist>
19789                 <listitem>
19790                   <para>In the form above you will note that there is now an
19791                   option to 'Generate an exception for this repeated holiday,'
19792                   choosing this option will allow you to make it so that this
19793                   date is not closed even though the library is usually closed
19794                   on this date.</para>
19795                 </listitem>
19796               </itemizedlist>
19797             </listitem>
19798           </itemizedlist>
19799         </section>
19800
19801         <section id="calendarhelp">
19802           <title>Additional Help</title>
19803
19804           <para>When adding or editing events you can get additional help by
19805           clicking on the question mark next to various different options on
19806           the form</para>
19807
19808           <screenshot>
19809             <screeninfo>Additional Calendar Help Buttons</screeninfo>
19810
19811             <mediaobject>
19812               <imageobject>
19813                 <imagedata fileref="images/tools/calendar/calendarhelp.png"/>
19814               </imageobject>
19815             </mediaobject>
19816           </screenshot>
19817         </section>
19818       </section>
19819
19820       <section id="csvprofiles">
19821         <title>CSV Profiles</title>
19822
19823         <itemizedlist>
19824           <listitem>
19825             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19826             Additional Tools &gt; CSV Profiles</para>
19827           </listitem>
19828         </itemizedlist>
19829
19830         <para>CSV Profiles are created to define how you would like your cart
19831         or list to export.</para>
19832
19833         <section id="addcsvprofile">
19834           <title>Add CSV Profiles</title>
19835
19836           <para>To add a CSV Profile</para>
19837
19838           <itemizedlist>
19839             <listitem>
19840               <para>Click 'CSV Profiles' from the Tools menu</para>
19841
19842               <screenshot>
19843                 <screeninfo>Add CSV Profile</screeninfo>
19844
19845                 <mediaobject>
19846                   <imageobject>
19847                     <imagedata fileref="images/tools/csvprofiles/addcsv.png"/>
19848                   </imageobject>
19849                 </mediaobject>
19850               </screenshot>
19851
19852               <itemizedlist>
19853                 <listitem>
19854                   <para>The 'Profile name' will appear on the export pull down
19855                   list when choosing 'Download' from your cart or list</para>
19856                 </listitem>
19857
19858                 <listitem>
19859                   <para>The 'Profile description' is for your own
19860                   benefit</para>
19861                 </listitem>
19862
19863                 <listitem>
19864                   <para>The 'CSV separator' is the character used to separate
19865                   values and value groups</para>
19866                 </listitem>
19867
19868                 <listitem>
19869                   <para>The 'Field separator' is the character used to
19870                   separate duplicate fields</para>
19871
19872                   <itemizedlist>
19873                     <listitem>
19874                       <para>Example: You may have multiple 650 fields</para>
19875                     </listitem>
19876                   </itemizedlist>
19877                 </listitem>
19878
19879                 <listitem>
19880                   <para>The 'Subfield separator' is the character used to
19881                   separate duplicate subfields</para>
19882
19883                   <itemizedlist>
19884                     <listitem>
19885                       <para>Example: You may have multiple $a subfields in a
19886                       field</para>
19887                     </listitem>
19888                   </itemizedlist>
19889                 </listitem>
19890
19891                 <listitem>
19892                   <para>The 'Encoding' field lets you define the encoding used
19893                   when saving the file</para>
19894                 </listitem>
19895
19896                 <listitem>
19897                   <para>Finally format your CSV file using the 'Profile
19898                   marcfields' fields</para>
19899
19900                   <itemizedlist>
19901                     <listitem>
19902                       <para>Define which fields or subfields you want to
19903                       export, separated by pipes. Example :
19904                       200|210$a|301</para>
19905                     </listitem>
19906
19907                     <listitem>
19908                       <tip>
19909                         <para>You can also use your own headers (instead of
19910                         the ones from Koha) by prefixing the field number with
19911                         an header, followed by the equal sign. Example :
19912                         Personal name=200|Entry element=210$a|300|009</para>
19913                       </tip>
19914                     </listitem>
19915                   </itemizedlist>
19916                 </listitem>
19917               </itemizedlist>
19918             </listitem>
19919           </itemizedlist>
19920         </section>
19921
19922         <section id="editcsvprofile">
19923           <title>Modify CSV Profiles</title>
19924
19925           <para>Once you have created at least one CSV Profile an 'Edit
19926           profile' tab will appear next to the 'New profile' button.</para>
19927
19928           <screenshot>
19929             <screeninfo>Modify CSV Profiles</screeninfo>
19930
19931             <mediaobject>
19932               <imageobject>
19933                 <imagedata fileref="images/tools/csvprofiles/modifycsv.png"/>
19934               </imageobject>
19935             </mediaobject>
19936           </screenshot>
19937
19938           <itemizedlist>
19939             <listitem>
19940               <para>Choose the profile you would like to edit and alter the
19941               necessary fields.</para>
19942             </listitem>
19943
19944             <listitem>
19945               <para>To delete a profile, check the 'Delete selected profile'
19946               option before clicking 'Submit Query'</para>
19947
19948               <screenshot>
19949                 <screeninfo>Delete an existing CSV Profile</screeninfo>
19950
19951                 <mediaobject>
19952                   <imageobject>
19953                     <imagedata fileref="images/tools/csvprofiles/deletecsv.png"/>
19954                   </imageobject>
19955                 </mediaobject>
19956               </screenshot>
19957             </listitem>
19958           </itemizedlist>
19959         </section>
19960
19961         <section id="usecsvprofiles">
19962           <title>Using CSV Profiles</title>
19963
19964           <para>Your CSV Profiles will appear on the export list or cart menu
19965           under the 'Download' button</para>
19966
19967           <screenshot>
19968             <screeninfo>CSV Profiles on Download Menu</screeninfo>
19969
19970             <mediaobject>
19971               <imageobject>
19972                 <imagedata fileref="images/tools/csvprofiles/exportlist.png"/>
19973               </imageobject>
19974             </mediaobject>
19975           </screenshot>
19976         </section>
19977       </section>
19978
19979       <section id="logviewer">
19980         <title>Log Viewer</title>
19981
19982         <itemizedlist>
19983           <listitem>
19984             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
19985             Additional Tools &gt; Log Viewer</para>
19986           </listitem>
19987         </itemizedlist>
19988
19989         <para>Actions within the Koha system are tracked in log files. Your
19990         <link linkend="logs">system preferences</link> can be changed to
19991         prevent the logging of different actions. These logs can be viewed
19992         using the Log Viewer Tool.</para>
19993
19994         <screenshot>
19995           <screeninfo>Log Viewer</screeninfo>
19996
19997           <mediaobject>
19998             <imageobject>
19999               <imagedata fileref="images/tools/logs/logviewer.png"/>
20000             </imageobject>
20001           </mediaobject>
20002         </screenshot>
20003
20004         <para>Choosing different combinations of menu options will produce the
20005         log file for that query.</para>
20006
20007         <screenshot>
20008           <screeninfo>A query for all logs related to the Circulation module
20009           produces a result like this</screeninfo>
20010
20011           <mediaobject>
20012             <imageobject>
20013               <imagedata fileref="images/tools/logs/logresults.png"/>
20014             </imageobject>
20015           </mediaobject>
20016         </screenshot>
20017
20018         <para>You will note that real names do not appear on the log, only
20019         identifying numbers. You need to use the identifying numbers when
20020         searching the logs as well.</para>
20021       </section>
20022
20023       <section id="newstool">
20024         <title>News</title>
20025
20026         <itemizedlist>
20027           <listitem>
20028             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
20029             Additional Tools &gt; News</para>
20030           </listitem>
20031         </itemizedlist>
20032
20033         <para>Koha's news module allows librarians to post news to the OPAC,
20034         staff interface and circulation receipts.</para>
20035
20036         <screenshot>
20037           <screeninfo>Koha News Module</screeninfo>
20038
20039           <mediaobject>
20040             <imageobject>
20041               <imagedata fileref="images/tools/news/news.png"/>
20042             </imageobject>
20043           </mediaobject>
20044         </screenshot>
20045
20046         <para>To add news to either the OPAC, the Staff Client or a
20047         Circulation receipt:</para>
20048
20049         <itemizedlist>
20050           <listitem>
20051             <para>Click 'New Entry'</para>
20052
20053             <screenshot>
20054               <screeninfo>Add Koha News Form</screeninfo>
20055
20056               <mediaobject>
20057                 <imageobject>
20058                   <imagedata fileref="images/tools/news/addnews.png"/>
20059                 </imageobject>
20060               </mediaobject>
20061             </screenshot>
20062
20063             <itemizedlist>
20064               <listitem>
20065                 <para>Under 'Display Location' choose whether to put the news
20066                 on the OPAC, Slip (circulation receipt) or the Librarian
20067                 (Staff) Interface.</para>
20068               </listitem>
20069
20070               <listitem>
20071                 <para>Choose a title for your entry</para>
20072               </listitem>
20073
20074               <listitem>
20075                 <para>Using the publication and expiration date fields you can
20076                 control how long your item appears</para>
20077               </listitem>
20078
20079               <listitem>
20080                 <para>'Appear in position' lets you decide what order your
20081                 news items appear in</para>
20082               </listitem>
20083
20084               <listitem>
20085                 <para>The 'News' box allows for the use of HTML for formatting
20086                 of your news item</para>
20087               </listitem>
20088             </itemizedlist>
20089           </listitem>
20090
20091           <listitem>
20092             <para>After filling in all of the fields, click 'Submit'</para>
20093           </listitem>
20094
20095           <listitem>
20096             <para>News in the OPAC will appear above the <link
20097             linkend="OpacMainUserBlock">OpacMainUserBlock</link></para>
20098
20099             <screenshot>
20100               <screeninfo>News in the OPAC</screeninfo>
20101
20102               <mediaobject>
20103                 <imageobject>
20104                   <imagedata fileref="images/tools/news/opacnews.png"/>
20105                 </imageobject>
20106               </mediaobject>
20107             </screenshot>
20108           </listitem>
20109
20110           <listitem>
20111             <para>News in the Staff Client will appear on the far left of the
20112             screen</para>
20113
20114             <screenshot>
20115               <screeninfo>News in the Staff Client</screeninfo>
20116
20117               <mediaobject>
20118                 <imageobject>
20119                   <imagedata fileref="images/tools/news/librariannews.png"/>
20120                 </imageobject>
20121               </mediaobject>
20122             </screenshot>
20123           </listitem>
20124
20125           <listitem>
20126             <para>News on the circulation receipts will appear below the items
20127             that are checked out</para>
20128
20129             <screenshot>
20130               <screeninfo>News at the bottom of the circulation
20131               receipt</screeninfo>
20132
20133               <mediaobject>
20134                 <imageobject>
20135                   <imagedata fileref="images/tools/news/slipnews.png"/>
20136                 </imageobject>
20137               </mediaobject>
20138             </screenshot>
20139           </listitem>
20140         </itemizedlist>
20141       </section>
20142
20143       <section id="taskscheduler">
20144         <title>Task Scheduler</title>
20145
20146         <itemizedlist>
20147           <listitem>
20148             <para><emphasis>Get there:</emphasis> More &gt; Tools &gt;
20149             Additional Tools &gt; Task Scheduler</para>
20150           </listitem>
20151         </itemizedlist>
20152
20153         <para>The task scheduler is a way to schedule reports to run whenever
20154         you want.</para>
20155
20156         <para>To schedule a task, visit the Task Scheduler and fill in the
20157         form</para>
20158
20159         <screenshot>
20160           <screeninfo>Task Scheduler</screeninfo>
20161
20162           <mediaobject>
20163             <imageobject>
20164               <imagedata fileref="images/tools/tasksched/taskscheduler.png"/>
20165             </imageobject>
20166           </mediaobject>
20167         </screenshot>
20168
20169         <itemizedlist>
20170           <listitem>
20171             <para>Current Server Time shows the time on your server (schedule
20172             all of your reports to run based on that time - not on your local
20173             time)</para>
20174           </listitem>
20175
20176           <listitem>
20177             <para>Time should be entered as hh:mm (2 digit hour, 2 digit
20178             minute)</para>
20179           </listitem>
20180
20181           <listitem>
20182             <para>Date should be entered using the calendar pop up</para>
20183           </listitem>
20184
20185           <listitem>
20186             <para>From Report choose the report you want to schedule</para>
20187           </listitem>
20188
20189           <listitem>
20190             <para>Choose whether to receive the text of or a link to the
20191             results</para>
20192           </listitem>
20193
20194           <listitem>
20195             <para>In the Email filed enter the email of the person you want to
20196             receive your report</para>
20197           </listitem>
20198         </itemizedlist>
20199
20200         <para>Below the task scheduler form, there is a list of scheduled
20201         reports</para>
20202
20203         <screenshot>
20204           <screeninfo>Scheduled Tasks</screeninfo>
20205
20206           <mediaobject>
20207             <imageobject>
20208               <imagedata fileref="images/tools/tasksched/scheduledreports.png"/>
20209             </imageobject>
20210           </mediaobject>
20211         </screenshot>
20212
20213         <para>You can also schedule reports directly from the list of saved
20214         reports by clicking the 'Schedule' link</para>
20215
20216         <screenshot>
20217           <screeninfo>Saved Reports List</screeninfo>
20218
20219           <mediaobject>
20220             <imageobject>
20221               <imagedata fileref="images/tools/tasksched/savedreports.png"/>
20222             </imageobject>
20223           </mediaobject>
20224         </screenshot>
20225
20226         <section id="taskscedtroubleshoot">
20227           <title>Troubleshooting</title>
20228
20229           <para>Task scheduler will not work if the user the web server runs
20230           as doesn't have the permission to use it. To find out if the right
20231           user has the permissions necessary, check /etc/at.allow to see what
20232           users are in it. If you don't have that file, check etc/at.deny. If
20233           at.deny exists but is blank, then every user can use it. Talk to
20234           your system admin about adding the user to the right place to make
20235           the task scheduler work.</para>
20236         </section>
20237       </section>
20238     </section>
20239   </chapter>
20240
20241   <chapter id="patrons">
20242     <title>Patrons</title>
20243
20244     <para>Before importing and/or adding patrons be sure to set up your <link
20245     linkend="patcats">patron categories</link>.</para>
20246
20247     <section id="addnewpatron">
20248       <title>Add a new patron</title>
20249
20250       <para>Patrons are added by going to the 'Patrons' module.</para>
20251
20252       <itemizedlist>
20253         <listitem>
20254           <para>Click 'New'</para>
20255
20256           <screenshot>
20257             <screeninfo>Choose patron type</screeninfo>
20258
20259             <mediaobject>
20260               <imageobject>
20261                 <imagedata fileref="images/patrons/newpatron.png"/>
20262               </imageobject>
20263             </mediaobject>
20264           </screenshot>
20265         </listitem>
20266
20267         <listitem>
20268           <para>The fields that appear on the patron add form can be
20269           controlled by editing the <link
20270           linkend="BorrowerUnwantedField">BorrowerUnwantedField</link> system
20271           preference.</para>
20272         </listitem>
20273
20274         <listitem>
20275           <para>First enter the identifying information regarding your
20276           patron</para>
20277
20278           <screenshot>
20279             <screeninfo>Add Patron Form</screeninfo>
20280
20281             <mediaobject>
20282               <imageobject>
20283                 <imagedata fileref="images/patrons/addpatronform.png"/>
20284               </imageobject>
20285             </mediaobject>
20286           </screenshot>
20287
20288           <itemizedlist>
20289             <listitem>
20290               <para>Required fields are defined in the <link
20291               linkend="BorrowerMandatoryField">BorrowerMandatoryField</link>
20292               system preference</para>
20293             </listitem>
20294
20295             <listitem>
20296               <para>Salutation is populated by the <link
20297               linkend="BorrowersTitles">BorrowersTitles</link> system
20298               preference</para>
20299             </listitem>
20300           </itemizedlist>
20301         </listitem>
20302
20303         <listitem>
20304           <para>Next enter the contact information</para>
20305
20306           <screenshot>
20307             <screeninfo>Patron Contact Information</screeninfo>
20308
20309             <mediaobject>
20310               <imageobject>
20311                 <imagedata fileref="images/patrons/addcontact.png"/>
20312               </imageobject>
20313             </mediaobject>
20314           </screenshot>
20315
20316           <itemizedlist>
20317             <listitem>
20318               <para>For contact information, note that the primary phone and
20319               email addresses are the ones that appear on notices and slips
20320               printed during circulation (receipts, transfer slips and hold
20321               slips). The primary email is also the one that overdue notices
20322               and other messages go to.</para>
20323             </listitem>
20324           </itemizedlist>
20325         </listitem>
20326
20327         <listitem>
20328           <para>If this patron is a child, you will be asked to attach the
20329           child patron to an adult patron</para>
20330
20331           <screenshot>
20332             <screeninfo>Guarantor Linking</screeninfo>
20333
20334             <mediaobject>
20335               <imageobject>
20336                 <imagedata fileref="images/patrons/addGuarantor.png"/>
20337               </imageobject>
20338             </mediaobject>
20339           </screenshot>
20340
20341           <itemizedlist>
20342             <listitem>
20343               <para>Click 'Set to Patron' to search your system for an
20344               existing patron</para>
20345             </listitem>
20346
20347             <listitem>
20348               <para>If the Guarantor is not in the system, you can enter the
20349               first and last name in the fields available</para>
20350             </listitem>
20351
20352             <listitem>
20353               <para>The relationships are set using the <link
20354               linkend="borrowerRelationship">borrowerRelationship</link>
20355               system preference</para>
20356             </listitem>
20357           </itemizedlist>
20358         </listitem>
20359
20360         <listitem>
20361           <para>If this patron is a professional, you will be asked to attach
20362           the patron to an organizational patron</para>
20363
20364           <screenshot>
20365             <screeninfo>Organization Linking</screeninfo>
20366
20367             <mediaobject>
20368               <imageobject>
20369                 <imagedata fileref="images/patrons/addOrg.png"/>
20370               </imageobject>
20371             </mediaobject>
20372           </screenshot>
20373
20374           <itemizedlist>
20375             <listitem>
20376               <para>Click 'Set to Patron to search your system for an existing
20377               patron</para>
20378             </listitem>
20379           </itemizedlist>
20380         </listitem>
20381
20382         <listitem>
20383           <para>Each patron can have an alternate contact</para>
20384
20385           <screenshot>
20386             <screeninfo>Alternate Contact</screeninfo>
20387
20388             <mediaobject>
20389               <imageobject>
20390                 <imagedata fileref="images/patrons/addaltcontact.png"/>
20391               </imageobject>
20392             </mediaobject>
20393           </screenshot>
20394
20395           <itemizedlist>
20396             <listitem>
20397               <para>An alternate contact could be a parent or guardian. It can
20398               also be used in academic settings to store the patron's home
20399               address.</para>
20400             </listitem>
20401           </itemizedlist>
20402         </listitem>
20403
20404         <listitem>
20405           <para>The library management section includes values that are used
20406           within the library</para>
20407
20408           <screenshot>
20409             <screeninfo>Library Management</screeninfo>
20410
20411             <mediaobject>
20412               <imageobject>
20413                 <imagedata fileref="images/patrons/addlibmanagement.png"/>
20414               </imageobject>
20415             </mediaobject>
20416           </screenshot>
20417
20418           <itemizedlist>
20419             <listitem>
20420               <para>The card number field is automatically calculated if you
20421               have the <link linkend="autoMemberNum">autoMemberNum</link>
20422               system preference set that way</para>
20423
20424               <itemizedlist>
20425                 <listitem>
20426                   <note>
20427                     <para>For a newly installed system this preference will
20428                     start at 1 and increment by 1 each time after. To have it
20429                     start with the starting number of your barcodes, enter the
20430                     first barcode by hand in the patron record and save the
20431                     patron. After that the field will increment that number by
20432                     1.</para>
20433                   </note>
20434                 </listitem>
20435               </itemizedlist>
20436             </listitem>
20437
20438             <listitem>
20439               <para>If you accidentally chose the wrong patron category at the
20440               beginning you can fix that here</para>
20441             </listitem>
20442
20443             <listitem>
20444               <para>Sort 1 and 2 are used for statistical purposes within your
20445               library</para>
20446             </listitem>
20447           </itemizedlist>
20448         </listitem>
20449
20450         <listitem>
20451           <para>Next, the Library Setup section includes additional library
20452           settings</para>
20453
20454           <screenshot>
20455             <screeninfo>Library set-up options</screeninfo>
20456
20457             <mediaobject>
20458               <imageobject>
20459                 <imagedata fileref="images/patrons/addlibsetup.png"/>
20460               </imageobject>
20461             </mediaobject>
20462           </screenshot>
20463
20464           <itemizedlist>
20465             <listitem>
20466               <para>The registration date will automatically be filled in with
20467               today's date</para>
20468             </listitem>
20469
20470             <listitem>
20471               <para>If your patron cards expire (based on your <link
20472               linkend="patcats">patron category settings</link>) the Expiry
20473               date will automatically be calculated</para>
20474             </listitem>
20475
20476             <listitem>
20477               <para>The OPAC Note is a note for the patron - it will appear in
20478               the OPAC on the patron's record</para>
20479             </listitem>
20480
20481             <listitem>
20482               <para>The Circulation Note is meant solely for your library
20483               staff and will appear when the circulation staff goes to check
20484               an item out to the patron</para>
20485
20486               <screenshot>
20487                 <screeninfo>Sample Circulation Note</screeninfo>
20488
20489                 <mediaobject>
20490                   <imageobject>
20491                     <imagedata fileref="images/patrons/circnote.png"/>
20492                   </imageobject>
20493                 </mediaobject>
20494               </screenshot>
20495             </listitem>
20496
20497             <listitem>
20498               <para>The Staff/OPAC asks for the username and password to be
20499               used by the patron (and/or staff member) to log into their
20500               account in the OPAC and for staff to log in to the staff
20501               client.</para>
20502
20503               <itemizedlist>
20504                 <listitem>
20505                   <para>Staff will only be able to use this log in info to log
20506                   in to the staff client if they have the <link
20507                   linkend="patronpermissions">necessary
20508                   permissions</link>.</para>
20509                 </listitem>
20510               </itemizedlist>
20511             </listitem>
20512           </itemizedlist>
20513         </listitem>
20514
20515         <listitem>
20516           <para>If you have set <link
20517           linkend="patronattributetypes">additional patron attributes</link>
20518           up, these will appear next</para>
20519
20520           <screenshot>
20521             <screeninfo>Additional Patron Attributes</screeninfo>
20522
20523             <mediaobject>
20524               <imageobject>
20525                 <imagedata fileref="images/patrons/addattributes.png"/>
20526               </imageobject>
20527             </mediaobject>
20528           </screenshot>
20529         </listitem>
20530
20531         <listitem>
20532           <para id="setpatronmessaging">Finally, if you have <link
20533           linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
20534           set to 'allow,' you can choose the messaging preferences for this
20535           patron.</para>
20536
20537           <screenshot>
20538             <screeninfo>Patron Messaging Settings</screeninfo>
20539
20540             <mediaobject>
20541               <imageobject>
20542                 <imagedata fileref="images/patrons/addpatronmsg.png"/>
20543               </imageobject>
20544             </mediaobject>
20545           </screenshot>
20546
20547           <itemizedlist>
20548             <listitem>
20549               <important>
20550                 <para>These preferences will override any you set via the
20551                 <link linkend="addingpatroncat">patron
20552                 categories</link></para>
20553               </important>
20554             </listitem>
20555
20556             <listitem>
20557               <important>
20558                 <para>These preference can be altered by the patron via the
20559                 OPAC</para>
20560               </important>
20561             </listitem>
20562           </itemizedlist>
20563         </listitem>
20564
20565         <listitem>
20566           <para>Once finished, click 'Save'</para>
20567         </listitem>
20568       </itemizedlist>
20569
20570       <para>If the system suspects this patron is a duplicate of another it
20571       will warn you.</para>
20572
20573       <screenshot>
20574         <screeninfo>Patron Duplicate Suspected</screeninfo>
20575
20576         <mediaobject>
20577           <imageobject>
20578             <imagedata fileref="images/patrons/duplicatewarn.png"/>
20579           </imageobject>
20580         </mediaobject>
20581       </screenshot>
20582
20583       <para>If you have set a minimum or upper age limit on the patron
20584       category and are requiring that the birth date be filled in, Koha will
20585       warn you if the patron you're adding is too old or young for the patron
20586       category you have selected:</para>
20587
20588       <screenshot>
20589         <screeninfo>Patron age warning</screeninfo>
20590
20591         <mediaobject>
20592           <imageobject>
20593             <imagedata fileref="images/patrons/patronagelimit.png"/>
20594           </imageobject>
20595         </mediaobject>
20596       </screenshot>
20597     </section>
20598
20599     <section id="addstaffpatron">
20600       <title>Add a Staff Patron</title>
20601
20602       <para>All staff members must be entered into Koha as patrons of the
20603       'Staff' type. Follow the steps in <link linkend="addnewpatron">Add a
20604       Patron</link> to add a staff member. To give the staff member
20605       permissions to access the staff client, follow the steps in <link
20606       linkend="patronpermissions">Patron Permissions</link></para>
20607
20608       <important>
20609         <para>Remember to assign your staff secure usernames and passwords
20610         since these will be used to log into the staff client.</para>
20611       </important>
20612     </section>
20613
20614     <section id="addstatspatron">
20615       <title>Add a Statistical Patron</title>
20616
20617       <para>One way to track use of in house items is to "check out" the
20618       materials to a statistical patron. The "check out" process doesn's check
20619       the book out, but instead tracks an in house use of the item. To use
20620       this method for tracking in house use you first will need a <link
20621       linkend="patcats">patron category</link> set up for your Statistical
20622       patron.</para>
20623
20624       <screenshot>
20625         <screeninfo>In House Patron Category</screeninfo>
20626
20627         <mediaobject>
20628           <imageobject>
20629             <imagedata fileref="images/patrons/statspatcat.png"/>
20630           </imageobject>
20631         </mediaobject>
20632       </screenshot>
20633
20634       <para>Next, you will need to create a new patron of the statistical
20635       type</para>
20636
20637       <screenshot>
20638         <screeninfo>New In House Patron</screeninfo>
20639
20640         <mediaobject>
20641           <imageobject>
20642             <imagedata fileref="images/patrons/newinhouse.png"/>
20643           </imageobject>
20644         </mediaobject>
20645       </screenshot>
20646
20647       <para>Next, follow the steps put forth in the '<link
20648       linkend="addnewpatron">Add a new Patron</link>' section of this manual.
20649       Since this patron is not a real person, simply fill in the required
20650       fields, the correct library and nothing else.</para>
20651
20652       <para>To learn about other methods of tracking in house use visit the
20653       <link linkend="trackinhouse">Tracking inhouse use</link> section of this
20654       manual.</para>
20655     </section>
20656
20657     <section id="duplicatepatron">
20658       <title>Duplicate a Patron</title>
20659
20660       <para>Sometimes when you're adding a new family to your system you don't
20661       want to type the contact information over and over. Koha allows for you
20662       to duplicate a patron and change only the parts you want to (or need to)
20663       change.</para>
20664
20665       <itemizedlist>
20666         <listitem>
20667           <para>Open the patron you want to use as your base (the patron you
20668           want to duplicate information from)</para>
20669         </listitem>
20670
20671         <listitem>
20672           <para>Click the 'Duplicate' button at the top of their record</para>
20673
20674           <screenshot>
20675             <screeninfo>The Duplicate Button is the 3rd one in</screeninfo>
20676
20677             <mediaobject>
20678               <imageobject>
20679                 <imagedata fileref="images/patrons/duplicatepatron.png"/>
20680               </imageobject>
20681             </mediaobject>
20682           </screenshot>
20683         </listitem>
20684
20685         <listitem>
20686           <para>All of the fields with the exception of first name, card
20687           number, username and password have been duplicated. Fill in the
20688           missing pieces and click 'Save'</para>
20689
20690           <screenshot>
20691             <screeninfo>Duplicating Patron Form</screeninfo>
20692
20693             <mediaobject>
20694               <imageobject>
20695                 <imagedata fileref="images/patrons/duplicatedpatron.png"/>
20696               </imageobject>
20697             </mediaobject>
20698           </screenshot>
20699
20700           <itemizedlist>
20701             <listitem>
20702               <tip>
20703                 <para>Clicking in a field that is already populated with data
20704                 will clear that field of all information (making it easier for
20705                 you to type in something different)</para>
20706               </tip>
20707             </listitem>
20708           </itemizedlist>
20709         </listitem>
20710
20711         <listitem>
20712           <para>You will be brought to your new patron</para>
20713
20714           <screenshot>
20715             <screeninfo>Newly created patron</screeninfo>
20716
20717             <mediaobject>
20718               <imageobject>
20719                 <imagedata fileref="images/patrons/duplicatedpatronfinal.png"/>
20720               </imageobject>
20721             </mediaobject>
20722           </screenshot>
20723         </listitem>
20724       </itemizedlist>
20725     </section>
20726
20727     <section id="editpatrons">
20728       <title>Editing Patrons</title>
20729
20730       <para>Patrons in Koha can be edited using one of many edit
20731       buttons.</para>
20732
20733       <itemizedlist>
20734         <listitem>
20735           <para>To edit the entire patron record simply click the 'Edit'
20736           button at the top of the patron record.</para>
20737
20738           <screenshot>
20739             <screeninfo>Main Patron Edit Menu</screeninfo>
20740
20741             <mediaobject>
20742               <imageobject>
20743                 <imagedata fileref="images/patrons/patronedit.png"/>
20744               </imageobject>
20745             </mediaobject>
20746           </screenshot>
20747         </listitem>
20748
20749         <listitem>
20750           <para>Patron passwords are not recoverable. The stars show on the
20751           patron detail next to the Password label are always there even if a
20752           password isn't set. If a patron forgets their password the only
20753           option is to reset their password. To change the patron's password,
20754           click the 'Change Password' button</para>
20755
20756           <screenshot>
20757             <screeninfo>Patron Password Change Form</screeninfo>
20758
20759             <mediaobject>
20760               <imageobject>
20761                 <imagedata fileref="images/patrons/patronpassword.png"/>
20762               </imageobject>
20763             </mediaobject>
20764           </screenshot>
20765
20766           <itemizedlist>
20767             <listitem>
20768               <para>Koha cannot display existing passwords. Leave the field
20769               blank to leave password unchanged.</para>
20770             </listitem>
20771
20772             <listitem>
20773               <para>This form can automatically generate a random password if
20774               you click the link labeled "Click to fill with a randomly
20775               generated suggestion. Passwords will be displayed as
20776               text."</para>
20777             </listitem>
20778           </itemizedlist>
20779         </listitem>
20780
20781         <listitem>
20782           <para>To edit a specific section of the patron record (for example
20783           the Library Use section) click the 'Edit' link below the
20784           section</para>
20785
20786           <screenshot>
20787             <screeninfo>Library Use Section of Patron Record</screeninfo>
20788
20789             <mediaobject>
20790               <imageobject>
20791                 <imagedata fileref="images/patrons/patroneditsection.png"/>
20792               </imageobject>
20793             </mediaobject>
20794           </screenshot>
20795         </listitem>
20796
20797         <listitem>
20798           <para>A patron image can be added by browsing for the image on your
20799           machine from the 'Manage Patron Image' section</para>
20800
20801           <screenshot>
20802             <screeninfo>Manage Patron Image Form</screeninfo>
20803
20804             <mediaobject>
20805               <imageobject>
20806                 <imagedata fileref="images/patrons/patronaddimage.png"/>
20807               </imageobject>
20808             </mediaobject>
20809           </screenshot>
20810
20811           <itemizedlist>
20812             <listitem>
20813               <para>This form will not appear if you have the <link
20814               linkend="patronimages">patronimages</link> system preference to
20815               not allow patron images</para>
20816             </listitem>
20817
20818             <listitem>
20819               <para>To add patron images in bulk, use the <link
20820               linkend="uploadpatronimages">Upload Patron Images</link>
20821               Tool</para>
20822             </listitem>
20823           </itemizedlist>
20824         </listitem>
20825
20826         <listitem>
20827           <para id="patronflags">Patrons can also be blocked from checking
20828           items out by setting Patron Flags</para>
20829
20830           <screenshot>
20831             <screeninfo>Patron Warning Flags</screeninfo>
20832
20833             <mediaobject>
20834               <imageobject>
20835                 <imagedata fileref="images/patrons/patronflags.png"/>
20836               </imageobject>
20837             </mediaobject>
20838           </screenshot>
20839
20840           <itemizedlist>
20841             <listitem>
20842               <para>If you would like your circulation staff to confirm a
20843               patron's address before checking items out to the patron, you
20844               can see the 'Gone no Address' flag</para>
20845
20846               <screenshot>
20847                 <screeninfo>Patron's address in doubt</screeninfo>
20848
20849                 <mediaobject>
20850                   <imageobject>
20851                     <imagedata fileref="images/patrons/patronaddress.png"/>
20852                   </imageobject>
20853                 </mediaobject>
20854               </screenshot>
20855             </listitem>
20856
20857             <listitem>
20858               <para>If you would like to bar a patron from the library you can
20859               set the 'Restricted' flag</para>
20860
20861               <itemizedlist>
20862                 <listitem>
20863                   <para>This flag can automatically be set with the <link
20864                   linkend="noticetriggers">Overdue/Notice Status
20865                   Triggers</link></para>
20866
20867                   <screenshot>
20868                     <screeninfo>Patron restricted</screeninfo>
20869
20870                     <mediaobject>
20871                       <imageobject>
20872                         <imagedata fileref="images/patrons/patronrestricted.png"/>
20873                       </imageobject>
20874                     </mediaobject>
20875                   </screenshot>
20876                 </listitem>
20877               </itemizedlist>
20878             </listitem>
20879
20880             <listitem>
20881               <para>If you enter in a date and/or note related to the
20882               restriction you will see that in the restricted message as
20883               well</para>
20884
20885               <screenshot>
20886                 <screeninfo>Restricted until message</screeninfo>
20887
20888                 <mediaobject>
20889                   <imageobject>
20890                     <imagedata fileref="images/patrons/restricteduntil.png"/>
20891                   </imageobject>
20892                 </mediaobject>
20893               </screenshot>
20894             </listitem>
20895
20896             <listitem>
20897               <para>If the patron reports that they have lost their card you
20898               can set the 'Lost Card' flag to prevent someone else from using
20899               that card to check items out</para>
20900
20901               <screenshot>
20902                 <screeninfo>Patron lost card</screeninfo>
20903
20904                 <mediaobject>
20905                   <imageobject>
20906                     <imagedata fileref="images/patrons/patroncardlost.png"/>
20907                   </imageobject>
20908                 </mediaobject>
20909               </screenshot>
20910             </listitem>
20911           </itemizedlist>
20912         </listitem>
20913
20914         <listitem>
20915           <para>Children patrons do not become adults automatically in Koha.
20916           To upgrade a child patron to and adult patron category click on the
20917           'More' menu and choose 'Update Child to Adult Patron'</para>
20918
20919           <screenshot>
20920             <screeninfo>Update Child to Adult Patron</screeninfo>
20921
20922             <mediaobject>
20923               <imageobject>
20924                 <imagedata fileref="images/patrons/updatetoadult.png"/>
20925               </imageobject>
20926             </mediaobject>
20927           </screenshot>
20928
20929           <itemizedlist>
20930             <listitem>
20931               <para>You will then be presented with a pop up window asking
20932               which one of your adult patron categories this Child should be
20933               updated to</para>
20934
20935               <screenshot>
20936                 <screeninfo>Choose Adult Category to Update To</screeninfo>
20937
20938                 <mediaobject>
20939                   <imageobject>
20940                     <imagedata fileref="images/patrons/choosadulttype.png"/>
20941                   </imageobject>
20942                 </mediaobject>
20943               </screenshot>
20944             </listitem>
20945           </itemizedlist>
20946         </listitem>
20947       </itemizedlist>
20948     </section>
20949
20950     <section id="patronpermissions">
20951       <title>Patron Permissions</title>
20952
20953       <para>Patron Permissions are used to allow staff members access to the
20954       staff client.</para>
20955
20956       <important>
20957         <para>In order for a staff member to log into the staff interface they
20958         must have (at the very least) 'catalogue' permissions which allow them
20959         to view the staff interface.</para>
20960       </important>
20961
20962       <section id="setpatronperms">
20963         <title>Setting Patron Permissions</title>
20964
20965         <para>To set patron permissions, you must first <link
20966         linkend="addstaffpatron">have a patron of the 'Staff' type</link>
20967         open</para>
20968
20969         <itemizedlist>
20970           <listitem>
20971             <para>On the patron record click More and choose Set Permissions
20972             to alter patron permissions</para>
20973
20974             <screenshot>
20975               <screeninfo>Set Patron Permissions</screeninfo>
20976
20977               <mediaobject>
20978                 <imageobject>
20979                   <imagedata fileref="images/patrons/editpatronpermissions.png"/>
20980                 </imageobject>
20981               </mediaobject>
20982             </screenshot>
20983           </listitem>
20984
20985           <listitem>
20986             <para>You will be presented with a list of preferences, some of
20987             which can be expanded by clicking the plus sign to the left of the
20988             section title.</para>
20989
20990             <screenshot>
20991               <screeninfo>Patron Permissions</screeninfo>
20992
20993               <mediaobject>
20994                 <imageobject>
20995                   <imagedata fileref="images/patrons/GranularPermissions.png"/>
20996                 </imageobject>
20997               </mediaobject>
20998             </screenshot>
20999           </listitem>
21000         </itemizedlist>
21001       </section>
21002
21003       <section id="patronpermsdefined">
21004         <title>Patron Permissions Defined</title>
21005
21006         <para/>
21007
21008         <itemizedlist>
21009           <listitem>
21010             <para>superlibrarian</para>
21011
21012             <itemizedlist>
21013               <listitem>
21014                 <para>Access to all functions within the staff client</para>
21015
21016                 <itemizedlist>
21017                   <listitem>
21018                     <tip>
21019                       <para>With this selected there is no need to choose any
21020                       other permissions</para>
21021                     </tip>
21022                   </listitem>
21023                 </itemizedlist>
21024               </listitem>
21025             </itemizedlist>
21026           </listitem>
21027
21028           <listitem>
21029             <para>circulate</para>
21030
21031             <itemizedlist>
21032               <listitem>
21033                 <para>Ability to check (issue) books out and in and access the
21034                 'Circulation' page in the staff client</para>
21035               </listitem>
21036
21037               <listitem>
21038                 <para>This section can be expanded (<link
21039                 linkend="circpermissions">Learn more</link>)</para>
21040               </listitem>
21041             </itemizedlist>
21042           </listitem>
21043
21044           <listitem>
21045             <para>catalogue</para>
21046
21047             <itemizedlist>
21048               <listitem>
21049                 <para>Allows staff members to search the catalog via the staff
21050                 client</para>
21051               </listitem>
21052
21053               <listitem>
21054                 <para>Must be given to all staff members to allow them to
21055                 login to the staff client</para>
21056               </listitem>
21057             </itemizedlist>
21058           </listitem>
21059
21060           <listitem>
21061             <para>parameters</para>
21062
21063             <itemizedlist>
21064               <listitem>
21065                 <para>Provides access to all areas of the Administration
21066                 menu</para>
21067               </listitem>
21068             </itemizedlist>
21069           </listitem>
21070
21071           <listitem>
21072             <para>borrowers</para>
21073
21074             <itemizedlist>
21075               <listitem>
21076                 <para>Allows staff members to add or modify patrons (with the
21077                 exception of setting permissions)</para>
21078               </listitem>
21079             </itemizedlist>
21080           </listitem>
21081
21082           <listitem>
21083             <para>permissions</para>
21084
21085             <itemizedlist>
21086               <listitem>
21087                 <para>Ability to set patron permissions</para>
21088               </listitem>
21089             </itemizedlist>
21090           </listitem>
21091
21092           <listitem>
21093             <para>reserveforothers</para>
21094
21095             <itemizedlist>
21096               <listitem>
21097                 <para>Ability to place holds on books for patrons via the
21098                 staff interface</para>
21099               </listitem>
21100
21101               <listitem>
21102                 <para>This section can be expanded (<link
21103                 linkend="reservepermissions">Learn more</link>)</para>
21104               </listitem>
21105             </itemizedlist>
21106           </listitem>
21107
21108           <listitem>
21109             <para>borrow</para>
21110
21111             <itemizedlist>
21112               <listitem>
21113                 <para>Grants staff members the rights to borrow books from the
21114                 library</para>
21115               </listitem>
21116             </itemizedlist>
21117           </listitem>
21118
21119           <listitem>
21120             <para>editcatalogue</para>
21121
21122             <itemizedlist>
21123               <listitem>
21124                 <para>Ability to catalog items (add and edit bibliographic and
21125                 holdings data)</para>
21126               </listitem>
21127
21128               <listitem>
21129                 <para>This section can be expanded (<link
21130                 linkend="catpermissions">Learn more</link>)</para>
21131               </listitem>
21132             </itemizedlist>
21133           </listitem>
21134
21135           <listitem>
21136             <para>updatecharges</para>
21137
21138             <itemizedlist>
21139               <listitem>
21140                 <para>Manage patron accounts (including paying fines, adding
21141                 credits, and creating invoices)</para>
21142               </listitem>
21143             </itemizedlist>
21144           </listitem>
21145
21146           <listitem>
21147             <para>acquisition</para>
21148
21149             <itemizedlist>
21150               <listitem>
21151                 <para>Provides access to the acquisitions and patron purchase
21152                 suggestion modules</para>
21153               </listitem>
21154
21155               <listitem>
21156                 <para>This section can be expanded (<link
21157                 linkend="acqpermissions">Learn more</link>)</para>
21158               </listitem>
21159             </itemizedlist>
21160           </listitem>
21161
21162           <listitem>
21163             <para>management</para>
21164
21165             <itemizedlist>
21166               <listitem>
21167                 <para>No longer in use</para>
21168               </listitem>
21169             </itemizedlist>
21170           </listitem>
21171
21172           <listitem>
21173             <para>tools</para>
21174
21175             <itemizedlist>
21176               <listitem>
21177                 <para>Access to all items in the Tools section of the staff
21178                 client</para>
21179               </listitem>
21180
21181               <listitem>
21182                 <para>This section can be expanded (<link
21183                 linkend="toolspermissions">Learn more</link>)</para>
21184               </listitem>
21185             </itemizedlist>
21186           </listitem>
21187
21188           <listitem>
21189             <para>editauthorities</para>
21190
21191             <itemizedlist>
21192               <listitem>
21193                 <para>Provides access to edit the authority record</para>
21194               </listitem>
21195             </itemizedlist>
21196           </listitem>
21197
21198           <listitem>
21199             <para>serials</para>
21200
21201             <itemizedlist>
21202               <listitem>
21203                 <para>Allows access to the serials module</para>
21204               </listitem>
21205
21206               <listitem>
21207                 <para>This section can be expanded (<link
21208                 linkend="serpermissions">Learn more</link>)</para>
21209               </listitem>
21210             </itemizedlist>
21211           </listitem>
21212
21213           <listitem>
21214             <para>reports</para>
21215
21216             <itemizedlist>
21217               <listitem>
21218                 <para>Allow access to the Reports module (ability to create,
21219                 edit and run all reports)</para>
21220               </listitem>
21221
21222               <listitem>
21223                 <para>Reports found on the Circulation page are not controlled
21224                 by this permission</para>
21225               </listitem>
21226
21227               <listitem>
21228                 <para>This section can be expanded (<link
21229                 linkend="reportpermissions">Learn more</link>)</para>
21230               </listitem>
21231             </itemizedlist>
21232           </listitem>
21233
21234           <listitem>
21235             <para>staffaccess</para>
21236
21237             <itemizedlist>
21238               <listitem>
21239                 <para>Provides the ability to modify login / permissions for
21240                 staff users</para>
21241               </listitem>
21242
21243               <listitem>
21244                 <important>
21245                   <para>Requires the borrowers permission above</para>
21246                 </important>
21247               </listitem>
21248             </itemizedlist>
21249           </listitem>
21250         </itemizedlist>
21251
21252         <section id="circpermissions">
21253           <title>Granular Circulate Permissions</title>
21254
21255           <para>If the staff member has 'circulate' permissions they have the
21256           ability to perform all of these actions. If you would like to
21257           control circulation permissions on a more granular level choose from
21258           these options:</para>
21259
21260           <itemizedlist>
21261             <listitem>
21262               <para>circulate_remaining_permissions</para>
21263
21264               <itemizedlist>
21265                 <listitem>
21266                   <para>All circulation rights except the ability to override
21267                   renewals</para>
21268                 </listitem>
21269               </itemizedlist>
21270             </listitem>
21271
21272             <listitem>
21273               <para>override_renewals</para>
21274
21275               <itemizedlist>
21276                 <listitem>
21277                   <para>Override blocked renewals</para>
21278                 </listitem>
21279
21280                 <listitem>
21281                   <para>Requires that the staff member also has
21282                   circulate_remaining_permissions</para>
21283                 </listitem>
21284               </itemizedlist>
21285             </listitem>
21286           </itemizedlist>
21287         </section>
21288
21289         <section id="reservepermissions">
21290           <title>Granular Holds Permissions</title>
21291
21292           <para>If the staff member has 'reserveforothers' permissions they
21293           have the ability to perform all of these actions. If you would like
21294           to control holds permissions on a more granular level choose from
21295           these options:</para>
21296
21297           <itemizedlist>
21298             <listitem>
21299               <para>modify_holds_priority</para>
21300
21301               <itemizedlist>
21302                 <listitem>
21303                   <para>Allow staff members to alter the holds priority
21304                   (moving patrons up and down the queue)</para>
21305                 </listitem>
21306               </itemizedlist>
21307             </listitem>
21308
21309             <listitem>
21310               <para>place_holds</para>
21311
21312               <itemizedlist>
21313                 <listitem>
21314                   <para>Allows staff members to place holds for patrons via
21315                   the staff interface</para>
21316                 </listitem>
21317               </itemizedlist>
21318             </listitem>
21319           </itemizedlist>
21320         </section>
21321
21322         <section id="catpermissions">
21323           <title>Granular Cataloging Permissions</title>
21324
21325           <para>If the staff member has 'editcatalogue' permissions they have
21326           the ability to perform all of these actions. If you would like to
21327           control cataloging permissions on a more granular level choose from
21328           these options:</para>
21329
21330           <itemizedlist>
21331             <listitem>
21332               <para>edit_catalogue</para>
21333
21334               <itemizedlist>
21335                 <listitem>
21336                   <para>Ability to access all cataloging functions via the
21337                   <link linkend="cataloging">Cataloging</link> page</para>
21338                 </listitem>
21339               </itemizedlist>
21340             </listitem>
21341
21342             <listitem>
21343               <para>edit_items</para>
21344
21345               <itemizedlist>
21346                 <listitem>
21347                   <para>Ability to make <link linkend="editingitems">edits to
21348                   item records</link>, but not bib records</para>
21349                 </listitem>
21350               </itemizedlist>
21351             </listitem>
21352
21353             <listitem>
21354               <para id="fastaddpermissions">fast_cataloging</para>
21355
21356               <itemizedlist>
21357                 <listitem>
21358                   <para>The ability to catalog using only the <link
21359                   linkend="fastaddcat">Fast Add Framework</link> found on the
21360                   <link linkend="circulation">Circulation</link> page</para>
21361                 </listitem>
21362               </itemizedlist>
21363             </listitem>
21364           </itemizedlist>
21365         </section>
21366
21367         <section id="acqpermissions">
21368           <title>Granular Acquisitions Permissions</title>
21369
21370           <para>If the staff member has 'acquisition' permissions they have
21371           the ability to perform all of these actions. If you would like to
21372           control acquisitions permissions on a more granular level choose
21373           from these options:</para>
21374
21375           <itemizedlist>
21376             <listitem>
21377               <para>budget_add_del</para>
21378
21379               <itemizedlist>
21380                 <listitem>
21381                   <para>Ability to add and delete budgets (not modify)</para>
21382                 </listitem>
21383               </itemizedlist>
21384             </listitem>
21385
21386             <listitem>
21387               <para>budget_manage</para>
21388
21389               <itemizedlist>
21390                 <listitem>
21391                   <para>Manage budgets</para>
21392                 </listitem>
21393               </itemizedlist>
21394             </listitem>
21395
21396             <listitem>
21397               <para>budget_modify</para>
21398
21399               <itemizedlist>
21400                 <listitem>
21401                   <para>Ability to edit existing budgets (not to add or
21402                   delete)</para>
21403                 </listitem>
21404               </itemizedlist>
21405             </listitem>
21406
21407             <listitem>
21408               <para>contracts_manage</para>
21409
21410               <itemizedlist>
21411                 <listitem>
21412                   <para>Manage contracts</para>
21413                 </listitem>
21414               </itemizedlist>
21415             </listitem>
21416
21417             <listitem>
21418               <para>group_manage</para>
21419
21420               <itemizedlist>
21421                 <listitem>
21422                   <para>Manage orders and basket groups</para>
21423                 </listitem>
21424               </itemizedlist>
21425             </listitem>
21426
21427             <listitem>
21428               <para>order_manage</para>
21429
21430               <itemizedlist>
21431                 <listitem>
21432                   <para>Manage orders and baskets</para>
21433                 </listitem>
21434               </itemizedlist>
21435             </listitem>
21436
21437             <listitem>
21438               <para>order_receive</para>
21439
21440               <itemizedlist>
21441                 <listitem>
21442                   <para>Manage orders and baskets</para>
21443                 </listitem>
21444               </itemizedlist>
21445             </listitem>
21446
21447             <listitem>
21448               <para>period_manage</para>
21449
21450               <itemizedlist>
21451                 <listitem>
21452                   <para>Manage periods</para>
21453                 </listitem>
21454               </itemizedlist>
21455             </listitem>
21456
21457             <listitem>
21458               <para>planning_manage</para>
21459
21460               <itemizedlist>
21461                 <listitem>
21462                   <para>Manage budget planning</para>
21463                 </listitem>
21464               </itemizedlist>
21465             </listitem>
21466
21467             <listitem>
21468               <para>vendors_manage</para>
21469
21470               <itemizedlist>
21471                 <listitem>
21472                   <para>Manage vendors</para>
21473                 </listitem>
21474               </itemizedlist>
21475             </listitem>
21476           </itemizedlist>
21477         </section>
21478
21479         <section id="serpermissions">
21480           <title>Granular Serials Permissions</title>
21481
21482           <para>If the staff member has 'serials' permissions they have the
21483           ability to perform all of these actions. If you would like to
21484           control serials permissions on a more granular level choose from
21485           these options:</para>
21486
21487           <itemizedlist>
21488             <listitem>
21489               <para>check_expiration</para>
21490
21491               <itemizedlist>
21492                 <listitem>
21493                   <para>Check the expiration of a serial</para>
21494                 </listitem>
21495               </itemizedlist>
21496             </listitem>
21497
21498             <listitem>
21499               <para>claim_serials</para>
21500
21501               <itemizedlist>
21502                 <listitem>
21503                   <para>Claim missing serials</para>
21504                 </listitem>
21505               </itemizedlist>
21506             </listitem>
21507
21508             <listitem>
21509               <para>create_subscription</para>
21510
21511               <itemizedlist>
21512                 <listitem>
21513                   <para>Create a new subscription</para>
21514                 </listitem>
21515               </itemizedlist>
21516             </listitem>
21517
21518             <listitem>
21519               <para>delete_subscription</para>
21520
21521               <itemizedlist>
21522                 <listitem>
21523                   <para>Delete an existing subscription</para>
21524                 </listitem>
21525               </itemizedlist>
21526             </listitem>
21527
21528             <listitem>
21529               <para>edit_subscription</para>
21530
21531               <itemizedlist>
21532                 <listitem>
21533                   <para>Edit (but not delete or create) an existing
21534                   subscription</para>
21535                 </listitem>
21536               </itemizedlist>
21537             </listitem>
21538
21539             <listitem>
21540               <para>receive_serials</para>
21541
21542               <itemizedlist>
21543                 <listitem>
21544                   <para>Receive serials on existing subscriptions</para>
21545                 </listitem>
21546               </itemizedlist>
21547             </listitem>
21548
21549             <listitem>
21550               <para>renew_subscription</para>
21551
21552               <itemizedlist>
21553                 <listitem>
21554                   <para>Renew an existing subscription</para>
21555                 </listitem>
21556               </itemizedlist>
21557             </listitem>
21558
21559             <listitem>
21560               <para>routing</para>
21561
21562               <itemizedlist>
21563                 <listitem>
21564                   <para>Manage routing lists</para>
21565                 </listitem>
21566               </itemizedlist>
21567             </listitem>
21568           </itemizedlist>
21569         </section>
21570
21571         <section id="toolspermissions">
21572           <title>Granular Tools Permissions</title>
21573
21574           <para>If the staff member has 'tools' permissions they have the
21575           ability to access and use all items under the Tools menu. If you
21576           would like to control which tools staff members have access to on a
21577           more granular level choose from these options:</para>
21578
21579           <itemizedlist>
21580             <listitem>
21581               <para>batch_upload_patron_images</para>
21582
21583               <itemizedlist>
21584                 <listitem>
21585                   <para>Upload patron images in batch or one at a time (Access
21586                   to the <link linkend="uploadpatronimages">Image Upload
21587                   Tool</link>)</para>
21588                 </listitem>
21589               </itemizedlist>
21590             </listitem>
21591
21592             <listitem>
21593               <para>delete_anonymize_patrons</para>
21594
21595               <itemizedlist>
21596                 <listitem>
21597                   <para>Delete old borrowers and anonymize circulation/reading
21598                   history (Access to the <link linkend="anonpatrons">Anonymize
21599                   Patron Tool</link>)</para>
21600                 </listitem>
21601               </itemizedlist>
21602             </listitem>
21603
21604             <listitem>
21605               <para>edit_calendar</para>
21606
21607               <itemizedlist>
21608                 <listitem>
21609                   <para>Define days when the library is closed (Access to the
21610                   <link linkend="calholidays">Calendar/Holidays
21611                   Tool</link>)</para>
21612                 </listitem>
21613               </itemizedlist>
21614             </listitem>
21615
21616             <listitem>
21617               <para>edit_news</para>
21618
21619               <itemizedlist>
21620                 <listitem>
21621                   <para>Write news for the OPAC and staff interfaces (Access
21622                   to the <link linkend="newstool">News Tool</link>)</para>
21623                 </listitem>
21624               </itemizedlist>
21625             </listitem>
21626
21627             <listitem>
21628               <para>edit_notice_status_triggers</para>
21629
21630               <itemizedlist>
21631                 <listitem>
21632                   <para>Set notice/status triggers for overdue items (Access
21633                   to the <link linkend="noticetriggers">Overdue Notice
21634                   Status/Triggers Tool</link>)</para>
21635                 </listitem>
21636               </itemizedlist>
21637             </listitem>
21638
21639             <listitem>
21640               <para>edit_notices</para>
21641
21642               <itemizedlist>
21643                 <listitem>
21644                   <para>Define notices (Access to the <link
21645                   linkend="notices">Notices Tool</link>)</para>
21646                 </listitem>
21647               </itemizedlist>
21648             </listitem>
21649
21650             <listitem>
21651               <para>export_catalog</para>
21652
21653               <itemizedlist>
21654                 <listitem>
21655                   <para>Export bibliographic and holdings data (Access to the
21656                   <link linkend="exportbibs">Export Bibliographic &amp;
21657                   Holdings Data Tool</link>)</para>
21658                 </listitem>
21659               </itemizedlist>
21660             </listitem>
21661
21662             <listitem>
21663               <para>import_patrons</para>
21664
21665               <itemizedlist>
21666                 <listitem>
21667                   <para>Import patron data (Access to the <link
21668                   linkend="patronimport">Import Patrons Tool</link>)</para>
21669                 </listitem>
21670               </itemizedlist>
21671             </listitem>
21672
21673             <listitem>
21674               <para>inventory</para>
21675
21676               <itemizedlist>
21677                 <listitem>
21678                   <para>Perform inventory (stocktaking) of your catalog
21679                   (Access to the <link linkend="inventory">Inventory
21680                   Tool</link>)</para>
21681                 </listitem>
21682               </itemizedlist>
21683             </listitem>
21684
21685             <listitem>
21686               <para>items_batchdel</para>
21687
21688               <itemizedlist>
21689                 <listitem>
21690                   <para>Perform batch deletion of items (Access to the <link
21691                   linkend="batchdeleteitems">Delete a queryset of items
21692                   Tool</link>)</para>
21693                 </listitem>
21694               </itemizedlist>
21695             </listitem>
21696
21697             <listitem>
21698               <para>items_batchmod</para>
21699
21700               <itemizedlist>
21701                 <listitem>
21702                   <para>Perform batch modification of items (Access to the
21703                   <link linkend="batchmodifyitems">Modify a queryset of items
21704                   Tool</link>)</para>
21705                 </listitem>
21706               </itemizedlist>
21707             </listitem>
21708
21709             <listitem>
21710               <para>label_creator</para>
21711
21712               <itemizedlist>
21713                 <listitem>
21714                   <para>Create printable labels and barcodes from catalog and
21715                   patron data (Access to the <link
21716                   linkend="labelcreator">Label Creator</link> and <link
21717                   linkend="quicklabelcreator">Quick Label Creator</link>
21718                   Tools)</para>
21719                 </listitem>
21720               </itemizedlist>
21721             </listitem>
21722
21723             <listitem>
21724               <para>manage_csv_profiles</para>
21725
21726               <itemizedlist>
21727                 <listitem>
21728                   <para>Create and edit CSV profiles (Access to the <link
21729                   linkend="csvprofiles">CSV Profiles Tool</link>)</para>
21730                 </listitem>
21731               </itemizedlist>
21732             </listitem>
21733
21734             <listitem>
21735               <para>manage_staged_marc</para>
21736
21737               <itemizedlist>
21738                 <listitem>
21739                   <para>Managed staged MARC records, including completing and
21740                   reversing imports (Access to the <link
21741                   linkend="managestaged">Manage Staged MARC Records
21742                   Tool</link>)</para>
21743                 </listitem>
21744               </itemizedlist>
21745             </listitem>
21746
21747             <listitem>
21748               <para>moderate_comments</para>
21749
21750               <itemizedlist>
21751                 <listitem>
21752                   <para>Moderate patron comments (Access to the <link
21753                   linkend="comments">Comments</link> and <link
21754                   linkend="tagsmoderation">Tags</link> Tools)</para>
21755                 </listitem>
21756               </itemizedlist>
21757             </listitem>
21758
21759             <listitem>
21760               <para>schedule_tasks</para>
21761
21762               <itemizedlist>
21763                 <listitem>
21764                   <para>Schedule tasks to run (Access to the <link
21765                   linkend="taskscheduler">Task Scheduler Tool</link>)</para>
21766                 </listitem>
21767               </itemizedlist>
21768             </listitem>
21769
21770             <listitem>
21771               <para>stage_marc_import</para>
21772
21773               <itemizedlist>
21774                 <listitem>
21775                   <para>Stage MARC records into the reservoir (Access to the
21776                   <link linkend="stagemarc">Stage MARC Records
21777                   Tool</link>)</para>
21778                 </listitem>
21779               </itemizedlist>
21780             </listitem>
21781
21782             <listitem>
21783               <para>upload_local_cover_images</para>
21784
21785               <itemizedlist>
21786                 <listitem>
21787                   <para>Upload local cover images (Access to the <link
21788                   linkend="uploadlocalimages">Upload Local Cover Image
21789                   Tool</link>)</para>
21790                 </listitem>
21791               </itemizedlist>
21792             </listitem>
21793
21794             <listitem>
21795               <para>view_system_logs</para>
21796
21797               <itemizedlist>
21798                 <listitem>
21799                   <para>Browse the system logs (Access to the <link
21800                   linkend="logviewer">Log Viewer Tool</link>)</para>
21801                 </listitem>
21802               </itemizedlist>
21803             </listitem>
21804           </itemizedlist>
21805         </section>
21806
21807         <section id="reportpermissions">
21808           <title>Granular Reports Permissions</title>
21809
21810           <para>If the staff member has 'reports' permissions they have the
21811           ability to perform all of these actions. If you would like to
21812           control reports permissions on a more granular level choose from
21813           these options:</para>
21814
21815           <itemizedlist>
21816             <listitem>
21817               <para>create_reports</para>
21818
21819               <itemizedlist>
21820                 <listitem>
21821                   <para>The ability to create and edit but not run SQL
21822                   reports</para>
21823                 </listitem>
21824               </itemizedlist>
21825             </listitem>
21826
21827             <listitem>
21828               <para>execute_reports</para>
21829
21830               <itemizedlist>
21831                 <listitem>
21832                   <para>The ability to run but not create or edit SQL
21833                   reports</para>
21834                 </listitem>
21835               </itemizedlist>
21836             </listitem>
21837           </itemizedlist>
21838         </section>
21839       </section>
21840     </section>
21841
21842     <section id="patroninformation">
21843       <title>Patron Information</title>
21844
21845       <para>When viewing a patron record you have the option to view
21846       information from one of many tabs found on the left hand side of the
21847       record.</para>
21848
21849       <section id="patcheckout">
21850         <title>Check Out</title>
21851
21852         <para>For instruction on checking items out, view the <link
21853         linkend="checkingout">Checking Out</link> section of this
21854         manual.</para>
21855       </section>
21856
21857       <section id="patrondetails">
21858         <title>Details</title>
21859
21860         <para>All patron information will appear on the Details tab. This
21861         includes all the contact information, notes, custom patron attributes,
21862         messaging preferences, etc entered when adding the patron.</para>
21863
21864         <para>In the case of patrons who are marked as 'Child' or
21865         'Professional' and their Guarantors additional information will appear
21866         on their record.</para>
21867
21868         <itemizedlist>
21869           <listitem>
21870             <para>A child patron will list their Guarantor</para>
21871
21872             <screenshot>
21873               <screeninfo>Guarantor listed and linked from the child
21874               record</screeninfo>
21875
21876               <mediaobject>
21877                 <imageobject>
21878                   <imagedata fileref="images/patrons/child.png"/>
21879                 </imageobject>
21880               </mediaobject>
21881             </screenshot>
21882           </listitem>
21883
21884           <listitem>
21885             <para>On the Guarantor's record, all children and/or professionals
21886             will be listed</para>
21887
21888             <screenshot>
21889               <screeninfo>Guarantees listed on the Guarantor's
21890               profile</screeninfo>
21891
21892               <mediaobject>
21893                 <imageobject>
21894                   <imagedata fileref="images/patrons/parent.png"/>
21895                 </imageobject>
21896               </mediaobject>
21897             </screenshot>
21898           </listitem>
21899         </itemizedlist>
21900
21901         <section id="patcircsummary">
21902           <title>Circulation Summary</title>
21903
21904           <para>Below the patron's information on the details screen is a
21905           tabbed display of the items they have checked out, overdue, and on
21906           hold.</para>
21907
21908           <screenshot>
21909             <screeninfo>Checkout summary</screeninfo>
21910
21911             <mediaobject>
21912               <imageobject>
21913                 <imagedata fileref="images/patrons/checkoutsummary.png"/>
21914               </imageobject>
21915             </mediaobject>
21916           </screenshot>
21917
21918           <para>If they have family at the library staff can see what the
21919           other family members have checked out.</para>
21920
21921           <screenshot>
21922             <screeninfo>Relative checkouts</screeninfo>
21923
21924             <mediaobject>
21925               <imageobject>
21926                 <imagedata fileref="images/patrons/relativecheckouts.png"/>
21927               </imageobject>
21928             </mediaobject>
21929           </screenshot>
21930         </section>
21931       </section>
21932
21933       <section id="patronfines">
21934         <title>Fines</title>
21935
21936         <para>The patron's complete accounting history will appear on the
21937         Fines tab. Contrary to its name, the Fines tab does not just show fine
21938         data, it also shows membership fees, rental fees, reserve fees and any
21939         other charge you may have for patrons.</para>
21940
21941         <screenshot>
21942           <screeninfo>Patron Accounting Summary</screeninfo>
21943
21944           <mediaobject>
21945             <imageobject>
21946               <imagedata fileref="images/patrons/patronaccount.png"/>
21947             </imageobject>
21948           </mediaobject>
21949         </screenshot>
21950
21951         <section id="chargefines">
21952           <title>Charging Fines/Fees</title>
21953
21954           <para>Most fees and fines will be charged automatically if the <link
21955           linkend="finescronjob">fines cron job</link> is running:</para>
21956
21957           <itemizedlist>
21958             <listitem>
21959               <para>Fines will be charged based on your <link
21960               linkend="circfinerules">Circulation &amp; Fines
21961               Rules</link></para>
21962             </listitem>
21963
21964             <listitem>
21965               <para>Hold fees will be charged based on the rules you set in
21966               the <link linkend="patcats">Patron Types &amp; Categories</link>
21967               administration area</para>
21968             </listitem>
21969
21970             <listitem>
21971               <para>Rental fees will be charged based on the settings in your
21972               <link linkend="itemtypeadmin">Item Types</link> administration
21973               area</para>
21974             </listitem>
21975
21976             <listitem>
21977               <para>Marking an item 'Lost' via the cataloging module will
21978               automatically charge the patron the replacement cost for that
21979               item</para>
21980             </listitem>
21981           </itemizedlist>
21982         </section>
21983
21984         <section id="payfines">
21985           <title>Pay/Reverse Fines</title>
21986
21987           <para>Each line item can be paid in full (or written off) using the
21988           'Pay Fines' tab.</para>
21989
21990           <screenshot>
21991             <screeninfo>Paying Fines</screeninfo>
21992
21993             <mediaobject>
21994               <imageobject>
21995                 <imagedata fileref="images/patrons/makepayment.png"/>
21996               </imageobject>
21997             </mediaobject>
21998           </screenshot>
21999
22000           <itemizedlist>
22001             <listitem>
22002               <para>Each line item can be paid in full, partially paid, or
22003               written off.</para>
22004             </listitem>
22005
22006             <listitem>
22007               <para>Pay a fine in full</para>
22008
22009               <itemizedlist>
22010                 <listitem>
22011                   <para>Click "Pay" next to the fine you want to pay in
22012                   full</para>
22013                 </listitem>
22014
22015                 <listitem>
22016                   <para>The full amount of the fine will be populated for you
22017                   in the "Collect From Patron" box</para>
22018
22019                   <screenshot>
22020                     <screeninfo>Pay fine</screeninfo>
22021
22022                     <mediaobject>
22023                       <imageobject>
22024                         <imagedata fileref="images/patrons/payfine.png"/>
22025                       </imageobject>
22026                     </mediaobject>
22027                   </screenshot>
22028                 </listitem>
22029
22030                 <listitem>
22031                   <para>Click "Confirm"</para>
22032                 </listitem>
22033
22034                 <listitem>
22035                   <para>The fine will be removed from outstanding fines, and
22036                   displayed as fully paid.</para>
22037                 </listitem>
22038               </itemizedlist>
22039             </listitem>
22040
22041             <listitem>
22042               <para>Pay a partial fine</para>
22043
22044               <itemizedlist>
22045                 <listitem>
22046                   <para>Click "Pay" next to the fine you want to partially
22047                   pay</para>
22048                 </listitem>
22049
22050                 <listitem>
22051                   <para>Enter the amount you are collecting from the patron in
22052                   the "Collect From Patron" box</para>
22053
22054                   <screenshot>
22055                     <screeninfo>Pay partial fine</screeninfo>
22056
22057                     <mediaobject>
22058                       <imageobject>
22059                         <imagedata fileref="images/patrons/paypartial.png"/>
22060                       </imageobject>
22061                     </mediaobject>
22062                   </screenshot>
22063                 </listitem>
22064
22065                 <listitem>
22066                   <para>Click "Confirm"</para>
22067                 </listitem>
22068
22069                 <listitem>
22070                   <para>The fine will be updated to show the original Amount,
22071                   and the current Amount Outstanding</para>
22072                 </listitem>
22073               </itemizedlist>
22074             </listitem>
22075
22076             <listitem>
22077               <para>Pay an amount towards all fines</para>
22078
22079               <itemizedlist>
22080                 <listitem>
22081                   <para>Click the "Pay Amount" button</para>
22082                 </listitem>
22083
22084                 <listitem>
22085                   <para>Enter the amount you are collecting from the patron in
22086                   "Collect from Patron." The sum of all fines is shown in
22087                   "Total Amount Outstanding"</para>
22088
22089                   <screenshot>
22090                     <screeninfo>Pay Amount</screeninfo>
22091
22092                     <mediaobject>
22093                       <imageobject>
22094                         <imagedata fileref="images/patrons/payamount.png"/>
22095                       </imageobject>
22096                     </mediaobject>
22097                   </screenshot>
22098                 </listitem>
22099
22100                 <listitem>
22101                   <para>Click "Confirm"</para>
22102                 </listitem>
22103
22104                 <listitem>
22105                   <para>The fine totals will be updated with the payment
22106                   applied to oldest fines first.</para>
22107                 </listitem>
22108               </itemizedlist>
22109             </listitem>
22110
22111             <listitem>
22112               <para>Pay Selected fines</para>
22113
22114               <itemizedlist>
22115                 <listitem>
22116                   <para>Check the selection boxes next to the fines you wish
22117                   to pay, click "Pay Selected"</para>
22118
22119                   <screenshot>
22120                     <screeninfo>Select lines to pay</screeninfo>
22121
22122                     <mediaobject>
22123                       <imageobject>
22124                         <imagedata fileref="images/patrons/payselected-select.png"/>
22125                       </imageobject>
22126                     </mediaobject>
22127                   </screenshot>
22128                 </listitem>
22129
22130                 <listitem>
22131                   <para>Enter an amount to pay towards the fines.</para>
22132
22133                   <screenshot>
22134                     <screeninfo>Pay Selected</screeninfo>
22135
22136                     <mediaobject>
22137                       <imageobject>
22138                         <imagedata fileref="images/patrons/payselected.png"/>
22139                       </imageobject>
22140                     </mediaobject>
22141                   </screenshot>
22142                 </listitem>
22143
22144                 <listitem>
22145                   <para>Click "Confirm"</para>
22146                 </listitem>
22147
22148                 <listitem>
22149                   <para>The fine totals will be updated with the payment
22150                   applied to the oldest selected fines first.</para>
22151                 </listitem>
22152               </itemizedlist>
22153             </listitem>
22154
22155             <listitem>
22156               <para>Writeoff a single fine</para>
22157
22158               <itemizedlist>
22159                 <listitem>
22160                   <para>Click "Writeoff" next to the fine you wish to
22161                   writeoff.</para>
22162                 </listitem>
22163
22164                 <listitem>
22165                   <para>The fine will be removed from outstanding fines, and
22166                   displayed as written off.</para>
22167                 </listitem>
22168               </itemizedlist>
22169             </listitem>
22170
22171             <listitem>
22172               <para>Writeoff All fines</para>
22173
22174               <itemizedlist>
22175                 <listitem>
22176                   <para>Click the "Writeoff All" button</para>
22177                 </listitem>
22178
22179                 <listitem>
22180                   <para>All fines will be removed from outstanding fines, and
22181                   displayed as written off.</para>
22182                 </listitem>
22183               </itemizedlist>
22184             </listitem>
22185
22186             <listitem>
22187               <para>If you accidentally mark and item as paid, you can reverse
22188               that line item by clicking 'Reverse' to the right of the
22189               line</para>
22190
22191               <screenshot>
22192                 <screeninfo>Reverse Link</screeninfo>
22193
22194                 <mediaobject>
22195                   <imageobject>
22196                     <imagedata fileref="images/patrons/reverselink.png"/>
22197                   </imageobject>
22198                 </mediaobject>
22199               </screenshot>
22200
22201               <itemizedlist>
22202                 <listitem>
22203                   <para>Once clicked a new line item will be added to the
22204                   account, showing the payment as reversed</para>
22205
22206                   <screenshot>
22207                     <screeninfo>Reversed Payment</screeninfo>
22208
22209                     <mediaobject>
22210                       <imageobject>
22211                         <imagedata fileref="images/patrons/reversed.png"/>
22212                       </imageobject>
22213                     </mediaobject>
22214                   </screenshot>
22215                 </listitem>
22216               </itemizedlist>
22217             </listitem>
22218           </itemizedlist>
22219         </section>
22220
22221         <section id="manualinvoice">
22222           <title>Creating Manual Invoices</title>
22223
22224           <para>For fees that are not automatically charged, librarians can
22225           create a manual invoice</para>
22226
22227           <screenshot>
22228             <screeninfo>Create Manual Invoice</screeninfo>
22229
22230             <mediaobject>
22231               <imageobject>
22232                 <imagedata fileref="images/patrons/manualinvoice.png"/>
22233               </imageobject>
22234             </mediaobject>
22235           </screenshot>
22236
22237           <itemizedlist>
22238             <listitem>
22239               <para>First choose the type of invoice you would like to
22240               create</para>
22241
22242               <itemizedlist>
22243                 <listitem>
22244                   <para>To add additional values to the manual invoice type
22245                   pull down menu, add them to the <link
22246                   linkend="manualinvvals">MANUAL_INV</link> Authorized
22247                   Value</para>
22248                 </listitem>
22249               </itemizedlist>
22250             </listitem>
22251
22252             <listitem>
22253               <para>If the fee is associated with an item you can enter its
22254               barcode so that the line item shows a link to that item</para>
22255             </listitem>
22256
22257             <listitem>
22258               <para>The description field is where you will enter the
22259               description of the charge</para>
22260             </listitem>
22261
22262             <listitem>
22263               <para>In the amount field, do not enter currency symbols, only
22264               numbers and decimals</para>
22265             </listitem>
22266           </itemizedlist>
22267         </section>
22268
22269         <section id="manualcredit">
22270           <title>Creating Manual Credits</title>
22271
22272           <para>Manual credits can be used to pay off parts of fines, or to
22273           forgive a fine amount.</para>
22274
22275           <screenshot>
22276             <screeninfo>Create Manual Credit</screeninfo>
22277
22278             <mediaobject>
22279               <imageobject>
22280                 <imagedata fileref="images/patrons/manualcredit.png"/>
22281               </imageobject>
22282             </mediaobject>
22283           </screenshot>
22284
22285           <itemizedlist>
22286             <listitem>
22287               <para>First choose the type of credit you'd like to apply</para>
22288             </listitem>
22289
22290             <listitem>
22291               <para>If this credit is associated with an item you can enter
22292               that item's barcode so that the line item links to the right
22293               item</para>
22294             </listitem>
22295
22296             <listitem>
22297               <para>The description field is where you will enter the
22298               description of the credit</para>
22299             </listitem>
22300
22301             <listitem>
22302               <para>In the amount field, do not enter currency symbols, only
22303               numbers and decimals</para>
22304             </listitem>
22305           </itemizedlist>
22306         </section>
22307
22308         <section id="printinglineitems">
22309           <title>Printing Invoices</title>
22310
22311           <para>To the right of each account line there is a print link.
22312           Clicking that link will print an invoice for the line item that
22313           includes the date and description of the line item along with the
22314           total outstanding on the account.</para>
22315
22316           <screenshot>
22317             <screeninfo>Sample Invoice</screeninfo>
22318
22319             <mediaobject>
22320               <imageobject>
22321                 <imagedata fileref="images/patrons/patroninvoice.png"/>
22322               </imageobject>
22323             </mediaobject>
22324           </screenshot>
22325         </section>
22326       </section>
22327
22328       <section id="circhistory">
22329         <title>Circulation History</title>
22330
22331         <para>The circulation history tab will appear if you have set the
22332         <link linkend="intranetreadinghistory">intranetreadinghistory</link>
22333         preference to allow it to appear. If you have the <link
22334         linkend="OPACPrivacy">OPACPrivacy</link> system preference set to
22335         'Allow' and the patron has decided that the library cannot keep this
22336         information this tab will only show currently checked out
22337         items.</para>
22338
22339         <screenshot>
22340           <screeninfo>Patron Circulation History</screeninfo>
22341
22342           <mediaobject>
22343             <imageobject>
22344               <imagedata fileref="images/patrons/readinghistory.png"/>
22345             </imageobject>
22346           </mediaobject>
22347         </screenshot>
22348
22349         <para>If you would like to export a list of barcodes for the items
22350         checked in today you can find that option under the More menu on the
22351         top right of the page.</para>
22352
22353         <screenshot>
22354           <screeninfo>Export today's checkins</screeninfo>
22355
22356           <mediaobject>
22357             <imageobject>
22358               <imagedata fileref="images/patrons/readinghistory-export.png"/>
22359             </imageobject>
22360           </mediaobject>
22361         </screenshot>
22362
22363         <para>This will generate a text file with one barcode per line.</para>
22364       </section>
22365
22366       <section id="patmodlog">
22367         <title>Modification Log</title>
22368
22369         <para>If you have set your <link
22370         linkend="BorrowersLog">BorrowersLog</link> to track changes to patron
22371         records, then this tab will appear. The Modification Log will show
22372         when changes were made to the patron record. If you also have turned
22373         on the <link linkend="IssueLog">IssueLog</link> and <link
22374         linkend="ReturnLog">ReturnLog</link> you will see checkins and outs on
22375         this screen as well.</para>
22376
22377         <screenshot>
22378           <screeninfo>Changes to Patron</screeninfo>
22379
22380           <mediaobject>
22381             <imageobject>
22382               <imagedata fileref="images/patrons/borrowerlog.png"/>
22383             </imageobject>
22384           </mediaobject>
22385         </screenshot>
22386
22387         <itemizedlist>
22388           <listitem>
22389             <para>The Librarian field shows the patron number for the
22390             librarian who made the changes</para>
22391           </listitem>
22392
22393           <listitem>
22394             <para>The module lists 'MEMBERS' for the patron module</para>
22395           </listitem>
22396
22397           <listitem>
22398             <para>The action will tell you what action was being logged</para>
22399           </listitem>
22400
22401           <listitem>
22402             <para>The Object field lists the borrowernumber that is being
22403             modified (in the example above, it was my changing my own
22404             record)</para>
22405           </listitem>
22406         </itemizedlist>
22407       </section>
22408
22409       <section id="patnotices">
22410         <title>Notices</title>
22411
22412         <para>The <link linkend="setpatronmessaging">patron's messaging
22413         preferences</link> are set when <link
22414         linkend="addnewpatron">adding</link> or <link
22415         linkend="editpatrons">editing</link> the patron. This tab will show
22416         the messages that have been sent and those that are queued to be
22417         sent:</para>
22418
22419         <screenshot>
22420           <screeninfo>Patron Notices Tab</screeninfo>
22421
22422           <mediaobject>
22423             <imageobject>
22424               <imagedata fileref="images/patrons/patnoticestab.png"/>
22425             </imageobject>
22426           </mediaobject>
22427         </screenshot>
22428
22429         <para>Clicking on the message title will expand the view to show you
22430         the full text of the message that was sent.</para>
22431
22432         <screenshot>
22433           <screeninfo>Full message text</screeninfo>
22434
22435           <mediaobject>
22436             <imageobject>
22437               <imagedata fileref="images/patrons/patnoticestab-full.png"/>
22438             </imageobject>
22439           </mediaobject>
22440         </screenshot>
22441       </section>
22442     </section>
22443
22444     <section id="patronsearch">
22445       <title>Patron Search</title>
22446
22447       <para>Clicking on the link to the Patron module will bring you to a
22448       search/browse screen for patrons. From here you can search for a
22449       patron.</para>
22450
22451       <screenshot>
22452         <screeninfo>Patron Search</screeninfo>
22453
22454         <mediaobject>
22455           <imageobject>
22456             <imagedata fileref="images/patrons/patronsearch.png"/>
22457           </imageobject>
22458         </mediaobject>
22459       </screenshot>
22460
22461       <para>Depending on what you have chosen for the 'Search fields' you can
22462       search for patrons in various different ways.</para>
22463
22464       <screenshot>
22465         <screeninfo>Patron Search Fields</screeninfo>
22466
22467         <mediaobject>
22468           <imageobject>
22469             <imagedata fileref="images/patrons/patronfieldsearch.png"/>
22470           </imageobject>
22471         </mediaobject>
22472       </screenshot>
22473
22474       <itemizedlist>
22475         <listitem>
22476           <para>Standard:</para>
22477
22478           <itemizedlist>
22479             <listitem>
22480               <para>Enter any part of their name, username, email address or
22481               barcode</para>
22482             </listitem>
22483           </itemizedlist>
22484         </listitem>
22485
22486         <listitem>
22487           <para>Email:</para>
22488
22489           <itemizedlist>
22490             <listitem>
22491               <para>Enter any part of their email address.</para>
22492             </listitem>
22493           </itemizedlist>
22494         </listitem>
22495
22496         <listitem>
22497           <para>Borrower number:</para>
22498
22499           <itemizedlist>
22500             <listitem>
22501               <para>Enter the Koha borrower number</para>
22502             </listitem>
22503           </itemizedlist>
22504         </listitem>
22505
22506         <listitem>
22507           <para>Phone number:</para>
22508
22509           <itemizedlist>
22510             <listitem>
22511               <para>Enter the phone number exactly as it is in the system or
22512               by using spaces between each batch of numbers.</para>
22513             </listitem>
22514
22515             <listitem>
22516               <para>Example: To find (212) 555-1212 you can search for it
22517               exactly as it was entered or by searching for 212 555
22518               1212</para>
22519             </listitem>
22520           </itemizedlist>
22521         </listitem>
22522       </itemizedlist>
22523
22524       <para>If you want to filter your results to a specific branch or
22525       category, you can click the plus sign [+] to the right of the search
22526       box.</para>
22527
22528       <screenshot>
22529         <screeninfo>Advanced Patron Search</screeninfo>
22530
22531         <mediaobject>
22532           <imageobject>
22533             <imagedata fileref="images/patrons/patronfilter.png"/>
22534           </imageobject>
22535         </mediaobject>
22536       </screenshot>
22537
22538       <para>You can also browse through the patron records by clicking on the
22539       linked letters across the top.</para>
22540
22541       <screenshot>
22542         <screeninfo>Patron Browse</screeninfo>
22543
22544         <mediaobject>
22545           <imageobject>
22546             <imagedata fileref="images/patrons/patronbrowse.png"/>
22547           </imageobject>
22548         </mediaobject>
22549       </screenshot>
22550     </section>
22551   </chapter>
22552
22553   <chapter id="circulation">
22554     <title>Circulation</title>
22555
22556     <para>Circulation functions can be accessed in several different ways. On
22557     the main page of the staff client there are some quick links in the center
22558     of the page to check items out, in or transfer them. For a complete
22559     listing of Circulation functions you can visit the Circulation page which
22560     is linked from the top left of every page or from the center of the main
22561     page.</para>
22562
22563     <para>Before circulating your collection you will want to set your <link
22564     linkend="globalsysprefs">Global System Preferences</link>, <link
22565     linkend="basicparams">Basic Parameters</link> and <link
22566     linkend="patscirc">Patrons &amp; Circulation Rules</link>.</para>
22567
22568     <para>While in Circulation you can jump between the tabs on the quick
22569     search box at the top of the screen by using the following hot
22570     keys:</para>
22571
22572     <itemizedlist>
22573       <listitem>
22574         <para>jump to the catalog search with Alt+Q</para>
22575       </listitem>
22576
22577       <listitem>
22578         <para>jump to the checkout with Alt+U</para>
22579
22580         <itemizedlist>
22581           <listitem>
22582             <para>this will not work for Mac users</para>
22583           </listitem>
22584         </itemizedlist>
22585       </listitem>
22586
22587       <listitem>
22588         <para>jump to the checkin with Alt+R</para>
22589       </listitem>
22590     </itemizedlist>
22591
22592     <para><tip>
22593         <para>Mac users use the OPTION button in place of ALT</para>
22594       </tip></para>
22595
22596     <section id="checkingout">
22597       <title>Check Out (Issuing)</title>
22598
22599       <para>To begin the checkout process you must enter the patron barcode or
22600       part of their name. The checkout option appears in three main
22601       places:</para>
22602
22603       <itemizedlist>
22604         <listitem>
22605           <para>Check out option on the top of the main staff client</para>
22606
22607           <screenshot>
22608             <screeninfo>Check out box on main Koha Staff Client
22609             page</screeninfo>
22610
22611             <mediaobject>
22612               <imageobject>
22613                 <imagedata fileref="images/circ/checkoutmain.png"/>
22614               </imageobject>
22615             </mediaobject>
22616           </screenshot>
22617         </listitem>
22618
22619         <listitem>
22620           <para>Check out option on the patron record</para>
22621
22622           <screenshot>
22623             <screeninfo>Check out tab on a patron record</screeninfo>
22624
22625             <mediaobject>
22626               <imageobject>
22627                 <imagedata fileref="images/circ/checkoutpatron.png"/>
22628               </imageobject>
22629             </mediaobject>
22630           </screenshot>
22631         </listitem>
22632
22633         <listitem>
22634           <para>Check out option on the quick search bar on the circulation
22635           page</para>
22636
22637           <screenshot>
22638             <screeninfo>Check out tab on quick search bar</screeninfo>
22639
22640             <mediaobject>
22641               <imageobject>
22642                 <imagedata fileref="images/circ/circquickbox.png"/>
22643               </imageobject>
22644             </mediaobject>
22645           </screenshot>
22646         </listitem>
22647       </itemizedlist>
22648
22649       <section id="checkitemout">
22650         <title>Checking Items Out</title>
22651
22652         <para>To check an item out to a patron, first search for that patron
22653         using one of the many options listed above.</para>
22654
22655         <screenshot>
22656           <screeninfo>Check Out Screen</screeninfo>
22657
22658           <mediaobject>
22659             <imageobject>
22660               <imagedata fileref="images/circ/checkingout.png"/>
22661             </imageobject>
22662           </mediaobject>
22663         </screenshot>
22664
22665         <para>At the top of the Check Out screen is a box for you to type or
22666         scan the item's barcode into.</para>
22667
22668         <itemizedlist>
22669           <listitem>
22670             <important>
22671               <para>Many modern barcode scanners will send a 'return' to the
22672               browser, making it so that the 'Check Out' button is
22673               automatically clicked</para>
22674             </important>
22675           </listitem>
22676
22677           <listitem>
22678             <para>If the barcode is not found you will be prompted to use fast
22679             cataloging to add the item. Learn more about <link
22680             linkend="fastaddcat">fast cataloging</link> later in this
22681             manual.</para>
22682           </listitem>
22683         </itemizedlist>
22684
22685         <para>Below the box for the barcode there may be options for you to
22686         override the default due date for the item.</para>
22687
22688         <itemizedlist>
22689           <listitem>
22690             <para>This option will only appear if you have set the <link
22691             linkend="SpecifyDueDate">SpecifyDueDate</link> system preference
22692             to allow staff to override the due date</para>
22693           </listitem>
22694         </itemizedlist>
22695
22696         <para>At the bottom of the page there is a summary of the patron's
22697         current checked out items along with the due date (and time if the
22698         item is an hourly loan), items checked out today will appear at the
22699         top.</para>
22700
22701         <tip>
22702           <para>If the checked out time is listed as 00:00 then the item is a
22703           daily loan item. The due time for daily checkouts will show 23:59
22704           which is the last minute of the day.</para>
22705         </tip>
22706
22707         <screenshot>
22708           <screeninfo>Patron's checkout summary</screeninfo>
22709
22710           <mediaobject>
22711             <imageobject>
22712               <imagedata fileref="images/circ/checkoutsummary.png"/>
22713             </imageobject>
22714           </mediaobject>
22715         </screenshot>
22716
22717         <para>Also at the bottom of the page is the list of items the patron
22718         has on hold</para>
22719
22720         <screenshot>
22721           <screeninfo>Holds summary on check out screen</screeninfo>
22722
22723           <mediaobject>
22724             <imageobject>
22725               <imagedata fileref="images/circ/holdssummary.png"/>
22726             </imageobject>
22727           </mediaobject>
22728         </screenshot>
22729
22730         <para>From the holds list you can suspend or resume patrons holds
22731         using the options at the bottom of the list if you have the <link
22732         linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link> preference
22733         set to 'allow.'</para>
22734
22735         <note>
22736           <para>If you have your <link
22737           linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
22738           preference set to "Don't allow" then you will not have the option to
22739           put an end date on the hold suspension</para>
22740         </note>
22741
22742         <para>If there are notes on the patron record these will appear to the
22743         right of the checkout box</para>
22744
22745         <screenshot>
22746           <screeninfo>Patron notes on check out screen</screeninfo>
22747
22748           <mediaobject>
22749             <imageobject>
22750               <imagedata fileref="images/circ/patronnotes.png"/>
22751             </imageobject>
22752           </mediaobject>
22753         </screenshot>
22754
22755         <para>If the patron has a hold waiting at the library that too will
22756         appear to the right of the check out box making it easy for the
22757         circulation librarian to see that there is another item to give the
22758         patron</para>
22759
22760         <screenshot>
22761           <screeninfo>Hold waiting message on check out screen</screeninfo>
22762
22763           <mediaobject>
22764             <imageobject>
22765               <imagedata fileref="images/circ/holdwaiting.png"/>
22766             </imageobject>
22767           </mediaobject>
22768         </screenshot>
22769
22770         <section id="printcircreceipt">
22771           <title>Printing Receipts</title>
22772
22773           <para>Once you have checked out all of the items for the patron you
22774           can print them a receipt by choosing one of two methods.</para>
22775
22776           <para>If you have the <link
22777           linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link>
22778           preference set to 'open a print quick slip window' you can simply
22779           hit enter on your keyboard or scan a blank piece of paper with your
22780           barcode scanner. The idea being that you're "checking out" a blank
22781           barcode which triggers Koha to print the 'Quick slip.'</para>
22782
22783           <para>You can also click the Print button at the top of the screen
22784           and choose 'Print slip' or 'Print quick slip'.</para>
22785
22786           <screenshot>
22787             <screeninfo>Print receipt to slip printer</screeninfo>
22788
22789             <mediaobject>
22790               <imageobject>
22791                 <imagedata fileref="images/circ/printslip.png"/>
22792               </imageobject>
22793             </mediaobject>
22794           </screenshot>
22795
22796           <para>If you choose 'Print slip' it will print all of the items the
22797           patron has checked out, including those they checked out at an
22798           earlier date. Choosing 'Print quick slip' will print only the items
22799           that were checked out today.</para>
22800
22801           <para>What prints on the slips can be customized by altering the
22802           slip templates under the <link linkend="notices">Notices &amp;
22803           Slips</link> tool.</para>
22804         </section>
22805
22806         <section id="clearpatroninfo">
22807           <title>Clear Patron Information</title>
22808
22809           <para>When you're done checking an item out if you have the <link
22810           linkend="DisplayClearScreenButton">DisplayClearScreenButton</link>
22811           preference set to 'Show' you can clear the current patron by
22812           clicking the X in the top right of the patron's info to remove the
22813           current patron from the screen and start over.</para>
22814
22815           <screenshot>
22816             <screeninfo>Clear Screen Button</screeninfo>
22817
22818             <mediaobject>
22819               <imageobject>
22820                 <imagedata fileref="images/admin/globalprefs/DisplayClearScreenButton.png"/>
22821               </imageobject>
22822             </mediaobject>
22823           </screenshot>
22824
22825           <para>If you have the <link
22826           linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link>
22827           preference set to 'clear the screen' then you simply need to hit
22828           enter or scan a blank barcode and the screen will be cleared of the
22829           current patron.</para>
22830         </section>
22831       </section>
22832
22833       <section id="checkoutmsg">
22834         <title>Check Out Messages</title>
22835
22836         <para>If you check out an item that has multiple pieces and you have
22837         cataloged that information in subfield 3 of the item record (in
22838         MARC21) a message will pop up when you check out that item telling you
22839         how many pieces should be there.</para>
22840
22841         <screenshot>
22842           <screeninfo>Materials in the checked out item</screeninfo>
22843
22844           <mediaobject>
22845             <imageobject>
22846               <imagedata fileref="images/circ/materialspecified.png"/>
22847             </imageobject>
22848           </mediaobject>
22849         </screenshot>
22850
22851         <para>There are times when Koha will prevent the librarian from being
22852         able to check out items to a patron. When this happens a warning will
22853         appear notifying the librarian of why the patron cannot check items
22854         out.</para>
22855
22856         <itemizedlist>
22857           <listitem>
22858             <para>Patron owes too much in fines</para>
22859
22860             <screenshot>
22861               <screeninfo>Patron owes too much in fines</screeninfo>
22862
22863               <mediaobject>
22864                 <imageobject>
22865                   <imagedata fileref="images/circ/fineswarning.png"/>
22866                 </imageobject>
22867               </mediaobject>
22868             </screenshot>
22869
22870             <itemizedlist>
22871               <listitem>
22872                 <para>You can set the amount at which patron checkouts are
22873                 blocked with the <link
22874                 linkend="noissuescharge">noissuescharge</link> system
22875                 preference</para>
22876               </listitem>
22877             </itemizedlist>
22878           </listitem>
22879
22880           <listitem>
22881             <para>Patron has been barred from the library</para>
22882
22883             <screenshot>
22884               <screeninfo>Patron account barred</screeninfo>
22885
22886               <mediaobject>
22887                 <imageobject>
22888                   <imagedata fileref="images/circ/debarwarning.png"/>
22889                 </imageobject>
22890               </mediaobject>
22891             </screenshot>
22892
22893             <itemizedlist>
22894               <listitem>
22895                 <para>This can be set by the librarian editing a patron record
22896                 and adding a <link linkend="patronflags">flag</link> or by the
22897                 <link linkend="noticetriggers">Overdue/Notice Status
22898                 Triggers</link></para>
22899               </listitem>
22900             </itemizedlist>
22901           </listitem>
22902
22903           <listitem>
22904             <para>Patron needs to confirm their address</para>
22905
22906             <screenshot>
22907               <screeninfo>Patron's address warning</screeninfo>
22908
22909               <mediaobject>
22910                 <imageobject>
22911                   <imagedata fileref="images/circ/addresswarning.png"/>
22912                 </imageobject>
22913               </mediaobject>
22914             </screenshot>
22915
22916             <itemizedlist>
22917               <listitem>
22918                 <para>This can be set by the librarian editing a patron record
22919                 and adding a <link linkend="patronflags">flag</link></para>
22920               </listitem>
22921             </itemizedlist>
22922           </listitem>
22923
22924           <listitem>
22925             <para>Patrons has lost their library card</para>
22926
22927             <screenshot>
22928               <screeninfo>Lost patron card warning</screeninfo>
22929
22930               <mediaobject>
22931                 <imageobject>
22932                   <imagedata fileref="images/circ/lostcardwarning.png"/>
22933                 </imageobject>
22934               </mediaobject>
22935             </screenshot>
22936
22937             <itemizedlist>
22938               <listitem>
22939                 <para>This can be set by the librarian editing a patron record
22940                 and adding a <link linkend="patronflags">flag</link></para>
22941               </listitem>
22942             </itemizedlist>
22943           </listitem>
22944         </itemizedlist>
22945       </section>
22946
22947       <section id="checkoutwarn">
22948         <title>Check Out Warnings</title>
22949
22950         <para>Sometimes checkouts will trigger warning messages that will
22951         appear in a yellow box above the check out field. These warnings need
22952         to be acknowledged before you will be able to continue checking items
22953         out.</para>
22954
22955         <itemizedlist>
22956           <listitem>
22957             <para>Patron has outstanding fines</para>
22958
22959             <screenshot>
22960               <screeninfo>Patron has a debt</screeninfo>
22961
22962               <mediaobject>
22963                 <imageobject>
22964                   <imagedata fileref="images/circ/warnings/patrondebt.png"/>
22965                 </imageobject>
22966               </mediaobject>
22967             </screenshot>
22968           </listitem>
22969
22970           <listitem>
22971             <para>Item on hold for someone else</para>
22972
22973             <screenshot>
22974               <screeninfo>Item is on hold for someone else</screeninfo>
22975
22976               <mediaobject>
22977                 <imageobject>
22978                   <imagedata fileref="images/circ/warnings/onhold.png"/>
22979                 </imageobject>
22980               </mediaobject>
22981             </screenshot>
22982           </listitem>
22983
22984           <listitem>
22985             <para>Item should be on the hold shelf waiting for someone
22986             else</para>
22987
22988             <screenshot>
22989               <screeninfo>Item is on hold shelf waiting for someone
22990               else</screeninfo>
22991
22992               <mediaobject>
22993                 <imageobject>
22994                   <imagedata fileref="images/circ/warnings/holdwaiting.png"/>
22995                 </imageobject>
22996               </mediaobject>
22997             </screenshot>
22998           </listitem>
22999
23000           <listitem>
23001             <para>Item already checked out to this patron</para>
23002
23003             <screenshot>
23004               <screeninfo>Item is currently checked out to this
23005               patron</screeninfo>
23006
23007               <mediaobject>
23008                 <imageobject>
23009                   <imagedata fileref="images/circ/warnings/alreadycheckedout.png"/>
23010                 </imageobject>
23011               </mediaobject>
23012             </screenshot>
23013           </listitem>
23014
23015           <listitem>
23016             <para>Item checked out to another patron</para>
23017
23018             <screenshot>
23019               <screeninfo>Item checked out to another patron</screeninfo>
23020
23021               <mediaobject>
23022                 <imageobject>
23023                   <imagedata fileref="images/circ/warnings/checkedoutelse.png"/>
23024                 </imageobject>
23025               </mediaobject>
23026             </screenshot>
23027           </listitem>
23028
23029           <listitem>
23030             <para>Item not for loan</para>
23031
23032             <screenshot>
23033               <screeninfo>Item is not normally for loan</screeninfo>
23034
23035               <mediaobject>
23036                 <imageobject>
23037                   <imagedata fileref="images/circ/warnings/notforloan.png"/>
23038                 </imageobject>
23039               </mediaobject>
23040             </screenshot>
23041           </listitem>
23042
23043           <listitem>
23044             <para>Patron has too many things checked out</para>
23045
23046             <screenshot>
23047               <screeninfo>Too many checkouts</screeninfo>
23048
23049               <mediaobject>
23050                 <imageobject>
23051                   <imagedata fileref="images/circ/warnings/toomanycheckouts.png"/>
23052                 </imageobject>
23053               </mediaobject>
23054             </screenshot>
23055           </listitem>
23056
23057           <listitem>
23058             <para>Item cannot be renewed</para>
23059
23060             <screenshot>
23061               <screeninfo>No more renewals</screeninfo>
23062
23063               <mediaobject>
23064                 <imageobject>
23065                   <imagedata fileref="images/circ/warnings/norenewals.png"/>
23066                 </imageobject>
23067               </mediaobject>
23068             </screenshot>
23069
23070             <itemizedlist>
23071               <listitem>
23072                 <para>This can be overridden with the <link
23073                 linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
23074                 system preference</para>
23075               </listitem>
23076             </itemizedlist>
23077           </listitem>
23078
23079           <listitem>
23080             <para>Barcode not found</para>
23081
23082             <screenshot>
23083               <screeninfo>Barcode not found</screeninfo>
23084
23085               <mediaobject>
23086                 <imageobject>
23087                   <imagedata fileref="images/circ/barcodefastadd.png"/>
23088                 </imageobject>
23089               </mediaobject>
23090             </screenshot>
23091
23092             <itemizedlist>
23093               <listitem>
23094                 <para>Learn more about <link linkend="fastaddcat">fast
23095                 cataloging</link> later in this manual.</para>
23096               </listitem>
23097             </itemizedlist>
23098           </listitem>
23099         </itemizedlist>
23100       </section>
23101     </section>
23102
23103     <section id="circrenew">
23104       <title>Renewing</title>
23105
23106       <para>Checked out items can be renewed (checked out for another period
23107       of time) based on your <link linkend="circfinerules">circulation
23108       rules</link> and <link linkend="RenewalPeriodBase">renewal
23109       preferences</link>. If you allow it, patrons can renew their own items
23110       via the OPAC, but sometimes you'll need to help them by renewing their
23111       items via the staff client. To renew items checked out to a patron,
23112       visit their details page or checkout page and review their checkout
23113       summary at the bottom.</para>
23114
23115       <screenshot>
23116         <screeninfo>Circulation Summary</screeninfo>
23117
23118         <mediaobject>
23119           <imageobject>
23120             <imagedata fileref="images/circ/circsummary.png"/>
23121           </imageobject>
23122         </mediaobject>
23123       </screenshot>
23124
23125       <para>In the Renew column you will see how many times each item has been
23126       renewed and a checkbox to renew the item for the patron. Check the boxed
23127       of the items you would like to renew and click the 'Renew or Return
23128       checked items' button, or to renew all items checked out to the patron
23129       simply click the 'Renew all' button.</para>
23130
23131       <screenshot>
23132         <screeninfo>Renew buttons</screeninfo>
23133
23134         <mediaobject>
23135           <imageobject>
23136             <imagedata fileref="images/circ/renewbutton.png"/>
23137           </imageobject>
23138         </mediaobject>
23139       </screenshot>
23140
23141       <para>Sometimes renewals will be blocked based on your circulation
23142       rules, to override this block you must have your <link
23143       linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
23144       preference set to 'Allow'. If you allow renewal limit overrides, you
23145       will see a checkbox at the bottom left of the circulation summary. Check
23146       that box and then choose the items you would like to renew.</para>
23147
23148       <screenshot>
23149         <screeninfo>Override renewal limit</screeninfo>
23150
23151         <mediaobject>
23152           <imageobject>
23153             <imagedata fileref="images/circ/overriderenew.png"/>
23154           </imageobject>
23155         </mediaobject>
23156       </screenshot>
23157
23158       <para>Checking that box will add checkboxes in the renew column above
23159       where before the item was not renewable.</para>
23160     </section>
23161
23162     <section id="checkingin">
23163       <title>Check In (Returning)</title>
23164
23165       <para>Checking in items can be performed from various different
23166       locations</para>
23167
23168       <itemizedlist>
23169         <listitem>
23170           <para>The check in box on the top of the main staff client</para>
23171
23172           <screenshot>
23173             <screeninfo>Check out box on main Koha Staff Client
23174             page</screeninfo>
23175
23176             <mediaobject>
23177               <imageobject>
23178                 <imagedata fileref="images/circ/checkinmain.png"/>
23179               </imageobject>
23180             </mediaobject>
23181           </screenshot>
23182         </listitem>
23183
23184         <listitem>
23185           <para>The check in option on the quick search bar on the Circulation
23186           page<screenshot>
23187               <screeninfo>Check in tab on quick search bar</screeninfo>
23188
23189               <mediaobject>
23190                 <imageobject>
23191                   <imagedata fileref="images/circ/checkinquickbox.png"/>
23192                 </imageobject>
23193               </mediaobject>
23194             </screenshot></para>
23195         </listitem>
23196
23197         <listitem>
23198           <para>The check in link on the patron's checkout summary (and on the
23199           checkout summary page)</para>
23200
23201           <screenshot>
23202             <screeninfo>Patron checkout summary includes 'Check In'
23203             link</screeninfo>
23204
23205             <mediaobject>
23206               <imageobject>
23207                 <imagedata fileref="images/circ/checkinlink.png"/>
23208               </imageobject>
23209             </mediaobject>
23210           </screenshot>
23211         </listitem>
23212
23213         <listitem>
23214           <para>The Check in page under the Circulation menu</para>
23215
23216           <screenshot>
23217             <screeninfo>Check in link on Circulation Module</screeninfo>
23218
23219             <mediaobject>
23220               <imageobject>
23221                 <imagedata fileref="images/circ/checkincirc.png"/>
23222               </imageobject>
23223             </mediaobject>
23224           </screenshot>
23225         </listitem>
23226       </itemizedlist>
23227
23228       <section id="checkitemin">
23229         <title>Checking Items In</title>
23230
23231         <para>To check an item in scan the barcode for the item into the box
23232         provided. A summary of all items checked in will appear below the
23233         checkin box</para>
23234
23235         <screenshot>
23236           <screeninfo>Check In Summary</screeninfo>
23237
23238           <mediaobject>
23239             <imageobject>
23240               <imagedata fileref="images/circ/checkin.png"/>
23241             </imageobject>
23242           </mediaobject>
23243         </screenshot>
23244
23245         <para>If you are checking items in that were put in the dropbox while
23246         the library was closed you can check the 'Dropbox mode' box before
23247         scanning items. This will effectively roll back the returned date to
23248         the last date the library was open.</para>
23249
23250         <itemizedlist>
23251           <listitem>
23252             <para>This requires that you have your closings added to the <link
23253             linkend="calholidays">Holidays &amp; Calendar Tool </link></para>
23254           </listitem>
23255         </itemizedlist>
23256
23257         <para>You can also choose to forgive all overdue charges for items you
23258         are checking in by checking the 'Forgive overdue charges' box before
23259         scanning items.</para>
23260       </section>
23261
23262       <section id="checkinmsg">
23263         <title>Check In Messages</title>
23264
23265         <para>There are several messages that can appear when checking items
23266         in:</para>
23267
23268         <itemizedlist>
23269           <listitem>
23270             <para>If you are checking an item in at a library other than the
23271             home branch, a message will appear asking you to transfer the book
23272             to the home library</para>
23273
23274             <screenshot>
23275               <screeninfo>Check in Transfer Message</screeninfo>
23276
23277               <mediaobject>
23278                 <imageobject>
23279                   <imagedata fileref="images/circ/checkintransfer.png"/>
23280                 </imageobject>
23281               </mediaobject>
23282             </screenshot>
23283
23284             <itemizedlist>
23285               <listitem>
23286                 <para>After this item is checked in the status of the item
23287                 will be changed in the catalog to 'in transit'</para>
23288
23289                 <screenshot>
23290                   <screeninfo>In Transit Status</screeninfo>
23291
23292                   <mediaobject>
23293                     <imageobject>
23294                       <imagedata fileref="images/circ/transferstatus.png"/>
23295                     </imageobject>
23296                   </mediaobject>
23297                 </screenshot>
23298               </listitem>
23299
23300               <listitem>
23301                 <para>To mark an item as back at the home branch, check the
23302                 item in at the home branch</para>
23303
23304                 <screenshot>
23305                   <screeninfo>Check In Transferred Item</screeninfo>
23306
23307                   <mediaobject>
23308                     <imageobject>
23309                       <imagedata fileref="images/circ/transfercheckin.png"/>
23310                     </imageobject>
23311                   </mediaobject>
23312                 </screenshot>
23313
23314                 <itemizedlist>
23315                   <listitem>
23316                     <para>A message will appear tell you that the item is not
23317                     checked out, but the status will now say available in the
23318                     catalog. This step is necessary to mark items as received
23319                     by the home branch.</para>
23320                   </listitem>
23321                 </itemizedlist>
23322               </listitem>
23323             </itemizedlist>
23324           </listitem>
23325
23326           <listitem>
23327             <para>If you are checking in an item that should have multiple
23328             parts or pieces a message will appear warning you about the number
23329             of pieces you should have in your hand</para>
23330
23331             <screenshot>
23332               <screeninfo>Materials Specified</screeninfo>
23333
23334               <mediaobject>
23335                 <imageobject>
23336                   <imagedata fileref="images/circ/materialspecified.png"/>
23337                 </imageobject>
23338               </mediaobject>
23339             </screenshot>
23340           </listitem>
23341
23342           <listitem>
23343             <para>If you're checking an item in that has a hold on it, you
23344             will be prompted to confirm the hold</para>
23345
23346             <screenshot>
23347               <screeninfo>Hold Found Check In Message</screeninfo>
23348
23349               <mediaobject>
23350                 <imageobject>
23351                   <imagedata fileref="images/circ/holdfound.png"/>
23352                 </imageobject>
23353               </mediaobject>
23354             </screenshot>
23355
23356             <itemizedlist>
23357               <listitem>
23358                 <para>Clicking the Confirm hold button will mark the item as
23359                 waiting for pickup from the library</para>
23360
23361                 <screenshot>
23362                   <screeninfo>Hold waiting at the library</screeninfo>
23363
23364                   <mediaobject>
23365                     <imageobject>
23366                       <imagedata fileref="images/circ/waitingstatus.png"/>
23367                     </imageobject>
23368                   </mediaobject>
23369                 </screenshot>
23370               </listitem>
23371
23372               <listitem>
23373                 <para>Clicking the Print Slip and Confirm button will mark the
23374                 item as waiting for pickup at the library and present the
23375                 library with a receipt to print and place on the book with the
23376                 patron's information</para>
23377               </listitem>
23378
23379               <listitem>
23380                 <para>Ignoring the hold will leave the item on hold, but leave
23381                 its status as Available (it will not cancel the hold)</para>
23382               </listitem>
23383             </itemizedlist>
23384           </listitem>
23385
23386           <listitem>
23387             <para>If you're checking in an item that has a hold on it at
23388             another branch you will be prompted to confirm and transfer the
23389             item</para>
23390
23391             <screenshot>
23392               <screeninfo>Hold found for another branch</screeninfo>
23393
23394               <mediaobject>
23395                 <imageobject>
23396                   <imagedata fileref="images/circ/holdconfirmtransfer.png"/>
23397                 </imageobject>
23398               </mediaobject>
23399             </screenshot>
23400
23401             <itemizedlist>
23402               <listitem>
23403                 <para>Clicking the Confirm hold and Transfer button will mark
23404                 the item as in transit to the library where the hold was
23405                 placed</para>
23406
23407                 <screenshot>
23408                   <screeninfo>In transit hold status</screeninfo>
23409
23410                   <mediaobject>
23411                     <imageobject>
23412                       <imagedata fileref="images/circ/intransithold.png"/>
23413                     </imageobject>
23414                   </mediaobject>
23415                 </screenshot>
23416               </listitem>
23417
23418               <listitem>
23419                 <para>Clicking the Print Slip, Transfer and Confirm button
23420                 will mark the item as in transit to the library where the hold
23421                 was placed and present the library with a receipt to print and
23422                 place on the book with the patron's information</para>
23423               </listitem>
23424
23425               <listitem>
23426                 <para>Ignoring the hold will leave the item on hold, but leave
23427                 its status as Available (it will not cancel the hold)</para>
23428               </listitem>
23429             </itemizedlist>
23430           </listitem>
23431
23432           <listitem>
23433             <para>If you have the system showing you fines at the time of
23434             checkin (<link
23435             linkend="FineNotifyAtCheckin">FineNotifyAtCheckin</link>) you will
23436             see a message telling you about the fine and providing you a link
23437             to the payment page for that patron</para>
23438
23439             <screenshot>
23440               <screeninfo>FineNotifyAtCheckin</screeninfo>
23441
23442               <mediaobject>
23443                 <imageobject>
23444                   <imagedata fileref="images/admin/globalprefs/FineNotifyAtCheckin.png"/>
23445                 </imageobject>
23446               </mediaobject>
23447             </screenshot>
23448           </listitem>
23449         </itemizedlist>
23450       </section>
23451     </section>
23452
23453     <section id="circmessages">
23454       <title>Circulation Messages</title>
23455
23456       <para>Circulation messages are short messages that librarians can leave
23457       for their patrons or their colleagues that will appear at the time of
23458       circulation.</para>
23459
23460       <section id="setcircmsg">
23461         <title>Setting up Messages</title>
23462
23463         <para>Circulation messages are set up as <link
23464         linkend="authorizedvalues">Authorized Values</link>. To add or edit
23465         Circulation Messages you want to work with the <link
23466         linkend="bornotes">BOR_NOTES</link> value.</para>
23467
23468         <screenshot>
23469           <screeninfo>BOR_NOTES Authorized Values</screeninfo>
23470
23471           <mediaobject>
23472             <imageobject>
23473               <imagedata fileref="images/circ/bor_notes.png"/>
23474             </imageobject>
23475           </mediaobject>
23476         </screenshot>
23477
23478         <para>The 'Description' field can hold a canned message that you would
23479         like to appear on the patron's record. <important>
23480             <para>The 'Description' field is limited to 80 characters, but the
23481             patron message field can hold more than that. Enter 80 characters
23482             in the 'Description' field and then type the rest on the patron
23483             record.</para>
23484           </important></para>
23485       </section>
23486
23487       <section id="addcircmsg">
23488         <title>Adding a Message</title>
23489
23490         <para>When on the patron's check out tab you will see a link to 'Add a
23491         new message' to the right of the check out box.</para>
23492
23493         <screenshot>
23494           <screeninfo>Circulation Message in Staff Client</screeninfo>
23495
23496           <mediaobject>
23497             <imageobject>
23498               <imagedata fileref="images/circ/staffmessages.png"/>
23499             </imageobject>
23500           </mediaobject>
23501         </screenshot>
23502
23503         <para>When you click 'Add a new message' you will be asked to choose
23504         if the message is for the librarians or the patron and the message you
23505         would like to leave.</para>
23506
23507         <screenshot>
23508           <screeninfo>Leave a Circulation Message</screeninfo>
23509
23510           <mediaobject>
23511             <imageobject>
23512               <imagedata fileref="images/circ/leavecircmsg.png"/>
23513             </imageobject>
23514           </mediaobject>
23515         </screenshot>
23516
23517         <note>
23518           <para>A message for the patron will also show to the library
23519           staff.</para>
23520         </note>
23521       </section>
23522
23523       <section id="viewcircmsg">
23524         <title>Viewing Messages</title>
23525
23526         <para>Circulation messages meant for the staff and/or the patron will
23527         appear on the patron's checkout screen to the right of the checkout
23528         box. Messages in bold and red are meant for the library staff only,
23529         whereas messages in regular italics font are meant for the patron and
23530         the librarian.</para>
23531
23532         <screenshot>
23533           <screeninfo>Circulation Message in Staff Client</screeninfo>
23534
23535           <mediaobject>
23536             <imageobject>
23537               <imagedata fileref="images/circ/staffmessages.png"/>
23538             </imageobject>
23539           </mediaobject>
23540         </screenshot>
23541
23542         <para>Circulation messages meant for the patron will also appear when
23543         they log into the OPAC.</para>
23544
23545         <screenshot>
23546           <screeninfo>Circulation Message in OPAC</screeninfo>
23547
23548           <mediaobject>
23549             <imageobject>
23550               <imagedata fileref="images/circ/opacmsg.png"/>
23551             </imageobject>
23552           </mediaobject>
23553         </screenshot>
23554       </section>
23555     </section>
23556
23557     <section id="holds">
23558       <title>Holds</title>
23559
23560       <para/>
23561
23562       <section id="holdsinstaff">
23563         <title>Placing Holds in Staff Client</title>
23564
23565         <para>There are several ways to place holds from the staff client. The
23566         most obvious is using the 'Place Hold' button at the top of any
23567         bibliographic record.</para>
23568
23569         <screenshot>
23570           <screeninfo>Place Hold Button on Bib Record</screeninfo>
23571
23572           <mediaobject>
23573             <imageobject>
23574               <imagedata fileref="images/circ/placeholdbib.png"/>
23575             </imageobject>
23576           </mediaobject>
23577         </screenshot>
23578
23579         <para>You can also click the smaller 'Place Hold' link found at the
23580         top of your catalog search results, or the 'Holds' link found below
23581         each result.</para>
23582
23583         <screenshot>
23584           <screeninfo>Hold options on search results</screeninfo>
23585
23586           <mediaobject>
23587             <imageobject>
23588               <imagedata fileref="images/circ/placeholdsearch.png"/>
23589             </imageobject>
23590           </mediaobject>
23591         </screenshot>
23592
23593         <para>You will be asked to search for a patron by barcode or any part
23594         of their name to start the hold process.</para>
23595
23596         <screenshot>
23597           <screeninfo>Find Patron For Hold</screeninfo>
23598
23599           <mediaobject>
23600             <imageobject>
23601               <imagedata fileref="images/circ/placeholdfindpatron.png"/>
23602             </imageobject>
23603           </mediaobject>
23604         </screenshot>
23605
23606         <para>If you'd like to search for the patron first and then the bib
23607         record for the hold, you can open the patron record and click on the
23608         'Search to Hold' button at the top of the patron record.</para>
23609
23610         <screenshot>
23611           <screeninfo>Search to Hold on Patron Record</screeninfo>
23612
23613           <mediaobject>
23614             <imageobject>
23615               <imagedata fileref="images/circ/searchtohold.png"/>
23616             </imageobject>
23617           </mediaobject>
23618         </screenshot>
23619
23620         <para>After clicking the button you will be brought to the catalog
23621         search page where you can find the book(s) you want to place a hold
23622         on. Under each title on the results you'll see an option to 'Hold for
23623         Patron Name.'</para>
23624
23625         <screenshot>
23626           <screeninfo>Hold for Patron links on Search Results</screeninfo>
23627
23628           <mediaobject>
23629             <imageobject>
23630               <imagedata fileref="images/circ/holdresults.png"/>
23631             </imageobject>
23632           </mediaobject>
23633         </screenshot>
23634
23635         <para>If you want to place a hold on multiple items, simply check the
23636         boxes to the left of them and click the arrow to the right of the
23637         'Place Hold' button.</para>
23638
23639         <screenshot>
23640           <screeninfo>Hold Multiple Items for Patron</screeninfo>
23641
23642           <mediaobject>
23643             <imageobject>
23644               <imagedata fileref="images/circ/holdmultiresults.png"/>
23645             </imageobject>
23646           </mediaobject>
23647         </screenshot>
23648
23649         <para>Depending on how many items you choose to place a hold on at
23650         once you will see a different place hold form. If you are placing a
23651         hold on one bibliographic record you will see a list of all of the
23652         items you can place a hold on.</para>
23653
23654         <screenshot>
23655           <screeninfo>Place Hold Form</screeninfo>
23656
23657           <mediaobject>
23658             <imageobject>
23659               <imagedata fileref="images/circ/placeholdsingle.png"/>
23660             </imageobject>
23661           </mediaobject>
23662         </screenshot>
23663
23664         <itemizedlist>
23665           <listitem>
23666             <para>Enter any notes that might apply to this hold</para>
23667           </listitem>
23668
23669           <listitem>
23670             <para>Choose the library where the patron will pick up the
23671             item</para>
23672           </listitem>
23673
23674           <listitem>
23675             <para>If the patron wants the hold to start on a date other than
23676             today, enter that in the 'Hold starts on date' field</para>
23677
23678             <itemizedlist>
23679               <listitem>
23680                 <para>This option will only appear if the <link
23681                 linkend="AllowHoldDateInFuture">AllowHoldDateInFuture</link>
23682                 system preference is set to 'Allow'</para>
23683               </listitem>
23684             </itemizedlist>
23685           </listitem>
23686
23687           <listitem>
23688             <para>If the patron has specified that they don't want the item
23689             after a certain date, or if you have limits on hold lengths, you
23690             can enter an expiration date for the hold in the 'Hold expires on
23691             date'</para>
23692
23693             <itemizedlist>
23694               <listitem>
23695                 <para>To have expired holds canceled automatically you will
23696                 need to have the <link linkend="expiredholdscron">Expired
23697                 Holds</link> cron job set to run on a regular basis.</para>
23698               </listitem>
23699             </itemizedlist>
23700           </listitem>
23701
23702           <listitem>
23703             <para>Next choose if you want to place a hold on the next
23704             available item or a specific item by clicking the radio button
23705             next to an individual item.</para>
23706           </listitem>
23707         </itemizedlist>
23708
23709         <para>If you're placing a hold on multiple items you will be presented
23710         with the next available option for all titles. If no items are
23711         available for hold it will say so on the confirmation screen.</para>
23712
23713         <screenshot>
23714           <screeninfo>Place multiple items on hold</screeninfo>
23715
23716           <mediaobject>
23717             <imageobject>
23718               <imagedata fileref="images/circ/placeholdmultiple.png"/>
23719             </imageobject>
23720           </mediaobject>
23721         </screenshot>
23722
23723         <para>Once your hold is placed, if you'd like to have Koha forget that
23724         you used the 'Search to Hold' function, you can choose to have Koha
23725         'forget' the patron's name by clicking the arrow to the right of the
23726         'Place Hold' button on the search results and choosing the 'Forget'
23727         option.</para>
23728
23729         <screenshot>
23730           <screeninfo>Forget Search to Hold Option</screeninfo>
23731
23732           <mediaobject>
23733             <imageobject>
23734               <imagedata fileref="images/circ/forgethold.png"/>
23735             </imageobject>
23736           </mediaobject>
23737         </screenshot>
23738       </section>
23739
23740       <section id="manageholds">
23741         <title>Managing Holds</title>
23742
23743         <para>Holds can be altered and canceled from the Holds tab found on
23744         the left of the bibliographic record.</para>
23745
23746         <screenshot>
23747           <screeninfo>Bibliographic Record Tabs</screeninfo>
23748
23749           <mediaobject>
23750             <imageobject>
23751               <imagedata fileref="images/circ/holdtab.png"/>
23752             </imageobject>
23753           </mediaobject>
23754         </screenshot>
23755
23756         <para>From the list of holds you can change the order of the holds,
23757         the pickup location, suspend and/or cancel the hold.</para>
23758
23759         <screenshot>
23760           <screeninfo>Lists of Holds</screeninfo>
23761
23762           <mediaobject>
23763             <imageobject>
23764               <imagedata fileref="images/circ/holdslist.png"/>
23765             </imageobject>
23766           </mediaobject>
23767         </screenshot>
23768
23769         <note>
23770           <para>If you have your <link
23771           linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
23772           preference set to "Don't allow" then you will not have the option to
23773           put an end date on the hold suspension</para>
23774         </note>
23775
23776         <note>
23777           <para>Depending on how you have your <link
23778           linkend="HidePatronName">HidePatronName</link> system preference set
23779           the list may show card numbers instead of names in the Patron column
23780           like in the image above.</para>
23781         </note>
23782
23783         <para>To rearrange or delete holds, simply make a selection from the
23784         'Priority' pull down or click the arrows to the right of the priority
23785         pull down.</para>
23786
23787         <screenshot>
23788           <screeninfo>Hold Priority Menu</screeninfo>
23789
23790           <mediaobject>
23791             <imageobject>
23792               <imagedata fileref="images/circ/holdpriority.png"/>
23793             </imageobject>
23794           </mediaobject>
23795         </screenshot>
23796
23797         <para>If you use the priority pull down to rearrange or delete holds
23798         you will need to click the 'Update hold(s)' button to save your
23799         changes.</para>
23800
23801         <para>Clicking the down arrow to the right of the hold will stick the
23802         hold at the bottom of the list even if more requests are made.</para>
23803
23804         <para>For example, your library has home-bound patrons that are
23805         allowed to keep books out for months at a time. It would not be fair
23806         to other patrons if a home-bound patron were able to check out a brand
23807         new book and keep it for months. For this reason, the home-bound
23808         patron's hold request would stay at the bottom of the queue until
23809         everyone else who wanted to read that book has already done so.</para>
23810
23811         <screenshot>
23812           <screeninfo>Lowest Priority &amp; Delete Options for
23813           Holds</screeninfo>
23814
23815           <mediaobject>
23816             <imageobject>
23817               <imagedata fileref="images/circ/lowestpriority.png"/>
23818             </imageobject>
23819           </mediaobject>
23820         </screenshot>
23821
23822         <para>If a patron asks to have their hold suspended and you have the
23823         <link linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link>
23824         system preference set to 'allow' you can do so by clicking the Suspend
23825         button to far right. If the patron gives you a date for the items to
23826         become unsuspended you can enter that in the date box and click the
23827         'Update hold(s)' button to save your changes.</para>
23828
23829         <screenshot>
23830           <screeninfo>Hold suspension column</screeninfo>
23831
23832           <mediaobject>
23833             <imageobject>
23834               <imagedata fileref="images/circ/suspendholds.png"/>
23835             </imageobject>
23836           </mediaobject>
23837         </screenshot>
23838
23839         <para>To delete or cancel a hold click the red 'X' to the right of the
23840         hold line. To delete/cancel a bunch of holds you can choose 'del' from
23841         pull down to the left of each line and then click 'Update hold(s)' at
23842         the bottom of the list.</para>
23843
23844         <screenshot>
23845           <screeninfo>Cancel Holds</screeninfo>
23846
23847           <mediaobject>
23848             <imageobject>
23849               <imagedata fileref="images/circ/cancelholds.png"/>
23850             </imageobject>
23851           </mediaobject>
23852         </screenshot>
23853       </section>
23854
23855       <section id="receiveholds">
23856         <title>Receiving Holds</title>
23857
23858         <para>When items that are on hold are checked in or out the system
23859         will remind the circulation librarian that the item is on hold and
23860         offer them options for managing the hold.</para>
23861
23862         <para>When you check in an item that has a hold on it the system will
23863         ask you to either confirm and transfer the item</para>
23864
23865         <screenshot>
23866           <screeninfo>Confirm Hold &amp; Transfer</screeninfo>
23867
23868           <mediaobject>
23869             <imageobject>
23870               <imagedata fileref="images/circ/holdconfirmtransfer.png"/>
23871             </imageobject>
23872           </mediaobject>
23873         </screenshot>
23874
23875         <para>or just confirm the hold</para>
23876
23877         <screenshot>
23878           <screeninfo>Confirm Hold</screeninfo>
23879
23880           <mediaobject>
23881             <imageobject>
23882               <imagedata fileref="images/circ/holdconfirm.png"/>
23883             </imageobject>
23884           </mediaobject>
23885         </screenshot>
23886
23887         <para>Clicking the Confirm button will mark the item as on hold for
23888         the patron. If the item needs to be transferred the item will also be
23889         marked as in transit to the proper branch. Clicking 'Ignore' will
23890         retain the hold, but allow you to check the item out to another
23891         patron. Choosing to confirm and print will present you with a
23892         printable page that you can slip inside the book with the necessary
23893         hold and/or transfer information.</para>
23894
23895         <para>Once confirmed the hold will show on the patron record and on
23896         the checkout screen under the 'Hold' tab.</para>
23897
23898         <screenshot>
23899           <screeninfo>Hold on Patron Record</screeninfo>
23900
23901           <mediaobject>
23902             <imageobject>
23903               <imagedata fileref="images/circ/holdpatronrec.png"/>
23904             </imageobject>
23905           </mediaobject>
23906         </screenshot>
23907
23908         <para>The item record will also show that the item is on hold.</para>
23909
23910         <screenshot>
23911           <screeninfo>Hold on Item Record</screeninfo>
23912
23913           <mediaobject>
23914             <imageobject>
23915               <imagedata fileref="images/circ/holditem.png"/>
23916             </imageobject>
23917           </mediaobject>
23918         </screenshot>
23919
23920         <para>In some cases a patron may come in to pick up a hold for their
23921         partner (or someone else in their household). In this case you want to
23922         make sure that the hold is cancelled when you check the item out to
23923         someone else. When trying to check out an item that is already waiting
23924         for someone else you will be presented with a warning message.</para>
23925
23926         <screenshot>
23927           <screeninfo>Hold waiting for someone else</screeninfo>
23928
23929           <mediaobject>
23930             <imageobject>
23931               <imagedata fileref="images/circ/holdwaitingwarn.png"/>
23932             </imageobject>
23933           </mediaobject>
23934         </screenshot>
23935
23936         <para>From here you can check the item out to the patron at the desk
23937         and cancel the hold for the patron.</para>
23938       </section>
23939     </section>
23940
23941     <section id="transfers">
23942       <title>Transfers</title>
23943
23944       <para>If you work in a multi-branch system you can transfer items from
23945       one library to another by using the Transfer tool. To transfer an
23946       item</para>
23947
23948       <itemizedlist>
23949         <listitem>
23950           <para>Click 'Transfer' on the Circulation page</para>
23951
23952           <screenshot>
23953             <screeninfo>Transfer Tool</screeninfo>
23954
23955             <mediaobject>
23956               <imageobject>
23957                 <imagedata fileref="images/circ/transfer.png"/>
23958               </imageobject>
23959             </mediaobject>
23960           </screenshot>
23961
23962           <itemizedlist>
23963             <listitem>
23964               <para>Enter the library you would like to transfer the item
23965               to</para>
23966             </listitem>
23967
23968             <listitem>
23969               <para>Scan or type the barcode on the item you would like to
23970               transfer</para>
23971             </listitem>
23972           </itemizedlist>
23973         </listitem>
23974
23975         <listitem>
23976           <para>Click 'Submit'</para>
23977
23978           <screenshot>
23979             <screeninfo>Transfer Summary</screeninfo>
23980
23981             <mediaobject>
23982               <imageobject>
23983                 <imagedata fileref="images/circ/itemtransferred.png"/>
23984               </imageobject>
23985             </mediaobject>
23986           </screenshot>
23987         </listitem>
23988
23989         <listitem>
23990           <para>The item will now say that it is in transit</para>
23991
23992           <screenshot>
23993             <screeninfo>Item in Transit</screeninfo>
23994
23995             <mediaobject>
23996               <imageobject>
23997                 <imagedata fileref="images/circ/itemintransit.png"/>
23998               </imageobject>
23999             </mediaobject>
24000           </screenshot>
24001         </listitem>
24002
24003         <listitem>
24004           <para>When the item arrives at the other branch the librarian must
24005           check the item in to acknowledge that it is no longer in
24006           transit</para>
24007         </listitem>
24008
24009         <listitem>
24010           <para>The item will not be permanently moved to the new
24011           library</para>
24012
24013           <screenshot>
24014             <screeninfo>Item record</screeninfo>
24015
24016             <mediaobject>
24017               <imageobject>
24018                 <imagedata fileref="images/circ/itemlocations.png"/>
24019               </imageobject>
24020             </mediaobject>
24021           </screenshot>
24022
24023           <itemizedlist>
24024             <listitem>
24025               <para>The item shows the same 'Home Library' but has updated the
24026               'Current Location' to note where it resides at this time</para>
24027             </listitem>
24028           </itemizedlist>
24029         </listitem>
24030       </itemizedlist>
24031     </section>
24032
24033     <section id="setlibrary">
24034       <title>Set Library</title>
24035
24036       <para>By default you will enter the staff client as if you are at your
24037       home library. This library will appear in the top right of the Staff
24038       Client.</para>
24039
24040       <screenshot>
24041         <screeninfo>My Library</screeninfo>
24042
24043         <mediaobject>
24044           <imageobject>
24045             <imagedata fileref="images/circ/mylibrary.png"/>
24046           </imageobject>
24047         </mediaobject>
24048       </screenshot>
24049
24050       <para>This is the library that all circulation transactions will take
24051       place at. If you are at another library (or on a bookmobile) you will
24052       want to set your library before you start circulating items. To do this
24053       you can click 'Set' at the top right or on the Circulation page.</para>
24054
24055       <screenshot>
24056         <screeninfo>Set Library Form</screeninfo>
24057
24058         <mediaobject>
24059           <imageobject>
24060             <imagedata fileref="images/circ/setlibrary.png"/>
24061           </imageobject>
24062         </mediaobject>
24063       </screenshot>
24064
24065       <para>Once you have saved your changes you new library will appear in
24066       the top right.</para>
24067     </section>
24068
24069     <section id="fastaddcat">
24070       <title>Fast Add Cataloging</title>
24071
24072       <para>Sometimes circulation librarians need to quickly add a record to
24073       the system for an item they are about to check out. This is called 'Fast
24074       Add.' To allow circulation librarians access to the Fast Add Cataloging
24075       tool, simply make sure they have the <link
24076       linkend="fastaddpermissions">fast_cataloging</link> permissions. There
24077       are two ways to add titles via fast add. If you know that you're about
24078       to check out an item that isn't in you catalog you can go to the
24079       Circulation module and click 'Fast cataloging.'</para>
24080
24081       <screenshot>
24082         <screeninfo>Circulation Menu</screeninfo>
24083
24084         <mediaobject>
24085           <imageobject>
24086             <imagedata fileref="images/circ/circmenu.png"/>
24087           </imageobject>
24088         </mediaobject>
24089       </screenshot>
24090
24091       <para>The cataloging interface will open up with the short cataloging
24092       record:</para>
24093
24094       <screenshot>
24095         <screeninfo>Fast Add Framework</screeninfo>
24096
24097         <mediaobject>
24098           <imageobject>
24099             <imagedata fileref="images/circ/fastadd.png"/>
24100           </imageobject>
24101         </mediaobject>
24102       </screenshot>
24103
24104       <para>After adding your cataloging data you will be asked to enter item
24105       data. Enter the items barcode, collection code, etc and save the item
24106       before checking it out.</para>
24107
24108       <para>The other way to fast catalog is from the checkout screen. When
24109       you enter a barcode at checkout that Koha can't find, it will prompt you
24110       to use fast cataloging to add the item to Koha and check it out.</para>
24111
24112       <screenshot>
24113         <screeninfo>Barcode not found</screeninfo>
24114
24115         <mediaobject>
24116           <imageobject>
24117             <imagedata fileref="images/circ/barcodefastadd.png"/>
24118           </imageobject>
24119         </mediaobject>
24120       </screenshot>
24121
24122       <para>Clicking 'Fast cataloging' will bring you to the fast cataloging
24123       form where you can enter the title information</para>
24124
24125       <screenshot>
24126         <screeninfo>Fast cataloging</screeninfo>
24127
24128         <mediaobject>
24129           <imageobject>
24130             <imagedata fileref="images/circ/fastaddbarcode.png"/>
24131           </imageobject>
24132         </mediaobject>
24133       </screenshot>
24134
24135       <para>After clicking 'Save' you will be brought to the item record where
24136       the barcode will already be filled in with the barcode you're trying to
24137       check out.</para>
24138
24139       <screenshot>
24140         <screeninfo>Fast cataloging item record</screeninfo>
24141
24142         <mediaobject>
24143           <imageobject>
24144             <imagedata fileref="images/circ/fastadditem.png"/>
24145           </imageobject>
24146         </mediaobject>
24147       </screenshot>
24148
24149       <para>After clicking the 'Add item' button the item will automatically
24150       be checked out the patron you were trying to check the book out to
24151       originally.</para>
24152
24153       <screenshot>
24154         <screeninfo>Checked out item</screeninfo>
24155
24156         <mediaobject>
24157           <imageobject>
24158             <imagedata fileref="images/circ/fastaddcheckedout.png"/>
24159           </imageobject>
24160         </mediaobject>
24161       </screenshot>
24162     </section>
24163
24164     <section id="circreports">
24165       <title>Circulation Reports</title>
24166
24167       <para/>
24168
24169       <section id="holdsqueue">
24170         <title>Holds Queue</title>
24171
24172         <para>This report will show you all of the holds at your
24173         library.</para>
24174
24175         <screenshot>
24176           <screeninfo>Sample Holds Queue</screeninfo>
24177
24178           <mediaobject>
24179             <imageobject>
24180               <imagedata fileref="images/circ/holdsqueue.png"/>
24181             </imageobject>
24182           </mediaobject>
24183         </screenshot>
24184
24185         <para>To generate this report, you must have the <link
24186         linkend="buildholdscron">Build Holds Queue cron job</link> running.
24187         This cron job is a script that should be run periodically if your
24188         library system allows borrowers to place on-shelf holds. This script
24189         decides which library should be responsible for fulfilling a given
24190         hold request.</para>
24191
24192         <para>It's behavior is controlled by the system preferences <link
24193         linkend="holdqueueweight">StaticHoldsQueueWeight</link> and <link
24194         linkend="holdqueueweight">RandomizeHoldsQueueWeight</link>.</para>
24195
24196         <para>If you do not want all of your libraries to participate in the
24197         on-shelf holds fulfillment process, you should list the the libraries
24198         that *do* participate in the process here by inputting all the
24199         participating library's branchcodes, separated by commas ( e.g.
24200         "MPL,CPL,SPL,BML" etc. ).</para>
24201
24202         <para>By default, the holds queue will be generated such that the
24203         system will first attempt to hold fulfillment using items already at
24204         the pickup library if possible. If there are no items available at the
24205         pickup library to fill a hold, build_holds_queue.pl will then use the
24206         list of libraries defined in StaticHoldsQueueWeight. If
24207         RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
24208         script will assign fulfillment requests in the order the branches are
24209         placed in the StaticHoldsQueueWeight system preference.</para>
24210
24211         <para>For example, if your system has three libraries, of varying
24212         sizes ( small, medium and large ) and you want the burden of holds
24213         fulfillment to be on larger libraries before smaller libraries, you
24214         would want StaticHoldsQueueWeight to look something like
24215         "LRG,MED,SML".</para>
24216
24217         <para>If you want the burden of holds fulfillment to be spread out
24218         equally throughout your library system, simply enable
24219         RandomizeHoldsQueueWeight. When this system preference is enabled, the
24220         order in which libraries will be requested to fulfill an on-shelf hold
24221         will be randomized each time the list is regenerated.</para>
24222
24223         <para>Leaving StaticHoldsQueueWeight empty is contraindicated at this
24224         time. Doing so will cause the build_holds_queue script to ignore
24225         RandomizeHoldsQueueWeight, causing the script to request hold
24226         fulfillment not randomly, but by alphabetical order.</para>
24227       </section>
24228
24229       <section id="holdspull">
24230         <title>Holds to pull</title>
24231
24232         <para>This report will show you all of the items that have holds on
24233         them that are available at the library for pulling. If the items are
24234         available at multiple branches then all branches with that item
24235         available will see the hold to pull until one library triggers the
24236         hold.</para>
24237
24238         <screenshot>
24239           <screeninfo>Holds to Pull</screeninfo>
24240
24241           <mediaobject>
24242             <imageobject>
24243               <imagedata fileref="images/circ/holdstopull.png"/>
24244             </imageobject>
24245           </mediaobject>
24246         </screenshot>
24247
24248         <para>You can limit the results you see by using the Refine box on the
24249         left side of the page:</para>
24250
24251         <screenshot>
24252           <screeninfo>Refine Holds to Pull Report</screeninfo>
24253
24254           <mediaobject>
24255             <imageobject>
24256               <imagedata fileref="images/circ/refineholdstopull.png"/>
24257             </imageobject>
24258           </mediaobject>
24259         </screenshot>
24260       </section>
24261
24262       <section id="holdspickup">
24263         <title>Holds awaiting pickup</title>
24264
24265         <para>This report will show all of the holds that are waiting for
24266         patrons to pick them up.</para>
24267
24268         <screenshot>
24269           <screeninfo>Holds Awaiting Pickup</screeninfo>
24270
24271           <mediaobject>
24272             <imageobject>
24273               <imagedata fileref="images/circ/holdspickup.png"/>
24274             </imageobject>
24275           </mediaobject>
24276         </screenshot>
24277
24278         <para>Items that have been on the hold shelf longer than you normally
24279         allow (based on the <link
24280         linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link>
24281         preference value) will appear on the 'Holds Over' tab, they will not
24282         automatically be cancelled unless you have set the <link
24283         linkend="expiredholdscron">cron job</link> to do that for you, but you
24284         can cancel all holds using the button at the top of the list.</para>
24285
24286         <screenshot>
24287           <screeninfo>Items waiting on the hold shelf too long</screeninfo>
24288
24289           <mediaobject>
24290             <imageobject>
24291               <imagedata fileref="images/circ/holdspickupover.png"/>
24292             </imageobject>
24293           </mediaobject>
24294         </screenshot>
24295       </section>
24296
24297       <section id="holdratios">
24298         <title>Hold ratios</title>
24299
24300         <para>Hold ratios help with collection development. Using this report
24301         you will be able to see how many of your patrons have holds on items
24302         and whether you should buy more. By default it will be set to the
24303         library needing 3 items per hold that has been placed. The report will
24304         tell you how many additional items need to be purchased to meet this
24305         quota.</para>
24306
24307         <screenshot>
24308           <screeninfo>Hold Ratios</screeninfo>
24309
24310           <mediaobject>
24311             <imageobject>
24312               <imagedata fileref="images/circ/holdratio.png"/>
24313             </imageobject>
24314           </mediaobject>
24315         </screenshot>
24316       </section>
24317
24318       <section id="transferstoreceive">
24319         <title>Transfers to receive</title>
24320
24321         <para>This report will list all of the items that Koha thinks are in
24322         transit to your library.</para>
24323
24324         <screenshot>
24325           <screeninfo>Transfers to Receive</screeninfo>
24326
24327           <mediaobject>
24328             <imageobject>
24329               <imagedata fileref="images/circ/transitreceive.png"/>
24330             </imageobject>
24331           </mediaobject>
24332         </screenshot>
24333
24334         <para>If your transfers are late in arriving at your library you will
24335         see a message stating how late your items are.</para>
24336
24337         <screenshot>
24338           <screeninfo>Late transfers include warning messages</screeninfo>
24339
24340           <mediaobject>
24341             <imageobject>
24342               <imagedata fileref="images/circ/transferlate.png"/>
24343             </imageobject>
24344           </mediaobject>
24345         </screenshot>
24346
24347         <important>
24348           <para>An item is considered late based on the number of days you
24349           have entered in the <link
24350           linkend="TransfersMaxDaysWarning">TransfersMaxDaysWarning</link>
24351           system preference.</para>
24352         </important>
24353       </section>
24354
24355       <section id="overduesreport">
24356         <title>Overdues</title>
24357
24358         <important>
24359           <para>For libraries with a large patron base, this report may take a
24360           significant amount of time to run.</para>
24361         </important>
24362
24363         <tip>
24364           <para>Large libraries can choose to filter the report before it runs
24365           by setting the <link
24366           linkend="FilterBeforeOverdueReport">FilterBeforeOverdueReport</link>
24367           system preference to 'Require'.</para>
24368         </tip>
24369
24370         <para>This report will list all items that are overdue at your
24371         library.</para>
24372
24373         <screenshot>
24374           <screeninfo>Overdues List</screeninfo>
24375
24376           <mediaobject>
24377             <imageobject>
24378               <imagedata fileref="images/circ/overdues.png"/>
24379             </imageobject>
24380           </mediaobject>
24381         </screenshot>
24382
24383         <para>The report can be filtered using the menu options found on the
24384         left of the report.</para>
24385       </section>
24386
24387       <section id="overduesfines">
24388         <title>Overdues with fines</title>
24389
24390         <para>This report will show you any overdues at your library that have
24391         accrued fines on them.</para>
24392
24393         <screenshot>
24394           <screeninfo>Overdues with fines</screeninfo>
24395
24396           <mediaobject>
24397             <imageobject>
24398               <imagedata fileref="images/circ/overduewfines.png"/>
24399             </imageobject>
24400           </mediaobject>
24401         </screenshot>
24402
24403         <para>If you would like to limit the report you can use the pull down
24404         menu at the top to limit to a specific shelving location at your
24405         branch. To see overdues with fines at other branches you will have to
24406         <link linkend="setlibrary">change your branch</link> or log in at that
24407         branch.<important>
24408             <para>If you do not charge fines and/or don't have the <link
24409             linkend="finescronjob">fines cron job</link> running you will see
24410             no data on this report.</para>
24411           </important></para>
24412       </section>
24413     </section>
24414
24415     <section id="trackinhouse">
24416       <title>Tracking In house Use</title>
24417
24418       <para>Many libraries track the use of items within the library. This can
24419       be done in Koha one of two ways. The first is to create one or more
24420       <link linkend="addstatspatron">Statistical Patrons</link>. When
24421       collecting items that have been used within the library, you will want
24422       to check them out to your statistical patron:</para>
24423
24424       <screenshot>
24425         <screeninfo>Check Out Items to Stats Patron</screeninfo>
24426
24427         <mediaobject>
24428           <imageobject>
24429             <imagedata fileref="images/circ/checkoutinhouse.png"/>
24430           </imageobject>
24431         </mediaobject>
24432       </screenshot>
24433
24434       <para>Instead of marking the item as 'checked out' the system will
24435       record that the item was used in house:</para>
24436
24437       <screenshot>
24438         <screeninfo>Local Use Recorded</screeninfo>
24439
24440         <mediaobject>
24441           <imageobject>
24442             <imagedata fileref="images/circ/localuserecorded.png"/>
24443           </imageobject>
24444         </mediaobject>
24445       </screenshot>
24446
24447       <para>Repeat these steps for all items that have been used within the
24448       library to keep accurate statistics for item use.</para>
24449
24450       <para>The other way to record local use of items is to set your <link
24451       linkend="RecordLocalUseOnReturn">RecordLocalUseOnReturn</link>
24452       preference to 'Record.' Then whenever you check an item in that is not
24453       checked out and not on hold a local use will be recorded.</para>
24454
24455       <screenshot>
24456         <screeninfo>Local Use Recorded</screeninfo>
24457
24458         <mediaobject>
24459           <imageobject>
24460             <imagedata fileref="images/circ/localusecheckin.png"/>
24461           </imageobject>
24462         </mediaobject>
24463       </screenshot>
24464
24465       <tip>
24466         <para>If you have <link
24467         linkend="RecordLocalUseOnReturn">RecordLocalUseOnReturn</link> set to
24468         'Record' you can still use your statistical patrons to record local
24469         use as well.</para>
24470       </tip>
24471     </section>
24472
24473     <section id="processinglocations">
24474       <title>In Processing / Book Cart Locations</title>
24475
24476       <para>Koha allows for handling temporary locations like the processing
24477       center and/or book carts throughout the library. For this feature to
24478       work you must first make sure you have <link
24479       linkend="authorizedvalues">authorized values</link> set in the <link
24480       linkend="shelvelocvals">LOC</link> category for PROC (Processing Center)
24481       and CART (Book Cart).</para>
24482
24483       <screenshot>
24484         <screeninfo>CART &amp; PROC values in LOC</screeninfo>
24485
24486         <mediaobject>
24487           <imageobject>
24488             <imagedata fileref="images/circ/LOCvalues.png"/>
24489           </imageobject>
24490         </mediaobject>
24491       </screenshot>
24492
24493       <para>Next you need to set the <link
24494       linkend="NewItemsDefaultLocation">NewItemsDefaultLocation</link> system
24495       preference to PROC. This will set the new items to the Processing Center
24496       as their default location.</para>
24497
24498       <para>Create items with their desired final shelving location.</para>
24499
24500       <itemizedlist>
24501         <listitem>
24502           <para>These newly cataloged items will be temporarily set to the
24503           PROC location and will display with whatever description PROC has.
24504           The original location code entered at item creation is stored in the
24505           new items column 'permanent_location', for future use. Items will
24506           stay in the PROC location until they are checked in. To have those
24507           items then move to the shelving cart:</para>
24508
24509           <orderedlist>
24510             <listitem>
24511               <para>Turn on the <link
24512               linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>
24513               system preference</para>
24514             </listitem>
24515
24516             <listitem>
24517               <para>Check in those newly-created items and they will be moved
24518               to the location code of CART and display with whatever
24519               description CART has.</para>
24520             </listitem>
24521
24522             <listitem>
24523               <para>A <link linkend="proccartcron">cron job</link> runs at
24524               specified intervals to age items from CART to the permanent
24525               shelving location. (For example, an hourly cron entry of
24526               cart_to_shelf.pl --hours 3 where --hours is the amount of time
24527               an item should spend on the cart before aging to its permanent
24528               location.)</para>
24529
24530               <itemizedlist>
24531                 <listitem>
24532                   <tip>
24533                     <para>If the <link
24534                     linkend="ReturnToShelvingCart">ReturnToShelvingCart</link>
24535                     system preference is turned on, any newly checked-in item
24536                     is also automatically put into the shelving cart, to be
24537                     covered by the same script run.</para>
24538                   </tip>
24539                 </listitem>
24540
24541                 <listitem>
24542                   <important>
24543                     <para>Checkins with confirmed holds will not go into the
24544                     shelving cart. If items on the shelving cart are checked
24545                     out, the cart location will be cleared.</para>
24546                   </important>
24547                 </listitem>
24548               </itemizedlist>
24549             </listitem>
24550           </orderedlist>
24551         </listitem>
24552       </itemizedlist>
24553     </section>
24554
24555     <section id="selfcheckout">
24556       <title>Self Checkout</title>
24557
24558       <para>Koha comes with a very basic self checkout module. To enable this
24559       module you need to set the <link
24560       linkend="WebBasedSelfCheck">WebBasedSelfCheck</link> preference to
24561       'Enable.' To use this module you have to log in as a <link
24562       linkend="addstaffpatron">staff member</link> with <link
24563       linkend="patronpermissions">circulation permissions</link>.</para>
24564
24565       <tip>
24566         <para>Create a <link linkend="addstaffpatron">staff patron</link>
24567         specifically for this action so that you don't leave a real staff
24568         client logged into a computer all day</para>
24569       </tip>
24570
24571       <para>There is no link to the Self Checkout module, but a simple
24572       addition to the <link linkend="intranetuserjs">intranetuserjs</link>
24573       system preference can add one.</para>
24574
24575       <programlisting>$(document).ready(function(){ $("#login
24576       #submit").parent().after("&lt;p&gt;&lt;a
24577       href=\"http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl\"
24578       target=\"_blank\"&gt;Self-Checkout&lt;/a&gt;&lt;/p&gt;"); }); </programlisting>
24579
24580       <important>
24581         <para>The code above has line breaks added to make it more readable,
24582         please be sure to enter the above as one line in when putting it in
24583         the system preference.</para>
24584       </important>
24585
24586       <para>The link will then appear at the bottom of the log in page:</para>
24587
24588       <screenshot>
24589         <screeninfo>Self Checkout Link on Staff Login</screeninfo>
24590
24591         <mediaobject>
24592           <imageobject>
24593             <imagedata fileref="images/circ/selfcheckoutlink.png"/>
24594           </imageobject>
24595         </mediaobject>
24596       </screenshot>
24597
24598       <para>You can also access this module by going to :
24599       http://YOUR_KOHA_OPAC_URL/cgi-bin/koha/sco/sco-main.pl</para>
24600
24601       <para>When on the self checkout page depending on your value in the
24602       <link linkend="SelfCheckoutByLogin">SelfCheckoutByLogin</link>
24603       preference you will be asked to enter you cardnumber</para>
24604
24605       <screenshot>
24606         <screeninfo>Self Checkout Patron Card Number</screeninfo>
24607
24608         <mediaobject>
24609           <imageobject>
24610             <imagedata fileref="images/circ/selfcheckout.png"/>
24611           </imageobject>
24612         </mediaobject>
24613       </screenshot>
24614
24615       <para>or your username and password:</para>
24616
24617       <screenshot>
24618         <screeninfo>Shelf checkout by login</screeninfo>
24619
24620         <mediaobject>
24621           <imageobject>
24622             <imagedata fileref="images/circ/SelfCheckoutByLogin.png"/>
24623           </imageobject>
24624         </mediaobject>
24625       </screenshot>
24626
24627       <para>Once you're logged in to the self check module you will be asked
24628       to scan the items you are checking out</para>
24629
24630       <screenshot>
24631         <screeninfo>Self Checkout</screeninfo>
24632
24633         <mediaobject>
24634           <imageobject>
24635             <imagedata fileref="images/circ/selfcheckoutuser.png"/>
24636           </imageobject>
24637         </mediaobject>
24638       </screenshot>
24639
24640       <para>As you scan items they will appear below the barcode box</para>
24641
24642       <screenshot>
24643         <screeninfo>Self Checkout Summary</screeninfo>
24644
24645         <mediaobject>
24646           <imageobject>
24647             <imagedata fileref="images/circ/selfcheckoutsummary.png"/>
24648           </imageobject>
24649         </mediaobject>
24650       </screenshot>
24651
24652       <para>When you are finished scanning items it is important to click the
24653       'Click here if done' button to log the patron out and prepare for the
24654       next patron.</para>
24655
24656       <para>When attempting to check items out there are some instances where
24657       error messages will appear and the patron will be directed to the
24658       librarian. This will happen even if you are allowing overrides on
24659       circulation functions. Only a librarian can override a circulation block
24660       and so patrons must go to the librarian for help in these
24661       situations.</para>
24662
24663       <screenshot>
24664         <screeninfo>Self Checkout Error Message</screeninfo>
24665
24666         <mediaobject>
24667           <imageobject>
24668             <imagedata fileref="images/circ/selfcheckoutfines.png"/>
24669           </imageobject>
24670         </mediaobject>
24671       </screenshot>
24672     </section>
24673
24674     <section id="offlinecirc">
24675       <title>Offline Circulation Utility</title>
24676
24677       <section id="firefoxofflinecirc">
24678         <sectioninfo>
24679           <author>
24680             <firstname>Franois</firstname>
24681
24682             <surname>Charbonnier</surname>
24683           </author>
24684
24685           <affiliation>
24686             <orgname>BibLibre</orgname>
24687           </affiliation>
24688
24689           <othercredit role="copyeditor">
24690             <firstname>Nicole C.</firstname>
24691
24692             <surname>Engard</surname>
24693
24694             <contrib>Changed content where necessary.</contrib>
24695           </othercredit>
24696
24697           <pubdate>2012</pubdate>
24698         </sectioninfo>
24699
24700         <title>Firefox Plugin</title>
24701
24702         <para>There is an offline circulation tool that you can add to your
24703         Firefox browser as a plugin/addon. To do so, just go to <ulink
24704         url="https://addons.mozilla.org/en/firefox/addon/koct/">https://addons.mozilla.org/en/firefox/addon/koct/</ulink>
24705         page and click on the "install now" button. You may have to confirm
24706         the installation, just click on "install now" and then restart Firefox
24707         to complete the installation.</para>
24708
24709         <para>Once you have installed the plugin and restarted Firefox, you
24710         will see the Koha logo in the add-on bar at the bottom right of
24711         Firefox.</para>
24712
24713         <screenshot>
24714           <screeninfo>Koha Icon on Add-on Bar</screeninfo>
24715
24716           <mediaobject>
24717             <imageobject>
24718               <imagedata fileref="images/circ/koctstatusbar.png"/>
24719             </imageobject>
24720           </mediaobject>
24721         </screenshot>
24722
24723         <para>A click on the logo will open the tool in its own window.</para>
24724
24725         <screenshot>
24726           <screeninfo>Koha Offline Circ Tool</screeninfo>
24727
24728           <mediaobject>
24729             <imageobject>
24730               <imagedata fileref="images/circ/koct.png"/>
24731             </imageobject>
24732           </mediaobject>
24733         </screenshot>
24734
24735         <para>The plugin consists of four tabs:</para>
24736
24737         <itemizedlist>
24738           <listitem>
24739             <para>The Check Out tab is where you check out items</para>
24740           </listitem>
24741
24742           <listitem>
24743             <para>The Check In tab is where you check in items</para>
24744           </listitem>
24745
24746           <listitem>
24747             <para>The Log tab keeps track of every transaction done while in
24748             offline mode</para>
24749
24750             <itemizedlist>
24751               <listitem>
24752                 <para>The log will keep information until you empty it. Each
24753                 time you open the plugin and it contains data in the log it
24754                 will warn you</para>
24755
24756                 <screenshot>
24757                   <screeninfo>Koha Offline Circ Warning</screeninfo>
24758
24759                   <mediaobject>
24760                     <imageobject>
24761                       <imagedata fileref="images/circ/koctwarn.png"/>
24762                     </imageobject>
24763                   </mediaobject>
24764                 </screenshot>
24765
24766                 <para>If you'd like to clear the log, check the 'I want to
24767                 delete rows' box before hitting the 'OK' button. Otherwise
24768                 clicking 'OK' will keep the items in the log and let you
24769                 continue working with the tool.</para>
24770               </listitem>
24771             </itemizedlist>
24772           </listitem>
24773
24774           <listitem>
24775             <para>The Param tab is to set up the plugin</para>
24776           </listitem>
24777         </itemizedlist>
24778
24779         <para>The first thing you want to do then is to set up the plugin. Go
24780         to the Param tab to set up the plugin</para>
24781
24782         <screenshot>
24783           <screeninfo>Koha Offline CIrc Params</screeninfo>
24784
24785           <mediaobject>
24786             <imageobject>
24787               <imagedata fileref="images/circ/koctparam.png"/>
24788             </imageobject>
24789           </mediaobject>
24790         </screenshot>
24791
24792         <para>Answer the 4 questions presented:</para>
24793
24794         <itemizedlist>
24795           <listitem>
24796             <para>Server = the URL of the librarian interface</para>
24797           </listitem>
24798
24799           <listitem>
24800             <para>Branch Code = the code for the branch where you are
24801             located</para>
24802           </listitem>
24803
24804           <listitem>
24805             <para>Username = your staff account login</para>
24806           </listitem>
24807
24808           <listitem>
24809             <para>Password = your staff account password</para>
24810           </listitem>
24811         </itemizedlist>
24812
24813         <para><important>
24814             <para>To save the settings, you will have to close the plugin
24815             window and re-open it by clicking again on the Koha logo in the
24816             add-on bar.</para>
24817           </important><tip>
24818             <para>You can create a staff account dedicated to the offline
24819             circulation. So that, no matter who is at the circulation desk,
24820             they can all use the same login. Along those lines, you can use a
24821             group login that you already have in place for circulation as
24822             well.</para>
24823           </tip>Once you have everything set up you can start checking items
24824         in and out.</para>
24825
24826         <para>Checking out:</para>
24827
24828         <screenshot>
24829           <screeninfo>Koha Offline Circulation Check Out</screeninfo>
24830
24831           <mediaobject>
24832             <imageobject>
24833               <imagedata fileref="images/circ/koct.png"/>
24834             </imageobject>
24835           </mediaobject>
24836         </screenshot>
24837
24838         <itemizedlist>
24839           <listitem>
24840             <para>Go to the Check Out tab</para>
24841           </listitem>
24842
24843           <listitem>
24844             <para>Scan the patron barcode</para>
24845           </listitem>
24846
24847           <listitem>
24848             <para>Scan the item barcode</para>
24849           </listitem>
24850
24851           <listitem>
24852             <para>Click 'Save'</para>
24853           </listitem>
24854         </itemizedlist>
24855
24856         <para>Checking in:</para>
24857
24858         <screenshot>
24859           <screeninfo>Koha Offline Circulation Check In</screeninfo>
24860
24861           <mediaobject>
24862             <imageobject>
24863               <imagedata fileref="images/circ/koctcheckin.png"/>
24864             </imageobject>
24865           </mediaobject>
24866         </screenshot>
24867
24868         <itemizedlist>
24869           <listitem>
24870             <para>Go to the Check In tab</para>
24871           </listitem>
24872
24873           <listitem>
24874             <para>Scan the item barcode</para>
24875           </listitem>
24876
24877           <listitem>
24878             <para>Click Save</para>
24879           </listitem>
24880         </itemizedlist>
24881
24882         <para>Each time, you check out or check in an item, a new transaction
24883         is recorded in the local plugin database and you will see, at the
24884         bottom of the plugin how many transactions has been made during the
24885         offline circulation. For example, "10 Row(s) Added" means you did 10
24886         transactions.</para>
24887
24888         <screenshot>
24889           <screeninfo>Koha Offline Circulation Tool Count</screeninfo>
24890
24891           <mediaobject>
24892             <imageobject>
24893               <imagedata fileref="images/circ/koctcount.png"/>
24894             </imageobject>
24895           </mediaobject>
24896         </screenshot>
24897
24898         <para>Then, if you want an overview of every transaction, go to the
24899         Log tab. This tab will show you the transactions in the plugin
24900         database</para>
24901
24902         <screenshot>
24903           <screeninfo>Koha Offline Circulation Log</screeninfo>
24904
24905           <mediaobject>
24906             <imageobject>
24907               <imagedata fileref="images/circ/koctlog.png"/>
24908             </imageobject>
24909           </mediaobject>
24910         </screenshot>
24911
24912         <para><tip>
24913             <para>The status will be "Local." as long as you are offline and
24914             don't process the transactions into Koha.</para>
24915           </tip>When your Internet connection comes back up you will want to
24916         get these transactions in to Koha. Before processing these
24917         transactions you should be aware of a few issues.</para>
24918
24919         <para>Because you are not connected to your Koha database when using
24920         this plugin holds will need additional processing. If an item you
24921         check in while offline has a hold, the hold is kept on the item.
24922         Since, you can't confirm holds found during the processing of every
24923         check in, the holds stay on the item and will need to be managed
24924         later. If you only checked in a few items you can just keep a record
24925         of them all. If you checked in a lot of items you can use the Holds
24926         Queue once it rebuilds to see what holds made it to the shelf
24927         erroneously.</para>
24928
24929         <para>Similarly, if an patron card was expired, the offline
24930         circulation tool won't know about it, so the checkout will be recorded
24931         regardless of the patron's account being blocked normally.</para>
24932
24933         <para>You have two options for adding this data to Koha</para>
24934
24935         <itemizedlist>
24936           <listitem>
24937             <para>Commit to Koha</para>
24938
24939             <itemizedlist>
24940               <listitem>
24941                 <para>If you checked in/out on more than one computer at the
24942                 same time, what you want is to process every transaction
24943                 consistently. Let's say for instance that one patron checked a
24944                 book out on one computer and then checked the same book in on
24945                 another computer. To be consistent, you need to record the
24946                 check out first and then the check in. Not the opposite! To do
24947                 so, you need to group every transaction in one place, sort
24948                 them all and then, process everything. So, you need to use the
24949                 "Commit to Koha" option from every plugin/computer you worked
24950                 with. This way, the log will go to Koha and be accessible from
24951                 the Offline Circulation page.</para>
24952
24953                 <screenshot>
24954                   <screeninfo>Circulation Menu</screeninfo>
24955
24956                   <mediaobject>
24957                     <imageobject>
24958                       <imagedata fileref="images/circ/offlinecirclink.png"/>
24959                     </imageobject>
24960                   </mediaobject>
24961                 </screenshot>
24962               </listitem>
24963
24964               <listitem>
24965                 <para><emphasis>Get there:</emphasis> Circulation &gt; Offline
24966                 Circulation (Firefox add-on)</para>
24967
24968                 <screenshot>
24969                   <screeninfo>Offline Circulation</screeninfo>
24970
24971                   <mediaobject>
24972                     <imageobject>
24973                       <imagedata fileref="images/circ/offlinecirclog.png"/>
24974                     </imageobject>
24975                   </mediaobject>
24976                 </screenshot>
24977               </listitem>
24978
24979               <listitem>
24980                 <para>Once all of the logs from all of the circulation
24981                 computers are loaded you will be able to check them all or
24982                 select just those you want to process into Koha.</para>
24983               </listitem>
24984
24985               <listitem>
24986                 <para>Click on the Process button and Koha will record every
24987                 sorted transaction one by one. For each transaction, the
24988                 status will change to:</para>
24989
24990                 <itemizedlist>
24991                   <listitem>
24992                     <para>"Success." if the transaction was processed
24993                     correctly</para>
24994                   </listitem>
24995
24996                   <listitem>
24997                     <para>"Borrower not found." if the borrower card number is
24998                     incorrect</para>
24999                   </listitem>
25000
25001                   <listitem>
25002                     <para>"Item not found." if the item barcode is
25003                     wrong</para>
25004                   </listitem>
25005
25006                   <listitem>
25007                     <para>"Item not issued." if you checked in an available
25008                     item</para>
25009                   </listitem>
25010                 </itemizedlist>
25011               </listitem>
25012
25013               <listitem>
25014                 <para>Once finished you will have a summary of all of your
25015                 transactions</para>
25016
25017                 <screenshot>
25018                   <screeninfo>Offline Circulation Summary</screeninfo>
25019
25020                   <mediaobject>
25021                     <imageobject>
25022                       <imagedata fileref="images/circ/offlinecircsuccess.png"/>
25023                     </imageobject>
25024                   </mediaobject>
25025                 </screenshot>
25026               </listitem>
25027             </itemizedlist>
25028           </listitem>
25029
25030           <listitem>
25031             <para>Apply directly</para>
25032
25033             <itemizedlist>
25034               <listitem>
25035                 <para>If you performed all of the circulation actions on one
25036                 computer then everything is sorted already so you can choose
25037                 to "Apply directly"</para>
25038               </listitem>
25039
25040               <listitem>
25041                 <para>The status column will be updated to let you know if the
25042                 transactions were applied</para>
25043
25044                 <itemizedlist>
25045                   <listitem>
25046                     <para>"Success." if the transaction was processed
25047                     correctly</para>
25048                   </listitem>
25049
25050                   <listitem>
25051                     <para>"Borrower not found." if the borrower card number is
25052                     incorrect</para>
25053                   </listitem>
25054
25055                   <listitem>
25056                     <para>"Item not found." if the item barcode is
25057                     wrong</para>
25058                   </listitem>
25059
25060                   <listitem>
25061                     <para>"Item not issued." if you checked in an available
25062                     item</para>
25063                   </listitem>
25064                 </itemizedlist>
25065               </listitem>
25066
25067               <listitem>
25068                 <para>Once you're finished you can review all of the items
25069                 right in the Log tab</para>
25070
25071                 <screenshot>
25072                   <screeninfo>Koha Offline Circulation Apply
25073                   Directly</screeninfo>
25074
25075                   <mediaobject>
25076                     <imageobject>
25077                       <imagedata fileref="images/circ/koctdirectly.png"/>
25078                     </imageobject>
25079                   </mediaobject>
25080                 </screenshot>
25081               </listitem>
25082             </itemizedlist>
25083           </listitem>
25084         </itemizedlist>
25085
25086         <para>Once you are done you can clear the log by clicking Clear. If
25087         you don't you will be warned the next time you open the Offline
25088         Circulation tool.</para>
25089
25090         <screenshot>
25091           <screeninfo>Koha Offline Circulation Tool Warning</screeninfo>
25092
25093           <mediaobject>
25094             <imageobject>
25095               <imagedata fileref="images/circ/koctwarn.png"/>
25096             </imageobject>
25097           </mediaobject>
25098         </screenshot>
25099       </section>
25100
25101       <section id="windowsofflinecirc">
25102         <title>Offline Circ Tool for Windows</title>
25103
25104         <para>The Offline Circulation Utility can be downloaded at: <ulink
25105         url="http://millruntech.com/koha/koha-offline-circulation">http://millruntech.com/koha/koha-offline-circulation</ulink></para>
25106       </section>
25107
25108       <section id="uploadofflinecirc">
25109         <title>Upload Offline Circ File</title>
25110
25111         <para>The <link linkend="windowsofflinecirc">offline circulation tool
25112         for Windows</link> will generate a KOC file that you can upload into
25113         Koha once your system comes back up.</para>
25114
25115         <para>On the Circulation menu click 'Offline Circulation File (.koc)
25116         Uploader'</para>
25117
25118         <screenshot>
25119           <screeninfo>Circulation menu</screeninfo>
25120
25121           <mediaobject>
25122             <imageobject>
25123               <imagedata fileref="images/circ/offlinecirclink.png"/>
25124             </imageobject>
25125           </mediaobject>
25126         </screenshot>
25127
25128         <para>Browse your computer for the *.koc file</para>
25129
25130         <screenshot>
25131           <screeninfo>Upload KOC File</screeninfo>
25132
25133           <mediaobject>
25134             <imageobject>
25135               <imagedata fileref="images/circ/uploadofflinecirc.png"/>
25136             </imageobject>
25137           </mediaobject>
25138         </screenshot>
25139
25140         <para>Once the file is uploaded, click the process the file</para>
25141
25142         <screenshot>
25143           <screeninfo>Process offline circulation file</screeninfo>
25144
25145           <mediaobject>
25146             <imageobject>
25147               <imagedata fileref="images/circ/processoffline.png"/>
25148             </imageobject>
25149           </mediaobject>
25150         </screenshot>
25151
25152         <para>When this is complete you'll see the summary of actions from
25153         when you were offline (including any errors).</para>
25154
25155         <screenshot>
25156           <screeninfo>Summary of offline actions</screeninfo>
25157
25158           <mediaobject>
25159             <imageobject>
25160               <imagedata fileref="images/circ/offlinesummary.png"/>
25161             </imageobject>
25162           </mediaobject>
25163         </screenshot>
25164       </section>
25165     </section>
25166   </chapter>
25167
25168   <chapter id="cataloging">
25169     <title>Cataloging</title>
25170
25171     <para>Before you start cataloging in Koha you're going to want to do some
25172     basic setup. Refer to the <link linkend="implementation">Implementation
25173     Checklist</link> for a full list of these things. Most importantly you're
25174     going to want to make sure that your <link
25175     linkend="marcbibframeworks">Frameworks</link> are all defined the way you
25176     want. Once in the cataloging module you will not be able to add or remove
25177     fields and subfields so your frameworks must be ready before you start
25178     cataloging.</para>
25179
25180     <itemizedlist>
25181       <listitem>
25182         <para><emphasis>Get there:</emphasis> More &gt; Cataloging</para>
25183       </listitem>
25184     </itemizedlist>
25185
25186     <section id="catbibs">
25187       <title>Bibliographic Records</title>
25188
25189       <para>In Koha the bibliographic record contains the main information
25190       related to the material. This includes things like the title, author,
25191       ISBN, etc. This information is stored in Koha in Marc (different flavors
25192       of Marc are supported in Koha). Once this information is saved, <link
25193       linkend="catitems">items or holdings</link> can be attached.</para>
25194
25195       <section id="addbibrec">
25196         <title>Adding Records</title>
25197
25198         <para>Records can be added to Koha via original or copy cataloging. If
25199         you would like to catalog a record using a blank template</para>
25200
25201         <itemizedlist>
25202           <listitem>
25203             <para>Click 'New Record'</para>
25204
25205             <screenshot>
25206               <screeninfo>New Record Menu</screeninfo>
25207
25208               <mediaobject>
25209                 <imageobject>
25210                   <imagedata fileref="images/cataloging/newfromframework.png"/>
25211                 </imageobject>
25212               </mediaobject>
25213             </screenshot>
25214
25215             <itemizedlist>
25216               <listitem>
25217                 <para>Choose the framework you would like to base your record
25218                 off of</para>
25219               </listitem>
25220             </itemizedlist>
25221           </listitem>
25222         </itemizedlist>
25223
25224         <para>If you want to catalog a record based on an existing record at
25225         another library</para>
25226
25227         <itemizedlist>
25228           <listitem>
25229             <para>Click 'z39.50 Search'</para>
25230
25231             <screenshot>
25232               <screeninfo>Z39.50 Search</screeninfo>
25233
25234               <mediaobject>
25235                 <imageobject>
25236                   <imagedata fileref="images/cataloging/zsearch.png"/>
25237                 </imageobject>
25238               </mediaobject>
25239             </screenshot>
25240
25241             <itemizedlist>
25242               <listitem>
25243                 <para>Search for the item you would like to catalog</para>
25244
25245                 <itemizedlist>
25246                   <listitem>
25247                     <tip>
25248                       <para>If no results are found, try searching for fewer
25249                       fields, not all Z39.50 targets can search all of the
25250                       fields above.</para>
25251                     </tip>
25252                   </listitem>
25253                 </itemizedlist>
25254               </listitem>
25255
25256               <listitem>
25257                 <para>Search targets can be altered by using the <link
25258                 linkend="z3950admin">Z39.50 Admin</link> area.</para>
25259               </listitem>
25260
25261               <listitem>
25262                 <para>From the results you can view the MARC or Card view for
25263                 the records or choose to Import them into Koha</para>
25264
25265                 <screenshot>
25266                   <screeninfo>Z39.50 Search Results</screeninfo>
25267
25268                   <mediaobject>
25269                     <imageobject>
25270                       <imagedata fileref="images/cataloging/zsearchresults.png"/>
25271                     </imageobject>
25272                   </mediaobject>
25273                 </screenshot>
25274
25275                 <itemizedlist>
25276                   <listitem>
25277                     <para>In addition to the Import link to the right of each
25278                     title, you can click on the title you're interested in and
25279                     a menu will pop up with links to preview the record and
25280                     import it</para>
25281
25282                     <screenshot>
25283                       <screeninfo>Import Link Popup on Z39.50 Search
25284                       Results</screeninfo>
25285
25286                       <mediaobject>
25287                         <imageobject>
25288                           <imagedata fileref="images/cataloging/importz39.png"/>
25289                         </imageobject>
25290                       </mediaobject>
25291                     </screenshot>
25292                   </listitem>
25293
25294                   <listitem>
25295                     <para>If you don't find the title you need in your Z39.50
25296                     search results you can click the 'Try Another Search'
25297                     button at the bottom left of your results</para>
25298
25299                     <screenshot>
25300                       <screeninfo>Try another search</screeninfo>
25301
25302                       <mediaobject>
25303                         <imageobject>
25304                           <imagedata fileref="images/cataloging/tryanotherzsearch.png"/>
25305                         </imageobject>
25306                       </mediaobject>
25307                     </screenshot>
25308                   </listitem>
25309                 </itemizedlist>
25310               </listitem>
25311             </itemizedlist>
25312           </listitem>
25313         </itemizedlist>
25314
25315         <para>Once you've opened a blank framework or imported a record via
25316         Z39.50 you will be presented with the form to continue
25317         cataloging</para>
25318
25319         <screenshot>
25320           <screeninfo>Add MARC Record</screeninfo>
25321
25322           <mediaobject>
25323             <imageobject>
25324               <imagedata fileref="images/cataloging/addmarc.png"/>
25325             </imageobject>
25326           </mediaobject>
25327         </screenshot>
25328
25329         <itemizedlist>
25330           <listitem>
25331             <para>To expand a collapsed tag click on the tag
25332             description</para>
25333           </listitem>
25334
25335           <listitem>
25336             <para>To get help from the Library of Congress on a Marc tag click
25337             the question mark (?) to the right of each field number</para>
25338
25339             <itemizedlist>
25340               <listitem>
25341                 <para>If you feel that this clutters the screen you can hide
25342                 the question marks by unchecking the box next to the 'Show
25343                 MARC tag documentation links' note at the top right of the
25344                 editor</para>
25345
25346                 <screenshot>
25347                   <screeninfo>Show MARC tag documentation links
25348                   checkbox</screeninfo>
25349
25350                   <mediaobject>
25351                     <imageobject>
25352                       <imagedata fileref="images/cataloging/marcdoclinks.png"/>
25353                     </imageobject>
25354                   </mediaobject>
25355                 </screenshot>
25356               </listitem>
25357             </itemizedlist>
25358           </listitem>
25359
25360           <listitem>
25361             <para>Sometimes fields may not be editable due to the value in
25362             your <link
25363             linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link>
25364             system preference. If you have this preference set to not allow
25365             catalogers to type in fields controlled by authorities you may see
25366             a lock symbol to the left of the field.</para>
25367
25368             <screenshot>
25369               <screeninfo>Authority fields locked against editing</screeninfo>
25370
25371               <mediaobject>
25372                 <imageobject>
25373                   <imagedata fileref="images/cataloging/lockedauthority.png"/>
25374                 </imageobject>
25375               </mediaobject>
25376             </screenshot>
25377
25378             <itemizedlist>
25379               <listitem>
25380                 <para>If this icon appears you must click the icon to the
25381                 right of the field to search for an existing authority.</para>
25382
25383                 <screenshot>
25384                   <screeninfo>Search for authority</screeninfo>
25385
25386                   <mediaobject>
25387                     <imageobject>
25388                       <imagedata fileref="images/cataloging/catauthoritysearch.png"/>
25389                     </imageobject>
25390                   </mediaobject>
25391                 </screenshot>
25392               </listitem>
25393
25394               <listitem>
25395                 <para>From the results list click 'Choose authority' to bring
25396                 that into your catalog record</para>
25397
25398                 <screenshot>
25399                   <screeninfo>Authority search results</screeninfo>
25400
25401                   <mediaobject>
25402                     <imageobject>
25403                       <imagedata fileref="images/cataloging/catauthoritysearchresults.png"/>
25404                     </imageobject>
25405                   </mediaobject>
25406                 </screenshot>
25407               </listitem>
25408             </itemizedlist>
25409           </listitem>
25410
25411           <listitem>
25412             <para>To duplicate a field click on the 'repeat this tag' icon to
25413             the right of the tag</para>
25414
25415             <screenshot>
25416               <screeninfo>Duplicate a Field</screeninfo>
25417
25418               <mediaobject>
25419                 <imageobject>
25420                   <imagedata fileref="images/cataloging/dupfield.png"/>
25421                 </imageobject>
25422               </mediaobject>
25423             </screenshot>
25424
25425             <itemizedlist>
25426               <listitem>
25427                 <para>To move subfields in to the right order, click the up
25428                 arrow to the left of the field</para>
25429               </listitem>
25430
25431               <listitem>
25432                 <para>To duplicate a subfield click on the clone icon (to
25433                 remove a copied field, click the delete clone icon) to the
25434                 right of the field</para>
25435
25436                 <screenshot>
25437                   <screeninfo>Clone Subfield</screeninfo>
25438
25439                   <mediaobject>
25440                     <imageobject>
25441                       <imagedata fileref="images/cataloging/clonesubfield.png"/>
25442                     </imageobject>
25443                   </mediaobject>
25444                 </screenshot>
25445               </listitem>
25446
25447               <listitem>
25448                 <para>To remove a subfield (if there is more than one of the
25449                 same type), click the - (minus sign) to the right of the
25450                 field</para>
25451               </listitem>
25452             </itemizedlist>
25453           </listitem>
25454
25455           <listitem>
25456             <para>To use a plugin click on the icon to the right of the
25457             filed</para>
25458
25459             <screenshot>
25460               <screeninfo>Leader Builder Plugin</screeninfo>
25461
25462               <mediaobject>
25463                 <imageobject>
25464                   <imagedata fileref="images/cataloging/leaderbuilder.png"/>
25465                 </imageobject>
25466               </mediaobject>
25467             </screenshot>
25468
25469             <itemizedlist>
25470               <listitem>
25471                 <para>Some fixed fields have editors that will change based on
25472                 the material type you're cataloging (for example the 006 and
25473                 the 008 fields)</para>
25474
25475                 <screenshot>
25476                   <screeninfo>008 Plugin</screeninfo>
25477
25478                   <mediaobject>
25479                     <imageobject>
25480                       <imagedata fileref="images/cataloging/008plugin.png"/>
25481                     </imageobject>
25482                   </mediaobject>
25483                 </screenshot>
25484               </listitem>
25485             </itemizedlist>
25486           </listitem>
25487
25488           <listitem>
25489             <para>Once you've finished, click the 'Save' button at the top and
25490             choose whether you want to save and view the bib record you have
25491             created or continue on to add/edit items attached to the
25492             record</para>
25493
25494             <screenshot>
25495               <screeninfo>Record save options</screeninfo>
25496
25497               <mediaobject>
25498                 <imageobject>
25499                   <imagedata fileref="images/cataloging/savecataloging.png"/>
25500                 </imageobject>
25501               </mediaobject>
25502             </screenshot>
25503
25504             <itemizedlist>
25505               <listitem>
25506                 <para>If you are about to add a duplicate record to the system
25507                 you will be warned before saving</para>
25508
25509                 <screenshot>
25510                   <screeninfo>Duplicate Record Warning</screeninfo>
25511
25512                   <mediaobject>
25513                     <imageobject>
25514                       <imagedata fileref="images/cataloging/duprecordwarn.png"/>
25515                     </imageobject>
25516                   </mediaobject>
25517                 </screenshot>
25518               </listitem>
25519             </itemizedlist>
25520           </listitem>
25521         </itemizedlist>
25522       </section>
25523
25524       <section id="cataloganalytics">
25525         <title>Adding Analytic Records</title>
25526
25527         <para>Libraries sometimes make journal articles and articles within
25528         monographs and serials accessible to library patrons through analytics
25529         cataloging. Analytics cataloging creates separate bibliographic
25530         records for these articles, chapters, sections, etc. found within a
25531         larger resource such as a book, an article within a journal, newspaper
25532         or serial. In analytics cataloging, although a separate bib record is
25533         created for the title, it is not physically separated from the host
25534         item.&nbsp; Learn more about Analytics in Chapter 13 of AACR2.</para>
25535
25536         <para>If you would like to catalog analytic records in Koha you first
25537         need to update the <link
25538         linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link>
25539         preference to 'Display.'</para>
25540
25541         <para>After cataloging your analytic record (see <link
25542         linkend="addbibrec">Adding Records</link> for more on creating
25543         records) click 'Edit' from the normal view and choose to 'Link to Host
25544         Item'</para>
25545
25546         <screenshot>
25547           <screeninfo>Link to Host Item</screeninfo>
25548
25549           <mediaobject>
25550             <imageobject>
25551               <imagedata fileref="images/cataloging/analyticslink.png"/>
25552             </imageobject>
25553           </mediaobject>
25554         </screenshot>
25555
25556         <para>This will prompt you to enter the barcode for the item this
25557         record should be linked to.</para>
25558
25559         <screenshot>
25560           <screeninfo>Barcode for Analytic Linking</screeninfo>
25561
25562           <mediaobject>
25563             <imageobject>
25564               <imagedata fileref="images/cataloging/analyticsbarcode.png"/>
25565             </imageobject>
25566           </mediaobject>
25567         </screenshot>
25568
25569         <para>After entering the item's barcode and clicking 'Select' you will
25570         receive a confirmation message.</para>
25571
25572         <screenshot>
25573           <screeninfo>Analytic Link Success</screeninfo>
25574
25575           <mediaobject>
25576             <imageobject>
25577               <imagedata fileref="images/cataloging/analyticlinksuccess.png"/>
25578             </imageobject>
25579           </mediaobject>
25580         </screenshot>
25581
25582         <para>The record will now have the 773 field filled in properly to
25583         complete the link.</para>
25584
25585         <screenshot>
25586           <screeninfo>773</screeninfo>
25587
25588           <mediaobject>
25589             <imageobject>
25590               <imagedata fileref="images/cataloging/analytics773.png"/>
25591             </imageobject>
25592           </mediaobject>
25593         </screenshot>
25594
25595         <para>If you have linked an analytic record incorrectly you can remove
25596         that link by editing the item on the analytic record (not the host
25597         record). To do this, go to the analytic record and click the 'Edit'
25598         button and choose to 'Edit items'. To the left of each item you will
25599         see two options.</para>
25600
25601         <screenshot>
25602           <screeninfo>Edit Analytic Item Record</screeninfo>
25603
25604           <mediaobject>
25605             <imageobject>
25606               <imagedata fileref="images/cataloging/analyticdelink.png"/>
25607             </imageobject>
25608           </mediaobject>
25609         </screenshot>
25610
25611         <itemizedlist>
25612           <listitem>
25613             <para>Clicking 'Edit in Host' will allow you to edit the item on
25614             the host record.</para>
25615           </listitem>
25616
25617           <listitem>
25618             <para>Clicking 'Delink' will remove the 773 field and the link
25619             between the analytic and the host.</para>
25620           </listitem>
25621         </itemizedlist>
25622
25623         <para>To view all of the items tied to the host record, do a search
25624         for the record, click the Analytics tab on the left and the analytics
25625         tied to each barcode will be shown under the "Used in" column.</para>
25626
25627         <screenshot>
25628           <screeninfo>Analytics Tab</screeninfo>
25629
25630           <mediaobject>
25631             <imageobject>
25632               <imagedata fileref="images/cataloging/analyticstab.png"/>
25633             </imageobject>
25634           </mediaobject>
25635         </screenshot>
25636
25637         <tip>
25638           <para>It is also possible to create analytic records from this
25639           screen by clicking on "Create Analytics"</para>
25640         </tip>
25641
25642         <para>You can also see the analytics attached to this record by
25643         clicking the 'Show Analytic' link towards the top of the record in the
25644         normal view.</para>
25645
25646         <screenshot>
25647           <screeninfo>Show Analytics on Bib Record</screeninfo>
25648
25649           <mediaobject>
25650             <imageobject>
25651               <imagedata fileref="images/cataloging/anayticbib.png"/>
25652             </imageobject>
25653           </mediaobject>
25654         </screenshot>
25655       </section>
25656
25657       <section id="editbibrec">
25658         <title>Editing Records</title>
25659
25660         <para>To edit a record you can click 'Edit Biblio' from the search
25661         results on the cataloging page</para>
25662
25663         <screenshot>
25664           <screeninfo>Edit Biblio Option on Search Results</screeninfo>
25665
25666           <mediaobject>
25667             <imageobject>
25668               <imagedata fileref="images/cataloging/catalogsearch.png"/>
25669             </imageobject>
25670           </mediaobject>
25671         </screenshot>
25672
25673         <para>or by clicking the Edit button on the Bibliographic Record and
25674         choosing 'Edit Record'</para>
25675
25676         <screenshot>
25677           <screeninfo>Edit Record Option on Bibliographic Record</screeninfo>
25678
25679           <mediaobject>
25680             <imageobject>
25681               <imagedata fileref="images/cataloging/editrecord.png"/>
25682             </imageobject>
25683           </mediaobject>
25684         </screenshot>
25685
25686         <para>The record will open in the MARC editor</para>
25687
25688         <screenshot>
25689           <screeninfo>Editing MARC Record</screeninfo>
25690
25691           <mediaobject>
25692             <imageobject>
25693               <imagedata fileref="images/cataloging/editingrecord.png"/>
25694             </imageobject>
25695           </mediaobject>
25696         </screenshot>
25697
25698         <para>The alternative is to search via Z39.50 to overlay your record
25699         with a fuller record found at another library. You can do this by
25700         choosing 'Replace Record via Z39.50' from the Edit menu.</para>
25701
25702         <screenshot>
25703           <screeninfo>Replace via Z39.50</screeninfo>
25704
25705           <mediaobject>
25706             <imageobject>
25707               <imagedata fileref="images/cataloging/replaceviaz39.png"/>
25708             </imageobject>
25709           </mediaobject>
25710         </screenshot>
25711
25712         <para>Once you choose that you will be brought to a Z39.50 search
25713         window to search other libraries for the record in question.</para>
25714
25715         <para>Once you have made your edits (via either method) you can click
25716         'Save' at the top left of the editor.</para>
25717
25718         <para>You can also use the edit menu to add your own custom cover
25719         image if you have either <link
25720         linkend="OPACLocalCoverImages">OPACLocalCoverImages</link> and/or
25721         <link linkend="LocalCoverImages">LocalCoverImages</link> set to
25722         'Display' by choosing 'Upload Image' from the menu.</para>
25723
25724         <screenshot>
25725           <screeninfo>Upload Image</screeninfo>
25726
25727           <mediaobject>
25728             <imageobject>
25729               <imagedata fileref="images/cataloging/uploadimage.png"/>
25730             </imageobject>
25731           </mediaobject>
25732         </screenshot>
25733
25734         <para>Choosing to 'Upload Image' will take you to the <link
25735         linkend="uploadlocalimages">Upload Local Cover Image
25736         Tool</link>.</para>
25737       </section>
25738
25739       <section id="dupbibrec">
25740         <title>Duplicating Records</title>
25741
25742         <para>Sometimes a copy of the record you need to catalog can't be
25743         found via Z39.50. In these cases you can create a duplicate of similar
25744         record and edit the necessary pieces to create a new record. To
25745         duplicate an existing record click 'Edit as New (Duplicate)' from the
25746         Edit menu on the Bibliographic Record</para>
25747
25748         <screenshot>
25749           <screeninfo>Edit as New (Duplicate) Bibliographic
25750           Record</screeninfo>
25751
25752           <mediaobject>
25753             <imageobject>
25754               <imagedata fileref="images/cataloging/createduplicate.png"/>
25755             </imageobject>
25756           </mediaobject>
25757         </screenshot>
25758
25759         <para>This will open a new MARC record with the fields filled in with
25760         the values from the original Bibliographic Record.</para>
25761
25762         <screenshot>
25763           <screeninfo>New Duplicate Record</screeninfo>
25764
25765           <mediaobject>
25766             <imageobject>
25767               <imagedata fileref="images/cataloging/newduprecord.png"/>
25768             </imageobject>
25769           </mediaobject>
25770         </screenshot>
25771       </section>
25772
25773       <section id="mergebibs">
25774         <title>Merging Records</title>
25775
25776         <para>If you would like to merge together multiple records you can do
25777         that via the <link linkend="lists">Lists</link> tool. <link
25778         linkend="mergebibrecs">Learn more here</link>.</para>
25779       </section>
25780     </section>
25781
25782     <section id="catitems">
25783       <title>Item Records</title>
25784
25785       <para>In Koha each bibliographic record can have one or more items
25786       attached. These items are sometimes referred to as holdings. Each item
25787       includes information to the physical copy the library has.</para>
25788
25789       <section id="addingitems">
25790         <title>Adding Items</title>
25791
25792         <para>After saving a new bibliographic record, you will be redirected
25793         to a blank item record so that you can attach an item to the
25794         bibliographic record. You can also click 'Add/Edit Items' from the
25795         cataloging search results</para>
25796
25797         <screenshot>
25798           <screeninfo>Add/Edit Items Option on Search Results</screeninfo>
25799
25800           <mediaobject>
25801             <imageobject>
25802               <imagedata fileref="images/cataloging/catalogsearch.png"/>
25803             </imageobject>
25804           </mediaobject>
25805         </screenshot>
25806
25807         <para>or you can add new item at any time by clicking 'New' on the
25808         bibliographic record and choosing 'New Item'</para>
25809
25810         <screenshot>
25811           <screeninfo>New Item Button</screeninfo>
25812
25813           <mediaobject>
25814             <imageobject>
25815               <imagedata fileref="images/cataloging/newitem.png"/>
25816             </imageobject>
25817           </mediaobject>
25818         </screenshot>
25819
25820         <para>The item edit form will appear:</para>
25821
25822         <screenshot>
25823           <screeninfo>Add item form</screeninfo>
25824
25825           <mediaobject>
25826             <imageobject>
25827               <imagedata fileref="images/cataloging/additem.png"/>
25828             </imageobject>
25829           </mediaobject>
25830         </screenshot>
25831
25832         <para>At the very least, if you plan on circulating the item, the
25833         following fields should be entered for new items:</para>
25834
25835         <itemizedlist>
25836           <listitem>
25837             <para>2 - Source of classification</para>
25838           </listitem>
25839
25840           <listitem>
25841             <para>a - Permanent location</para>
25842           </listitem>
25843
25844           <listitem>
25845             <para>b - Current location</para>
25846           </listitem>
25847
25848           <listitem>
25849             <para>o - Full call number</para>
25850           </listitem>
25851
25852           <listitem>
25853             <para>p - Barcode</para>
25854           </listitem>
25855
25856           <listitem>
25857             <para>v - Cost, replacement price</para>
25858
25859             <itemizedlist>
25860               <listitem>
25861                 <para>This value will be charged to patrons when you mark an
25862                 item they have checked out as 'Lost'</para>
25863               </listitem>
25864             </itemizedlist>
25865           </listitem>
25866
25867           <listitem>
25868             <para>y - Koha item type</para>
25869           </listitem>
25870         </itemizedlist>
25871
25872         <para>To make sure that these values are filled in you can mark them
25873         as mandatory in the <link linkend="marcbibframeworks">framework</link>
25874         you're using and then they will appear in red with a 'required' label.
25875         The item will not save until the required fields are filled in.</para>
25876
25877         <screenshot>
25878           <screeninfo>Required Item Subfield</screeninfo>
25879
25880           <mediaobject>
25881             <imageobject>
25882               <imagedata fileref="images/cataloging/requireditemfields.png"/>
25883             </imageobject>
25884           </mediaobject>
25885         </screenshot>
25886
25887         <itemizedlist>
25888           <listitem>
25889             <tip>
25890               <para>To make item subfields required in a framework you'll want
25891               to edit the 952 field in the <link
25892               linkend="marcbibframeworks">framework editor</link>.</para>
25893             </tip>
25894           </listitem>
25895         </itemizedlist>
25896
25897         <para>Below the add form there are 3 buttons for adding the
25898         item</para>
25899
25900         <screenshot>
25901           <screeninfo>Add Item Buttons</screeninfo>
25902
25903           <mediaobject>
25904             <imageobject>
25905               <imagedata fileref="images/cataloging/additembuttons.png"/>
25906             </imageobject>
25907           </mediaobject>
25908         </screenshot>
25909
25910         <itemizedlist>
25911           <listitem>
25912             <para>Add Item will add just the one item</para>
25913           </listitem>
25914
25915           <listitem>
25916             <para>Add &amp; Duplicate will add the item and fill in a new form
25917             with the same values for your to alter</para>
25918           </listitem>
25919
25920           <listitem>
25921             <para>Add Multiple Copies will ask how many copies and will then
25922             add that number of copies adding +1 to the barcode so each barcode
25923             is unique</para>
25924           </listitem>
25925         </itemizedlist>
25926
25927         <para>Your added items will appear above the add form once
25928         submitted</para>
25929
25930         <screenshot>
25931           <screeninfo>Items</screeninfo>
25932
25933           <mediaobject>
25934             <imageobject>
25935               <imagedata fileref="images/cataloging/items.png"/>
25936             </imageobject>
25937           </mediaobject>
25938         </screenshot>
25939
25940         <para>Your items will also appear below the bibliographic details on
25941         the bib record display.</para>
25942
25943         <screenshot>
25944           <screeninfo>List of Items on the Bib Record</screeninfo>
25945
25946           <mediaobject>
25947             <imageobject>
25948               <imagedata fileref="images/cataloging/items-withoutlabelprint.png"/>
25949             </imageobject>
25950           </mediaobject>
25951         </screenshot>
25952
25953         <para>If you have <link
25954         linkend="SpineLabelShowPrintOnBibDetails">SpineLabelShowPrintOnBibDetails</link>
25955         set to 'Display' then there will also be a link to print a quick spine
25956         label next to each item.</para>
25957
25958         <screenshot>
25959           <screeninfo>List of Items on the Bib Record with a Print Label
25960           link</screeninfo>
25961
25962           <mediaobject>
25963             <imageobject>
25964               <imagedata fileref="images/cataloging/items-withlabelprint.png"/>
25965             </imageobject>
25966           </mediaobject>
25967         </screenshot>
25968       </section>
25969
25970       <section id="editingitems">
25971         <title>Editing Items</title>
25972
25973         <para>Items can be edited in several ways.</para>
25974
25975         <itemizedlist>
25976           <listitem>
25977             <para>Clicking 'Edit' and 'Edit Items' from the bibliographic
25978             record</para>
25979
25980             <screenshot>
25981               <screeninfo>Edit Items Menu Option</screeninfo>
25982
25983               <mediaobject>
25984                 <imageobject>
25985                   <imagedata fileref="images/cataloging/edititem.png"/>
25986                 </imageobject>
25987               </mediaobject>
25988             </screenshot>
25989           </listitem>
25990
25991           <listitem>
25992             <para>Clicking 'Edit Items' beside the item on the 'Items'
25993             tab</para>
25994
25995             <screenshot>
25996               <screeninfo>Items Tab</screeninfo>
25997
25998               <mediaobject>
25999                 <imageobject>
26000                   <imagedata fileref="images/cataloging/itemstab.png"/>
26001                 </imageobject>
26002               </mediaobject>
26003             </screenshot>
26004           </listitem>
26005         </itemizedlist>
26006
26007         <para>The edit menu is also where items can be deleted from:</para>
26008
26009         <screenshot>
26010           <screeninfo>Edit and Delete links for Items</screeninfo>
26011
26012           <mediaobject>
26013             <imageobject>
26014               <imagedata fileref="images/cataloging/edititemlink.png"/>
26015             </imageobject>
26016           </mediaobject>
26017         </screenshot>
26018
26019         <section id="itemquickedit">
26020           <title>Quick Item Status Updates</title>
26021
26022           <para>Often circulation staff need to change the status of an item
26023           to Lost or Damaged. This doesn't require you to edit the entire item
26024           record. Instead clicking on the item barcode on the checkout summary
26025           or checkin history will bring you to an item summary. You can also
26026           get to the item summary by clicking on the Items tab to the left of
26027           the bib detail page.</para>
26028
26029           <screenshot>
26030             <screeninfo>Item Edit</screeninfo>
26031
26032             <mediaobject>
26033               <imageobject>
26034                 <imagedata fileref="images/cataloging/quickitemedit.png"/>
26035               </imageobject>
26036             </mediaobject>
26037           </screenshot>
26038
26039           <para>From this view you can mark an item lost by choosing a lost
26040           status from the pull down and clicking the 'Set Status'
26041           button.</para>
26042
26043           <screenshot>
26044             <screeninfo>Edit Lost Status</screeninfo>
26045
26046             <mediaobject>
26047               <imageobject>
26048                 <imagedata fileref="images/cataloging/editloststatus.png"/>
26049               </imageobject>
26050             </mediaobject>
26051           </screenshot>
26052
26053           <para>You can also mark an item as damaged by choosing a damaged
26054           status from the pull down and clicking the 'Set Status'
26055           button.</para>
26056
26057           <screenshot>
26058             <screeninfo>Edit Damaged Status</screeninfo>
26059
26060             <mediaobject>
26061               <imageobject>
26062                 <imagedata fileref="images/cataloging/editdamagedstatus.png"/>
26063               </imageobject>
26064             </mediaobject>
26065           </screenshot>
26066         </section>
26067       </section>
26068
26069       <section id="iteminfo">
26070         <title>Item Information</title>
26071
26072         <para>To the left of every bibliographic record there is a tab to view
26073         the items.</para>
26074
26075         <screenshot>
26076           <screeninfo>Items Tab</screeninfo>
26077
26078           <mediaobject>
26079             <imageobject>
26080               <imagedata fileref="images/cataloging/itemstab-long.png"/>
26081             </imageobject>
26082           </mediaobject>
26083         </screenshot>
26084
26085         <para>Clicking that tab will give you basic information about the
26086         items. If you ordered the item via the acquisitions module then the
26087         History section will include information about the order.</para>
26088
26089         <screenshot>
26090           <screeninfo>History with order info</screeninfo>
26091
26092           <mediaobject>
26093             <imageobject>
26094               <imagedata fileref="images/cataloging/itemorderinfo.png"/>
26095             </imageobject>
26096           </mediaobject>
26097         </screenshot>
26098
26099         <para>If the Order or Accession date is linked, clicking it will bring
26100         you to the acquisitions information for that item.</para>
26101       </section>
26102
26103       <section id="moveitemrec">
26104         <title>Moving Items</title>
26105
26106         <para>Items can be moved from one bibliographic record to another
26107         using the Attach Item option</para>
26108
26109         <screenshot>
26110           <screeninfo>Attach Item Option</screeninfo>
26111
26112           <mediaobject>
26113             <imageobject>
26114               <imagedata fileref="images/cataloging/attachitem.png"/>
26115             </imageobject>
26116           </mediaobject>
26117         </screenshot>
26118
26119         <para>Visit the bibliographic record you want to attach the item to
26120         and choose 'Attach Item' from the 'Edit' menu.</para>
26121
26122         <screenshot>
26123           <screeninfo>Attach Item Form</screeninfo>
26124
26125           <mediaobject>
26126             <imageobject>
26127               <imagedata fileref="images/cataloging/attachitemform.png"/>
26128             </imageobject>
26129           </mediaobject>
26130         </screenshot>
26131
26132         <para>Simply enter the barcode for the item you want to move and click
26133         'Select'</para>
26134
26135         <para>If you want to move all items to a new record creating only one
26136         bibliographic record you can use the <link
26137         linkend="mergebibrecs">Merge Records tool</link> instead.</para>
26138       </section>
26139
26140       <section id="deleteitems">
26141         <title>Deleting Items</title>
26142
26143         <para>There are many ways to delete item records. If you only need to
26144         delete one item you can do this by opening up the detail page for the
26145         bib record and clicking the 'Edit' button at the top. From there you
26146         can choose to 'Edit items'.</para>
26147
26148         <screenshot>
26149           <screeninfo>'Edit Items' menu option</screeninfo>
26150
26151           <mediaobject>
26152             <imageobject>
26153               <imagedata fileref="images/cataloging/edititemstodelete.png"/>
26154             </imageobject>
26155           </mediaobject>
26156         </screenshot>
26157
26158         <para>You will be presented with a list of items and next to each one
26159         will be a link labeled 'Delete'. Click that link and if the item is
26160         not checked out it will delete that item.</para>
26161
26162         <screenshot>
26163           <screeninfo>Delete link on the left</screeninfo>
26164
26165           <mediaobject>
26166             <imageobject>
26167               <imagedata fileref="images/cataloging/deleteitemlink.png"/>
26168             </imageobject>
26169           </mediaobject>
26170         </screenshot>
26171
26172         <para>If you know that all of the items attached to your record are
26173         not currently checked out you can use the 'Delete all items' option
26174         under the 'Edit menu' and it will remove all items from the
26175         record.</para>
26176
26177         <para>Finally you can use the <link linkend="batchdeleteitems">batch
26178         delete tool</link> to delete a batch of items.</para>
26179       </section>
26180
26181       <section id="itemcirchistory">
26182         <title>Item Specific Circulation History</title>
26183
26184         <para>Each bibliographic record keeps a circulation history (with or
26185         without the patron information depending on your settings), but each
26186         item also has its own circulation history page. To see this, click on
26187         the 'Items' tab to the left of the record you are viewing.</para>
26188
26189         <screenshot>
26190           <screeninfo>Items tab</screeninfo>
26191
26192           <mediaobject>
26193             <imageobject>
26194               <imagedata fileref="images/cataloging/itemstab-long.png"/>
26195             </imageobject>
26196           </mediaobject>
26197         </screenshot>
26198
26199         <para>Below the 'History' heading is a link to 'View item's checkout
26200         history,' clicking that will open up the item's history which will
26201         look slightly different from the bibliographic record's history
26202         page.</para>
26203
26204         <screenshot>
26205           <screeninfo>Item Specific Circulation History</screeninfo>
26206
26207           <mediaobject>
26208             <imageobject>
26209               <imagedata fileref="images/cataloging/itemspecifichistory.png"/>
26210             </imageobject>
26211           </mediaobject>
26212         </screenshot>
26213       </section>
26214     </section>
26215
26216     <section id="catauthorities">
26217       <title>Authorities</title>
26218
26219       <para>Authority records are a way of controlling fields in your MARC
26220       records. Using authority records will provide you with control over
26221       subject headings, personal names and places.</para>
26222
26223       <section id="addauthorities">
26224         <title>Adding Authorities</title>
26225
26226         <para>To add a new authority record, choose the authority type from
26227         the 'New Authority' button.</para>
26228
26229         <screenshot>
26230           <screeninfo>New Authority Record Options</screeninfo>
26231
26232           <mediaobject>
26233             <imageobject>
26234               <imagedata fileref="images/cataloging/newauthtypes.png"/>
26235             </imageobject>
26236           </mediaobject>
26237         </screenshot>
26238
26239         <para>The form that appears will allow you to enter all of the
26240         necessary details regarding your authority record.</para>
26241
26242         <screenshot>
26243           <screeninfo>New Authority Record</screeninfo>
26244
26245           <mediaobject>
26246             <imageobject>
26247               <imagedata fileref="images/cataloging/newauthrec.png"/>
26248             </imageobject>
26249           </mediaobject>
26250         </screenshot>
26251
26252         <para>To expand collapsed values simply click on the title and the
26253         subfields will appear.</para>
26254       </section>
26255
26256       <section id="searchauthorities">
26257         <title>Searching Authorities</title>
26258
26259         <para>From the authorities page you can search for existing terms and
26260         the bibliographic records they are attached to.</para>
26261
26262         <screenshot>
26263           <screeninfo>Authority Search</screeninfo>
26264
26265           <mediaobject>
26266             <imageobject>
26267               <imagedata fileref="images/cataloging/authoritysearch.png"/>
26268             </imageobject>
26269           </mediaobject>
26270         </screenshot>
26271
26272         <para>From the results you will see the authority record, how many
26273         bibliographic records it is attached to, and a delete link (if there
26274         are not bibliographic records attached).</para>
26275
26276         <screenshot>
26277           <screeninfo>Authority Search Results</screeninfo>
26278
26279           <mediaobject>
26280             <imageobject>
26281               <imagedata fileref="images/cataloging/authorityresults.png"/>
26282             </imageobject>
26283           </mediaobject>
26284         </screenshot>
26285
26286         <para>Clicking on the authority record summary will open the full
26287         record and the option to edit the record.</para>
26288
26289         <screenshot>
26290           <screeninfo>Authority Record</screeninfo>
26291
26292           <mediaobject>
26293             <imageobject>
26294               <imagedata fileref="images/cataloging/authrecord.png"/>
26295             </imageobject>
26296           </mediaobject>
26297         </screenshot>
26298       </section>
26299
26300       <section id="editauthorities">
26301         <title>Editing Authorities</title>
26302
26303         <para>Authorities can be edited by clicking on the authority summary
26304         from the search results and then clicking the 'Edit' button above the
26305         record.</para>
26306
26307         <screenshot>
26308           <screeninfo>Edit Authority Record</screeninfo>
26309
26310           <mediaobject>
26311             <imageobject>
26312               <imagedata fileref="images/cataloging/editauthority.png"/>
26313             </imageobject>
26314           </mediaobject>
26315         </screenshot>
26316
26317         <para>Once you've made the necessary edits, simply click 'Save' and if
26318         you have the <link linkend="dontmerge">dontmerge</link> system
26319         preference set to 'Do' the next time the <link
26320         linkend="mergeauthcron">merge_authorities.pl cronjob</link> runs it
26321         will update all of the bib records that use that authority.</para>
26322
26323         <para>To delete an authority record you first must make sure it's not
26324         linked to any bibliographic records. If it is not used by any
26325         bibliographic records a 'Delete' link will appear to the right of the
26326         record on the search results and as a button that appears after
26327         clicking on the summary of the authority record.</para>
26328       </section>
26329     </section>
26330
26331     <section id="catguides">
26332       <title>Cataloging Guides</title>
26333
26334       <para/>
26335
26336       <section id="bibcatcheatsheet">
26337         <sectioninfo>
26338           <author>
26339             <firstname>Jared</firstname>
26340
26341             <surname>Camins-Esakov</surname>
26342           </author>
26343
26344           <affiliation>
26345             <orgname>American Numismatic Society</orgname>
26346           </affiliation>
26347
26348           <othercredit role="copyeditor">
26349             <firstname>Nicole C.</firstname>
26350
26351             <surname>Engard</surname>
26352
26353             <contrib>Changed content where necessary.</contrib>
26354           </othercredit>
26355
26356           <pubdate>2010</pubdate>
26357         </sectioninfo>
26358
26359         <title>Bibliographic Record Cataloging Cheat Sheet</title>
26360
26361         <table cellpadding="4" cellspacing="4" frame="all">
26362           <title>Cataloging Guide</title>
26363
26364           <tgroup align="left" cols="4" colsep="1" rowsep="1">
26365             <thead>
26366               <row>
26367                 <entry><para>Tag</para></entry>
26368
26369                 <entry><para>Label</para></entry>
26370
26371                 <entry><para>Description</para></entry>
26372
26373                 <entry><para>Instructions</para></entry>
26374               </row>
26375             </thead>
26376
26377             <tbody>
26378               <row>
26379                 <entry><para>000</para></entry>
26380
26381                 <entry><para>LEADER</para></entry>
26382
26383                 <entry><para>Describes the record(i.e. surrogate) -- is it a
26384                 record for a monograph? A serial?</para></entry>
26385
26386                 <entry><para>Click in this field to fill it in. Then set
26387                 "Bibliographic level" to 'a' for articles or 's' for serials.
26388                 Otherwise, leave everything as is.</para></entry>
26389               </row>
26390
26391               <row>
26392                 <entry><para>001</para></entry>
26393
26394                 <entry><para>CONTROL NUMBER</para></entry>
26395
26396                 <entry><para>Accession number.</para></entry>
26397
26398                 <entry><para>Enter the accession number written inside the
26399                 item here. For articles and items which do not have accession
26400                 numbers, leave blank.</para></entry>
26401               </row>
26402
26403               <row>
26404                 <entry><para>003</para></entry>
26405
26406                 <entry><para>CONTROL NUMBER IDENTIFIER</para></entry>
26407
26408                 <entry><para>Your MARC Organizational Code</para></entry>
26409
26410                 <entry><para>Click in this field to fill it in (will auto fill
26411                 if you have your <link
26412                 linkend="MARCOrgCode">MARCOrgCode</link> preference
26413                 set).</para></entry>
26414               </row>
26415
26416               <row>
26417                 <entry><para>005</para></entry>
26418
26419                 <entry><para>D &amp; T LATEST TRANSACTION</para></entry>
26420
26421                 <entry><para>Current date and time.</para></entry>
26422
26423                 <entry><para>Click in this field to fill it in.</para></entry>
26424               </row>
26425
26426               <row>
26427                 <entry><para>008</para></entry>
26428
26429                 <entry><para>FIXED-LENGTH DATA ELEMENTS</para></entry>
26430
26431                 <entry><para>Field containing computer-readable
26432                 representations of a number of things.</para></entry>
26433
26434                 <entry><para>Generally you will only use 's' (single) or 'm'
26435                 (multiple) options for position 06- use the former when the
26436                 item was published in a single year, the latter when it was
26437                 published over the course of several. If there is a single
26438                 date, only enter a date in the first date field (positions
26439                 07-10). Enter the three-digit country code in positions 15-17,
26440                 being sure to add spaces if the country code is fewer than
26441                 three characters long. If there is an index, note that fact in
26442                 position 31. Enter the three-letter language code in positions
26443                 35-37.</para></entry>
26444               </row>
26445
26446               <row>
26447                 <entry><para>010</para></entry>
26448
26449                 <entry><para>LCCN</para></entry>
26450
26451                 <entry><para>A number assigned by the Library of Congress to
26452                 uniquely identify the work.</para></entry>
26453
26454                 <entry><para>Check on the copyright page of the book (if it
26455                 was published in the US) or the LC catalog for this number. If
26456                 you can't find it, don't worry about it.</para></entry>
26457               </row>
26458
26459               <row>
26460                 <entry><para>020</para></entry>
26461
26462                 <entry><para>ISBN</para></entry>
26463
26464                 <entry><para>Unique number used by publishers to identify
26465                 books.</para></entry>
26466
26467                 <entry><para>If this number isn't listed on the book, there
26468                 probably isn't one.</para></entry>
26469               </row>
26470
26471               <row>
26472                 <entry><para>022</para></entry>
26473
26474                 <entry><para>ISSN</para></entry>
26475
26476                 <entry><para>Unique number used by publishers to identify
26477                 serials.</para></entry>
26478
26479                 <entry><para>If this number isn't listed on the book, there
26480                 probably isn't one.</para></entry>
26481               </row>
26482
26483               <row>
26484                 <entry><para>033</para></entry>
26485
26486                 <entry><para>DATE/TIME OF EVENT</para></entry>
26487
26488                 <entry><para>Used for auction dates. Required for auction
26489                 catalogs.</para></entry>
26490
26491                 <entry><para>For auctions that took place on only one day,
26492                 enter the date of the auction in the format YYYYMMDD in the
26493                 subfield 'a' and a '0' in the first indicator. For auctions
26494                 that took place over two consecutive days or any number of
26495                 non-consecutive days, create a subfield 'a' for each day with
26496                 the date in the format YYYYMMDD, and put a '1' in the first
26497                 indicator. For auctions that took place over more than two
26498                 consecutive days, create a subfield 'a' (in format YYYYMMDD)
26499                 for the first day and a subfield 'a' (also in format YYYYMMDD)
26500                 for the last day, and put a '2' in the first
26501                 indicator.</para></entry>
26502               </row>
26503
26504               <row>
26505                 <entry><para>040</para></entry>
26506
26507                 <entry><para>CATALOGING SOURCE</para></entry>
26508
26509                 <entry><para>Identifies which libraries created and modified
26510                 the record.</para></entry>
26511
26512                 <entry><para>For imported records, add a subfield 'd' with
26513                 your OCLC code as the value. For new records, make sure that
26514                 the subfield 'c' with your OCLC code as the
26515                 value.</para></entry>
26516               </row>
26517
26518               <row>
26519                 <entry><para>041</para></entry>
26520
26521                 <entry><para>LANGUAGE CODE</para></entry>
26522
26523                 <entry><para>Identifies all the languages used in an item,
26524                 when two or more languages are present.</para></entry>
26525
26526                 <entry><para>For significant portions of a text in a given
26527                 language, there should be a subfield 'a' with that language
26528                 code. If there are only summaries or abstracts in a specific
26529                 language, create a subfield 'b' with that language
26530                 code.</para></entry>
26531               </row>
26532
26533               <row>
26534                 <entry><para>100</para></entry>
26535
26536                 <entry><para>MAIN ENTRY--PERSONAL</para></entry>
26537
26538                 <entry><para>Authorized form of the main author's
26539                 name</para></entry>
26540
26541                 <entry><para>See Authorized headings sheet and AACR2. The
26542                 first indicator should generally be a '1', to indicate that
26543                 the entry is surname first. If the name consists only of a
26544                 forename, however, the first indicator should be
26545                 '0'.</para></entry>
26546               </row>
26547
26548               <row>
26549                 <entry><para>110</para></entry>
26550
26551                 <entry><para>MAIN ENTRY--CORPORATE</para></entry>
26552
26553                 <entry><para>Authorized form of the name of the main corporate
26554                 author. Required for auction catalogs.</para></entry>
26555
26556                 <entry><para>Auction catalogs should use a 110 field rather
26557                 than a 100 field. See Authorized headings sheet and AACR2. Set
26558                 the first indicator to '2'.</para></entry>
26559               </row>
26560
26561               <row>
26562                 <entry><para>111</para></entry>
26563
26564                 <entry><para>MAIN ENTRY--MEETING</para></entry>
26565
26566                 <entry><para>Authorized form of the name of a meeting which
26567                 acted as a main offer (e.g. conference
26568                 proceedings)</para></entry>
26569
26570                 <entry><para>See Authorized headings sheet and AACR2. Set the
26571                 first indicator to '2'.</para></entry>
26572               </row>
26573
26574               <row>
26575                 <entry><para>245</para></entry>
26576
26577                 <entry><para>TITLE STATEMENT</para></entry>
26578
26579                 <entry><para>Transcription of the title statement from the
26580                 title page (or chief source of information)</para></entry>
26581
26582                 <entry><para>Enter the title in subfield 'a', the subtitle in
26583                 subfield 'b', and the statement of responsibility in subfield
26584                 'c'. If you are creating a record for a single volume or part
26585                 of a multi-part item, you should put the part number in
26586                 subfield 'n' and the part title in subfield 'p.' For auction
26587                 catalogs, the date (in 'MM/DD/YYYY' format) should be listed
26588                 in square brackets in subfield 'f'. See ISBD punctuation
26589                 sheet. Set the first indicator to '0' if there is no author,
26590                 otherwise set it to '1'. Set the second indicator to the
26591                 number of non-filing characters (i.e. characters in an initial
26592                 articles plus the space... for "The " set the second indicator
26593                 to '4').</para></entry>
26594               </row>
26595
26596               <row>
26597                 <entry><para>246</para></entry>
26598
26599                 <entry><para>VARYING FORM OF TITLE</para></entry>
26600
26601                 <entry><para>Alternate form of title for searching and filing
26602                 purposes</para></entry>
26603
26604                 <entry><para>If the patron might look for the work under a
26605                 different title, enter it here. Do not include initial
26606                 articles. The first indicator should be '3', unless the title
26607                 is merely a variant spelling, in which case the first
26608                 indicator should be '1'.</para></entry>
26609               </row>
26610
26611               <row>
26612                 <entry><para>250</para></entry>
26613
26614                 <entry><para>EDITION STATEMENT</para></entry>
26615
26616                 <entry><para>Transcription of the edition statement from the
26617                 title page (or chief source of information)</para></entry>
26618
26619                 <entry><para>Transcribe the edition statement exactly as it
26620                 appears on the title-page. You may abbreviate if the edition
26621                 statement is very long.</para></entry>
26622               </row>
26623
26624               <row>
26625                 <entry><para>260</para></entry>
26626
26627                 <entry><para>PUBLICATION (IMPRINT)</para></entry>
26628
26629                 <entry><para>Publication information.</para></entry>
26630
26631                 <entry><para>Put the location of publication in subfield 'a',
26632                 the publisher in subfield 'b', and the year (or probable year)
26633                 in subfield 'c'. See ISBD punctuation sheet.</para></entry>
26634               </row>
26635
26636               <row>
26637                 <entry><para>300</para></entry>
26638
26639                 <entry><para>PHYSICAL DESCRIPTION</para></entry>
26640
26641                 <entry><para>Physical description</para></entry>
26642
26643                 <entry><para>Enter the pagination statement in subfield 'a', a
26644                 brief description of "special" contents such as illustrations
26645                 or maps in subfield 'b' (see AACR2), and the size of the item
26646                 in subfield 'c'. See ISBD punctuation sheet.</para></entry>
26647               </row>
26648
26649               <row>
26650                 <entry><para>490</para></entry>
26651
26652                 <entry><para>SERIES STATEMENT</para></entry>
26653
26654                 <entry><para>Shows the series statement exactly as it appears
26655                 on the item.</para></entry>
26656
26657                 <entry><para>Transcribe the series statement into subfield 'a'
26658                 with the volume number in subfield 'v'. See ISBD punctuation
26659                 sheet. Set the first indicator to '1' if you are using an 830.
26660                 As a general rule, you should do so.</para></entry>
26661               </row>
26662
26663               <row>
26664                 <entry><para>500</para></entry>
26665
26666                 <entry><para>GENERAL NOTE</para></entry>
26667
26668                 <entry><para>Notes that don't fit anywhere
26669                 else.</para></entry>
26670
26671                 <entry><para>Enter notes as full sentences, with a separate
26672                 500 field for each distinct topic.</para></entry>
26673               </row>
26674
26675               <row>
26676                 <entry><para>501</para></entry>
26677
26678                 <entry><para>WITH NOTE</para></entry>
26679
26680                 <entry><para>Notes whether the work is bound with the works
26681                 described by other records.</para></entry>
26682
26683                 <entry><para>Put description of relationship in subfield
26684                 'a'.</para></entry>
26685               </row>
26686
26687               <row>
26688                 <entry><para>504</para></entry>
26689
26690                 <entry><para>BIBLIOGRAPHY, ETC. NOTE</para></entry>
26691
26692                 <entry><para>Indicates whether the work includes a
26693                 bibliography.</para></entry>
26694
26695                 <entry><para>If the work includes a bibliography and index,
26696                 put the text "Includes bibliographical references (p. XXX-XXX)
26697                 and index." in subfield 'a'. If the work does not include an
26698                 index, remove that part of the sentence. If the references are
26699                 scattered throughout the work and not gathered into a distinct
26700                 sentence, remove the parenthetical statement.</para></entry>
26701               </row>
26702
26703               <row>
26704                 <entry><para>505</para></entry>
26705
26706                 <entry><para>FORMATTED CONTENTS</para></entry>
26707
26708                 <entry><para>List of contents in a standard format.
26709                 Unformatted contents can be listed in a 500 (General Note)
26710                 field.</para></entry>
26711
26712                 <entry><para>See ISBD punctuation sheet. Set the first
26713                 indicator to '0'. If you are separately coding authors and
26714                 titles, set the second indicator to '0'. Otherwise, leave the
26715                 second indicator blank.</para></entry>
26716               </row>
26717
26718               <row>
26719                 <entry><para>518</para></entry>
26720
26721                 <entry><para>DATE/TIME OF EVENT NOTE</para></entry>
26722
26723                 <entry><para>Used for auction dates.</para></entry>
26724
26725                 <entry><para>For auction catalogs, enter the date of the
26726                 auction in the format 'January 2, 1984' in the subfield
26727                 'a'</para></entry>
26728               </row>
26729
26730               <row>
26731                 <entry><para>520</para></entry>
26732
26733                 <entry><para>SUMMARY, ETC.</para></entry>
26734
26735                 <entry><para>A brief summary or abstract of the book or
26736                 article.</para></entry>
26737
26738                 <entry><para>In general you do not need to write a summary. A
26739                 summary might be called for, however, with items that cannot
26740                 be easily reviewed by a patron, such as books with highly
26741                 acidic paper or CD-ROMs.</para></entry>
26742               </row>
26743
26744               <row>
26745                 <entry><para>546</para></entry>
26746
26747                 <entry><para>LANGUAGE NOTE</para></entry>
26748
26749                 <entry><para>Note describing the languages used in the
26750                 work</para></entry>
26751
26752                 <entry><para>Only needed for works in multiple languages. See
26753                 ISBD punctuation sheet.</para></entry>
26754               </row>
26755
26756               <row>
26757                 <entry><para>561</para></entry>
26758
26759                 <entry><para>PROVENANCE INFORMATION</para></entry>
26760
26761                 <entry><para>Describes the previous ownership of the
26762                 item.</para></entry>
26763
26764                 <entry><para>Used only for rare books.</para></entry>
26765               </row>
26766
26767               <row>
26768                 <entry><para>563</para></entry>
26769
26770                 <entry><para>BINDING INFORMATION</para></entry>
26771
26772                 <entry><para>Describes the binding of the item.</para></entry>
26773
26774                 <entry><para>Used only for rare books.</para></entry>
26775               </row>
26776
26777               <row>
26778                 <entry><para>590</para></entry>
26779
26780                 <entry><para>LOCAL NOTE</para></entry>
26781
26782                 <entry><para>Local notes. Required for auction
26783                 catalogs.</para></entry>
26784
26785                 <entry><para>Used for auction catalogs to indicate what types
26786                 of coins are sold in the auction- Roman, Greek,
26787                 etc.</para></entry>
26788               </row>
26789
26790               <row>
26791                 <entry><para>600</para></entry>
26792
26793                 <entry><para>SUBJECT ADDED--PERSONAL</para></entry>
26794
26795                 <entry><para>Authorized form of personal names for people
26796                 discussed in the work</para></entry>
26797
26798                 <entry><para>See Authorized headings sheet and AACR2. The
26799                 first indicator should generally be a '1', to indicate that
26800                 the entry is surname first. If the name consists only of a
26801                 forename, however, the first indicator should be '0'. If you
26802                 found the name in the LC authority file, set the second
26803                 indicator to '0'. Otherwise set the second indicator to
26804                 '4'.</para></entry>
26805               </row>
26806
26807               <row>
26808                 <entry><para>610</para></entry>
26809
26810                 <entry><para>SUBJECT ADDED--CORPORATE</para></entry>
26811
26812                 <entry><para>Authorized form of corporate names for
26813                 organizations discussed in the work</para></entry>
26814
26815                 <entry><para>See Authorized headings sheet and AACR2. Set the
26816                 first indicator to '2'. If you found the name in the LC
26817                 authority file, set the second indicator to '0'. Otherwise set
26818                 the second indicator to '4'.</para></entry>
26819               </row>
26820
26821               <row>
26822                 <entry><para>611</para></entry>
26823
26824                 <entry><para>SUBJECT ADDED--MEETING</para></entry>
26825
26826                 <entry><para>Authorized form of meeting names for meetings
26827                 discussed in the work</para></entry>
26828
26829                 <entry><para>See Authorized headings sheet and AACR2. Set the
26830                 first indicator to '2'. If you found the name in the LC
26831                 authority file, set the second indicator to '0'. Otherwise set
26832                 the second indicator to '4'.</para></entry>
26833               </row>
26834
26835               <row>
26836                 <entry><para>630</para></entry>
26837
26838                 <entry><para>SUBJECT ADDED--UNIFORM TITLE</para></entry>
26839
26840                 <entry><para>Authorized form of titles for other works
26841                 discussed in the work</para></entry>
26842
26843                 <entry><para>See Authorized headings sheet and AACR2. Set the
26844                 first indicator to the number of non-filing characters (i.e.
26845                 characters in an initial articles plus the space... for "The "
26846                 set the first indicator to '4'). If you found the name in the
26847                 LC authority file, set the second indicator to '0'. Otherwise
26848                 set the second indicator to '4'.</para></entry>
26849               </row>
26850
26851               <row>
26852                 <entry><para>650</para></entry>
26853
26854                 <entry><para>SUBJECT ADDED--TOPICAL</para></entry>
26855
26856                 <entry><para>Library of Congress Subject Heading terms
26857                 describing the subject of the work</para></entry>
26858
26859                 <entry><para>See Authorized headings sheet and AACR2. If you
26860                 found the name in the LC authority file, set the second
26861                 indicator to '0'. Otherwise set the second indicator to
26862                 '4'.</para></entry>
26863               </row>
26864
26865               <row>
26866                 <entry><para>651</para></entry>
26867
26868                 <entry><para>SUBJECT ADDED--GEOGRAPHICAL</para></entry>
26869
26870                 <entry><para>Library of Congress Subject Heading geographical
26871                 terms describing the subject of the work</para></entry>
26872
26873                 <entry><para>See Authorized headings sheet and AACR2. If you
26874                 found the name in the LC authority file, set the second
26875                 indicator to '0'. Otherwise set the second indicator to
26876                 '4'.</para></entry>
26877               </row>
26878
26879               <row>
26880                 <entry><para>655</para></entry>
26881
26882                 <entry><para>INDEX TERM--GENRE/FORM</para></entry>
26883
26884                 <entry><para>Describes what an item is as opposed to what the
26885                 item is about.</para></entry>
26886
26887                 <entry><para>Generally used only for auction catalogs, which
26888                 should have the genre heading "Auction catalogs." (make sure
26889                 to find the authorized heading!) If you found the name in the
26890                 LC authority file, set the second indicator to '0'. If you are
26891                 using a term from a specific thesaurus, set the second
26892                 indicator to '7' and put the code for the thesaurus in
26893                 subfield '2'. Otherwise set the second indicator to
26894                 '4'.</para></entry>
26895               </row>
26896
26897               <row>
26898                 <entry><para>690</para></entry>
26899
26900                 <entry><para>LOCAL SUBJECT ADDED--TOPICAL</para></entry>
26901
26902                 <entry><para>Used for headings from any custom subject
26903                 authority file.</para></entry>
26904
26905                 <entry><para>If there is no appropriate LCSH term, you can use
26906                 a 690 with subject headings you find on other items in the
26907                 catalog.</para></entry>
26908               </row>
26909
26910               <row>
26911                 <entry><para>691</para></entry>
26912
26913                 <entry><para>LOCAL SUBJECT ADDED--GEOGRAPHICAL</para></entry>
26914
26915                 <entry><para>Used for headings from any custom subject
26916                 authority file.</para></entry>
26917
26918                 <entry><para>If there is no appropriate LCSH term, you can use
26919                 a 691 with subject headings you find on other items in the
26920                 catalog.</para></entry>
26921               </row>
26922
26923               <row>
26924                 <entry><para>700</para></entry>
26925
26926                 <entry><para>ADDED ENTRY--PERSONAL</para></entry>
26927
26928                 <entry><para>Used for second authors and other persons related
26929                 to the production of the work.</para></entry>
26930
26931                 <entry><para>See Authorized headings sheet and AACR2. The
26932                 first indicator should generally be a '1', to indicate that
26933                 the entry is surname first. If the name consists only of a
26934                 forename, however, the first indicator should be
26935                 '0'.</para></entry>
26936               </row>
26937
26938               <row>
26939                 <entry><para>710</para></entry>
26940
26941                 <entry><para>ADDED ENTRY--CORPORATE</para></entry>
26942
26943                 <entry><para>Used for corporate bodies related to the
26944                 production of the work (e.g. publishers).</para></entry>
26945
26946                 <entry><para>See Authorized headings sheet and AACR2. Set the
26947                 first indicator to '2'.</para></entry>
26948               </row>
26949
26950               <row>
26951                 <entry><para>711</para></entry>
26952
26953                 <entry><para>ADDED ENTRY--MEETING</para></entry>
26954
26955                 <entry><para>Used for meetings related to the production of
26956                 the work (e.g. symposia that contributed to the
26957                 work).</para></entry>
26958
26959                 <entry><para>See Authorized headings sheet and AACR2. Set the
26960                 first indicator to '2'.</para></entry>
26961               </row>
26962
26963               <row>
26964                 <entry><para>730</para></entry>
26965
26966                 <entry><para>ADDED ENTRY--UNIFORM TITLE</para></entry>
26967
26968                 <entry><para>Used for uniform titles related to the production
26969                 of the work (e.g. a work that inspired the present
26970                 work)</para></entry>
26971
26972                 <entry><para>See Authorized headings sheet and AACR2. Set the
26973                 first indicator to the number of non-filing characters (i.e.
26974                 characters in an initial articles plus the space... for "The "
26975                 set the first indicator to '4').</para></entry>
26976               </row>
26977
26978               <row>
26979                 <entry><para>773</para></entry>
26980
26981                 <entry><para>HOST ITEM ENTRY</para></entry>
26982
26983                 <entry><para>Describes the larger bibliographic unit that
26984                 contains the work (e.g. book or journal containing the article
26985                 being described in the current record)</para></entry>
26986
26987                 <entry><para>If the host publication is author main entry,
26988                 enter the authorized form of the author's name in subfield
26989                 'a'. Put the title in subfield 't'. If the host publication is
26990                 an independent work, put publication information in subfield
26991                 'd'. When available, ISSN and ISBN should always be used in,
26992                 in subfields 'x' and 'z' respectively. Relationship
26993                 information (e.g. volume number, page number, etc.) goes in
26994                 subfield 'g'. Subfield 'q' contains an encoded representation
26995                 of the location of the item: volume, issue, and section
26996                 numbers are separated by colons, and the first page is entered
26997                 following a '&lt;' at the end of the subfield. See ISBD
26998                 punctuation sheet. Set the first indicator to '0'. If you want
26999                 the label "In:" to be generated, leave the second indicator
27000                 blank. If you want something else displayed before the 773
27001                 text, set the second indicator to '8' and add a subfield 'i'
27002                 with the label you want at the beginning of the field (e.g.
27003                 "$iOffprint from:").</para></entry>
27004               </row>
27005
27006               <row>
27007                 <entry><para>830</para></entry>
27008
27009                 <entry><para>SERIES ENTRY--UNIFORM TITLE</para></entry>
27010
27011                 <entry><para>Authorized form of the series name transcribed in
27012                 the 490 field. Often this will just be the same as the
27013                 490.</para></entry>
27014
27015                 <entry><para>See Authorized headings sheet and AACR2. Set the
27016                 second indicator to the number of non-filing characters (i.e.
27017                 characters in an initial articles plus the space... for "The "
27018                 set the second indicator to '4').</para></entry>
27019               </row>
27020
27021               <row>
27022                 <entry><para>852</para></entry>
27023
27024                 <entry><para>LOCATION/CALL NUMBER</para></entry>
27025
27026                 <entry><para>Provides the section name for pre-barcode books,
27027                 pamphlets, and some articles and serials.</para></entry>
27028
27029                 <entry><para>Do not put anything in this field if you are
27030                 cataloging a volume which gets only one record and a barcode.
27031                 If the item does not get a barcode, or you are currently
27032                 creating a record for an article in a volume, put the section
27033                 in subfield 'a' (see ANS cataloging documentation), and the
27034                 call number in subfield 'i'. Set the first indicator to
27035                 '8'.</para></entry>
27036               </row>
27037
27038               <row>
27039                 <entry><para>856</para></entry>
27040
27041                 <entry><para>ELECTRONIC ACCESS</para></entry>
27042
27043                 <entry><para>Links to material available
27044                 online.</para></entry>
27045
27046                 <entry><para>Put the URL of any electronic copies or
27047                 summaries, etc. in subfield 'u' and a link title in subfield
27048                 'y'. Set the first indicator to '4'.</para></entry>
27049               </row>
27050
27051               <row>
27052                 <entry><para>942</para></entry>
27053
27054                 <entry><para>ADDED ENTRY ELEMENTS (KOHA)</para></entry>
27055
27056                 <entry><para>Used for Koha-specific data.</para></entry>
27057
27058                 <entry><para>Set the subfield 'c' to the appropriate item
27059                 type.</para></entry>
27060               </row>
27061             </tbody>
27062           </tgroup>
27063         </table>
27064       </section>
27065
27066       <section id="itemcatguide">
27067         <title>Item/Holdings Record Cataloging Guide</title>
27068
27069         <para>This table represents the default embedded holdings data in Koha
27070         3.4. This information can be used for migration or importing data
27071         purposes</para>
27072
27073         <table cellpadding="4" cellspacing="4" frame="all">
27074           <title>Koha Embedded Holdings Data</title>
27075
27076           <tgroup align="left" cols="4" colsep="1" rowsep="1">
27077             <colspec colname="tag" colnum="1"/>
27078
27079             <colspec colname="data" colnum="2"/>
27080
27081             <colspec colname="desc" colnum="3"/>
27082
27083             <colspec colname="note" colnum="4"/>
27084
27085             <thead>
27086               <row>
27087                 <entry><para>MARC21 Tag/subfield</para></entry>
27088
27089                 <entry><para>Data Element</para></entry>
27090
27091                 <entry><para>Description</para></entry>
27092
27093                 <entry><para>Notes</para></entry>
27094               </row>
27095             </thead>
27096
27097             <tbody>
27098               <row>
27099                 <entry><para>952$0</para></entry>
27100
27101                 <entry><para>Withdrawn status</para></entry>
27102
27103                 <entry><para>Default values: </para><itemizedlist>
27104                     <listitem>
27105                       <para>0 = Not withdrawn</para>
27106                     </listitem>
27107
27108                     <listitem>
27109                       <para>1 = Withdrawn</para>
27110                     </listitem>
27111                   </itemizedlist></entry>
27112
27113                 <entry><para>Coded value, matching <link
27114                 linkend="authorizedvalues">Authorized Value</link> category
27115                 ('WITHDRAWN' in default installation)</para></entry>
27116               </row>
27117
27118               <row>
27119                 <entry><para>952$1</para></entry>
27120
27121                 <entry><para>Lost status</para></entry>
27122
27123                 <entry><para>Default values:</para><itemizedlist>
27124                     <listitem>
27125                       <para>0 = Available</para>
27126                     </listitem>
27127
27128                     <listitem>
27129                       <para>1 = Lost</para>
27130                     </listitem>
27131
27132                     <listitem>
27133                       <para>2 = Long Overdue (Lost)</para>
27134                     </listitem>
27135
27136                     <listitem>
27137                       <para>3 = Lost and Paid For</para>
27138                     </listitem>
27139
27140                     <listitem>
27141                       <para>4 = Missing in Inventory</para>
27142                     </listitem>
27143
27144                     <listitem>
27145                       <para>5 = Missing in Hold Queue</para>
27146                     </listitem>
27147                   </itemizedlist></entry>
27148
27149                 <entry><para>It's possible to configure OPAC so that lost
27150                 items don't display with the <link
27151                 linkend="hidelostitems">hidelostitems</link> system
27152                 preference. </para><para>Coded value, matching <link
27153                 linkend="authorizedvalues">Authorized Value</link> category
27154                 ('LOST' in default installation)</para></entry>
27155               </row>
27156
27157               <row>
27158                 <entry><para>952$2</para></entry>
27159
27160                 <entry><para>Classification</para></entry>
27161
27162                 <entry><para>Classification scheme that defines filing rules
27163                 used for sorting call numbers.</para></entry>
27164
27165                 <entry><para>A choice of <link
27166                 linkend="classificationsources">classification sources</link>
27167                 as they are defined in administration. If no classification
27168                 scheme is entered, the system will use the value entered in
27169                 the <link
27170                 linkend="DefaultClassificationSource">DefaultClassificationSource</link>
27171                 preference.</para></entry>
27172               </row>
27173
27174               <row>
27175                 <entry><para>952$3</para></entry>
27176
27177                 <entry><para>Materials specified</para></entry>
27178
27179                 <entry><para>Specific issues of serials or multi-part
27180                 items.</para></entry>
27181
27182                 <entry><para>Displayed when items are checked out and in to
27183                 tell the staff how many pieces the item has. Copy/volume data
27184                 is stored in 952$h and $t for display in Normal
27185                 views.</para></entry>
27186               </row>
27187
27188               <row>
27189                 <entry><para>952$4</para></entry>
27190
27191                 <entry><para>Damaged status</para></entry>
27192
27193                 <entry><para>Default values: </para><itemizedlist>
27194                     <listitem>
27195                       <para>0 = Not damaged</para>
27196                     </listitem>
27197
27198                     <listitem>
27199                       <para>1 = Damaged</para>
27200                     </listitem>
27201                   </itemizedlist></entry>
27202
27203                 <entry><para>Coded value, matching <link
27204                 linkend="authorizedvalues">Authorized Value</link> category
27205                 ('DAMAGE' in default installation)</para></entry>
27206               </row>
27207
27208               <row>
27209                 <entry><para>952$5</para></entry>
27210
27211                 <entry><para>Use restrictions</para></entry>
27212
27213                 <entry><para>Default values:</para><itemizedlist>
27214                     <listitem>
27215                       <para>0 = No use restrictions</para>
27216                     </listitem>
27217
27218                     <listitem>
27219                       <para>1 = Restricted Access</para>
27220                     </listitem>
27221                   </itemizedlist></entry>
27222
27223                 <entry><para>Coded value, matching <link
27224                 linkend="authorizedvalues">Authorized Value</link> category
27225                 ('RESTRICT' in default installation). This value has no effect
27226                 on circulation.</para></entry>
27227               </row>
27228
27229               <row>
27230                 <entry><para>952$7</para></entry>
27231
27232                 <entry><para>Not for loan</para></entry>
27233
27234                 <entry><para>Default values:</para><itemizedlist>
27235                     <listitem>
27236                       <para>-1 = Ordered</para>
27237                     </listitem>
27238
27239                     <listitem>
27240                       <para>0 = Available for loans</para>
27241                     </listitem>
27242
27243                     <listitem>
27244                       <para>1 = Not for Loan</para>
27245                     </listitem>
27246
27247                     <listitem>
27248                       <para>2 = Staff Collection</para>
27249                     </listitem>
27250                   </itemizedlist></entry>
27251
27252                 <entry><para>Coded value, matching <link
27253                 linkend="authorizedvalues">Authorized Value</link> category
27254                 ('NOT_LOAN' in default installation). Negative number values
27255                 can still be placed on hold.</para></entry>
27256               </row>
27257
27258               <row>
27259                 <entry><para>952$8</para></entry>
27260
27261                 <entry><para>Collection code</para></entry>
27262
27263                 <entry><para>Coded value</para></entry>
27264
27265                 <entry><para>Coded value, matching <link
27266                 linkend="authorizedvalues">Authorized Value</link> category
27267                 ('CCODE' in default installation)</para></entry>
27268               </row>
27269
27270               <row>
27271                 <entry><para>952$9</para></entry>
27272
27273                 <entry><para>Item number</para></entry>
27274
27275                 <entry><para>System-generated item number.</para></entry>
27276
27277                 <entry><para>Does not display in the item
27278                 record.</para></entry>
27279               </row>
27280
27281               <row>
27282                 <entry><para>952$a</para></entry>
27283
27284                 <entry><para>Owning Library **</para></entry>
27285
27286                 <entry><para>Branch code</para></entry>
27287
27288                 <entry><para><emphasis role="bold">Required</emphasis>. Code
27289                 must be defined in <link linkend="libsgroups">Libraries,
27290                 Branches and Groups</link></para></entry>
27291               </row>
27292
27293               <row>
27294                 <entry><para>952$b</para></entry>
27295
27296                 <entry><para>Holding library ** (usually the same as 952$a
27297                 )</para></entry>
27298
27299                 <entry><para>Branch code</para></entry>
27300
27301                 <entry><para><emphasis role="bold">Required</emphasis>. Code
27302                 must be defined in <link linkend="libsgroups">Libraries,
27303                 Branches and Groups</link></para></entry>
27304               </row>
27305
27306               <row>
27307                 <entry><para>952$c</para></entry>
27308
27309                 <entry><para>Shelving location code</para></entry>
27310
27311                 <entry><para/></entry>
27312
27313                 <entry><para>Coded value, matching <link
27314                 linkend="authorizedvalues">Authorized Value</link> category
27315                 ('LOC' in default installation)</para></entry>
27316               </row>
27317
27318               <row>
27319                 <entry><para>952$d</para></entry>
27320
27321                 <entry><para>Date acquired</para></entry>
27322
27323                 <entry><para>YYYY-MM-DD</para></entry>
27324
27325                 <entry><para>Date formats in the 952 subfields are required to
27326                 be in the system internal format for data loading and
27327                 subsequent item editing: YYYY-MM-DD</para></entry>
27328               </row>
27329
27330               <row>
27331                 <entry><para>952$e</para></entry>
27332
27333                 <entry><para>Source of acquisition</para></entry>
27334
27335                 <entry><para>Coded value or vendor string</para></entry>
27336
27337                 <entry><para>Filled in automatically with the Koha assigned
27338                 vendor id by Acquisitions when an item is
27339                 received.</para></entry>
27340               </row>
27341
27342               <row>
27343                 <entry><para>952$g</para></entry>
27344
27345                 <entry><para>Purchase price</para></entry>
27346
27347                 <entry><para>Decimal number, no currency symbol (ex.
27348                 10.00)</para></entry>
27349
27350                 <entry><para>Filled in automatically by Acquisitions when an
27351                 item is received.</para></entry>
27352               </row>
27353
27354               <row>
27355                 <entry><para>952$h</para></entry>
27356
27357                 <entry><para>Serial enumeration</para></entry>
27358
27359                 <entry><para/></entry>
27360
27361                 <entry><para>Filled in automatically by Serials if the issue
27362                 is received there.</para></entry>
27363               </row>
27364
27365               <row>
27366                 <entry><para>952$o</para></entry>
27367
27368                 <entry><para>Koha full call number</para></entry>
27369
27370                 <entry><para/></entry>
27371
27372                 <entry><para>Can be filled in automatically based on the <link
27373                 linkend="itemcallnumber">itemcallnumber</link> system
27374                 preference.</para></entry>
27375               </row>
27376
27377               <row>
27378                 <entry><para>952$p</para></entry>
27379
27380                 <entry><para>Barcode *</para></entry>
27381
27382                 <entry><para>Max 20 characters</para></entry>
27383
27384                 <entry><para/></entry>
27385               </row>
27386
27387               <row>
27388                 <entry><para>952$t</para></entry>
27389
27390                 <entry><para>Copy number</para></entry>
27391
27392                 <entry><para>Max 32 characters</para></entry>
27393
27394                 <entry><para/></entry>
27395               </row>
27396
27397               <row>
27398                 <entry><para>952$v</para></entry>
27399
27400                 <entry><para>Replacement price</para></entry>
27401
27402                 <entry><para>Decimal number, no currency symbol (ex.
27403                 10.00)</para></entry>
27404
27405                 <entry><para>Filled in automatically by Acquisitions when an
27406                 item is received.</para></entry>
27407               </row>
27408
27409               <row>
27410                 <entry><para>952$w</para></entry>
27411
27412                 <entry><para>Price effective from</para></entry>
27413
27414                 <entry><para>YYYY-MM-DD</para></entry>
27415
27416                 <entry>Date formats in the 952 subfields are required to be in
27417                 the system internal format for data loading and subsequent
27418                 item editing: YYYY-MM-DD. Filled in automatically by
27419                 Acquisitions when an item is received.</entry>
27420               </row>
27421
27422               <row>
27423                 <entry><para>952$y</para></entry>
27424
27425                 <entry><para>Koha item type **</para></entry>
27426
27427                 <entry><para>Coded value, required field for
27428                 circulation</para></entry>
27429
27430                 <entry><para><emphasis role="bold">Required</emphasis>. Coded
27431                 value, must be defined in <link linkend="itemtypeadmin">Item
27432                 types</link></para></entry>
27433               </row>
27434
27435               <row>
27436                 <entry><para>952$z</para></entry>
27437
27438                 <entry><para>Public note</para></entry>
27439
27440                 <entry><para/></entry>
27441
27442                 <entry><para/></entry>
27443               </row>
27444             </tbody>
27445           </tgroup>
27446         </table>
27447
27448         <para>* - required for circulation</para>
27449
27450         <para>** - required by Koha</para>
27451       </section>
27452
27453       <section id="onorderitemholds">
27454         <sectioninfo>
27455           <corpauthor>VOKAL</corpauthor>
27456
27457           <editor>
27458             <firstname>Nicole C.</firstname>
27459
27460             <surname>Engard</surname>
27461           </editor>
27462
27463           <pubdate>2010</pubdate>
27464
27465           <bibliosource><ulink
27466           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>
27467         </sectioninfo>
27468
27469         <title>Handling On Order Items and Holds</title>
27470
27471         <para>If you tend to import your MARC records when you have ordered
27472         the book (as opposed to when you receive the books), and allow patrons
27473         to place holds on those books, you may need to add item records to the
27474         *.mrc file before importing.</para>
27475
27476         <para>The easiest way to import your latest order is to first run your
27477         records through <ulink
27478         url="http://people.oregonstate.edu/~reeset/marcedit/html/index.php">MARCEdit</ulink>.
27479         Download your MARC records, saving them to your desktop or some other
27480         location you use/will remember. If you have MARCEdit already installed
27481         you should simply have to double click on your MARC records, and they
27482         will automatically open in MARCEdit.<important>
27483             <para>This tutorial was written with MARCEdit version
27484             5.2.3769.41641 on Windows XP, instructions may be different if
27485             your version or operating system is different.</para>
27486           </important></para>
27487
27488         <itemizedlist>
27489           <listitem>
27490             <para>Your original file will automatically be in the input;
27491             ensure MarcBreaker is chosen, and then click "Execute"</para>
27492
27493             <screenshot>
27494               <screeninfo>MarcBreaker</screeninfo>
27495
27496               <mediaobject>
27497                 <imageobject>
27498                   <imagedata fileref="images/appendix-onorder/marcbreaker.png"/>
27499                 </imageobject>
27500               </mediaobject>
27501             </screenshot>
27502           </listitem>
27503
27504           <listitem>
27505             <para>You will be presented with a summary of the records
27506             processed at the bottom of the screen</para>
27507
27508             <screenshot>
27509               <screeninfo>MarcBreaker Summary</screeninfo>
27510
27511               <mediaobject>
27512                 <imageobject>
27513                   <imagedata fileref="images/appendix-onorder/marcbreaker-summary.png"/>
27514                 </imageobject>
27515               </mediaobject>
27516             </screenshot>
27517           </listitem>
27518
27519           <listitem>
27520             <para>Click 'Edit Records' to continue on to adding item
27521             records</para>
27522           </listitem>
27523
27524           <listitem>
27525             <para>Your screen will be replaced with a larger screen containing
27526             the MARC records</para>
27527
27528             <screenshot>
27529               <screeninfo>MARC file for editing</screeninfo>
27530
27531               <mediaobject>
27532                 <imageobject>
27533                   <imagedata fileref="images/appendix-onorder/editrecords.png"/>
27534                 </imageobject>
27535               </mediaobject>
27536             </screenshot>
27537           </listitem>
27538
27539           <listitem>
27540             <para>Click on Tools &gt; Add/Edit Field</para>
27541
27542             <screenshot>
27543               <screeninfo>Add/Delete Field</screeninfo>
27544
27545               <mediaobject>
27546                 <imageobject>
27547                   <imagedata fileref="images/appendix-onorder/addfield.png"/>
27548                 </imageobject>
27549               </mediaobject>
27550             </screenshot>
27551           </listitem>
27552
27553           <listitem>
27554             <para>Enter in the Koha specific item info</para>
27555
27556             <screenshot>
27557               <screeninfo>Add 942 Field</screeninfo>
27558
27559               <mediaobject>
27560                 <imageobject>
27561                   <imagedata fileref="images/appendix-onorder/add942.png"/>
27562                 </imageobject>
27563               </mediaobject>
27564             </screenshot>
27565
27566             <itemizedlist>
27567               <listitem>
27568                 <para>In the Field box, type 942</para>
27569               </listitem>
27570
27571               <listitem>
27572                 <para>In the Field Data box, type \\$c and the item type code
27573                 (\\$cBOOK in this example)</para>
27574               </listitem>
27575
27576               <listitem>
27577                 <para>Check the 'Insert last' option</para>
27578               </listitem>
27579
27580               <listitem>
27581                 <para>Click 'Add Field'</para>
27582               </listitem>
27583             </itemizedlist>
27584           </listitem>
27585
27586           <listitem>
27587             <para>Enter in the item record data</para>
27588
27589             <screenshot>
27590               <screeninfo>Add 952 Field</screeninfo>
27591
27592               <mediaobject>
27593                 <imageobject>
27594                   <imagedata fileref="images/appendix-onorder/add952.png"/>
27595                 </imageobject>
27596               </mediaobject>
27597             </screenshot>
27598
27599             <itemizedlist>
27600               <listitem>
27601                 <para>In the Field box, type 952</para>
27602               </listitem>
27603
27604               <listitem>
27605                 <para>In the Field Data box, type
27606                 $7ORDERED_STATUS$aPERM_LOC$bCURR_LOC$cSHELVING_LOCATION$eSOURCE_OF_ACQ$yITEM_TYPE</para>
27607
27608                 <itemizedlist>
27609                   <listitem>
27610                     <para>ex. $7-1$aCPL$bCPL$cNEW$eBrodart$yBOOK</para>
27611
27612                     <itemizedlist>
27613                       <listitem>
27614                         <para>In a default install of Koha -1 is the value for
27615                         the Ordered status</para>
27616                       </listitem>
27617                     </itemizedlist>
27618                   </listitem>
27619
27620                   <listitem>
27621                     <para>You may want to look at other subfields you would
27622                     like data in -- for example, changing the collection code
27623                     to put all the items in the same collection (8),
27624                     automatically fill in the acquisition date (d), or put in
27625                     a public note (z).</para>
27626                   </listitem>
27627
27628                   <listitem>
27629                     <para>Be sure you use the $ to separate subfields; adding
27630                     each subfield on a separate line will cause that many
27631                     items to be imported with your MARC record (in the example
27632                     above, four items, each with one of those subfields
27633                     corrected)</para>
27634                   </listitem>
27635
27636                   <listitem>
27637                     <para>Make sure you look at the Administration &gt;
27638                     Authorized Values in Koha to put the correct code into the
27639                     field</para>
27640                   </listitem>
27641                 </itemizedlist>
27642               </listitem>
27643
27644               <listitem>
27645                 <para>Check the 'Insert last' option</para>
27646               </listitem>
27647
27648               <listitem>
27649                 <para>Click 'Add Field'</para>
27650               </listitem>
27651             </itemizedlist>
27652           </listitem>
27653
27654           <listitem>
27655             <para>Close the field editor window</para>
27656           </listitem>
27657
27658           <listitem>
27659             <para>Click on File &gt; Compile into MARC</para>
27660
27661             <screenshot>
27662               <screeninfo>Compile into MARC</screeninfo>
27663
27664               <mediaobject>
27665                 <imageobject>
27666                   <imagedata fileref="images/appendix-onorder/compile.png"/>
27667                 </imageobject>
27668               </mediaobject>
27669             </screenshot>
27670           </listitem>
27671
27672           <listitem>
27673             <para>Choose where to save your file</para>
27674           </listitem>
27675         </itemizedlist>
27676
27677         <para>Now you want to go into your Koha system and follow the
27678         instructions for <link linkend="stagemarc">importing MARC
27679         records</link>.</para>
27680
27681         <para>Once the item has come in, you will need to go to the item
27682         record and individually change the item to have the correct barcode,
27683         and manually change the status from Ordered to the blank line in the
27684         Not for Loan field.</para>
27685
27686         <tip>
27687           <para>If you purchase your cataloged item records, you may want to
27688           request your vendor put in the information you need into the MARC
27689           records for you; that way, you could import the edited-by-the-vendor
27690           file, overwriting the current record, automatically replacing the
27691           data with what you need.</para>
27692         </tip>
27693       </section>
27694     </section>
27695   </chapter>
27696
27697   <chapter id="serials">
27698     <title>Serials</title>
27699
27700     <para>Serials actions can be accessed by going to the More menu at the top
27701     of your screen and choosing Serials or by clicking Serials on the main
27702     Koha staff client page. The Serials module in Koha is used for keeping
27703     track of journals, newspapers and other items that come on a regular
27704     schedule. As with all modules, make sure you go through the related <link
27705     linkend="impserials">Implementation Checklist</link> before using the
27706     Serials module.</para>
27707
27708     <itemizedlist>
27709       <listitem>
27710         <para><emphasis>Get there:</emphasis> More &gt; Serials</para>
27711       </listitem>
27712     </itemizedlist>
27713
27714     <section id="newsubscription">
27715       <title>Add a subscription</title>
27716
27717       <para>Subscriptions can be added by clicking the 'New' button on any
27718       bibliographic record</para>
27719
27720       <screenshot>
27721         <screeninfo>New Subscription Button</screeninfo>
27722
27723         <mediaobject>
27724           <imageobject>
27725             <imagedata fileref="images/serials/newsubfrombib.png"/>
27726           </imageobject>
27727         </mediaobject>
27728       </screenshot>
27729
27730       <para>Or by visiting the Serials module and clicking 'New
27731       Subscription'</para>
27732
27733       <screenshot>
27734         <screeninfo>New Subscription Button</screeninfo>
27735
27736         <mediaobject>
27737           <imageobject>
27738             <imagedata fileref="images/serials/newsubbutton.png"/>
27739           </imageobject>
27740         </mediaobject>
27741       </screenshot>
27742
27743       <para>If you are entering a new subscription from the Serials module you
27744       will be presented with a blank form (if creating new from a
27745       bibliographic record the form will include the bib info).</para>
27746
27747       <screenshot>
27748         <screeninfo>Add a new Subscription Form</screeninfo>
27749
27750         <mediaobject>
27751           <imageobject>
27752             <imagedata fileref="images/serials/addsub.png"/>
27753           </imageobject>
27754         </mediaobject>
27755       </screenshot>
27756
27757       <itemizedlist>
27758         <listitem>
27759           <para>'Librarian' field will show the logged in librarian's
27760           username</para>
27761         </listitem>
27762
27763         <listitem>
27764           <para>'Vendor' can be found by either searching vendors entered via
27765           the <link linkend="acqmodule">Acquisitions module</link> or entering
27766           the vendor ID number</para>
27767
27768           <itemizedlist>
27769             <listitem>
27770               <para>Vendor information is not required</para>
27771             </listitem>
27772
27773             <listitem>
27774               <para>In order to claim missing and late issues you need to
27775               enter vendor information</para>
27776
27777               <screenshot>
27778                 <screeninfo>Vendor Missing Warning</screeninfo>
27779
27780                 <mediaobject>
27781                   <imageobject>
27782                     <imagedata fileref="images/serials/vendorwarning.png"/>
27783                   </imageobject>
27784                 </mediaobject>
27785               </screenshot>
27786             </listitem>
27787           </itemizedlist>
27788         </listitem>
27789
27790         <listitem>
27791           <para>'Biblio' is the MARC record you'd like to link this
27792           subscription to</para>
27793
27794           <itemizedlist>
27795             <listitem>
27796               <para>This can be done by searching for an existing record by
27797               clicking on the 'Search for Biblio' link below the boxes or by
27798               entering the bib number for a record in the first box. Only if
27799               you search with the field between the parenthesis.</para>
27800             </listitem>
27801           </itemizedlist>
27802         </listitem>
27803
27804         <listitem>
27805           <para>Next you can choose whether a new item is created when
27806           receiving an issue</para>
27807         </listitem>
27808
27809         <listitem>
27810           <para>'Location' is for the shelving location</para>
27811         </listitem>
27812
27813         <listitem>
27814           <para>'Call Number' is for your item's call number prefix</para>
27815         </listitem>
27816
27817         <listitem>
27818           <para>'Library' is the branch that owns this subscription.</para>
27819
27820           <itemizedlist>
27821             <listitem>
27822               <para>If more than one library subscribes to this serial you
27823               will need to create a subscription for each library</para>
27824             </listitem>
27825
27826             <listitem>
27827               <para>This can be done easily by using the 'Edit as New
27828               (Duplicate)' option found on the subscription information page
27829               and changing only the 'Library' field</para>
27830
27831               <screenshot>
27832                 <screeninfo>New Duplicate Subscription</screeninfo>
27833
27834                 <mediaobject>
27835                   <imageobject>
27836                     <imagedata fileref="images/serials/newasdup.png"/>
27837                   </imageobject>
27838                 </mediaobject>
27839               </screenshot>
27840             </listitem>
27841           </itemizedlist>
27842         </listitem>
27843
27844         <listitem>
27845           <para>The 'Grace Period' is the number of days before an issue is
27846           automatically moved from 'expected' status to 'waiting' and how many
27847           days before an issue is automatically moved from 'waiting' status to
27848           'late'</para>
27849         </listitem>
27850
27851         <listitem>
27852           <para>Use the 'Public Note' for any notes you would like to appear
27853           in the OPAC for the patrons</para>
27854         </listitem>
27855
27856         <listitem>
27857           <para>'Nonpublic Note' should be used for notes that are only
27858           visible to the librarians via the staff client</para>
27859         </listitem>
27860
27861         <listitem>
27862           <para>To set up a routing list for serials, choose 'Routing List'
27863           from the 'Patron notification' field.</para>
27864
27865           <itemizedlist>
27866             <listitem>
27867               <para>For this option to appear you need to make sure that you
27868               have a Routing List notice set up in the <link
27869               linkend="notices">Notices Tool</link></para>
27870             </listitem>
27871
27872             <listitem>
27873               <para>Learn more about <link linkend="routinglist">Routing
27874               Lists</link> later in this manual</para>
27875             </listitem>
27876           </itemizedlist>
27877         </listitem>
27878
27879         <listitem>
27880           <para>The Staff and OPAC Display options allow you to control how
27881           many issues appear by default on bibliographic records in the Staff
27882           Client and the OPAC</para>
27883
27884           <itemizedlist>
27885             <listitem>
27886               <para>If no values are entered in these fields, they will use
27887               the <link
27888               linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
27889               and <link
27890               linkend="StaffSerialIssueDisplayCount">StaffSerialIssueDisplayCount</link>
27891               system preference values</para>
27892             </listitem>
27893           </itemizedlist>
27894         </listitem>
27895
27896         <listitem>
27897           <para>In 'First issue publication date' you want to enter the date
27898           of the issue you have in your hand, the date from which the
27899           prediction pattern will start</para>
27900         </listitem>
27901
27902         <listitem>
27903           <para>There are several pre-defined options for the 'Frequency' of
27904           publication</para>
27905
27906           <itemizedlist>
27907             <listitem>
27908               <para>Without periodicy: some very specific (usually high level
27909               science journals) don't have a true periodicity. When you
27910               subscribe to the title, you subscribe for 6 issues, which can
27911               arrive in 1 year... or 2... There is no regularity or known
27912               schedule.</para>
27913             </listitem>
27914
27915             <listitem>
27916               <para>Unknown select this if none of the other choices are
27917               relevant</para>
27918             </listitem>
27919
27920             <listitem>
27921               <para>Irregular: The journal is not "regular" but has a
27922               periodicity. You know that it comes out on January, then in
27923               October and December, it is irregular, but you know when it's
27924               going to arrive.</para>
27925             </listitem>
27926
27927             <listitem>
27928               <para>2/day: Twice daily</para>
27929             </listitem>
27930
27931             <listitem>
27932               <para>1/day: Daily</para>
27933             </listitem>
27934
27935             <listitem>
27936               <para>3/week: Three times a week</para>
27937             </listitem>
27938
27939             <listitem>
27940               <para>1/week: Weekly</para>
27941             </listitem>
27942
27943             <listitem>
27944               <para>1/ 2 weeks: Twice monthly (fortnightly)</para>
27945             </listitem>
27946
27947             <listitem>
27948               <para>1/ 3 weeks: Tri-weekly</para>
27949             </listitem>
27950
27951             <listitem>
27952               <para>1/month: Monthly</para>
27953             </listitem>
27954
27955             <listitem>
27956               <para>1/ 2 months (6/year): Bi-monthly</para>
27957             </listitem>
27958
27959             <listitem>
27960               <para>1/ 3 months (1/quarter): Quarterly</para>
27961             </listitem>
27962
27963             <listitem>
27964               <para>1/quarter (seasonal) : Quarterly related to seasons (ie.
27965               Summer, Autumn, Winter, Spring)</para>
27966             </listitem>
27967
27968             <listitem>
27969               <para>2/year: Half yearly</para>
27970             </listitem>
27971
27972             <listitem>
27973               <para>1/year: Annual</para>
27974             </listitem>
27975
27976             <listitem>
27977               <para>1/ 2 years: Bi-annual</para>
27978             </listitem>
27979           </itemizedlist>
27980         </listitem>
27981
27982         <listitem>
27983           <para>Checking the 'Manual history' box will allow you to enter
27984           serials outside the prediction pattern.</para>
27985         </listitem>
27986
27987         <listitem>
27988           <para>'Numbering pattern' will help you determine how the numbers
27989           are printed for each issue</para>
27990
27991           <itemizedlist>
27992             <listitem>
27993               <para>Start with the numbering on the issue you have in hand,
27994               the numbering that matches the date you entered in the 'First
27995               issue publication' field</para>
27996             </listitem>
27997
27998             <listitem>
27999               <para>If you have chosen any 'Numbering Format' other than
28000               'Number' in the 'Rollover at' field, enter the last issue number
28001               before the volume number changes</para>
28002
28003               <itemizedlist>
28004                 <listitem>
28005                   <para>If you chose the 'Number' Numbering Format you will
28006                   see 'issues expected' in which you will enter the total
28007                   number of issues you expect to receive.</para>
28008
28009                   <screenshot>
28010                     <screeninfo>Number as Numbering Pattern</screeninfo>
28011
28012                     <mediaobject>
28013                       <imageobject>
28014                         <imagedata fileref="images/serials/numberonly.png"/>
28015                       </imageobject>
28016                     </mediaobject>
28017                   </screenshot>
28018                 </listitem>
28019               </itemizedlist>
28020             </listitem>
28021
28022             <listitem>
28023               <para>You can choose to create your own numbering pattern by
28024               choosing 'None of the above' and clicking the 'Show/Hide
28025               Advanced Pattern' button at the bottom of the form</para>
28026             </listitem>
28027           </itemizedlist>
28028         </listitem>
28029
28030         <listitem>
28031           <para>'Subscription start date' is the date at which the
28032           subscription begins. This is used for setting up renewal
28033           alerts</para>
28034         </listitem>
28035
28036         <listitem>
28037           <para>'Subscription length' is the number of issues or months in the
28038           subscription. This is also used for setting up renewal alerts</para>
28039         </listitem>
28040
28041         <listitem>
28042           <para>'Subscription end date' should only be entered for
28043           subscriptions that have ended (if you're entering in a backlog of
28044           serials)</para>
28045         </listitem>
28046
28047         <listitem>
28048           <para>The 'Numbering formula' is editable to match the way you'd
28049           like your numbering to print on the item record and subscription
28050           information pages</para>
28051         </listitem>
28052       </itemizedlist>
28053
28054       <para>Click 'Save Subscription' to save the information you have
28055       entered. <link linkend="sampleserialsapp">Find sample serial examples in
28056       the appendix</link>.</para>
28057     </section>
28058
28059     <section id="receiveissues">
28060       <title>Receive Issues</title>
28061
28062       <para>Issues can be marked as received from several locations. To find a
28063       subscription, use the search box at the top of the Serials page to
28064       search for the serial you'd like to receive issues for:</para>
28065
28066       <screenshot>
28067         <screeninfo>Subscription Search</screeninfo>
28068
28069         <mediaobject>
28070           <imageobject>
28071             <imagedata fileref="images/serials/subsearch.png"/>
28072           </imageobject>
28073         </mediaobject>
28074       </screenshot>
28075
28076       <para>From the search results you can click the 'Serial Receive' link or
28077       you can click on the subscription title and then click the 'Receive'
28078       button.</para>
28079
28080       <screenshot>
28081         <screeninfo>Subscription Buttons</screeninfo>
28082
28083         <mediaobject>
28084           <imageobject>
28085             <imagedata fileref="images/serials/subbuttons.png"/>
28086           </imageobject>
28087         </mediaobject>
28088       </screenshot>
28089
28090       <para>The final way to receive serials is from the 'Serial Collection'
28091       page. To the left of the Subscription summary page there is a menu with
28092       a link to 'Serial Collection'</para>
28093
28094       <screenshot>
28095         <screeninfo>Serial Subscription Menu</screeninfo>
28096
28097         <mediaobject>
28098           <imageobject>
28099             <imagedata fileref="images/serials/serialcolllink.png"/>
28100           </imageobject>
28101         </mediaobject>
28102       </screenshot>
28103
28104       <para>From the page that opens up you can click 'Edit Serial' with the
28105       issue you want to receive checked.</para>
28106
28107       <screenshot>
28108         <screeninfo>Edit Issues</screeninfo>
28109
28110         <mediaobject>
28111           <imageobject>
28112             <imagedata fileref="images/serials/editissue.png"/>
28113           </imageobject>
28114         </mediaobject>
28115       </screenshot>
28116
28117       <para>All three of these options will open up the issue receive
28118       form:</para>
28119
28120       <screenshot>
28121         <screeninfo>Receive Serials</screeninfo>
28122
28123         <mediaobject>
28124           <imageobject>
28125             <imagedata fileref="images/serials/receiveissue.png"/>
28126           </imageobject>
28127         </mediaobject>
28128       </screenshot>
28129
28130       <itemizedlist>
28131         <listitem>
28132           <para>Choose 'Arrived' from the status pull down to mark a serial as
28133           received.</para>
28134         </listitem>
28135
28136         <listitem>
28137           <para>If you have decided to have an item record created for each
28138           issue an <link linkend="addingitems">item add form</link> will
28139           appear</para>
28140         </listitem>
28141
28142         <listitem>
28143           <para>If your issue has a supplemental issue with it, fill in the
28144           Supplemental Issue information.</para>
28145         </listitem>
28146
28147         <listitem>
28148           <para>If you have decided to have an item record created for each
28149           issue an <link linkend="addingitems">item add form</link> will
28150           appear for your supplement and for the issue itself</para>
28151         </listitem>
28152
28153         <listitem>
28154           <para>Once you have entered your info you can click 'Save'</para>
28155         </listitem>
28156       </itemizedlist>
28157
28158       <para>If you are receiving multiple issues at once, or have marked an
28159       issue as 'Late' or 'Missing' there you can click the 'Generate Next'
28160       button below the list of issues.</para>
28161
28162       <screenshot>
28163         <screeninfo>Generate Next Button</screeninfo>
28164
28165         <mediaobject>
28166           <imageobject>
28167             <imagedata fileref="images/serials/editissue.png"/>
28168           </imageobject>
28169         </mediaobject>
28170       </screenshot>
28171
28172       <para>Clicking this button will generate the next issue for you and mark
28173       the previously expected issue as 'Late' automatically. You can then
28174       check the 'Edit' box to the right of each issue and edit the status on
28175       multiple issues at once.</para>
28176     </section>
28177
28178     <section id="routinglist">
28179       <title>Create a Routing List</title>
28180
28181       <para>A routing list is a list of people who receive the serial before
28182       it goes to the shelf. When setting up your serial subscription you want
28183       to be sure to pick 'Routing List' from the 'Patron Notification' pull
28184       down.</para>
28185
28186       <screenshot>
28187         <screeninfo>Patron Notification Option</screeninfo>
28188
28189         <mediaobject>
28190           <imageobject>
28191             <imagedata fileref="images/serials/serialnotification.png"/>
28192           </imageobject>
28193         </mediaobject>
28194       </screenshot>
28195
28196       <para>When on the subscription page you will see a link to the left that
28197       reads 'Create Routing List' or 'Edit Routing List'</para>
28198
28199       <screenshot>
28200         <screeninfo>Subscription Routing List Link</screeninfo>
28201
28202         <mediaobject>
28203           <imageobject>
28204             <imagedata fileref="images/serials/createroutinglink.png"/>
28205           </imageobject>
28206         </mediaobject>
28207       </screenshot>
28208
28209       <para>Clicking that link will bring you to the menu to add a new routing
28210       list.</para>
28211
28212       <screenshot>
28213         <screeninfo>Routing List Creation</screeninfo>
28214
28215         <mediaobject>
28216           <imageobject>
28217             <imagedata fileref="images/serials/createroutinglist.png"/>
28218           </imageobject>
28219         </mediaobject>
28220       </screenshot>
28221
28222       <para>From here you want to click 'Add recipients' in order to add
28223       people to the routing list. In the menu that appears you can filter
28224       patrons by part of their name, their library and/or patron
28225       category.</para>
28226
28227       <screenshot>
28228         <screeninfo>Add Members to Routing List</screeninfo>
28229
28230         <mediaobject>
28231           <imageobject>
28232             <imagedata fileref="images/serials/addtorouting.png"/>
28233           </imageobject>
28234         </mediaobject>
28235       </screenshot>
28236
28237       <para>Clicking 'Add' to the right of each name will add them to the
28238       routing list. When you have chosen all of the people for the list, click
28239       the 'Close' link to be redirected to the routing list.</para>
28240
28241       <screenshot>
28242         <screeninfo>Routing List</screeninfo>
28243
28244         <mediaobject>
28245           <imageobject>
28246             <imagedata fileref="images/serials/editroutinglist.png"/>
28247           </imageobject>
28248         </mediaobject>
28249       </screenshot>
28250
28251       <para>If the list looks the way you expect it to, then click 'Save'.
28252       Next you will be brought to a preview of the routing list. To print the
28253       list click 'Save and preview routing slip.' This will open a printable
28254       version of the list.</para>
28255
28256       <screenshot>
28257         <screeninfo>Preview Routing List</screeninfo>
28258
28259         <mediaobject>
28260           <imageobject>
28261             <imagedata fileref="images/serials/previewroutinglist.png"/>
28262           </imageobject>
28263         </mediaobject>
28264       </screenshot>
28265
28266       <para>If <link
28267       linkend="RoutingListAddReserves">RoutingListAddReserves</link> is set to
28268       on then patrons listed in the routing list will automatically be added
28269       to the holds list for the issue.</para>
28270     </section>
28271
28272     <section id="serialsubinstaff">
28273       <title>Subscriptions in Staff Client</title>
28274
28275       <para>Subscription information will appear on bibliographic records
28276       under the 'Subscriptions' tab</para>
28277
28278       <screenshot>
28279         <screeninfo>Subscription Tab on Bibliographic Record</screeninfo>
28280
28281         <mediaobject>
28282           <imageobject>
28283             <imagedata fileref="images/serials/subinfoonbib.png"/>
28284           </imageobject>
28285         </mediaobject>
28286       </screenshot>
28287
28288       <para>Clicking the 'Subscription Details' link will take you to the
28289       Subscription summary page in the staff client.</para>
28290
28291       <screenshot>
28292         <screeninfo>Subscription Detail</screeninfo>
28293
28294         <mediaobject>
28295           <imageobject>
28296             <imagedata fileref="images/serials/subscriptiondetail.png"/>
28297           </imageobject>
28298         </mediaobject>
28299       </screenshot>
28300     </section>
28301
28302     <section id="serialsubinopac">
28303       <title>Subscriptions in OPAC</title>
28304
28305       <para>When viewing the subscription in the OPAC there will be several
28306       options.</para>
28307
28308       <para>Like in the staff client, there will be a Subscriptions tab on the
28309       bibliographic record.</para>
28310
28311       <screenshot>
28312         <screeninfo>Subscriptions Tab in OPAC</screeninfo>
28313
28314         <mediaobject>
28315           <imageobject>
28316             <imagedata fileref="images/serials/subopac.png"/>
28317           </imageobject>
28318         </mediaobject>
28319       </screenshot>
28320
28321       <para>Under this tab will appear the number of issues you chose when
28322       setting up the subscription or in your <link
28323       linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
28324       system preference. Clicking the 'More details' link will provide you
28325       with additional information about the serial history. You can set the
28326       default view of a serial in the OPAC with the <link
28327       linkend="SubscriptionHistory">SubscriptionHistory</link> system
28328       preference.</para>
28329
28330       <para>There are two views, compact and full. The compact serial
28331       subscription will show basic information regarding the
28332       subscription</para>
28333
28334       <screenshot>
28335         <screeninfo>Compact Serial View</screeninfo>
28336
28337         <mediaobject>
28338           <imageobject>
28339             <imagedata fileref="images/serials/compactopac.png"/>
28340           </imageobject>
28341         </mediaobject>
28342       </screenshot>
28343
28344       <para>From this compact display patrons can subscribe to routing lists
28345       by clicking the subscribe link that appears below subscriptions that
28346       offer a routing list.</para>
28347
28348       <screenshot>
28349         <screeninfo>Subscribe link in the OPAC</screeninfo>
28350
28351         <mediaobject>
28352           <imageobject>
28353             <imagedata fileref="images/serials/opacroutingsubscribe.png"/>
28354           </imageobject>
28355         </mediaobject>
28356       </screenshot>
28357
28358       <para>Whereas the full view shows extensive details, broken out by year,
28359       regarding the subscription</para>
28360
28361       <screenshot>
28362         <screeninfo>Full Serial View</screeninfo>
28363
28364         <mediaobject>
28365           <imageobject>
28366             <imagedata fileref="images/serials/fullopac.png"/>
28367           </imageobject>
28368         </mediaobject>
28369       </screenshot>
28370     </section>
28371
28372     <section id="serialclaims">
28373       <title>Claim Late Serials</title>
28374
28375       <para>Koha can send email messages to your serial vendors if you have
28376       late issues. To the left of the main serials page there is a link to
28377       'Claims'</para>
28378
28379       <screenshot>
28380         <screeninfo>Link to Claims on Serials Menu</screeninfo>
28381
28382         <mediaobject>
28383           <imageobject>
28384             <imagedata fileref="images/serials/serialclaimmenu.png"/>
28385           </imageobject>
28386         </mediaobject>
28387       </screenshot>
28388
28389       <para>The links to claims also appears to the left of the subscription
28390       detail page</para>
28391
28392       <screenshot>
28393         <screeninfo>Link to Claims on the Serials Menu</screeninfo>
28394
28395         <mediaobject>
28396           <imageobject>
28397             <imagedata fileref="images/serials/serialclaimmenu1.png"/>
28398           </imageobject>
28399         </mediaobject>
28400       </screenshot>
28401
28402       <para>If you don't have a claim notice defined yet you will see a
28403       warning message that you need to first define a notice.</para>
28404
28405       <screenshot>
28406         <screeninfo>Missing Claims Notice Warning</screeninfo>
28407
28408         <mediaobject>
28409           <imageobject>
28410             <imagedata fileref="images/serials/noserialclaim.png"/>
28411           </imageobject>
28412         </mediaobject>
28413       </screenshot>
28414
28415       <para>Clicking 'Claims' will open a report that will ask you to choose
28416       from your various serial vendors to generate claims for late
28417       issues.</para>
28418
28419       <screenshot>
28420         <screeninfo>Serial Claims</screeninfo>
28421
28422         <mediaobject>
28423           <imageobject>
28424             <imagedata fileref="images/serials/serialclaims.png"/>
28425           </imageobject>
28426         </mediaobject>
28427       </screenshot>
28428
28429       <para>From the list of late issues you can choose which ones you want to
28430       send a claim email to by clicking the checkbox to the left of late
28431       issue, choosing the notice template to use and clicking the 'Send
28432       notification' button.</para>
28433     </section>
28434
28435     <section id="serialexpiration">
28436       <title>Check Serial Expiration</title>
28437
28438       <para>When adding serials you enter a subscription length, using the
28439       check expiration tool you can see when your subscriptions are about to
28440       expire. To use the tool click the link to 'Check expiration' on the
28441       serials menu.</para>
28442
28443       <screenshot>
28444         <screeninfo>Check Serial Expiration</screeninfo>
28445
28446         <mediaobject>
28447           <imageobject>
28448             <imagedata fileref="images/serials/serialexpiresearch.png"/>
28449           </imageobject>
28450         </mediaobject>
28451       </screenshot>
28452
28453       <para>In the form that appears you need to enter at least a date to
28454       search by.</para>
28455
28456       <para>In your results you will see all subscriptions that will expire
28457       before the date you entered. From there you can choose to view the
28458       subscription further or renew it in one click.</para>
28459
28460       <screenshot>
28461         <screeninfo>Serial Expiration Search Results</screeninfo>
28462
28463         <mediaobject>
28464           <imageobject>
28465             <imagedata fileref="images/serials/serialexpire.png"/>
28466           </imageobject>
28467         </mediaobject>
28468       </screenshot>
28469     </section>
28470
28471     <section id="serialrenew">
28472       <title>Renewing Serials</title>
28473
28474       <para>If your serial subscription has expired you won't be able to
28475       receive issues. To renew your subscription you can click the 'Renew'
28476       button at the top of your subscription detail page.</para>
28477
28478       <screenshot>
28479         <screeninfo>Renew option on subscription detail</screeninfo>
28480
28481         <mediaobject>
28482           <imageobject>
28483             <imagedata fileref="images/serials/renewsubscription.png"/>
28484           </imageobject>
28485         </mediaobject>
28486       </screenshot>
28487
28488       <para>Another option is to click the 'Renew' link to the right of the
28489       subscription on the Serial Collection page.</para>
28490
28491       <screenshot>
28492         <screeninfo>Renew option on serial collection</screeninfo>
28493
28494         <mediaobject>
28495           <imageobject>
28496             <imagedata fileref="images/serials/collectionrenew.png"/>
28497           </imageobject>
28498         </mediaobject>
28499       </screenshot>
28500
28501       <para>Once you click the 'Renew' link or button you will be presenting
28502       with renewal options.</para>
28503
28504       <screenshot>
28505         <screeninfo>Subscription renewal form</screeninfo>
28506
28507         <mediaobject>
28508           <imageobject>
28509             <imagedata fileref="images/serials/serialrenew.png"/>
28510           </imageobject>
28511         </mediaobject>
28512       </screenshot>
28513
28514       <itemizedlist>
28515         <listitem>
28516           <para>The start date should be the date your subscription period
28517           starts.</para>
28518         </listitem>
28519
28520         <listitem>
28521           <para>For the subscription length you'll want to fill in one of the
28522           three fields presented: Number of num (issues), Number of months or
28523           Number of weeks.</para>
28524         </listitem>
28525
28526         <listitem>
28527           <para>Finally enter any notes you might have about this
28528           renewal.</para>
28529         </listitem>
28530       </itemizedlist>
28531     </section>
28532   </chapter>
28533
28534   <chapter id="acqmodule">
28535     <title>Acquisitions</title>
28536
28537     <para>The Koha Acquisitions module provides a way for the library to
28538     record orders placed with vendors and manage purchase budgets.</para>
28539
28540     <itemizedlist>
28541       <listitem>
28542         <para><emphasis>Get there:</emphasis> More &gt; Acquisitions</para>
28543       </listitem>
28544     </itemizedlist>
28545
28546     <section id="acqsetup">
28547       <title>Setup</title>
28548
28549       <para>Before using the Acquisitions Module you will want to make sure
28550       that you have completed all of the set up.</para>
28551
28552       <para>First, set your <link linkend="acqprefs">Acquisitions System
28553       Preferences</link> and <link linkend="acqadmin">Acquisitions
28554       Administration</link> to match your library's workflow.</para>
28555
28556       <para>On the main acquisitions page you will see your library's funds
28557       listed.</para>
28558
28559       <screenshot>
28560         <screeninfo>Acquisitions Funds Summary</screeninfo>
28561
28562         <mediaobject>
28563           <imageobject>
28564             <imagedata fileref="images/acquisitions/acqfunds.png"/>
28565           </imageobject>
28566         </mediaobject>
28567       </screenshot>
28568
28569       <para><tip>
28570           <para>If the total line is confusing for the funds you have set up
28571           you can hide it by adding <programlisting>#funds_total {display:none;}</programlisting></para>
28572
28573           <para>to the <link linkend="IntranetUserCSS">IntranetUserCSS</link>
28574           preference.</para>
28575         </tip></para>
28576
28577       <para>To see all active funds you can click the checkbox next to 'Show
28578       all' below the funds table.</para>
28579
28580       <para>To see a history of all orders in a fund you can click on the
28581       linked amount and it will run a search for you.</para>
28582
28583       <screenshot>
28584         <screeninfo>Breakdown of orders against the FIC Fund</screeninfo>
28585
28586         <mediaobject>
28587           <imageobject>
28588             <imagedata fileref="images/acquisitions/fundbreakdown.png"/>
28589           </imageobject>
28590         </mediaobject>
28591       </screenshot>
28592
28593       <para>Learn more in the <link linkend="fundtracking">Budget/Fund
28594       Tracking</link> section of this manual.</para>
28595     </section>
28596
28597     <section id="acqvendors">
28598       <title>Vendors</title>
28599
28600       <para>Before any orders can be places you must first enter at least one
28601       vendor.</para>
28602
28603       <section id="addacqvendor">
28604         <title>Add a Vendor</title>
28605
28606         <para>To add a vendor click the 'New Vendor' button on the
28607         Acquisitions page</para>
28608
28609         <screenshot>
28610           <screeninfo>New Vendor Button on Acquisitions</screeninfo>
28611
28612           <mediaobject>
28613             <imageobject>
28614               <imagedata fileref="images/acquisitions/newvendbutton.png"/>
28615             </imageobject>
28616           </mediaobject>
28617         </screenshot>
28618
28619         <para>The vendor add form is broken into three pieces</para>
28620
28621         <itemizedlist>
28622           <listitem>
28623             <para>The first section is for basic information about the
28624             Vendor</para>
28625
28626             <screenshot>
28627               <screeninfo>Basic Vendor Information</screeninfo>
28628
28629               <mediaobject>
28630                 <imageobject>
28631                   <imagedata fileref="images/acquisitions/newvendor1.png"/>
28632                 </imageobject>
28633               </mediaobject>
28634             </screenshot>
28635
28636             <itemizedlist>
28637               <listitem>
28638                 <para>Of these fields, only the Vendor name is required, the
28639                 rest of the information should be added to help with
28640                 generating claim letters and invoices</para>
28641               </listitem>
28642             </itemizedlist>
28643           </listitem>
28644
28645           <listitem>
28646             <para>The second section is for information regarding your contact
28647             at the Vendor's office</para>
28648
28649             <screenshot>
28650               <screeninfo>Vendor Contact Details</screeninfo>
28651
28652               <mediaobject>
28653                 <imageobject>
28654                   <imagedata fileref="images/acquisitions/newvendor2.png"/>
28655                 </imageobject>
28656               </mediaobject>
28657             </screenshot>
28658
28659             <itemizedlist>
28660               <listitem>
28661                 <para>None of these fields are required, they should only be
28662                 entered if you want to keep track of your contact's
28663                 information within Koha</para>
28664               </listitem>
28665             </itemizedlist>
28666           </listitem>
28667
28668           <listitem>
28669             <para>The final section is for billing information</para>
28670
28671             <screenshot>
28672               <screeninfo>Vendor Ordering/Billing Information</screeninfo>
28673
28674               <mediaobject>
28675                 <imageobject>
28676                   <imagedata fileref="images/acquisitions/newvendor3.png"/>
28677                 </imageobject>
28678               </mediaobject>
28679             </screenshot>
28680
28681             <itemizedlist>
28682               <listitem>
28683                 <para>To be able to order from a vendor you must make them
28684                 'Active'</para>
28685               </listitem>
28686
28687               <listitem>
28688                 <para>For List Prices and Invoice Prices choose the
28689                 currency</para>
28690
28691                 <itemizedlist>
28692                   <listitem>
28693                     <para>Currencies are assigned in the <link
28694                     linkend="currexchangeadmin">Currencies &amp; Exchange
28695                     Rates</link> admin area</para>
28696                   </listitem>
28697                 </itemizedlist>
28698               </listitem>
28699
28700               <listitem>
28701                 <para>If your library is charged tax mark your Tax Number as
28702                 registered</para>
28703               </listitem>
28704
28705               <listitem>
28706                 <para>Note if you list prices and/or invoice prices include
28707                 tax</para>
28708               </listitem>
28709
28710               <listitem>
28711                 <para>If the vendor offers a consistent blank discount, enter
28712                 that in the 'Discount' field</para>
28713
28714                 <itemizedlist>
28715                   <listitem>
28716                     <para>You can enter item specific discounts when placing
28717                     an order</para>
28718                   </listitem>
28719                 </itemizedlist>
28720               </listitem>
28721
28722               <listitem>
28723                 <para>Enter your tax rate if your library is charged taxes on
28724                 orders</para>
28725               </listitem>
28726
28727               <listitem>
28728                 <para>If you know about how long it usually takes orders to
28729                 arrive from this vendor you can enter a delivery time. This
28730                 will allow Koha to estimate when orders will arrive at your
28731                 library on the late orders report.</para>
28732               </listitem>
28733
28734               <listitem>
28735                 <para>Notes are for internal use</para>
28736               </listitem>
28737             </itemizedlist>
28738           </listitem>
28739         </itemizedlist>
28740       </section>
28741
28742       <section id="editacqvendor">
28743         <title>View/Edit a Vendor</title>
28744
28745         <para>To view a vendor's information page you must search for the
28746         vendor from the Acquisitions home page. Your search can be for any
28747         part of the Vendor's name:</para>
28748
28749         <screenshot>
28750           <screeninfo>Vendor Search Results</screeninfo>
28751
28752           <mediaobject>
28753             <imageobject>
28754               <imagedata fileref="images/acquisitions/vendorsearch.png"/>
28755             </imageobject>
28756           </mediaobject>
28757         </screenshot>
28758
28759         <para>From the results, click on the name of the vendor you want to
28760         view or edit</para>
28761
28762         <screenshot>
28763           <screeninfo>Vendor Information Page</screeninfo>
28764
28765           <mediaobject>
28766             <imageobject>
28767               <imagedata fileref="images/acquisitions/vendorpage.png"/>
28768             </imageobject>
28769           </mediaobject>
28770         </screenshot>
28771
28772         <para>To make changes to the vendor, simply click the 'Edit'
28773         button.</para>
28774
28775         <para>If the vendor has no baskets attached to it then a 'Delete'
28776         button will also be visible and the vendor can be deleted.</para>
28777
28778         <screenshot>
28779           <screeninfo>Delete Vendor Button</screeninfo>
28780
28781           <mediaobject>
28782             <imageobject>
28783               <imagedata fileref="images/acquisitions/deletevendor.png"/>
28784             </imageobject>
28785           </mediaobject>
28786         </screenshot>
28787       </section>
28788
28789       <section id="vendorcontracts">
28790         <title>Vendor Contracts</title>
28791
28792         <para>You can define contracts (with a start and end date) and attach
28793         it to a vendor. This is used so that at the end of the year you can
28794         see how much you spent on a specific contract with a vendor. In some
28795         places, contracts are set up with a minimum and maximum yearly
28796         amount.</para>
28797
28798         <section id="addvendorcontract">
28799           <title>Add a Contract</title>
28800
28801           <para>At the top of a vendor search results page with only result or
28802           at the top of a vendor information page you will see a 'New
28803           Contract' button.</para>
28804
28805           <screenshot>
28806             <screeninfo>New Contract Button</screeninfo>
28807
28808             <mediaobject>
28809               <imageobject>
28810                 <imagedata fileref="images/acquisitions/newcontract.png"/>
28811               </imageobject>
28812             </mediaobject>
28813           </screenshot>
28814
28815           <para>The contract form will ask for some very basic information
28816           about the contract</para>
28817
28818           <screenshot>
28819             <screeninfo>New Contract Form</screeninfo>
28820
28821             <mediaobject>
28822               <imageobject>
28823                 <imagedata fileref="images/acquisitions/newcontractform.png"/>
28824               </imageobject>
28825             </mediaobject>
28826           </screenshot>
28827
28828           <important>
28829             <para>You will not be able to enter a contract retrospectively,
28830             the end date must not be before today's date.</para>
28831           </important>
28832
28833           <para>Once the contract is saved it will appear below the vendor
28834           information.</para>
28835
28836           <screenshot>
28837             <screeninfo>Vendor with contracts</screeninfo>
28838
28839             <mediaobject>
28840               <imageobject>
28841                 <imagedata fileref="images/acquisitions/contractdisplay.png"/>
28842               </imageobject>
28843             </mediaobject>
28844           </screenshot>
28845
28846           <para>It will also be an option when creating a basket</para>
28847
28848           <screenshot>
28849             <screeninfo>Contract Pull Down on New Basket Form</screeninfo>
28850
28851             <mediaobject>
28852               <imageobject>
28853                 <imagedata fileref="images/acquisitions/contractonbasket.png"/>
28854               </imageobject>
28855             </mediaobject>
28856           </screenshot>
28857         </section>
28858       </section>
28859     </section>
28860
28861     <section id="managesuggest">
28862       <title>Managing Suggestions</title>
28863
28864       <para>Depending on your settings in the <link
28865       linkend="suggestionspref">suggestion</link> system preference, patrons
28866       may be able to make purchase suggestions via the OPAC. When a suggestion
28867       is waiting for library review, it will appear on the Acquisitions home
28868       page under the vendor search.</para>
28869
28870       <screenshot>
28871         <screeninfo>Pending suggestions on Acquisitions</screeninfo>
28872
28873         <mediaobject>
28874           <imageobject>
28875             <imagedata fileref="images/acquisitions/suggestonacq.png"/>
28876           </imageobject>
28877         </mediaobject>
28878       </screenshot>
28879
28880       <para>It will also appear on the main staff dashboard under the module
28881       labels:</para>
28882
28883       <screenshot>
28884         <screeninfo>Pending suggestions on main page</screeninfo>
28885
28886         <mediaobject>
28887           <imageobject>
28888             <imagedata fileref="images/acquisitions/pendingsuggestions.png"/>
28889           </imageobject>
28890         </mediaobject>
28891       </screenshot>
28892
28893       <para>Clicking 'Manage suggestions' will take you to the suggestion
28894       management tool. If there are no pending suggestions you can access the
28895       suggestion management tool by clicking the 'Manage suggestions' link on
28896       the menu on the left of the Acquisitions page.</para>
28897
28898       <screenshot>
28899         <screeninfo>Suggestion Management</screeninfo>
28900
28901         <mediaobject>
28902           <imageobject>
28903             <imagedata fileref="images/acquisitions/suggestmanage.png"/>
28904           </imageobject>
28905         </mediaobject>
28906       </screenshot>
28907
28908       <para>Your suggestions will be sorted into several tabs: Accepted,
28909       Pending, Checked, Ordered and/or Rejected. Each accepted or rejected
28910       suggestion will show the name of the librarian who managed the
28911       suggestion and the reason they gave for accepting or rejecting it (found
28912       under 'Status').</para>
28913
28914       <para>For libraries with lots of suggestions, there are filters on the
28915       left hand side of the Manage Suggestions page to assist in limiting the
28916       number of titles displayed on the screen.</para>
28917
28918       <screenshot>
28919         <screeninfo>Suggestion Filtering</screeninfo>
28920
28921         <mediaobject>
28922           <imageobject>
28923             <imagedata fileref="images/acquisitions/suggestionsfilters.png"/>
28924           </imageobject>
28925         </mediaobject>
28926       </screenshot>
28927
28928       <para>Clicking on the blue headings will expand the filtering options
28929       and clicking '[clear]' will clear all filters and show all
28930       suggestions.<tip>
28931           <para>The suggestions page will automatically be limited to
28932           suggestions for your library. To see information for all (or any
28933           other) libraries click on the 'Acquisition information' filter and
28934           change the library.</para>
28935
28936           <screenshot>
28937             <screeninfo>Branch filter</screeninfo>
28938
28939             <mediaobject>
28940               <imageobject>
28941                 <imagedata fileref="images/acquisitions/suggestbranchfilter.png"/>
28942               </imageobject>
28943             </mediaobject>
28944           </screenshot>
28945         </tip></para>
28946
28947       <para>When reviewing 'Pending' suggestions you can choose to check the
28948       box next to the item(s) you want to approve/reject and then choose the
28949       status and reason for your selection. You can also choose to completely
28950       delete the suggestion by checking the 'Delete selected' box.</para>
28951
28952       <screenshot>
28953         <screeninfo>Pending Suggestions</screeninfo>
28954
28955         <mediaobject>
28956           <imageobject>
28957             <imagedata fileref="images/acquisitions/suggestpending.png"/>
28958           </imageobject>
28959         </mediaobject>
28960       </screenshot>
28961
28962       <para>Another option for libraries with long lists of suggestions is to
28963       approve or reject suggestions one by one by clicking on the title of the
28964       suggestion to open a summary of the suggestion, including information if
28965       the item was purchased.</para>
28966
28967       <screenshot>
28968         <screeninfo>Suggestion Information</screeninfo>
28969
28970         <mediaobject>
28971           <imageobject>
28972             <imagedata fileref="images/acquisitions/suggestiondetails.png"/>
28973           </imageobject>
28974         </mediaobject>
28975       </screenshot>
28976
28977       <para>Clicking 'edit' to the right of the suggested title will open a
28978       suggestion editing page.</para>
28979
28980       <screenshot>
28981         <screeninfo>Edit Purchase Suggestion</screeninfo>
28982
28983         <mediaobject>
28984           <imageobject>
28985             <imagedata fileref="images/acquisitions/editsuggestion.png"/>
28986           </imageobject>
28987         </mediaobject>
28988       </screenshot>
28989
28990       <para>From this form you can make edits to the suggestion (adding more
28991       details or updating incorrect information provided by the patron). You
28992       can also choose to accept or reject the suggestion on an individual
28993       basis.</para>
28994
28995       <itemizedlist>
28996         <listitem>
28997           <para>Choosing to mark a request as 'Pending' will move the request
28998           back to the 'Pending' tab.</para>
28999         </listitem>
29000       </itemizedlist>
29001
29002       <para>Reasons for accepting and rejecting suggestions are defined by the
29003       <link linkend="suggestauthorized">SUGGEST</link> authorized
29004       value.</para>
29005
29006       <screenshot>
29007         <screeninfo>Reasons for approving or rejecting
29008         suggestions</screeninfo>
29009
29010         <mediaobject>
29011           <imageobject>
29012             <imagedata fileref="images/acquisitions/suggestreasons.png"/>
29013           </imageobject>
29014         </mediaobject>
29015       </screenshot>
29016
29017       <para>If you choose 'Others...' as your reason you will be prompted to
29018       enter your reason in a text box. Clicking 'Cancel' to the right of the
29019       box will bring back the pull down menu with authorized reasons.</para>
29020
29021       <screenshot>
29022         <screeninfo>Enter reason for 'Others...'</screeninfo>
29023
29024         <mediaobject>
29025           <imageobject>
29026             <imagedata fileref="images/acquisitions/suggestothers.png"/>
29027           </imageobject>
29028         </mediaobject>
29029       </screenshot>
29030
29031       <para>Once you have clicked 'Submit' the suggestion will be moved to the
29032       matching tab. The status will also be updated on the patron's account in
29033       the OPAC and an <link linkend="notices">email notice</link> will be sent
29034       to the patron using the template that matches the status you have
29035       chosen.</para>
29036
29037       <screenshot>
29038         <screeninfo>Purchase suggestions in the OPAC</screeninfo>
29039
29040         <mediaobject>
29041           <imageobject>
29042             <imagedata fileref="images/acquisitions/mysuggestions.png"/>
29043           </imageobject>
29044         </mediaobject>
29045       </screenshot>
29046     </section>
29047
29048     <section id="placingacqorder">
29049       <title>Placing Orders</title>
29050
29051       <para>To place an order you must first search for the vendor or
29052       bookseller you want to send the order to.</para>
29053
29054       <section id="createacqbasket">
29055         <title>Create a basket</title>
29056
29057         <para>To create a basket you must first search for the vendor you're
29058         ordering from:</para>
29059
29060         <screenshot>
29061           <screeninfo>New Basket / Add Basket Options</screeninfo>
29062
29063           <mediaobject>
29064             <imageobject>
29065               <imagedata fileref="images/acquisitions/addbasketbutton.png"/>
29066             </imageobject>
29067           </mediaobject>
29068         </screenshot>
29069
29070         <para>Next to the vendor name you will see a 'New Basket'
29071         button</para>
29072
29073         <screenshot>
29074           <screeninfo>Add Basket Form</screeninfo>
29075
29076           <mediaobject>
29077             <imageobject>
29078               <imagedata fileref="images/acquisitions/addbasket.png"/>
29079             </imageobject>
29080           </mediaobject>
29081         </screenshot>
29082
29083         <para>When adding a basket you want to give it a name that will help
29084         you identify it later. The notes fields are optional and can contain
29085         any type of information.</para>
29086
29087         <para>If you have <link linkend="addvendorcontract">added
29088         contracts</link> to the vendor you're ordering from, you will also
29089         have an option to choose which contract you're ordering these items
29090         under.</para>
29091
29092         <screenshot>
29093           <screeninfo>Basket with contract options</screeninfo>
29094
29095           <mediaobject>
29096             <imageobject>
29097               <imagedata fileref="images/acquisitions/basketwithcontracts.png"/>
29098             </imageobject>
29099           </mediaobject>
29100         </screenshot>
29101
29102         <para>When finished, click 'Save'</para>
29103
29104         <screenshot>
29105           <screeninfo>New Empty Basket</screeninfo>
29106
29107           <mediaobject>
29108             <imageobject>
29109               <imagedata fileref="images/acquisitions/basket.png"/>
29110             </imageobject>
29111           </mediaobject>
29112         </screenshot>
29113
29114         <para>Once your basket is created you are presented with several
29115         options for adding items to the order.</para>
29116
29117         <itemizedlist>
29118           <listitem>
29119             <para>If you are ordering another copy of an existing item, you
29120             can simply search for the record in your system</para>
29121
29122             <screenshot>
29123               <screeninfo>Search for existing records</screeninfo>
29124
29125               <mediaobject>
29126                 <imageobject>
29127                   <imagedata fileref="images/acquisitions/orderfromexisting.png"/>
29128                 </imageobject>
29129               </mediaobject>
29130             </screenshot>
29131
29132             <itemizedlist>
29133               <listitem>
29134                 <para>From the results, simply click 'Order' to be brought to
29135                 the order form</para>
29136
29137                 <screenshot>
29138                   <screeninfo>Order form</screeninfo>
29139
29140                   <mediaobject>
29141                     <imageobject>
29142                       <imagedata fileref="images/acquisitions/existingitemorder.png"/>
29143                     </imageobject>
29144                   </mediaobject>
29145                 </screenshot>
29146
29147                 <itemizedlist>
29148                   <listitem>
29149                     <para>All of the details associated with the item will
29150                     already be listed under 'Catalog details'</para>
29151                   </listitem>
29152                 </itemizedlist>
29153               </listitem>
29154             </itemizedlist>
29155           </listitem>
29156
29157           <listitem>
29158             <para>If you allow patrons to make purchase suggestions (learn
29159             more in the <link linkend="managesuggest">Managing
29160             Suggestions</link> section of this manual) then you can place
29161             orders from those suggestions</para>
29162
29163             <screenshot>
29164               <screeninfo>Approved Suggestions to Order From</screeninfo>
29165
29166               <mediaobject>
29167                 <imageobject>
29168                   <imagedata fileref="images/acquisitions/orderfromsuggest.png"/>
29169                 </imageobject>
29170               </mediaobject>
29171             </screenshot>
29172
29173             <itemizedlist>
29174               <listitem>
29175                 <para>From the results, click 'Order' next to the item you
29176                 want to order and you will be presented with the order form
29177                 including a link to the suggestion</para>
29178
29179                 <screenshot>
29180                   <screeninfo>Order from a Suggestion</screeninfo>
29181
29182                   <mediaobject>
29183                     <imageobject>
29184                       <imagedata fileref="images/acquisitions/orderfromsuggestform.png"/>
29185                     </imageobject>
29186                   </mediaobject>
29187                 </screenshot>
29188
29189                 <itemizedlist>
29190                   <listitem>
29191                     <para>From this form you can make changes to the Catalog
29192                     Details if necessary</para>
29193                   </listitem>
29194
29195                   <listitem>
29196                     <para>When the item appears in your basket it will include
29197                     a link to the suggestion</para>
29198
29199                     <screenshot>
29200                       <screeninfo>Suggestion Link in basket</screeninfo>
29201
29202                       <mediaobject>
29203                         <imageobject>
29204                           <imagedata fileref="images/acquisitions/ordersuggestlink.png"/>
29205                         </imageobject>
29206                       </mediaobject>
29207                     </screenshot>
29208                   </listitem>
29209                 </itemizedlist>
29210               </listitem>
29211             </itemizedlist>
29212           </listitem>
29213
29214           <listitem>
29215             <para>To order from a record that can't be found anywhere else,
29216             choose the 'From a new (empty) record'</para>
29217
29218             <screenshot>
29219               <screeninfo>Order a new record</screeninfo>
29220
29221               <mediaobject>
29222                 <imageobject>
29223                   <imagedata fileref="images/acquisitions/fromnewemptyrecord.png"/>
29224                 </imageobject>
29225               </mediaobject>
29226             </screenshot>
29227
29228             <itemizedlist>
29229               <listitem>
29230                 <para>You will be presented with an empty form to fill in all
29231                 of the necessary details about the item you are
29232                 ordering</para>
29233               </listitem>
29234             </itemizedlist>
29235           </listitem>
29236
29237           <listitem>
29238             <para>If you want to search other libraries for an item to
29239             purchase you can use the 'From an external source' option which
29240             will allow you to order from a MARC record found via a Z39.50
29241             search</para>
29242
29243             <screenshot>
29244               <screeninfo>Search for record to add</screeninfo>
29245
29246               <mediaobject>
29247                 <imageobject>
29248                   <imagedata fileref="images/acquisitions/orderz39.png"/>
29249                 </imageobject>
29250               </mediaobject>
29251             </screenshot>
29252
29253             <itemizedlist>
29254               <listitem>
29255                 <para>From the results click the Order link next to the item
29256                 you want to purchase</para>
29257
29258                 <screenshot>
29259                   <screeninfo>Search Results to Order From</screeninfo>
29260
29261                   <mediaobject>
29262                     <imageobject>
29263                       <imagedata fileref="images/acquisitions/orderz39results.png"/>
29264                     </imageobject>
29265                   </mediaobject>
29266                 </screenshot>
29267               </listitem>
29268
29269               <listitem>
29270                 <para>If the item you're ordering from an external source
29271                 looks like it might be a duplicate, Koha will warn you and
29272                 give you options on how to proceed</para>
29273
29274                 <screenshot>
29275                   <screeninfo>Duplicate order warning</screeninfo>
29276
29277                   <mediaobject>
29278                     <imageobject>
29279                       <imagedata fileref="images/acquisitions/dupwarning.png"/>
29280                     </imageobject>
29281                   </mediaobject>
29282                 </screenshot>
29283
29284                 <itemizedlist>
29285                   <listitem>
29286                     <para>From the warning you can choose to just order
29287                     another copy on the existing bib record, create a new bib
29288                     record, or cancel your order of this item.</para>
29289                   </listitem>
29290                 </itemizedlist>
29291               </listitem>
29292
29293               <listitem>
29294                 <para>In the order form that pops up you will not be able to
29295                 edit the catalog details</para>
29296
29297                 <screenshot>
29298                   <screeninfo>New order from Z39.50 Search</screeninfo>
29299
29300                   <mediaobject>
29301                     <imageobject>
29302                       <imagedata fileref="images/acquisitions/orderz39form.png"/>
29303                     </imageobject>
29304                   </mediaobject>
29305                 </screenshot>
29306               </listitem>
29307             </itemizedlist>
29308           </listitem>
29309
29310           <listitem>
29311             <para>The final option for ordering is to order from a staged
29312             record (<link linkend="stagemarc">learn more about staging
29313             records</link>)</para>
29314
29315             <screenshot>
29316               <screeninfo>Staged Files to Order From</screeninfo>
29317
29318               <mediaobject>
29319                 <imageobject>
29320                   <imagedata fileref="images/acquisitions/stagedfiles.png"/>
29321                 </imageobject>
29322               </mediaobject>
29323             </screenshot>
29324
29325             <itemizedlist>
29326               <listitem>
29327                 <para>From the list of files you are presented with, choose
29328                 the 'Add orders' link</para>
29329
29330                 <screenshot>
29331                   <screeninfo>Records in the staged file</screeninfo>
29332
29333                   <mediaobject>
29334                     <imageobject>
29335                       <imagedata fileref="images/acquisitions/stagedrecords.png"/>
29336                     </imageobject>
29337                   </mediaobject>
29338                 </screenshot>
29339
29340                 <itemizedlist>
29341                   <listitem>
29342                     <para>From the list of records, click 'Add order' next to
29343                     the item you want to add to your order</para>
29344
29345                     <screenshot>
29346                       <screeninfo>New order from Staged Record</screeninfo>
29347
29348                       <mediaobject>
29349                         <imageobject>
29350                           <imagedata fileref="images/acquisitions/stagedorder.png"/>
29351                         </imageobject>
29352                       </mediaobject>
29353                     </screenshot>
29354
29355                     <itemizedlist>
29356                       <listitem>
29357                         <para>From the order form you will not be able to edit
29358                         the catalog details.</para>
29359                       </listitem>
29360                     </itemizedlist>
29361                   </listitem>
29362
29363                   <listitem>
29364                     <para>The other option is to import all records from the
29365                     staged file by scrolling below the list of records in the
29366                     staged file and filling in the item information.</para>
29367
29368                     <screenshot>
29369                       <screeninfo>Import All</screeninfo>
29370
29371                       <mediaobject>
29372                         <imageobject>
29373                           <imagedata fileref="images/acquisitions/importallstaged.png"/>
29374                         </imageobject>
29375                       </mediaobject>
29376                     </screenshot>
29377
29378                     <itemizedlist>
29379                       <listitem>
29380                         <para>If you choose this option the Koha will look in
29381                         the 020$c and grab the pricing information from that
29382                         field and put that on each order line.</para>
29383                       </listitem>
29384                     </itemizedlist>
29385                   </listitem>
29386                 </itemizedlist>
29387               </listitem>
29388             </itemizedlist>
29389           </listitem>
29390         </itemizedlist>
29391
29392         <para>After bringing in the bib information, if your <link
29393         linkend="AcqCreateItem">AcqCreateItem</link> system preference is set
29394         to add an item when ordering you will enter the item info next. You
29395         need to fill out at least one item record and then click the 'Add'
29396         button at the bottom left of the item form.</para>
29397
29398         <screenshot>
29399           <screeninfo>Item order</screeninfo>
29400
29401           <mediaobject>
29402             <imageobject>
29403               <imagedata fileref="images/acquisitions/itemonorder.png"/>
29404             </imageobject>
29405           </mediaobject>
29406         </screenshot>
29407
29408         <para>After clicking add the item will appear above the form and then
29409         you can enter your next item the same way (if ordering more than one
29410         item).</para>
29411
29412         <screenshot>
29413           <screeninfo>Item ordered</screeninfo>
29414
29415           <mediaobject>
29416             <imageobject>
29417               <imagedata fileref="images/acquisitions/itemonorderadded.png"/>
29418             </imageobject>
29419           </mediaobject>
29420         </screenshot>
29421
29422         <para>Once you have entered the info about the item you need to enter
29423         the Accounting information.</para>
29424
29425         <screenshot>
29426           <screeninfo>Accounting Details</screeninfo>
29427
29428           <mediaobject>
29429             <imageobject>
29430               <imagedata fileref="images/acquisitions/accounting.png"/>
29431             </imageobject>
29432           </mediaobject>
29433         </screenshot>
29434
29435         <itemizedlist>
29436           <listitem>
29437             <para>Quantity is populated by the number of items you've added to
29438             the order above</para>
29439           </listitem>
29440
29441           <listitem>
29442             <para>The list of funds is populated by the <link
29443             linkend="funds">funds</link> you have assigned in the <link
29444             linkend="acqadmin">Acquisitions Administration</link> area</para>
29445           </listitem>
29446
29447           <listitem>
29448             <para>The currency pull down will have the <link
29449             linkend="currexchangeadmin">currencies</link> you set up in the
29450             <link linkend="acqadmin">Acquisitions Administration</link>
29451             area</para>
29452           </listitem>
29453
29454           <listitem>
29455             <para>The vendor price will be used to calculate the rest of the
29456             amount fields below</para>
29457           </listitem>
29458
29459           <listitem>
29460             <para>If the price is uncertain, check the uncertain price
29461             box.</para>
29462
29463             <itemizedlist>
29464               <listitem>
29465                 <para>A basket with at least one uncertain price can't be
29466                 closed</para>
29467               </listitem>
29468             </itemizedlist>
29469           </listitem>
29470
29471           <listitem>
29472             <para>If you added Planning Values when <link
29473             linkend="addbudgetfund">creating the Fund</link> those values will
29474             appear in the two planning value fields</para>
29475           </listitem>
29476         </itemizedlist>
29477
29478         <para>Once an item is added to the basket you will be presented with a
29479         basket summary</para>
29480
29481         <screenshot>
29482           <screeninfo>Basket with item info</screeninfo>
29483
29484           <mediaobject>
29485             <imageobject>
29486               <imagedata fileref="images/acquisitions/finalbasket.png"/>
29487             </imageobject>
29488           </mediaobject>
29489         </screenshot>
29490
29491         <para>From here you can edit or remove the items you have
29492         added.</para>
29493
29494         <itemizedlist>
29495           <listitem>
29496             <para>Choosing to 'Delete the order' will just delete the order
29497             line, but leave the record in the catalog</para>
29498           </listitem>
29499
29500           <listitem>
29501             <para>Choosing to 'Delete order and catalog record' remove both
29502             the order line and the record in the catalog</para>
29503
29504             <itemizedlist>
29505               <listitem>
29506                 <para>The catalog record cannot always be deleted, you might
29507                 see notes as to why</para>
29508
29509                 <screenshot>
29510                   <screeninfo>Can't delete order line</screeninfo>
29511
29512                   <mediaobject>
29513                     <imageobject>
29514                       <imagedata fileref="images/acquisitions/cantdeleteorderline.png"/>
29515                     </imageobject>
29516                   </mediaobject>
29517                 </screenshot>
29518               </listitem>
29519             </itemizedlist>
29520           </listitem>
29521         </itemizedlist>
29522
29523         <para>Also on the summary page you have the option to edit the
29524         information you entered about the basket by clicking the 'Edit basket
29525         header information' button, deleting the basket altogether by clicking
29526         the 'Delete this basket' button, or exporting your basket as a CSV
29527         file by clicking the 'Export this basket as CSV' button.</para>
29528
29529         <screenshot>
29530           <screeninfo>Basket Buttons</screeninfo>
29531
29532           <mediaobject>
29533             <imageobject>
29534               <imagedata fileref="images/acquisitions/basketbuttons.png"/>
29535             </imageobject>
29536           </mediaobject>
29537         </screenshot>
29538
29539         <para>Once you're sure your basket is complete you can click 'Close
29540         this basket' button to indicate that this basket is complete and has
29541         been sent to the vendor. If you have your <link
29542         linkend="BasketConfirmations">BasketConfirmations</link> preference
29543         set to show a confirmation you will be asked if you're sure about
29544         closing the basket.</para>
29545
29546         <screenshot>
29547           <screeninfo>Basket Closure Confirmation</screeninfo>
29548
29549           <mediaobject>
29550             <imageobject>
29551               <imagedata fileref="images/acquisitions/BasketConfirmations.png"/>
29552             </imageobject>
29553           </mediaobject>
29554         </screenshot>
29555
29556         <para>When closing the basket you can choose to add the basket to a
29557         group for easy printing and retrieval. If you check the box to 'Attach
29558         this basket to a new basket group' you will be brought to the group
29559         list where you can print a PDF of the order.</para>
29560
29561         <screenshot>
29562           <screeninfo>Closed Baskets</screeninfo>
29563
29564           <mediaobject>
29565             <imageobject>
29566               <imagedata fileref="images/acquisitions/basketgroup.png"/>
29567             </imageobject>
29568           </mediaobject>
29569         </screenshot>
29570
29571         <para><important>
29572             <para>A basket with at least one items marked as 'uncertain price'
29573             will not be able to be closed</para>
29574
29575             <screenshot>
29576               <screeninfo>A basket with items where the price is
29577               uncertain</screeninfo>
29578
29579               <mediaobject>
29580                 <imageobject>
29581                   <imagedata fileref="images/acquisitions/basketuncertain.png"/>
29582                 </imageobject>
29583               </mediaobject>
29584             </screenshot>
29585           </important></para>
29586
29587         <para>Clicking the 'Uncertain Prices' button will pull up a list of
29588         items that you have marked as uncertain for this vendor. From that
29589         list you can quickly edit the items by entering new prices and
29590         quantities.</para>
29591
29592         <screenshot>
29593           <screeninfo>Uncertain Prices</screeninfo>
29594
29595           <mediaobject>
29596             <imageobject>
29597               <imagedata fileref="images/acquisitions/uncertainprices.png"/>
29598             </imageobject>
29599           </mediaobject>
29600         </screenshot>
29601
29602         <important>
29603           <para>The Uncertain Prices page is independent of the basket, it is
29604           linked to the vendor, so you will see all items on order for this
29605           vendor with uncertain prices.</para>
29606         </important>
29607
29608         <para/>
29609       </section>
29610
29611       <section id="acqbasketgroup">
29612         <title>Create a basket group</title>
29613
29614         <para>A basket group is simply a group of baskets. In some libraries,
29615         you have several staff members that create baskets, and, at the end of
29616         a period of time, someone then groups them together to send to the
29617         vendor in bulk. That said, it is possible to have one basket in a
29618         basket group if that's the workflow used in your library.</para>
29619       </section>
29620
29621       <section id="printacqbasket">
29622         <title>Printing baskets</title>
29623
29624         <para>When you are finished adding items to your basket you want to
29625         click 'Close this Basket'</para>
29626
29627         <screenshot>
29628           <screeninfo>Close Basket</screeninfo>
29629
29630           <mediaobject>
29631             <imageobject>
29632               <imagedata fileref="images/acquisitions/closebasket.png"/>
29633             </imageobject>
29634           </mediaobject>
29635         </screenshot>
29636
29637         <para>You will be asked if you want to create a purchase order at this
29638         time.</para>
29639
29640         <screenshot>
29641           <screeninfo>Create Purchase Order</screeninfo>
29642
29643           <mediaobject>
29644             <imageobject>
29645               <imagedata fileref="images/acquisitions/createpurchaseorder.png"/>
29646             </imageobject>
29647           </mediaobject>
29648         </screenshot>
29649
29650         <para>Your completed order will be listed on the Basket Grouping page
29651         for the printing or further modification.</para>
29652
29653         <screenshot>
29654           <screeninfo>Basket Grouping</screeninfo>
29655
29656           <mediaobject>
29657             <imageobject>
29658               <imagedata fileref="images/acquisitions/grouping.png"/>
29659             </imageobject>
29660           </mediaobject>
29661         </screenshot>
29662
29663         <para>Clicking 'Print' below your order will generate a PDF for
29664         printing. The PDF will have all of your library information followed
29665         by the items in your order.</para>
29666
29667         <screenshot>
29668           <screeninfo>Order found on PDF</screeninfo>
29669
29670           <mediaobject>
29671             <imageobject>
29672               <imagedata fileref="images/acquisitions/pdforder.png"/>
29673             </imageobject>
29674           </mediaobject>
29675         </screenshot>
29676       </section>
29677     </section>
29678
29679     <section id="receiveacqorder">
29680       <title>Receiving Orders</title>
29681
29682       <para>Orders can be received from the vendor information page</para>
29683
29684       <screenshot>
29685         <screeninfo>Receive from Vendor Information</screeninfo>
29686
29687         <mediaobject>
29688           <imageobject>
29689             <imagedata fileref="images/acquisitions/receivefromvendor.png"/>
29690           </imageobject>
29691         </mediaobject>
29692       </screenshot>
29693
29694       <para>or the vendor search results page</para>
29695
29696       <screenshot>
29697         <screeninfo>Vendor Search Results</screeninfo>
29698
29699         <mediaobject>
29700           <imageobject>
29701             <imagedata fileref="images/acquisitions/receivefromsearch.png"/>
29702           </imageobject>
29703         </mediaobject>
29704       </screenshot>
29705
29706       <para>After clicking 'Receive shipment' you will be asked to enter a
29707       vendor invoice number and a shipment received date.</para>
29708
29709       <screenshot>
29710         <screeninfo>Receive Shipment</screeninfo>
29711
29712         <mediaobject>
29713           <imageobject>
29714             <imagedata fileref="images/acquisitions/receive.png"/>
29715           </imageobject>
29716         </mediaobject>
29717       </screenshot>
29718
29719       <para>The receive page will list all items still on order with the
29720       vendor regardless of the basket the item is from.</para>
29721
29722       <screenshot>
29723         <screeninfo>Receipt Summary</screeninfo>
29724
29725         <mediaobject>
29726           <imageobject>
29727             <imagedata fileref="images/acquisitions/receiptsummary.png"/>
29728           </imageobject>
29729         </mediaobject>
29730       </screenshot>
29731
29732       <para>To receive a specific item, click the 'Receive' link to the right
29733       of the item.</para>
29734
29735       <screenshot>
29736         <screeninfo>Receive Item Form</screeninfo>
29737
29738         <mediaobject>
29739           <imageobject>
29740             <imagedata fileref="images/acquisitions/receiveitem.png"/>
29741           </imageobject>
29742         </mediaobject>
29743       </screenshot>
29744
29745       <para>From this form you can alter the cost information. You can also
29746       choose to mark only part of the order as received if the vendor didn't
29747       send your entire order by entering in the 'Quantity received'. The
29748       values you enter in the 'Replacement cost' and 'Actual cost' will
29749       automatically populate the item record by filling in subfield v (Cost,
29750       replacement price) and subfield g (Cost, normal purchase price) on the
29751       item record after saving.</para>
29752
29753       <screenshot>
29754         <screeninfo>Item record after receipt</screeninfo>
29755
29756         <mediaobject>
29757           <imageobject>
29758             <imagedata fileref="images/acquisitions/receiveditem.png"/>
29759           </imageobject>
29760         </mediaobject>
29761       </screenshot>
29762
29763       <para>Once you have made any changes necessary, click 'Save' to mark the
29764       item as received.</para>
29765
29766       <screenshot>
29767         <screeninfo>Already Received Items</screeninfo>
29768
29769         <mediaobject>
29770           <imageobject>
29771             <imagedata fileref="images/acquisitions/received.png"/>
29772           </imageobject>
29773         </mediaobject>
29774       </screenshot>
29775
29776       <para>When you're finished receiving items you can navigate away from
29777       this page or click the 'Finish receiving' button at the bottom of the
29778       screen.</para>
29779
29780       <para>You will also see that the item is received and/or cancelled if
29781       you view the basket.</para>
29782
29783       <screenshot>
29784         <screeninfo>One item marked (rcvd) in basket</screeninfo>
29785
29786         <mediaobject>
29787           <imageobject>
29788             <imagedata fileref="images/acquisitions/basketwithreceived.png"/>
29789           </imageobject>
29790         </mediaobject>
29791       </screenshot>
29792     </section>
29793
29794     <section id="acqclaims">
29795       <title>Claims &amp; Late Orders</title>
29796
29797       <para>If you have entered in an email address for the vendors in your
29798       system you can send them claim emails when an order is late. Before you
29799       can send claims you will need to set up an <link
29800       linkend="ACQCLAIM">acquisitions claim notice</link>.</para>
29801
29802       <para>Upon clicking on the link to 'Late Orders' from the Acquisitions
29803       page you will be presented with a series of filter options on the left
29804       hand side. These filters will be applied only closed baskets.</para>
29805
29806       <screenshot>
29807         <screeninfo>Acquisitions Late Order Filters</screeninfo>
29808
29809         <mediaobject>
29810           <imageobject>
29811             <imagedata fileref="images/acquisitions/acqclaimfilter.png"/>
29812           </imageobject>
29813         </mediaobject>
29814       </screenshot>
29815
29816       <note>
29817         <para>The vendor pull down only shows vendors with closed baskets that
29818         are late.</para>
29819       </note>
29820
29821       <para>Once you filter your orders to show you the things you consider to
29822       be late you will be presented with a list of these items.</para>
29823
29824       <screenshot>
29825         <screeninfo>Late Orders</screeninfo>
29826
29827         <mediaobject>
29828           <imageobject>
29829             <imagedata fileref="images/acquisitions/lateorders.png"/>
29830           </imageobject>
29831         </mediaobject>
29832       </screenshot>
29833
29834       <para>To the right of each late title you will be see a checkbox. Check
29835       off the ones you want a claim letter sent to and click 'Claim Order' at
29836       the bottom right of the list. This will automatically send an email to
29837       the vendor at the email address you have on file.<note>
29838           <para>The Estimated Delivery Date is based on the Delivery time
29839           value entered on the vendor record.</para>
29840         </note></para>
29841
29842       <para>If you would rather use a different acquisition claim letter
29843       (other than the default) you can <link linkend="addnotices">create that
29844       in the notices module</link> and choose it from the menu above the list
29845       of late items.</para>
29846
29847       <screenshot>
29848         <screeninfo>Choose a Claim Letter</screeninfo>
29849
29850         <mediaobject>
29851           <imageobject>
29852             <imagedata fileref="images/acquisitions/claimletter.png"/>
29853           </imageobject>
29854         </mediaobject>
29855       </screenshot>
29856     </section>
29857
29858     <section id="acqsearch">
29859       <title>Acquisition Searches</title>
29860
29861       <para>At the top of the various Acquisition pages there is a quick
29862       search box where you can perform either a Vendor Search or an Order
29863       Search.</para>
29864
29865       <screenshot>
29866         <screeninfo>Acquisition Searches</screeninfo>
29867
29868         <mediaobject>
29869           <imageobject>
29870             <imagedata fileref="images/acquisitions/acqsearches.png"/>
29871           </imageobject>
29872         </mediaobject>
29873       </screenshot>
29874
29875       <para>In the Vendor Search you can enter any part of the vendor name to
29876       get results.</para>
29877
29878       <screenshot>
29879         <screeninfo>Vendor Search Results</screeninfo>
29880
29881         <mediaobject>
29882           <imageobject>
29883             <imagedata fileref="images/acquisitions/vendorquicksearch.png"/>
29884           </imageobject>
29885         </mediaobject>
29886       </screenshot>
29887
29888       <para>Using the Orders Search you can search for items that have been
29889       ordered with or without the vendor.</para>
29890
29891       <screenshot>
29892         <screeninfo>Order Search Box</screeninfo>
29893
29894         <mediaobject>
29895           <imageobject>
29896             <imagedata fileref="images/acquisitions/ordersearch.png"/>
29897           </imageobject>
29898         </mediaobject>
29899       </screenshot>
29900
29901       <para>You can enter info in one or both fields and you can enter any
29902       part of the title and/or vendor name.</para>
29903
29904       <screenshot>
29905         <screeninfo>Order Search Results</screeninfo>
29906
29907         <mediaobject>
29908           <imageobject>
29909             <imagedata fileref="images/acquisitions/ordersearchresults.png"/>
29910           </imageobject>
29911         </mediaobject>
29912       </screenshot>
29913
29914       <para>Clicking the plus sign to the right of the Vendor search box will
29915       expand the search and allow you to search for additional fields.</para>
29916
29917       <screenshot>
29918         <screeninfo>Expanded Orders Search</screeninfo>
29919
29920         <mediaobject>
29921           <imageobject>
29922             <imagedata fileref="images/acquisitions/ordersearchexpand.png"/>
29923           </imageobject>
29924         </mediaobject>
29925       </screenshot>
29926
29927       <para>Clicking Advanced Search to the right of the search button will
29928       give you all of the order search options available.</para>
29929
29930       <screenshot>
29931         <screeninfo>Full Order Search</screeninfo>
29932
29933         <mediaobject>
29934           <imageobject>
29935             <imagedata fileref="images/acquisitions/ordersearchfull.png"/>
29936           </imageobject>
29937         </mediaobject>
29938       </screenshot>
29939     </section>
29940
29941     <section id="fundtracking">
29942       <title>Budget/Fund Tracking</title>
29943
29944       <para>On the main acquisitions page there will be a table on the right
29945       showing you all of your active funds and a breakdown of what has been
29946       ordered or spent against them.</para>
29947
29948       <screenshot>
29949         <screeninfo>Fund Table</screeninfo>
29950
29951         <mediaobject>
29952           <imageobject>
29953             <imagedata fileref="images/acquisitions/budgettable.png"/>
29954           </imageobject>
29955         </mediaobject>
29956       </screenshot>
29957
29958       <para>Clicking on the linked amounts under spent or ordered will show
29959       you a summary of the titles ordered on that budget.</para>
29960
29961       <screenshot>
29962         <screeninfo>Titles Spent</screeninfo>
29963
29964         <mediaobject>
29965           <imageobject>
29966             <imagedata fileref="images/acquisitions/spent.png"/>
29967           </imageobject>
29968         </mediaobject>
29969       </screenshot>
29970     </section>
29971   </chapter>
29972
29973   <chapter id="stafflists">
29974     <title>Lists &amp; Cart</title>
29975
29976     <para>Lists are a way to save a collection of content on a specific topic
29977     or for a specific purpose. The Cart is a session specific storage
29978     space.</para>
29979
29980     <itemizedlist>
29981       <listitem>
29982         <para><emphasis>Get there:</emphasis> More &gt; Lists</para>
29983       </listitem>
29984     </itemizedlist>
29985
29986     <section id="lists">
29987       <title>Lists</title>
29988
29989       <para/>
29990
29991       <section id="createlist">
29992         <title>Create a List</title>
29993
29994         <para>A list can be created by visiting the Lists page and clicking
29995         'New List'</para>
29996
29997         <screenshot>
29998           <screeninfo>New List Button</screeninfo>
29999
30000           <mediaobject>
30001             <imageobject>
30002               <imagedata fileref="images/lists/newlistbutton.png"/>
30003             </imageobject>
30004           </mediaobject>
30005         </screenshot>
30006
30007         <para>The new list form offers several options for creating your
30008         list:</para>
30009
30010         <screenshot>
30011           <screeninfo>New List Form</screeninfo>
30012
30013           <mediaobject>
30014             <imageobject>
30015               <imagedata fileref="images/lists/newlistform.png"/>
30016             </imageobject>
30017           </mediaobject>
30018         </screenshot>
30019
30020         <itemizedlist>
30021           <listitem>
30022             <para>The name is what will appear on the list of Lists</para>
30023           </listitem>
30024
30025           <listitem>
30026             <para>You can also choose how to sort the list</para>
30027           </listitem>
30028
30029           <listitem>
30030             <para>Finally there are three types of lists you can choose
30031             from</para>
30032
30033             <itemizedlist>
30034               <listitem>
30035                 <para>A Private List is managed by you and can be seen only by
30036                 you</para>
30037               </listitem>
30038
30039               <listitem>
30040                 <para>A Public List can be seen by everybody, but managed only
30041                 by you</para>
30042               </listitem>
30043             </itemizedlist>
30044           </listitem>
30045         </itemizedlist>
30046
30047         <para>A list can also be created from the catalog search
30048         results</para>
30049
30050         <screenshot>
30051           <screeninfo>New list from catalog search</screeninfo>
30052
30053           <mediaobject>
30054             <imageobject>
30055               <imagedata fileref="images/lists/newlistsearch.png"/>
30056             </imageobject>
30057           </mediaobject>
30058         </screenshot>
30059
30060         <itemizedlist>
30061           <listitem>
30062             <para>Check the box to the left of the titles you want to add to
30063             the new list</para>
30064           </listitem>
30065
30066           <listitem>
30067             <para>Choose [New List] from the 'Add to:' pull down menu</para>
30068
30069             <screenshot>
30070               <screeninfo>New List from Search Results</screeninfo>
30071
30072               <mediaobject>
30073                 <imageobject>
30074                   <imagedata fileref="images/lists/newlistfromsearch.png"/>
30075                 </imageobject>
30076               </mediaobject>
30077             </screenshot>
30078
30079             <itemizedlist>
30080               <listitem>
30081                 <para>Name the list and choose what type of list this
30082                 is</para>
30083
30084                 <itemizedlist>
30085                   <listitem>
30086                     <para>A Private List is managed by you and can be seen
30087                     only by you</para>
30088                   </listitem>
30089
30090                   <listitem>
30091                     <para>A Public List can be seen by everybody, but managed
30092                     only by you</para>
30093                   </listitem>
30094                 </itemizedlist>
30095               </listitem>
30096             </itemizedlist>
30097           </listitem>
30098         </itemizedlist>
30099
30100         <para>Once the list is saved it will accessible from the Lists page
30101         and from the 'Add to' menu at the top of the search results.</para>
30102       </section>
30103
30104       <section id="addtolist">
30105         <title>Add to a List</title>
30106
30107         <para>To add titles to an existing list click on the list name from
30108         the page of lists</para>
30109
30110         <screenshot>
30111           <screeninfo>List of Lists</screeninfo>
30112
30113           <mediaobject>
30114             <imageobject>
30115               <imagedata fileref="images/lists/listslist.png"/>
30116             </imageobject>
30117           </mediaobject>
30118         </screenshot>
30119
30120         <para>From the List page you can add titles by scanning barcodes into
30121         the box at the bottom of the page</para>
30122
30123         <screenshot>
30124           <screeninfo>Content of a List</screeninfo>
30125
30126           <mediaobject>
30127             <imageobject>
30128               <imagedata fileref="images/lists/listcontents.png"/>
30129             </imageobject>
30130           </mediaobject>
30131         </screenshot>
30132
30133         <para>A title can also be added to a list by selecting titles on the
30134         search results page and choosing the list from the 'Add to'
30135         menu</para>
30136
30137         <screenshot>
30138           <screeninfo>Add to List</screeninfo>
30139
30140           <mediaobject>
30141             <imageobject>
30142               <imagedata fileref="images/lists/addtolist.png"/>
30143             </imageobject>
30144           </mediaobject>
30145         </screenshot>
30146       </section>
30147
30148       <section id="viewlist">
30149         <title>Viewing Lists</title>
30150
30151         <para>To see the contents of a list, visit the Lists page on the staff
30152         client</para>
30153
30154         <screenshot>
30155           <screeninfo>List of Lists</screeninfo>
30156
30157           <mediaobject>
30158             <imageobject>
30159               <imagedata fileref="images/lists/listslist.png"/>
30160             </imageobject>
30161           </mediaobject>
30162         </screenshot>
30163
30164         <para>Clicking on the 'List Name' will show the contents of the
30165         list</para>
30166
30167         <screenshot>
30168           <screeninfo>Content of a List</screeninfo>
30169
30170           <mediaobject>
30171             <imageobject>
30172               <imagedata fileref="images/lists/listcontents.png"/>
30173             </imageobject>
30174           </mediaobject>
30175         </screenshot>
30176       </section>
30177
30178       <section id="mergebibrecs">
30179         <title>Merging Bibliographic Records Via Lists</title>
30180
30181         <para>The easiest way to merge together duplicate bibliographic
30182         records is to add them to a list and use the Merge Tool from
30183         there.</para>
30184
30185         <screenshot>
30186           <screeninfo>List of Duplicate Records</screeninfo>
30187
30188           <mediaobject>
30189             <imageobject>
30190               <imagedata fileref="images/lists/listofdups.png"/>
30191             </imageobject>
30192           </mediaobject>
30193         </screenshot>
30194
30195         <para>From the list, check the two items you want to merge. If you
30196         choose more than or fewer than 2, you will be presented with an
30197         error:</para>
30198
30199         <screenshot>
30200           <screeninfo>Merge Items Error</screeninfo>
30201
30202           <mediaobject>
30203             <imageobject>
30204               <imagedata fileref="images/lists/merge2rec.png"/>
30205             </imageobject>
30206           </mediaobject>
30207         </screenshot>
30208
30209         <para>Once you have selected the records you want to merge, click the
30210         'Merge selected items' button. You will be asked which of the two
30211         records you would like to keep as your primary record and which will
30212         be deleted after the merge. If the records were created using
30213         different frameworks, Koha will also ask you what Framework you would
30214         like the newly merged record to use.</para>
30215
30216         <screenshot>
30217           <screeninfo>Choose Primary Record for Merge</screeninfo>
30218
30219           <mediaobject>
30220             <imageobject>
30221               <imagedata fileref="images/lists/mergeprimary.png"/>
30222             </imageobject>
30223           </mediaobject>
30224         </screenshot>
30225
30226         <para>You will be presented with the MARC for both of the records
30227         (each accessible by tabs labeled with the bib numbers for those
30228         records). By default the entire first record will be selected, uncheck
30229         the fields you don't want in the final (destination) record and then
30230         move on to the second tab to choose which fields should be in the
30231         final (destination) record.</para>
30232
30233         <screenshot>
30234           <screeninfo>Merging Records</screeninfo>
30235
30236           <mediaobject>
30237             <imageobject>
30238               <imagedata fileref="images/lists/mergerecs.png"/>
30239             </imageobject>
30240           </mediaobject>
30241         </screenshot>
30242
30243         <para>Should you try to add a field that is not repeatable two times
30244         (like choosing the 245 field from both record #1 and #2) you will be
30245         presented with an error</para>
30246
30247         <screenshot>
30248           <screeninfo>Non-repeatable Error</screeninfo>
30249
30250           <mediaobject>
30251             <imageobject>
30252               <imagedata fileref="images/lists/nondupfield.png"/>
30253             </imageobject>
30254           </mediaobject>
30255         </screenshot>
30256
30257         <para>Once you have completed your selections click the 'merge'
30258         button. The primary record will now CONTAIN the data you chose for it
30259         as well as all of the items/holdings from both bib records, and the
30260         second record will be deleted.<important>
30261             <para>It is important to rebuild your zebra index immediately
30262             after merging records. If a search is performed for a record which
30263             has been deleted Koha will present the patrons with an error in
30264             the OPAC.</para>
30265           </important></para>
30266       </section>
30267     </section>
30268
30269     <section id="cart">
30270       <title>Cart</title>
30271
30272       <para>The cart is a temporary holding place for items in the OPAC and/or
30273       staff client. The cart will be emptied once the session is ended (by
30274       closing the browser or logging out). The cart is best used for
30275       performing batch operations (holds, printing, emailing) or for getting a
30276       list of items to be printed or emailed to yourself or a patron.</para>
30277
30278       <para>If you would like to enable the cart in the staff client, you need
30279       to set the <link linkend="intranetbookbag">intranetbookbag</link> system
30280       preference to 'Show.' To add things to the cart, search the catalog and
30281       select the items you would like added to your cart and choose 'Cart'
30282       from the 'Add to' menu</para>
30283
30284       <screenshot>
30285         <screeninfo>Add to Cart</screeninfo>
30286
30287         <mediaobject>
30288           <imageobject>
30289             <imagedata fileref="images/lists/addtocart.png"/>
30290           </imageobject>
30291         </mediaobject>
30292       </screenshot>
30293
30294       <para>A confirmation will appear below the cart button at the top of the
30295       staff client</para>
30296
30297       <screenshot>
30298         <screeninfo>Items added to Cart</screeninfo>
30299
30300         <mediaobject>
30301           <imageobject>
30302             <imagedata fileref="images/lists/itemsaddedcart.png"/>
30303           </imageobject>
30304         </mediaobject>
30305       </screenshot>
30306
30307       <para>Clicking on the Cart icon will provide you with the contents of
30308       the cart</para>
30309
30310       <screenshot>
30311         <screeninfo>Cart Contents</screeninfo>
30312
30313         <mediaobject>
30314           <imageobject>
30315             <imagedata fileref="images/lists/cart.png"/>
30316           </imageobject>
30317         </mediaobject>
30318       </screenshot>
30319
30320       <itemizedlist>
30321         <listitem>
30322           <para>From this list of items you can perform several actions</para>
30323         </listitem>
30324
30325         <listitem>
30326           <para>'Send' will send the list to the email address you
30327           enter</para>
30328         </listitem>
30329
30330         <listitem>
30331           <para>'Download' will allow you to download the cart using one of 3
30332           default formats or your <link linkend="csvprofiles">CSV
30333           Profiles</link></para>
30334         </listitem>
30335
30336         <listitem>
30337           <para>'Print' will present you with a printable version of the
30338           cart</para>
30339         </listitem>
30340
30341         <listitem>
30342           <para>'Empty and Close' will empty the list and close the
30343           window</para>
30344         </listitem>
30345
30346         <listitem>
30347           <para>'Hide Window' will close the window</para>
30348         </listitem>
30349       </itemizedlist>
30350     </section>
30351   </chapter>
30352
30353   <chapter id="reports">
30354     <title>Reports</title>
30355
30356     <para>Reports in Koha are a way to gather data. Reports are used to
30357     generate statistics, member lists, shelving lists, or any list of data in
30358     your database.</para>
30359
30360     <itemizedlist>
30361       <listitem>
30362         <para><emphasis>Get there:</emphasis> More &gt; Reports</para>
30363       </listitem>
30364     </itemizedlist>
30365
30366     <section id="customreports">
30367       <title>Custom Reports</title>
30368
30369       <para>Koha's data is stored in a MySQL database which means that
30370       librarians can generate nearly any report they would like by either
30371       using the <link linkend="quidedreportwizard">Guided Reports
30372       Wizard</link> or writing their own <link linkend="reportfromsql">SQL
30373       query</link>.</para>
30374
30375       <section id="customreport">
30376         <title>Add Custom Report</title>
30377
30378         <para/>
30379
30380         <section id="quidedreportwizard">
30381           <title>Guided Report Wizard</title>
30382
30383           <para>The guided report wizard will walk you through a six step
30384           process to generate a report.</para>
30385
30386           <para>Step 1: Choose the module you want to report on. This will
30387           determine what tables and fields are available for you to
30388           query.</para>
30389
30390           <screenshot>
30391             <screeninfo>Chose Module for Report</screeninfo>
30392
30393             <mediaobject>
30394               <imageobject>
30395                 <imagedata fileref="images/reports/report1.png"/>
30396               </imageobject>
30397             </mediaobject>
30398           </screenshot>
30399
30400           <para>Step 2: Choose a report type. For now, Tabular is the only
30401           option available.</para>
30402
30403           <screenshot>
30404             <screeninfo>Report Type</screeninfo>
30405
30406             <mediaobject>
30407               <imageobject>
30408                 <imagedata fileref="images/reports/report2.png"/>
30409               </imageobject>
30410             </mediaobject>
30411           </screenshot>
30412
30413           <para>Step 3: Choose the fields you want in your report. You can
30414           select multiple fields and add them all at once by using CTRL+Click
30415           on each item you want to add before clicking the Add button.</para>
30416
30417           <screenshot>
30418             <screeninfo>Select database fields to query</screeninfo>
30419
30420             <mediaobject>
30421               <imageobject>
30422                 <imagedata fileref="images/reports/report3.png"/>
30423               </imageobject>
30424             </mediaobject>
30425           </screenshot>
30426
30427           <para>Step 4: Choose any limits you might want to apply to your
30428           report (such as item types or branches). If you don't want to apply
30429           any limits, simply click Next instead of making an option.</para>
30430
30431           <screenshot>
30432             <screeninfo>Choose limits</screeninfo>
30433
30434             <mediaobject>
30435               <imageobject>
30436                 <imagedata fileref="images/reports/report4.png"/>
30437               </imageobject>
30438             </mediaobject>
30439           </screenshot>
30440
30441           <para>Step 5: Perform math functions. If you don't want to do any
30442           calculations, simply click Next instead of making an option.</para>
30443
30444           <screenshot>
30445             <screeninfo>Choose math functions</screeninfo>
30446
30447             <mediaobject>
30448               <imageobject>
30449                 <imagedata fileref="images/reports/report5.png"/>
30450               </imageobject>
30451             </mediaobject>
30452           </screenshot>
30453
30454           <para>Step 6: Choose data order. If you want the data to print out
30455           in the order it's found in the database, simply click Finish.</para>
30456
30457           <screenshot>
30458             <screeninfo>Choose ordering</screeninfo>
30459
30460             <mediaobject>
30461               <imageobject>
30462                 <imagedata fileref="images/reports/report6.png"/>
30463               </imageobject>
30464             </mediaobject>
30465           </screenshot>
30466
30467           <para>When you are finished you will be presented with the SQL
30468           generated by the report wizard. From here you can choose to save the
30469           report by clicking 'Save' or copy the SQL and make edits to it by
30470           hand.</para>
30471
30472           <screenshot>
30473             <screeninfo>Custom Report Confirmation</screeninfo>
30474
30475             <mediaobject>
30476               <imageobject>
30477                 <imagedata fileref="images/reports/reportconfirm.png"/>
30478               </imageobject>
30479             </mediaobject>
30480           </screenshot>
30481
30482           <para>If you choose to save the report you will be asked to name
30483           your report and enter any notes regarding it.</para>
30484
30485           <screenshot>
30486             <screeninfo>Save custom report</screeninfo>
30487
30488             <mediaobject>
30489               <imageobject>
30490                 <imagedata fileref="images/reports/reportsave.png"/>
30491               </imageobject>
30492             </mediaobject>
30493           </screenshot>
30494
30495           <para>Once your report is saved it will appear on the 'Use Saved'
30496           page with all other saved reports.</para>
30497
30498           <screenshot>
30499             <screeninfo>Saved Reports list</screeninfo>
30500
30501             <mediaobject>
30502               <imageobject>
30503                 <imagedata fileref="images/reports/savedreports.png"/>
30504               </imageobject>
30505             </mediaobject>
30506           </screenshot>
30507
30508           <para>From here you can make edits, run the report, or schedule a
30509           time to have the report run. To find the report you created you can
30510           sort by any of the columns by clicking the on the column header
30511           (creation date is the best bet for finding the report you just
30512           added). You can also filter your results using the filter menu on
30513           the left.</para>
30514         </section>
30515
30516         <section id="reportfromsql">
30517           <title>Report from SQL</title>
30518
30519           <para>In addition to the report wizard, you have the option to write
30520           your own queries using SQL. To find reports written by other Koha
30521           users, visit the Koha Wiki: <ulink
30522           url="http://wiki.koha-community.org/wiki/SQL_Reports_Library">http://wiki.koha-community.org/wiki/SQL_Reports_Library</ulink>.
30523           You can also find your database structure in
30524           /installer/data/mysql/kohastructure.sql or online at: <ulink
30525           url="http://schema.koha-community.org/">http://schema.koha-community.org</ulink>.</para>
30526
30527           <para>To add your query, click the link to 'Create from SQL' on the
30528           main reports module or the New button at the top of the Saved
30529           Reports page.</para>
30530
30531           <screenshot>
30532             <screeninfo>New SQL Report</screeninfo>
30533
30534             <mediaobject>
30535               <imageobject>
30536                 <imagedata fileref="images/reports/newsql.png"/>
30537               </imageobject>
30538             </mediaobject>
30539           </screenshot>
30540
30541           <para>Fill in the form presented</para>
30542
30543           <screenshot>
30544             <screeninfo>Create Report from SQL</screeninfo>
30545
30546             <mediaobject>
30547               <imageobject>
30548                 <imagedata fileref="images/reports/reportfromsql.png"/>
30549               </imageobject>
30550             </mediaobject>
30551           </screenshot>
30552
30553           <itemizedlist>
30554             <listitem>
30555               <para>The name is what will appear on the Saved Reports page to
30556               help you identify the report later. It will also be searchable
30557               using the filters found the left of the Saved Reports
30558               page.</para>
30559             </listitem>
30560
30561             <listitem>
30562               <para>Notes will also appear on the Saved Reports page, this can
30563               be used to provide more details about the report or tips on how
30564               to enter values when it runs</para>
30565             </listitem>
30566
30567             <listitem>
30568               <para>The type should always be 'Tabular' at this time since the
30569               other formats have not been implemented</para>
30570             </listitem>
30571
30572             <listitem>
30573               <para>In the SQL box you will type or paste the SQL for the
30574               report</para>
30575             </listitem>
30576
30577             <listitem>
30578               <para>If you feel that your report might be too resource
30579               intensive you might want to consider using runtime parameters to
30580               your query. Runtime parameters basically make a filter appear
30581               before the report is run to save your system resources.</para>
30582
30583               <para>There is a specific syntax that Koha will understand as
30584               'ask for values when running the report'. The syntax is
30585               &lt;&lt;Question to ask|authorized_value&gt;&gt;.</para>
30586
30587               <itemizedlist>
30588                 <listitem>
30589                   <para>The &lt;&lt; and &gt;&gt; are just delimiters. You
30590                   must put &lt;&lt; at the beginning and &gt;&gt; at the end
30591                   of your parameter</para>
30592                 </listitem>
30593
30594                 <listitem>
30595                   <para>The 'Question to ask' will be displayed on the left of
30596                   the string to enter.</para>
30597                 </listitem>
30598
30599                 <listitem>
30600                   <para>The authorized_value can be omitted if not applicable.
30601                   If it contains an authorized value category, or branches or
30602                   itemtype or categorycode, a list with the Koha authorized
30603                   values will be displayed instead of a free field Note that
30604                   you can have more than one parameter in a given SQL Note
30605                   that entering nothing at run time won't probably work as you
30606                   expect. It will be considered as "value empty" not as
30607                   "ignore this parameter". For example entering nothing for :
30608                   "title=&lt;&lt;Enter title&gt;&gt;" will display results
30609                   with title='' (no title). If you want to have to have
30610                   something not mandatory, use "title like &lt;&lt;Enter
30611                   title&gt;&gt;" and enter a % at run time instead of
30612                   nothing</para>
30613                 </listitem>
30614               </itemizedlist>
30615
30616               <para>Examples:</para>
30617
30618               <itemizedlist>
30619                 <listitem>
30620                   <para>SELECT surname,firstname FROM borrowers WHERE
30621                   branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt;
30622                   AND surname like &lt;&lt;Enter filter for patron surname (%
30623                   if none)&gt;&gt;</para>
30624                 </listitem>
30625
30626                 <listitem>
30627                   <para>SELECT * FROM items WHERE homebranch = &lt;&lt;Pick
30628                   your branch|branches&gt;&gt; and barcode like
30629                   &lt;&lt;Partial barcode value here&gt;&gt;</para>
30630                 </listitem>
30631               </itemizedlist>
30632
30633               <tip>
30634                 <para>To generate a date picker calendar to the right of the
30635                 field when running a report you can use the 'date' keyword
30636                 like this: &lt;&lt;Enter Date|date&gt;&gt;</para>
30637
30638                 <screenshot>
30639                   <screeninfo>Date Picker</screeninfo>
30640
30641                   <mediaobject>
30642                     <imageobject>
30643                       <imagedata fileref="images/reports/datepicker.png"/>
30644                     </imageobject>
30645                   </mediaobject>
30646                 </screenshot>
30647               </tip>
30648
30649               <tip>
30650                 <para>You have to put "%" in a text box to 'leave it blank'.
30651                 Otherwise, it literally looks for "" (empty string) as the
30652                 value for the field.</para>
30653               </tip>
30654
30655               <para><important>
30656                   <para>In addition to using any authorized value code to
30657                   generate a dropdown, you can use the following values as
30658                   well: Branches (branches), Item Types (itemtypes) and Patron
30659                   Categories (categorycode). For example a branch pull down
30660                   would be generated like this
30661                   &lt;&lt;Branch|branches&gt;&gt;</para>
30662
30663                   <screenshot>
30664                     <screeninfo>Branch pull down</screeninfo>
30665
30666                     <mediaobject>
30667                       <imageobject>
30668                         <imagedata fileref="images/reports/branchpulldown.png"/>
30669                       </imageobject>
30670                     </mediaobject>
30671                   </screenshot>
30672                 </important></para>
30673             </listitem>
30674           </itemizedlist>
30675
30676           <note>
30677             <para>There is a limit of 10,000 records put on SQL statements
30678             entered in Koha. To get around this you want to add 'LIMIT 100000'
30679             to the end of your SQL statement (or any other number above
30680             10,000.</para>
30681           </note>
30682
30683           <para>Once everything is entered click the 'Save Report' button and
30684           you'll be presented with options to run it. Once a report is saved
30685           you do not have to recreate it you can simply find it on the Saved
30686           Reports page and <link linkend="runcustomreport">run</link> or <link
30687           linkend="editcustomreports">edit</link> it.</para>
30688         </section>
30689       </section>
30690
30691       <section id="editcustomreports">
30692         <title>Edit Custom Reports</title>
30693
30694         <para>Every report can be edited from the reports lists. To see the
30695         list of reports already stored in Koha, click 'Use Saved.'</para>
30696
30697         <screenshot>
30698           <screeninfo>Saved Reports</screeninfo>
30699
30700           <mediaobject>
30701             <imageobject>
30702               <imagedata fileref="images/reports/savedreports.png"/>
30703             </imageobject>
30704           </mediaobject>
30705         </screenshot>
30706
30707         <para>To find the report you'd like to edit you can sort by any of the
30708         columns by clicking the on the column header. You can also filter your
30709         results using the filter menu on the left.</para>
30710
30711         <para>From this list you can edit any custom report by clicking 'Edit
30712         SQL'</para>
30713
30714         <screenshot>
30715           <screeninfo>Edit SQL Form</screeninfo>
30716
30717           <mediaobject>
30718             <imageobject>
30719               <imagedata fileref="images/reports/editreport.png"/>
30720             </imageobject>
30721           </mediaobject>
30722         </screenshot>
30723       </section>
30724
30725       <section id="runcustomreport">
30726         <title>Running Custom Reports</title>
30727
30728         <para>Once custom reports are saved to Koha, you can run them by going
30729         to the Saved Reports page and clicking the Run link to the right of
30730         the report.</para>
30731
30732         <screenshot>
30733           <screeninfo>Run Report</screeninfo>
30734
30735           <mediaobject>
30736             <imageobject>
30737               <imagedata fileref="images/reports/runreport.png"/>
30738             </imageobject>
30739           </mediaobject>
30740         </screenshot>
30741
30742         <para>When you report runs you will either be asked for some
30743         values</para>
30744
30745         <screenshot>
30746           <screeninfo>Enter report parameters</screeninfo>
30747
30748           <mediaobject>
30749             <imageobject>
30750               <imagedata fileref="images/reports/reportparameters.png"/>
30751             </imageobject>
30752           </mediaobject>
30753         </screenshot>
30754
30755         <para>or you will see the results right away</para>
30756
30757         <screenshot>
30758           <screeninfo>Report results</screeninfo>
30759
30760           <mediaobject>
30761             <imageobject>
30762               <imagedata fileref="images/reports/reportresults.png"/>
30763             </imageobject>
30764           </mediaobject>
30765         </screenshot>
30766
30767         <para>From the results you can choose to rerun the report by clicking
30768         'Run report' at the top, edit the report by clicking the 'Edit' button
30769         or starting over and creating a new report by using the 'New' button.
30770         You can also download your results by choosing a file type at the
30771         bottom of the results next to the 'Download the report' label and
30772         clicking 'Download.'<tip>
30773             <para>A Comma Separated Text file is a CSV file and it can be
30774             opened by any spreadsheet application.</para>
30775           </tip></para>
30776       </section>
30777     </section>
30778
30779     <section id="statsreports">
30780       <title>Statistics Reports</title>
30781
30782       <para>Statistic reports will show you counts and sums. These reports are
30783       all about numbers and statistics, for reports that return more detailed
30784       data, use the <link linkend="quidedreportwizard">Guided Report
30785       Wizard</link>. These reports are limited in what data they can look at,
30786       so it's often recommended to use <link linkend="customreports">custom
30787       reports</link> for official end of the year statistics.</para>
30788
30789       <section id="acqstats">
30790         <title>Acquisitions Statistics</title>
30791
30792         <note>
30793           <para>These reports are limited in what data they can look at, so
30794           it's often recommended to use <link linkend="customreports">custom
30795           reports</link> for official end of the year statistics.</para>
30796         </note>
30797
30798         <para>Using the form provided, choose which value you would like to
30799         appear in the Column and which will appear in the Row.</para>
30800
30801         <screenshot>
30802           <screeninfo>Acquisitions Statistics</screeninfo>
30803
30804           <mediaobject>
30805             <imageobject>
30806               <imagedata fileref="images/reports/acqform.png"/>
30807             </imageobject>
30808           </mediaobject>
30809         </screenshot>
30810
30811         <para>If you choose to output to the browser your results will print
30812         to the screen.</para>
30813
30814         <screenshot>
30815           <screeninfo>Acquisitions Statistics Results</screeninfo>
30816
30817           <mediaobject>
30818             <imageobject>
30819               <imagedata fileref="images/reports/acqnumbers.png"/>
30820             </imageobject>
30821           </mediaobject>
30822         </screenshot>
30823
30824         <para>You can also choose to export to a file that you can manipulate
30825         to your needs.</para>
30826
30827         <para>When generating your report, note that you get to choose between
30828         counting or summing the values.</para>
30829
30830         <screenshot>
30831           <screeninfo>Acquisitions Stats Options</screeninfo>
30832
30833           <mediaobject>
30834             <imageobject>
30835               <imagedata fileref="images/reports/acqtotal.png"/>
30836             </imageobject>
30837           </mediaobject>
30838         </screenshot>
30839
30840         <para>Choosing amount will change your results to appear as the sum of
30841         the amounts spent.</para>
30842
30843         <screenshot>
30844           <screeninfo>Acquisitions statistics with totals</screeninfo>
30845
30846           <mediaobject>
30847             <imageobject>
30848               <imagedata fileref="images/reports/acqamounts.png"/>
30849             </imageobject>
30850           </mediaobject>
30851         </screenshot>
30852       </section>
30853
30854       <section id="patstats">
30855         <title>Patron Statistics</title>
30856
30857         <note>
30858           <para>These reports are limited in what data they can look at, so
30859           it's often recommended to use <link linkend="customreports">custom
30860           reports</link> for official end of the year statistics.</para>
30861         </note>
30862
30863         <para>Using the form provided, choose which value you would like to
30864         appear in the Column and which will appear in the Row.</para>
30865
30866         <screenshot>
30867           <screeninfo>Patron Statistics Options</screeninfo>
30868
30869           <mediaobject>
30870             <imageobject>
30871               <imagedata fileref="images/reports/patronform.png"/>
30872             </imageobject>
30873           </mediaobject>
30874         </screenshot>
30875
30876         <para>If you choose to output to the browser your results will print
30877         to the screen.</para>
30878
30879         <screenshot>
30880           <screeninfo>Patron Statistics Results</screeninfo>
30881
30882           <mediaobject>
30883             <imageobject>
30884               <imagedata fileref="images/reports/patronresults.png"/>
30885             </imageobject>
30886           </mediaobject>
30887         </screenshot>
30888
30889         <para>Based on your selections, you may see some query information
30890         above your results table. You can also choose to export to a file that
30891         you can manipulate to your needs.</para>
30892       </section>
30893
30894       <section id="catstats">
30895         <title>Catalog Statistics</title>
30896
30897         <note>
30898           <para>These reports are limited in what data they can look at, so
30899           it's often recommended to use <link linkend="customreports">custom
30900           reports</link> for official end of the year statistics.</para>
30901         </note>
30902
30903         <para>Using the form provided, choose which value you would like to
30904         appear in the Column and which will appear in the Row.</para>
30905
30906         <screenshot>
30907           <screeninfo>Catalog Statistics Form</screeninfo>
30908
30909           <mediaobject>
30910             <imageobject>
30911               <imagedata fileref="images/reports/catalogform.png"/>
30912             </imageobject>
30913           </mediaobject>
30914         </screenshot>
30915
30916         <para>If you choose to output to the browser your results will print
30917         to the screen.</para>
30918
30919         <screenshot>
30920           <screeninfo>Catalog Statistic Results</screeninfo>
30921
30922           <mediaobject>
30923             <imageobject>
30924               <imagedata fileref="images/reports/catalogresults.png"/>
30925             </imageobject>
30926           </mediaobject>
30927         </screenshot>
30928
30929         <para>You can also choose to export to a file that you can manipulate
30930         to your needs.</para>
30931       </section>
30932
30933       <section id="circstats">
30934         <title>Circulation Statistics</title>
30935
30936         <note>
30937           <para>These reports are limited in what data they can look at, so
30938           it's often recommended to use <link linkend="customreports">custom
30939           reports</link> for official end of the year statistics.</para>
30940         </note>
30941
30942         <para>Using the form provided, choose which value you would like to
30943         appear in the Column and which will appear in the Row.</para>
30944
30945         <screenshot>
30946           <screeninfo>Circulation Statistics</screeninfo>
30947
30948           <mediaobject>
30949             <imageobject>
30950               <imagedata fileref="images/reports/circform.png"/>
30951             </imageobject>
30952           </mediaobject>
30953         </screenshot>
30954
30955         <para>If you choose to output to the browser your results will print
30956         to the screen.</para>
30957
30958         <screenshot>
30959           <screeninfo>Circulation Statistic Results</screeninfo>
30960
30961           <mediaobject>
30962             <imageobject>
30963               <imagedata fileref="images/reports/circresults.png"/>
30964             </imageobject>
30965           </mediaobject>
30966         </screenshot>
30967
30968         <para>You can also choose to export to a file that you can manipulate
30969         to your needs.<tip>
30970             <para>To get a complete picture of your monthly or daily
30971             circulation, you can run the report twice, once for 'Type' of
30972             'Checkout' and again for 'Renewal.'</para>
30973
30974             <para>This report uses 'Period,' or date, filtering that allows
30975             you to limit to a month by simply selecting the first day of the
30976             first month through the first day of the next month. For example,
30977             10/1 to 11/1 to find statistics for the month of October.</para>
30978
30979             <itemizedlist>
30980               <listitem>
30981                 <para>To find daily statistics, set your date
30982                 range.&lt;/br&gt; Example: "I want circulation data starting
30983                 with date XXX up to, but not including, date XXX."</para>
30984               </listitem>
30985
30986               <listitem>
30987                 <para>For a whole month, an example range would be: 11/01/2009
30988                 to 12/01/2009</para>
30989               </listitem>
30990
30991               <listitem>
30992                 <para>For a whole year, an example range would be: 01/01/2009
30993                 to 01/01/2010</para>
30994               </listitem>
30995
30996               <listitem>
30997                 <para>For a single day, an example would be: 11/15/2009 to
30998                 11/16/2009 to find what circulated on the 15th</para>
30999               </listitem>
31000             </itemizedlist>
31001           </tip></para>
31002
31003         <section id="inhouseuse">
31004           <title>Tracking in house use</title>
31005
31006           <para>Using the Circulation statistics reporting wizard you can run
31007           reports on in house usage of items simply by choosing 'Local Use'
31008           from the 'Type' pull down:</para>
31009
31010           <screenshot>
31011             <screeninfo>In House Use Stats</screeninfo>
31012
31013             <mediaobject>
31014               <imageobject>
31015                 <imagedata fileref="images/reports/inhouse.png"/>
31016               </imageobject>
31017             </mediaobject>
31018           </screenshot>
31019         </section>
31020       </section>
31021
31022       <section id="serialstats">
31023         <title>Serials Statistics</title>
31024
31025         <note>
31026           <para>These reports are limited in what data they can look at, so
31027           it's often recommended to use <link linkend="customreports">custom
31028           reports</link> for official end of the year statistics.</para>
31029         </note>
31030
31031         <para>Using the form provided, choose how you would like to list the
31032         serials in your system.</para>
31033
31034         <screenshot>
31035           <screeninfo>Serials Statistics</screeninfo>
31036
31037           <mediaobject>
31038             <imageobject>
31039               <imagedata fileref="images/reports/serialsform.png"/>
31040             </imageobject>
31041           </mediaobject>
31042         </screenshot>
31043
31044         <para>If you choose to output to the browser your results will print
31045         to the screen.</para>
31046
31047         <screenshot>
31048           <screeninfo>Serials Results</screeninfo>
31049
31050           <mediaobject>
31051             <imageobject>
31052               <imagedata fileref="images/reports/serialsresults.png"/>
31053             </imageobject>
31054           </mediaobject>
31055         </screenshot>
31056
31057         <para>You can also choose to export to a file that you can manipulate
31058         to your needs.</para>
31059       </section>
31060
31061       <section id="holdstats">
31062         <title>Holds Statistics</title>
31063
31064         <note>
31065           <para>These reports are limited in what data they can look at, so
31066           it's often recommended to use <link linkend="customreports">custom
31067           reports</link> for official end of the year statistics.</para>
31068         </note>
31069
31070         <para>Using the form provided you can see statistics for holds placed,
31071         filled, cancelled and more at your library. From the form choose what
31072         value you want to display in the column and what value to show in the
31073         row. You can also choose from the filters on the far right of the
31074         form.</para>
31075
31076         <screenshot>
31077           <screeninfo>Hold Statistics Form</screeninfo>
31078
31079           <mediaobject>
31080             <imageobject>
31081               <imagedata fileref="images/reports/holdstatsform.png"/>
31082             </imageobject>
31083           </mediaobject>
31084         </screenshot>
31085
31086         <para>If you choose to output to the browser your results will print
31087         to the screen.</para>
31088
31089         <screenshot>
31090           <screeninfo>Hold Stats Results</screeninfo>
31091
31092           <mediaobject>
31093             <imageobject>
31094               <imagedata fileref="images/reports/holdstatsresults.png"/>
31095             </imageobject>
31096           </mediaobject>
31097         </screenshot>
31098
31099         <para>You can also choose to export to a file that you can manipulate
31100         to your needs.</para>
31101       </section>
31102
31103       <section id="mostcheckouts">
31104         <title>Patrons with the most checkouts</title>
31105
31106         <para>This report will simply list the patrons who have the most
31107         checkouts.</para>
31108
31109         <screenshot>
31110           <screeninfo>Patrons with the most checkouts form</screeninfo>
31111
31112           <mediaobject>
31113             <imageobject>
31114               <imagedata fileref="images/reports/topcheckoutsform.png"/>
31115             </imageobject>
31116           </mediaobject>
31117         </screenshot>
31118
31119         <para>If you choose to output to the browser your results will print
31120         to the screen.</para>
31121
31122         <screenshot>
31123           <screeninfo>Top checkouts results</screeninfo>
31124
31125           <mediaobject>
31126             <imageobject>
31127               <imagedata fileref="images/reports/topcheckoutsresult.png"/>
31128             </imageobject>
31129           </mediaobject>
31130         </screenshot>
31131
31132         <para>You can also choose to export to a file that you can manipulate
31133         to your needs.</para>
31134       </section>
31135
31136       <section id="mostcirculated">
31137         <title>Most Circulated Items</title>
31138
31139         <para>This report will simply list the items that have the been
31140         checked out the most.</para>
31141
31142         <screenshot>
31143           <screeninfo>Most Circulation Items Form</screeninfo>
31144
31145           <mediaobject>
31146             <imageobject>
31147               <imagedata fileref="images/reports/topcircform.png"/>
31148             </imageobject>
31149           </mediaobject>
31150         </screenshot>
31151
31152         <para>If you choose to output to the browser your results will print
31153         to the screen.</para>
31154
31155         <screenshot>
31156           <screeninfo>Top Circulation Items Results</screeninfo>
31157
31158           <mediaobject>
31159             <imageobject>
31160               <imagedata fileref="images/reports/topcircresults.png"/>
31161             </imageobject>
31162           </mediaobject>
31163         </screenshot>
31164
31165         <para>You can also choose to export to a file that you can manipulate
31166         to your needs.</para>
31167       </section>
31168
31169       <section id="patnocheckouts">
31170         <title>Patrons with no checkouts</title>
31171
31172         <para>This report will list for you the patrons in your system who
31173         haven't checked any items out.</para>
31174
31175         <screenshot>
31176           <screeninfo>Patrons with no Checkouts</screeninfo>
31177
31178           <mediaobject>
31179             <imageobject>
31180               <imagedata fileref="images/reports/patnocheckout.png"/>
31181             </imageobject>
31182           </mediaobject>
31183         </screenshot>
31184
31185         <para>If you choose to output to the browser your results will print
31186         to the screen.</para>
31187
31188         <screenshot>
31189           <screeninfo>Results for Patrons with no Checkouts</screeninfo>
31190
31191           <mediaobject>
31192             <imageobject>
31193               <imagedata fileref="images/reports/patnocheckout-results.png"/>
31194             </imageobject>
31195           </mediaobject>
31196         </screenshot>
31197
31198         <para>You can also choose to export to a file that you can manipulate
31199         to your needs.</para>
31200       </section>
31201
31202       <section id="itemnocheckouts">
31203         <title>Items with no checkouts</title>
31204
31205         <para>This report will list items in your collection that have never
31206         been checked out.</para>
31207
31208         <screenshot>
31209           <screeninfo>Items with No Checkouts</screeninfo>
31210
31211           <mediaobject>
31212             <imageobject>
31213               <imagedata fileref="images/reports/nocheckoutsform.png"/>
31214             </imageobject>
31215           </mediaobject>
31216         </screenshot>
31217
31218         <para>If you choose to output to the browser your results will print
31219         to the screen.</para>
31220
31221         <screenshot>
31222           <screeninfo>Items with no checkouts results</screeninfo>
31223
31224           <mediaobject>
31225             <imageobject>
31226               <imagedata fileref="images/reports/nocheckoutsresults.png"/>
31227             </imageobject>
31228           </mediaobject>
31229         </screenshot>
31230
31231         <para>You can also choose to export to a file that you can manipulate
31232         to your needs.</para>
31233       </section>
31234
31235       <section id="catbyitem">
31236         <title>Catalog by Item Type</title>
31237
31238         <para>This report will list the total number of items of each item
31239         type per branch.</para>
31240
31241         <screenshot>
31242           <screeninfo>Catalog by Item Type</screeninfo>
31243
31244           <mediaobject>
31245             <imageobject>
31246               <imagedata fileref="images/reports/itemtotals.png"/>
31247             </imageobject>
31248           </mediaobject>
31249         </screenshot>
31250
31251         <para>If you choose to output to the browser your results will print
31252         to the screen.</para>
31253
31254         <screenshot>
31255           <screeninfo>Total of Items by Type and Branch</screeninfo>
31256
31257           <mediaobject>
31258             <imageobject>
31259               <imagedata fileref="images/reports/itemtotalsresults.png"/>
31260             </imageobject>
31261           </mediaobject>
31262         </screenshot>
31263
31264         <para>You can also choose to export to a file that you can manipulate
31265         to your needs.</para>
31266       </section>
31267
31268       <section id="lostreport">
31269         <title>Lost Items</title>
31270
31271         <para>This report will allow you to generate a list of items that have
31272         been marked as Lost within the system</para>
31273
31274         <screenshot>
31275           <screeninfo>Lost Items Report</screeninfo>
31276
31277           <mediaobject>
31278             <imageobject>
31279               <imagedata fileref="images/reports/lostitems.png"/>
31280             </imageobject>
31281           </mediaobject>
31282         </screenshot>
31283       </section>
31284
31285       <section id="avloantime">
31286         <title>Average Loan Time</title>
31287
31288         <para>This report will list the average time items are out on loan
31289         based on the criteria you enter:</para>
31290
31291         <screenshot>
31292           <screeninfo>Average Checkout Period Form</screeninfo>
31293
31294           <mediaobject>
31295             <imageobject>
31296               <imagedata fileref="images/reports/averloanform.png"/>
31297             </imageobject>
31298           </mediaobject>
31299         </screenshot>
31300
31301         <para>If you choose to output to the browser your results will print
31302         to the screen.</para>
31303
31304         <screenshot>
31305           <screeninfo>Average Checkout Period Results</screeninfo>
31306
31307           <mediaobject>
31308             <imageobject>
31309               <imagedata fileref="images/reports/avercheckout.png"/>
31310             </imageobject>
31311           </mediaobject>
31312         </screenshot>
31313
31314         <para>You can also choose to export to a file that you can manipulate
31315         to your needs.</para>
31316       </section>
31317     </section>
31318
31319     <section id="reportdic">
31320       <title>Report Dictionary</title>
31321
31322       <para>The report dictionary is a way to pre-define common filters you'd
31323       like to apply to your reports. This is a good way to add in filters that
31324       the report wizard doesn't include by default. To add a new definition,
31325       or filter, click 'New Definition' on the Reports Dictionary page and
31326       follow the 4 step process.</para>
31327
31328       <para>Step 1: Name the definition and provide a description if
31329       necessary</para>
31330
31331       <screenshot>
31332         <screeninfo>Create a Definition</screeninfo>
31333
31334         <mediaobject>
31335           <imageobject>
31336             <imagedata fileref="images/reports/dict1.png"/>
31337           </imageobject>
31338         </mediaobject>
31339       </screenshot>
31340
31341       <para>Step 2: Choose the module that the will be queried.</para>
31342
31343       <screenshot>
31344         <screeninfo>Select Koha Module</screeninfo>
31345
31346         <mediaobject>
31347           <imageobject>
31348             <imagedata fileref="images/reports/dict2.png"/>
31349           </imageobject>
31350         </mediaobject>
31351       </screenshot>
31352
31353       <para>Step 3: Choose columns to query from the tables presented.</para>
31354
31355       <screenshot>
31356         <screeninfo>Choose columns</screeninfo>
31357
31358         <mediaobject>
31359           <imageobject>
31360             <imagedata fileref="images/reports/dict3.png"/>
31361           </imageobject>
31362         </mediaobject>
31363       </screenshot>
31364
31365       <para>Step 4: Choose the value(s) from the field(s). These will be
31366       automatically populated with options available in your database.</para>
31367
31368       <screenshot>
31369         <screeninfo>Choose fields and values</screeninfo>
31370
31371         <mediaobject>
31372           <imageobject>
31373             <imagedata fileref="images/reports/dict4.png"/>
31374           </imageobject>
31375         </mediaobject>
31376       </screenshot>
31377
31378       <para>Confirm your selections to save the definition.</para>
31379
31380       <screenshot>
31381         <screeninfo>Confirm Definition</screeninfo>
31382
31383         <mediaobject>
31384           <imageobject>
31385             <imagedata fileref="images/reports/dictconfirm.png"/>
31386           </imageobject>
31387         </mediaobject>
31388       </screenshot>
31389
31390       <para>Your definitions will all appear on the Reports Dictionary
31391       page</para>
31392
31393       <screenshot>
31394         <screeninfo>Reports Dictionary Listing</screeninfo>
31395
31396         <mediaobject>
31397           <imageobject>
31398             <imagedata fileref="images/reports/dictlist.png"/>
31399           </imageobject>
31400         </mediaobject>
31401       </screenshot>
31402
31403       <para>Then when generating reports on the module you created the value
31404       for you will see an option to limit by the definition at the bottom of
31405       the usual filters.</para>
31406
31407       <screenshot>
31408         <screeninfo>Dictionary Limit Option</screeninfo>
31409
31410         <mediaobject>
31411           <imageobject>
31412             <imagedata fileref="images/reports/dictionarylimit.png"/>
31413           </imageobject>
31414         </mediaobject>
31415       </screenshot>
31416     </section>
31417   </chapter>
31418
31419   <chapter id="opac">
31420     <title>OPAC</title>
31421
31422     <para>This chapter assumes that you have the following preferences set as
31423     follows:</para>
31424
31425     <itemizedlist>
31426       <listitem>
31427         <para><link
31428         linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> =
31429         default</para>
31430       </listitem>
31431
31432       <listitem>
31433         <para><link
31434         linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> =
31435         default</para>
31436       </listitem>
31437
31438       <listitem>
31439         <para><link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link>
31440         = show</para>
31441       </listitem>
31442
31443       <listitem>
31444         <para><link linkend="TagsEnabled">TagsEnabled</link> = Allow</para>
31445       </listitem>
31446
31447       <listitem>
31448         <para><link linkend="TagsInputOnDetail">TagsInputOnDetail</link>
31449         =Allow</para>
31450       </listitem>
31451
31452       <listitem>
31453         <para><link linkend="TagsInputOnList">TagsInputOnList</link> =
31454         Allow</para>
31455       </listitem>
31456
31457       <listitem>
31458         <para><link linkend="reviewson">reviewson</link> = Allow</para>
31459       </listitem>
31460
31461       <listitem>
31462         <para><link linkend="ShowReviewer">ShowReviewer</link> = Allow</para>
31463       </listitem>
31464
31465       <listitem>
31466         <para><link linkend="ShowReviewerPhoto">ShowReviewerPhoto</link>
31467         =Allow</para>
31468       </listitem>
31469
31470       <listitem>
31471         <para><link linkend="OPACFRBRizeEditions">OPACFRBRizeEditions</link> =
31472         Show</para>
31473       </listitem>
31474
31475       <listitem>
31476         <para><link linkend="OPACAmazonEnabled">OPACAmazonEnabled</link> =
31477         Use</para>
31478       </listitem>
31479
31480       <listitem>
31481         <para><link
31482         linkend="OPACAmazonCoverImages">OPACAmazonCoverImages</link> =
31483         Show</para>
31484       </listitem>
31485
31486       <listitem>
31487         <para><link linkend="XISBN">XISBN</link> = Use</para>
31488       </listitem>
31489
31490       <listitem>
31491         <para><link linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link>
31492         = Default set of links</para>
31493       </listitem>
31494
31495       <listitem>
31496         <para><link linkend="OPACShowCheckoutName">OPACShowCheckoutName</link>
31497         = Don't show</para>
31498       </listitem>
31499
31500       <listitem>
31501         <para><link linkend="RequestOnOpac">RequestOnOpac</link> =
31502         Allow</para>
31503       </listitem>
31504
31505       <listitem>
31506         <para><link
31507         linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link> =
31508         Allow</para>
31509       </listitem>
31510
31511       <listitem>
31512         <para><link linkend="OpacBrowseResults">OpacBrowseResults</link> =
31513         Enable</para>
31514       </listitem>
31515
31516       <listitem>
31517         <para><link linkend="SuspendHoldsOpac">SuspendHoldsOpac</link> =
31518         Allow</para>
31519       </listitem>
31520     </itemizedlist>
31521
31522     <para>If your system preferences are set differently your displays may
31523     differ.</para>
31524
31525     <section id="opacsearchresults">
31526       <title>Search Results</title>
31527
31528       <para>To search the OPAC you can either choose to enter your search
31529       words in the box at the top of the OPAC or click on the 'Advanced
31530       Search' link to perform a more detailed search.</para>
31531
31532       <screenshot>
31533         <screeninfo>OPAC Search Box</screeninfo>
31534
31535         <mediaobject>
31536           <imageobject>
31537             <imagedata fileref="images/opac/searchbox.png"/>
31538           </imageobject>
31539         </mediaobject>
31540       </screenshot>
31541
31542       <para>For more on searching check the '<link
31543       linkend="searching">Searching</link>' chapter in this manual.</para>
31544
31545       <section id="opacresultsoverview">
31546         <title>Results Overview</title>
31547
31548         <para>After performing a search the number of results found for your
31549         search will appear above the results</para>
31550
31551         <screenshot>
31552           <screeninfo>Total Results</screeninfo>
31553
31554           <mediaobject>
31555             <imageobject>
31556               <imagedata fileref="images/opac/totalresults-rss.png"/>
31557             </imageobject>
31558           </mediaobject>
31559         </screenshot>
31560
31561         <para>By default your search results will be sorted based on your
31562         <link linkend="opacdefaultsort">OPACdefaultSortField and
31563         OPACdefaultSortOrder</link> system preference values. To change this
31564         you can choose another sorting method from the pull down on the
31565         right.</para>
31566
31567         <screenshot>
31568           <screeninfo>Results Sorting Options</screeninfo>
31569
31570           <mediaobject>
31571             <imageobject>
31572               <imagedata fileref="images/opac/sortingresults.png"/>
31573             </imageobject>
31574           </mediaobject>
31575         </screenshot>
31576
31577         <para>Under each title on your results list a series of values from
31578         your leader will appear. It is important to note that this has nothing
31579         to do with the item types or collection codes you have applied to your
31580         records, this data is all pulled from your leader.</para>
31581
31582         <screenshot>
31583           <screeninfo>Leader Visualization</screeninfo>
31584
31585           <mediaobject>
31586             <imageobject>
31587               <imagedata fileref="images/opac/leader.png"/>
31588             </imageobject>
31589           </mediaobject>
31590         </screenshot>
31591
31592         <para>Below each title you will see the availability for the items
31593         attached to the record. Note that even if you filtered on one library
31594         location all locations that hold the item will appear on the search
31595         results.</para>
31596
31597         <screenshot>
31598           <screeninfo>Holdings Information</screeninfo>
31599
31600           <mediaobject>
31601             <imageobject>
31602               <imagedata fileref="images/opac/holdings-results.png"/>
31603             </imageobject>
31604           </mediaobject>
31605         </screenshot>
31606
31607         <para>If you have turned on <link linkend="enhancedcontent">Enhanced
31608         Content</link> preferences you may have book jackets on your search
31609         results.</para>
31610
31611         <screenshot>
31612           <screeninfo>Book Jacket on Results</screeninfo>
31613
31614           <mediaobject>
31615             <imageobject>
31616               <imagedata fileref="images/opac/coverresults.png"/>
31617             </imageobject>
31618           </mediaobject>
31619         </screenshot>
31620       </section>
31621
31622       <section id="opacfilter">
31623         <title>Filters</title>
31624
31625         <para>To filter your results click on the links below the 'Refine Your
31626         Search' menu on the left of your screen</para>
31627
31628         <screenshot>
31629           <screeninfo>Refine Your Results</screeninfo>
31630
31631           <mediaobject>
31632             <imageobject>
31633               <imagedata fileref="images/opac/refineresults.png"/>
31634             </imageobject>
31635           </mediaobject>
31636         </screenshot>
31637       </section>
31638
31639       <section id="searchrss">
31640         <title>Search RSS Feeds</title>
31641
31642         <para>You will be able to subscribe to your search results as an RSS
31643         feed by clicking the RSS icon in your address bar or next to the
31644         number of results. To learn more about what RSS feeds are check out
31645         <ulink url="http://www.youtube.com/watch?v=0klgLsSxGsU">this tutorial
31646         video</ulink>.</para>
31647
31648         <screenshot>
31649           <screeninfo>RSS Feed Icon</screeninfo>
31650
31651           <mediaobject>
31652             <imageobject>
31653               <imagedata fileref="images/opac/totalresults-rss.png"/>
31654             </imageobject>
31655           </mediaobject>
31656         </screenshot>
31657
31658         <para>Subscribing to search results as RSS feeds will allow you to see
31659         when a new item is added to the catalog in your area of
31660         interest.</para>
31661       </section>
31662     </section>
31663
31664     <section id="opacbibrec">
31665       <title>Bibliographic Record</title>
31666
31667       <para>When you click on a title from the search results, you're brought
31668       to the bibliographic detail of the record. This page is broken down in
31669       several different areas.</para>
31670
31671       <para>At the top of your screen will be the title and the GMD:</para>
31672
31673       <screenshot>
31674         <screeninfo>Title</screeninfo>
31675
31676         <mediaobject>
31677           <imageobject>
31678             <imagedata fileref="images/opac/bibdetail/bibtitle.png"/>
31679           </imageobject>
31680         </mediaobject>
31681       </screenshot>
31682
31683       <para>Below the title the authors will be listed. These come from your
31684       1xx and 7xx fields:</para>
31685
31686       <screenshot>
31687         <screeninfo>Author Display</screeninfo>
31688
31689         <mediaobject>
31690           <imageobject>
31691             <imagedata fileref="images/opac/bibdetail/bibauthor.png"/>
31692           </imageobject>
31693         </mediaobject>
31694       </screenshot>
31695
31696       <para>If you have your <link
31697       linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link> preference
31698       set to 'show' you will see a material type that is determined by values
31699       in your fixed fields (learn more in the <link linkend="XSLTiTypes">XSLT
31700       Item Types</link> Appendix).</para>
31701
31702       <screenshot>
31703         <screeninfo>XSLT Item Type</screeninfo>
31704
31705         <mediaobject>
31706           <imageobject>
31707             <imagedata fileref="images/opac/bibdetail/bibleader.png"/>
31708           </imageobject>
31709         </mediaobject>
31710       </screenshot>
31711
31712       <para>Next you'll see the description of the record you're
31713       viewing:</para>
31714
31715       <screenshot>
31716         <screeninfo>Basic Details</screeninfo>
31717
31718         <mediaobject>
31719           <imageobject>
31720             <imagedata fileref="images/opac/bibdetail/bibdetails.png"/>
31721           </imageobject>
31722         </mediaobject>
31723       </screenshot>
31724
31725       <para>Following that information you'll find the subject headings which
31726       can be clicked to search for other titles on similar topics</para>
31727
31728       <screenshot>
31729         <screeninfo>Bibliographic Subjects</screeninfo>
31730
31731         <mediaobject>
31732           <imageobject>
31733             <imagedata fileref="images/opac/bibdetail/bibsubjects.png"/>
31734           </imageobject>
31735         </mediaobject>
31736       </screenshot>
31737
31738       <para>If your record has a table of contents or summary it will appear
31739       next to the 'Summary' or 'Table of Contents' label</para>
31740
31741       <screenshot>
31742         <screeninfo>Summary</screeninfo>
31743
31744         <mediaobject>
31745           <imageobject>
31746             <imagedata fileref="images/opac/bibdetail/bibsummary.png"/>
31747           </imageobject>
31748         </mediaobject>
31749       </screenshot>
31750
31751       <para>If your record has data in the 856 fields you'll see the links to
31752       the right of the 'Online Resources' label</para>
31753
31754       <screenshot>
31755         <screeninfo>Online Resources</screeninfo>
31756
31757         <mediaobject>
31758           <imageobject>
31759             <imagedata fileref="images/opac/bibdetail/biblinks.png"/>
31760           </imageobject>
31761         </mediaobject>
31762       </screenshot>
31763
31764       <para>If the title you're viewing is in a public list then you'll see a
31765       list of those to the right of the 'List(s) this item appears in' label
31766       and if it has tags they will appear below the 'Tags from this library'
31767       label</para>
31768
31769       <screenshot>
31770         <screeninfo>Tags</screeninfo>
31771
31772         <mediaobject>
31773           <imageobject>
31774             <imagedata fileref="images/opac/bibdetail/bibtags.png"/>
31775           </imageobject>
31776         </mediaobject>
31777       </screenshot>
31778
31779       <para>In the tabs below the details you will find your holdings
31780       data</para>
31781
31782       <screenshot>
31783         <screeninfo/>
31784
31785         <mediaobject>
31786           <imageobject>
31787             <imagedata fileref="images/opac/bibdetail/bibholdings.png"/>
31788           </imageobject>
31789         </mediaobject>
31790       </screenshot>
31791
31792       <para>Any notes (5xx fields) that have been cataloged will appear under
31793       'Title Notes'</para>
31794
31795       <screenshot>
31796         <screeninfo>Title notes</screeninfo>
31797
31798         <mediaobject>
31799           <imageobject>
31800             <imagedata fileref="images/opac/bibdetail/bibtitlenotes.png"/>
31801           </imageobject>
31802         </mediaobject>
31803       </screenshot>
31804
31805       <para>If you're allowing comments they will appear in the next
31806       tab</para>
31807
31808       <screenshot>
31809         <screeninfo>Comments</screeninfo>
31810
31811         <mediaobject>
31812           <imageobject>
31813             <imagedata fileref="images/opac/bibdetail/bibcomments.png"/>
31814           </imageobject>
31815         </mediaobject>
31816       </screenshot>
31817
31818       <para>And finally if you have enabled FRBR and you have other editions
31819       of the title in your collection you will see the 'Editions' tab.</para>
31820
31821       <screenshot>
31822         <screeninfo>Editions</screeninfo>
31823
31824         <mediaobject>
31825           <imageobject>
31826             <imagedata fileref="images/opac/bibdetail/bibeditions.png"/>
31827           </imageobject>
31828         </mediaobject>
31829       </screenshot>
31830
31831       <para>To the right of the details you'll find a series of boxes. The
31832       first box is a list of buttons to help navigate the search results. From
31833       there you can see the next or previous result from your search or return
31834       to the results.</para>
31835
31836       <screenshot>
31837         <screeninfo>Search Options</screeninfo>
31838
31839         <mediaobject>
31840           <imageobject>
31841             <imagedata fileref="images/opac/bibdetail/bibsearch.png"/>
31842           </imageobject>
31843         </mediaobject>
31844       </screenshot>
31845
31846       <para>Clicking Browse Results at the top of the right column will open
31847       up your search results on the detail page</para>
31848
31849       <screenshot>
31850         <screeninfo>Search Results</screeninfo>
31851
31852         <mediaobject>
31853           <imageobject>
31854             <imagedata fileref="images/opac/bibdetail/bibbrowseresults.png"/>
31855           </imageobject>
31856         </mediaobject>
31857       </screenshot>
31858
31859       <para>Below the search buttons you'll find the links to place a hold,
31860       print the record, save the record to your lists, or add it to your
31861       cart</para>
31862
31863       <screenshot>
31864         <screeninfo>More options</screeninfo>
31865
31866         <mediaobject>
31867           <imageobject>
31868             <imagedata fileref="images/opac/bibdetail/biboptions.png"/>
31869           </imageobject>
31870         </mediaobject>
31871       </screenshot>
31872
31873       <para>Clicking 'More Searches' will show the list of libraries you
31874       entered in your <link
31875       linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link>
31876       preference</para>
31877
31878       <screenshot>
31879         <screeninfo>More Searches</screeninfo>
31880
31881         <mediaobject>
31882           <imageobject>
31883             <imagedata fileref="images/opac/bibdetail/bibmoresearch.png"/>
31884           </imageobject>
31885         </mediaobject>
31886       </screenshot>
31887
31888       <para>Under the 'Save Record' label you will find a series of file
31889       formats you can save the record as. This list can be customized by
31890       altering the <link linkend="OpacExportOptions">OpacExportOptions</link>
31891       system preference.</para>
31892
31893       <screenshot>
31894         <screeninfo>Save Record</screeninfo>
31895
31896         <mediaobject>
31897           <imageobject>
31898             <imagedata fileref="images/opac/bibdetail/bibsave.png"/>
31899           </imageobject>
31900         </mediaobject>
31901       </screenshot>
31902
31903       <para>If at any time you want to change the view from the 'Normal' view
31904       to see the Marc or the ISBD you can click the tabs across the top of the
31905       record</para>
31906
31907       <screenshot>
31908         <screeninfo>Record Views</screeninfo>
31909
31910         <mediaobject>
31911           <imageobject>
31912             <imagedata fileref="images/opac/bibdetail/bibviews.png"/>
31913           </imageobject>
31914         </mediaobject>
31915       </screenshot>
31916     </section>
31917
31918     <section id="opaclistscart">
31919       <title>Lists &amp; Cart</title>
31920
31921       <para>A cart is a temporary holding place for records you're interested
31922       in finding during this session. That means that once you log out of the
31923       OPAC or close the browser you lose the items in your cart. A list is a
31924       more permanent location for saving items. To learn more about lists,
31925       check the <link linkend="stafflists">Lists in the Staff Client</link>
31926       chapter of this manual.</para>
31927
31928       <section id="opaclists">
31929         <title>Lists</title>
31930
31931         <para>Patrons can manage their own private lists by visiting the 'my
31932         lists' section of their account.</para>
31933
31934         <screenshot>
31935           <screeninfo>Lists Management</screeninfo>
31936
31937           <mediaobject>
31938             <imageobject>
31939               <imagedata fileref="images/opac/nolists.png"/>
31940             </imageobject>
31941           </mediaobject>
31942         </screenshot>
31943
31944         <section id="opacaddlists">
31945           <title>Creating Lists</title>
31946
31947           <para>Lists can also be created by choosing the 'New List' option in
31948           the 'Add to' menu on the search results</para>
31949
31950           <screenshot>
31951             <screeninfo>Add to New List</screeninfo>
31952
31953             <mediaobject>
31954               <imageobject>
31955                 <imagedata fileref="images/opac/addtonewlist.png"/>
31956               </imageobject>
31957             </mediaobject>
31958           </screenshot>
31959
31960           <para>To create a list the patron simply needs to click the 'New
31961           List' link and populate the form that appears</para>
31962
31963           <screenshot>
31964             <screeninfo>Create a new list</screeninfo>
31965
31966             <mediaobject>
31967               <imageobject>
31968                 <imagedata fileref="images/opac/newlist.png"/>
31969               </imageobject>
31970             </mediaobject>
31971           </screenshot>
31972
31973           <para>The only field required is the 'List Name,' but the patron can
31974           also choose how they want the list sorted and if the list is public
31975           or private.<important>
31976               <para>If you aren't allowing patrons to create public lists with
31977               the <link
31978               linkend="OpacAllowPublicListCreation">OpacAllowPublicListCreation</link>
31979               preference then patrons will only be able to create private
31980               lists.</para>
31981             </important></para>
31982         </section>
31983
31984         <section id="opacaddtolists">
31985           <title>Adding titles to Lists</title>
31986
31987           <para>Titles can be added to lists from the search results and/or
31988           from the bibliographic record. On the search results options to add
31989           items to the list appear below each result and across the top of the
31990           results page</para>
31991
31992           <screenshot>
31993             <screeninfo>Add to Lists from Results</screeninfo>
31994
31995             <mediaobject>
31996               <imageobject>
31997                 <imagedata fileref="images/opac/addtolistcart.png"/>
31998               </imageobject>
31999             </mediaobject>
32000           </screenshot>
32001
32002           <para>To add a single title to a list, click the 'Save to Lists'
32003           option and then choose the list you'd like to add the title to. To
32004           add multiple titles to a list check the boxes on the left of the
32005           titles you want to add and then choose the list you want to add the
32006           titles to from the 'Add too' pull down at the top of the
32007           screen.</para>
32008         </section>
32009
32010         <section id="listscontent">
32011           <title>Viewing Lists Contents</title>
32012
32013           <para>To view the contents of a list, click on the list name under
32014           the Lists button.</para>
32015
32016           <screenshot>
32017             <screeninfo>Lists</screeninfo>
32018
32019             <mediaobject>
32020               <imageobject>
32021                 <imagedata fileref="images/opac/chooselist.png"/>
32022               </imageobject>
32023             </mediaobject>
32024           </screenshot>
32025
32026           <para>The contents of the list will look similar to your search
32027           results pages except that there will be different menu options
32028           across the top of the list.</para>
32029
32030           <screenshot>
32031             <screeninfo>List View</screeninfo>
32032
32033             <mediaobject>
32034               <imageobject>
32035                 <imagedata fileref="images/opac/listview.png"/>
32036               </imageobject>
32037             </mediaobject>
32038           </screenshot>
32039
32040           <para>Using the menu options above the list you can place multiple
32041           items on hold, download the list contents, email the list or print
32042           the list out.</para>
32043
32044           <itemizedlist>
32045             <listitem>
32046               <para>To place a hold on one or more list items check the box to
32047               the left of the item and click the 'Place Hold' link at the
32048               top</para>
32049             </listitem>
32050
32051             <listitem>
32052               <para>To download the list contents click the 'Download List'
32053               link and choose the format you'd like to download the list
32054               in</para>
32055
32056               <itemizedlist>
32057                 <listitem>
32058                   <tip>
32059                     <para>iso2079 is MARC format</para>
32060                   </tip>
32061                 </listitem>
32062               </itemizedlist>
32063             </listitem>
32064
32065             <listitem>
32066               <para>To email the list contents to someone, click the 'Send
32067               List' link and enter in your email details in the form that pops
32068               up</para>
32069
32070               <screenshot>
32071                 <screeninfo>Email List Contents</screeninfo>
32072
32073                 <mediaobject>
32074                   <imageobject>
32075                     <imagedata fileref="images/opac/emailist.png"/>
32076                   </imageobject>
32077                 </mediaobject>
32078               </screenshot>
32079             </listitem>
32080
32081             <listitem>
32082               <para>To print the contents of your list out click the 'Print
32083               List' link</para>
32084             </listitem>
32085           </itemizedlist>
32086         </section>
32087
32088         <section id="opacmanagelists">
32089           <title>Managing Lists</title>
32090
32091           <para>Once the list is saved patrons can begin adding items to it.
32092           From the 'my lists' tab on the patron record the patron can edit and
32093           delete the lists they have created by clicking the appropriate link
32094           to the right of the list name.</para>
32095
32096           <screenshot>
32097             <screeninfo>My Lists</screeninfo>
32098
32099             <mediaobject>
32100               <imageobject>
32101                 <imagedata fileref="images/opac/mylists.png"/>
32102               </imageobject>
32103             </mediaobject>
32104           </screenshot>
32105
32106           <para>To edit the list's title or sorting patrons click the 'Edit'
32107           link to the right of the list description.</para>
32108
32109           <screenshot>
32110             <screeninfo>Editing List</screeninfo>
32111
32112             <mediaobject>
32113               <imageobject>
32114                 <imagedata fileref="images/opac/editlist.png"/>
32115               </imageobject>
32116             </mediaobject>
32117           </screenshot>
32118
32119           <para>When clicking 'Delete' next to a list you will be asked to
32120           confirm that you want to delete the list.</para>
32121
32122           <screenshot>
32123             <screeninfo>Delete list confirmation</screeninfo>
32124
32125             <mediaobject>
32126               <imageobject>
32127                 <imagedata fileref="images/opac/deletelist.png"/>
32128               </imageobject>
32129             </mediaobject>
32130           </screenshot>
32131
32132           <para>The list will not be deleted until the 'Confirm' button is
32133           clicked to the right of the list you'd like to delete.</para>
32134
32135           <para/>
32136         </section>
32137       </section>
32138
32139       <section id="opaccart">
32140         <title>Cart</title>
32141
32142         <para/>
32143
32144         <section id="opacaddtocart">
32145           <title>Adding titles to the Cart</title>
32146
32147           <para>Titles can be added to the cart from the search results and/or
32148           from the bibliographic record. On the search results options to add
32149           items to the cart appear below each result and across the top of the
32150           results page</para>
32151
32152           <screenshot>
32153             <screeninfo>Add to Cart on Search Results</screeninfo>
32154
32155             <mediaobject>
32156               <imageobject>
32157                 <imagedata fileref="images/opac/addtolistcart.png"/>
32158               </imageobject>
32159             </mediaobject>
32160           </screenshot>
32161
32162           <para>Clicking the 'Add to Cart' button will add the one title to
32163           your cart. To add multiple titles at once, check the box to the left
32164           of each result and then choose 'Cart' from the 'Add to' pull down at
32165           the top of the screen. Once titles are added to the cart you will be
32166           presented with a confirmation</para>
32167
32168           <screenshot>
32169             <screeninfo>Items added to Cart</screeninfo>
32170
32171             <mediaobject>
32172               <imageobject>
32173                 <imagedata fileref="images/opac/addedtocart.png"/>
32174               </imageobject>
32175             </mediaobject>
32176           </screenshot>
32177         </section>
32178
32179         <section id="manageopaccart">
32180           <title>Managing the Cart</title>
32181
32182           <para>Once you have titles in your cart you can manage the contents
32183           by clicking on the 'Cart' button usually found at the top of the
32184           screen to the right of the search box. Your cart will open in a new
32185           window.</para>
32186
32187           <screenshot>
32188             <screeninfo>Contents of your cart</screeninfo>
32189
32190             <mediaobject>
32191               <imageobject>
32192                 <imagedata fileref="images/opac/cartcontents.png"/>
32193               </imageobject>
32194             </mediaobject>
32195           </screenshot>
32196
32197           <para>From this window you are presented with several options.
32198           Across the top of the cart are several buttons.</para>
32199
32200           <para>First is the 'More details' button. Clicking this will show
32201           you additional information about the titles in your cart (ISBNs,
32202           Subjects, Publisher Info, Notes and more).</para>
32203
32204           <para>Next is the option to send the contents of your cart to an
32205           email address. This is handy if you want to send the resources you
32206           found at the library to your home email account to refer to later or
32207           to send to a patron researching a specific topic. Clicking this link
32208           will open up a new window that asks for the email address and
32209           message to send.</para>
32210
32211           <screenshot>
32212             <screeninfo>Email Cart</screeninfo>
32213
32214             <mediaobject>
32215               <imageobject>
32216                 <imagedata fileref="images/opac/emailcart.png"/>
32217               </imageobject>
32218             </mediaobject>
32219           </screenshot>
32220
32221           <para>In addition to sending your cart you can download the contents
32222           of your cart in several pre-defined formats or using a <link
32223           linkend="csvprofiles">CSV Profile</link> that you defined in the
32224           Tools module.</para>
32225
32226           <screenshot>
32227             <screeninfo>Download Cart</screeninfo>
32228
32229             <mediaobject>
32230               <imageobject>
32231                 <imagedata fileref="images/opac/downloadcart.png"/>
32232               </imageobject>
32233             </mediaobject>
32234           </screenshot>
32235
32236           <para>Finally you can print out the contents of your cart by
32237           choosing the 'Print' link.</para>
32238
32239           <para>In addition to the various different ways to save the contents
32240           of your cart, there are ways to add value to the data in your cart.
32241           By selecting one or more titles from the cart you can add them to a
32242           list (click 'Add to a List'), place hold(s) (click 'Place hold'), or
32243           tag them (click 'Tag'). All of these operations follow the same
32244           procedure as they do when performing them in the OPAC.</para>
32245         </section>
32246       </section>
32247     </section>
32248
32249     <section id="opacplacehold">
32250       <title>Placing Holds</title>
32251
32252       <para>Patrons can place holds on items via the OPAC if they're logged in
32253       and you have the <link linkend="RequestOnOpac">RequestOnOpac</link>
32254       preference set to 'Allow'. If the item can be placed on hold the option
32255       to place it on hold will appear in several different places.</para>
32256
32257       <itemizedlist>
32258         <listitem>
32259           <para>When viewing a list or search results page you'll see the
32260           option to place hold on multiple items by checking the boxes to the
32261           left of the results and clicking 'Place Hold' at the top</para>
32262
32263           <screenshot>
32264             <screeninfo>Place Hold from Results</screeninfo>
32265
32266             <mediaobject>
32267               <imageobject>
32268                 <imagedata fileref="images/opac/opacplaceholdresults.png"/>
32269               </imageobject>
32270             </mediaobject>
32271           </screenshot>
32272         </listitem>
32273
32274         <listitem>
32275           <para>When viewing a list or search results page you'll see the
32276           option to place the item on hold below the basic information about
32277           the title</para>
32278
32279           <screenshot>
32280             <screeninfo>Place Hold</screeninfo>
32281
32282             <mediaobject>
32283               <imageobject>
32284                 <imagedata fileref="images/opac/opacplaceholdsindiv.png"/>
32285               </imageobject>
32286             </mediaobject>
32287           </screenshot>
32288         </listitem>
32289
32290         <listitem>
32291           <para>When viewing an individual title you'll see the option to
32292           place a hold in the box on the right side of the screen</para>
32293
32294           <screenshot>
32295             <screeninfo>Place Hold</screeninfo>
32296
32297             <mediaobject>
32298               <imageobject>
32299                 <imagedata fileref="images/opac/opacplaceholdsdetail.png"/>
32300               </imageobject>
32301             </mediaobject>
32302           </screenshot>
32303         </listitem>
32304       </itemizedlist>
32305
32306       <para>No matter which of the above links you click to place your hold
32307       you'll be brought to the same hold screen.</para>
32308
32309       <screenshot>
32310         <screeninfo>Place Hold Form</screeninfo>
32311
32312         <mediaobject>
32313           <imageobject>
32314             <imagedata fileref="images/opac/opacplacehold.png"/>
32315           </imageobject>
32316         </mediaobject>
32317       </screenshot>
32318
32319       <itemizedlist>
32320         <listitem>
32321           <para>Check the box to the left of the items you'd like to place on
32322           hold</para>
32323         </listitem>
32324
32325         <listitem>
32326           <para>The title includes a link back to the detail page for the
32327           record</para>
32328         </listitem>
32329
32330         <listitem>
32331           <para>The priority shows where in the holds queue this hold will
32332           fall</para>
32333         </listitem>
32334
32335         <listitem>
32336           <para>If allowed by your <link
32337           linkend="OPACAllowHoldDateInFuture">OPACAllowHoldDateInFuture</link>
32338           preference, the 'Hold Starts on Date' column will show. This field
32339           allows the patron to have their hold start on a future date.</para>
32340         </listitem>
32341
32342         <listitem>
32343           <para>By default holds placed in the system remain until canceled,
32344           but if the patron fills in a 'Hold Not Needed After' date then the
32345           hold has an expiration date.</para>
32346
32347           <itemizedlist>
32348             <listitem>
32349               <important>
32350                 <para>Expired holds are removed by the <link
32351                 linkend="expiredholdscron">Expired Holds Cron Job</link>, this
32352                 is not an automatic process and must be set up by your system
32353                 administrator</para>
32354               </important>
32355             </listitem>
32356           </itemizedlist>
32357         </listitem>
32358
32359         <listitem>
32360           <para>If allowed by your <link
32361           linkend="OPACItemHolds">OPACItemHolds</link> preference the patron
32362           will be allowed to choose whether to place the hold on the next
32363           available copy or a specific copy</para>
32364
32365           <screenshot>
32366             <screeninfo>Specific Copy Hold</screeninfo>
32367
32368             <mediaobject>
32369               <imageobject>
32370                 <imagedata fileref="images/opac/opacplaceholdspecific.png"/>
32371               </imageobject>
32372             </mediaobject>
32373           </screenshot>
32374         </listitem>
32375
32376         <listitem>
32377           <para>If allowed by your <link
32378           linkend="OPACAllowUserToChooseBranch">OPACAllowUserToChooseBranch</link>
32379           preference the patron can choose where they'd like to pick up their
32380           hold</para>
32381         </listitem>
32382       </itemizedlist>
32383
32384       <para>After clicking the Place Hold button the patron will be brought to
32385       their account page where they'll see all of the items they have on
32386       hold.</para>
32387     </section>
32388
32389     <section id="opacenhancedcontent">
32390       <title>Enhanced Content</title>
32391
32392       <para/>
32393
32394       <section id="opactagging">
32395         <title>Tagging</title>
32396
32397         <para>Depending on your settings for the <link
32398         linkend="TagsEnabled">TagsEnabled</link>, <link
32399         linkend="TagsInputOnList">TagsInputOnList</link> and <link
32400         linkend="TagsInputOnDetail">TagsInputOnDetail</link> preferences you
32401         may be able to add tags to bibliographic records from the search
32402         results and/or bibliographic records. If you are allowing patrons to
32403         add tags from the search results screen you will see an input box
32404         below each result and a 'Tag' option at the top of the screen.</para>
32405
32406         <screenshot>
32407           <screeninfo>Tagging Options on Results</screeninfo>
32408
32409           <mediaobject>
32410             <imageobject>
32411               <imagedata fileref="images/opac/tags-results.png"/>
32412             </imageobject>
32413           </mediaobject>
32414         </screenshot>
32415
32416         <para>To add a tag to one item, type the tabs (separated by commas) in
32417         the 'New tag' box and click 'Add'. You will be presented with a
32418         confirmation of your tags being added.</para>
32419
32420         <screenshot>
32421           <screeninfo>Tags Added on Results</screeninfo>
32422
32423           <mediaobject>
32424             <imageobject>
32425               <imagedata fileref="images/opac/tagsadded-results.png"/>
32426             </imageobject>
32427           </mediaobject>
32428         </screenshot>
32429
32430         <para>From the results you can also tag items in bulk by clicking the
32431         checkboxes on the left and then clicking the 'Tag' button at the top.
32432         After clicking the button it will change into an input box for you to
32433         add tags to all of the items you have selected.</para>
32434
32435         <screenshot>
32436           <screeninfo>Add Tags to Multiple Items</screeninfo>
32437
32438           <mediaobject>
32439             <imageobject>
32440               <imagedata fileref="images/opac/tagaddmultiple-results.png"/>
32441             </imageobject>
32442           </mediaobject>
32443         </screenshot>
32444       </section>
32445
32446       <section id="opaccomments">
32447         <title>Comments</title>
32448
32449         <para>Patrons can leave comments in the OPAC if you have the <link
32450         linkend="reviewson">reviewson</link> preference set to allow this.
32451         Each bibliographic record has a comments tab below the bibliographic
32452         information.</para>
32453
32454         <screenshot>
32455           <screeninfo>Comments Tab</screeninfo>
32456
32457           <mediaobject>
32458             <imageobject>
32459               <imagedata fileref="images/opac/commentstab.png"/>
32460             </imageobject>
32461           </mediaobject>
32462         </screenshot>
32463
32464         <para>If the patron is logged in they will see a link to add a comment
32465         to the item. Clicking this link will open a pop up window with a box
32466         for their comments.</para>
32467
32468         <screenshot>
32469           <screeninfo>Add a Comment</screeninfo>
32470
32471           <mediaobject>
32472             <imageobject>
32473               <imagedata fileref="images/opac/addcomment.png"/>
32474             </imageobject>
32475           </mediaobject>
32476         </screenshot>
32477
32478         <para>Once the comment has been typed and the 'Submit' button clicked,
32479         the patron will see their comment as pending and other patrons will
32480         simply see that there are no comments on the item.</para>
32481
32482         <screenshot>
32483           <screeninfo>Pending Comment</screeninfo>
32484
32485           <mediaobject>
32486             <imageobject>
32487               <imagedata fileref="images/opac/commentpending.png"/>
32488             </imageobject>
32489           </mediaobject>
32490         </screenshot>
32491
32492         <para>Once the comment is approved the patron will see the number of
32493         comments on the 'Comments' tab and the comment highlighted in yellow
32494         as their comment.</para>
32495
32496         <screenshot>
32497           <screeninfo>Your Comments</screeninfo>
32498
32499           <mediaobject>
32500             <imageobject>
32501               <imagedata fileref="images/opac/yourcomment.png"/>
32502             </imageobject>
32503           </mediaobject>
32504         </screenshot>
32505
32506         <para>Other patrons will see the comment with the name of the patron
32507         who left the comment (unless you have set the <link
32508         linkend="ShowReviewer">ShowReviewer</link> preference to not show
32509         patron names).</para>
32510
32511         <screenshot>
32512           <screeninfo>Comment by other patron</screeninfo>
32513
32514           <mediaobject>
32515             <imageobject>
32516               <imagedata fileref="images/opac/commentby.png"/>
32517             </imageobject>
32518           </mediaobject>
32519         </screenshot>
32520
32521         <para>If you'd like to link to a page of recent comments added to your
32522         catalog you simply need to add a link to
32523         http://YOURCATALOG/cgi-bin/koha/opac-showreviews.pl to anywhere on
32524         your OPAC:</para>
32525
32526         <screenshot>
32527           <screeninfo>Recent Comments List</screeninfo>
32528
32529           <mediaobject>
32530             <imageobject>
32531               <imagedata fileref="images/opac/recentcomments.png"/>
32532             </imageobject>
32533           </mediaobject>
32534         </screenshot>
32535       </section>
32536
32537       <section id="zotero">
32538         <title>Zotero</title>
32539
32540         <para>Zotero is a Firefox add on that allows for the saving and
32541         generating of a bibliography. Learn more about and download Zotero at
32542         <ulink url="http://zotero.org">http://zotero.org</ulink>.</para>
32543
32544         <para>When on the search results in the Koha OPAC, if you have Zotero
32545         installed, you will see a folder icon in the address bar to the right
32546         of the URL. Clicking that folder will open up a list of titles on the
32547         page for you to pick from to add to Zotero.</para>
32548
32549         <screenshot>
32550           <screeninfo>Zotero pop up</screeninfo>
32551
32552           <mediaobject>
32553             <imageobject>
32554               <imagedata fileref="images/opac/zoteroaddressbar.png"/>
32555             </imageobject>
32556           </mediaobject>
32557         </screenshot>
32558
32559         <para>Select the titles you want to add to Zotero and then click the
32560         'OK' button. This will add the title to Zotero. You can see the title
32561         by opening your Zotero library.</para>
32562
32563         <screenshot>
32564           <screeninfo>Title in the Zotero Library</screeninfo>
32565
32566           <mediaobject>
32567             <imageobject>
32568               <imagedata fileref="images/opac/zoterotitle.png"/>
32569             </imageobject>
32570           </mediaobject>
32571         </screenshot>
32572       </section>
32573
32574       <section id="customrss">
32575         <title>Custom RSS Feeds</title>
32576
32577         <para>Using misc/cronjobs/rss/rss.pl you can generate an RSS feed for
32578         any SQL query (for example a new acquisitions RSS feed). rss.pl is run
32579         on the command line to produce an RSS XML document.</para>
32580
32581         <para>The output should be placed in a directory accessible to the
32582         OPAC (or staff) web interface so that users can download the RSS
32583         feed.</para>
32584
32585         <para>An example of usage can be found at: misc/cronjobs/rss.pl
32586         lastAcquired.conf</para>
32587
32588         <para>Normally rss.pl should be run periodically (e.g., daily) to keep
32589         the feed up-to-date.</para>
32590
32591         <para>The configuration file (e.g., lastAcquired.conf) lists</para>
32592
32593         <itemizedlist>
32594           <listitem>
32595             <para>name of the template file to use</para>
32596           </listitem>
32597
32598           <listitem>
32599             <para>path of output file</para>
32600           </listitem>
32601
32602           <listitem>
32603             <para>SQL query</para>
32604           </listitem>
32605         </itemizedlist>
32606
32607         <para>rss.pl runs the SQL query, then feeds the output of the query
32608         through the template to produce the output file.</para>
32609
32610         <para><important>
32611             <para>To use custom RSS feeds you need to turn on the cron
32612             job.</para>
32613           </important></para>
32614       </section>
32615     </section>
32616
32617     <section id="opacmyaccount">
32618       <title>My Account</title>
32619
32620       <para>From the OPAC patrons can log in and access their account if you
32621       have set the <link linkend="opacuserlogin">opacuserlogin</link>
32622       preference to 'Allow'. Once logged in patrons are brought to their
32623       account summary. If you would like to get to your account in the OPAC,
32624       you can click on your name in the top right of any page in the
32625       OPAC.</para>
32626
32627       <section id="opacmysummary">
32628         <title>My Summary</title>
32629
32630         <screenshot>
32631           <screeninfo>My Summary</screeninfo>
32632
32633           <mediaobject>
32634             <imageobject>
32635               <imagedata fileref="images/opac/myaccount.png"/>
32636             </imageobject>
32637           </mediaobject>
32638         </screenshot>
32639
32640         <para>From the 'my summary' tab, patrons will see all of the items
32641         they have checked out with the overdue items highlighted in red. If
32642         you have <link linkend="OpacRenewalAllowed">OpacRenewalAllowed</link>
32643         set to 'Allow' then your patrons will be able to renew their books
32644         right from the OPAC. If you have HTML entered in the <link
32645         linkend="OPACMySummaryHTML">OPACMySummaryHTML</link> preference then
32646         you will see that to the right of the 'Fines' column.</para>
32647
32648         <screenshot>
32649           <screeninfo>Checked out tab with OPACMySummaryHTML set</screeninfo>
32650
32651           <mediaobject>
32652             <imageobject>
32653               <imagedata fileref="images/opac/opacsummary-wlinks.png"/>
32654             </imageobject>
32655           </mediaobject>
32656         </screenshot>
32657
32658         <para>If your patrons would like to see the items barcodes on their
32659         list of checked out items you can set up a <link
32660         linkend="patronattributetypes">patron attribute</link> with the value
32661         of SHOW_BCODE and <link linkend="authorizedvalues">authorized
32662         value</link> of YES_NO.</para>
32663
32664         <screenshot>
32665           <screeninfo>Add SHOW_BCODE patron attribute</screeninfo>
32666
32667           <mediaobject>
32668             <imageobject>
32669               <imagedata fileref="images/opac/SHOW_BCODEadd.png"/>
32670             </imageobject>
32671           </mediaobject>
32672         </screenshot>
32673
32674         <para>Then on the <link linkend="editpatrons">patron's record set the
32675         value</link> for SHOW_BCODE to yes.</para>
32676
32677         <screenshot>
32678           <screeninfo>Setting value for SHOW_BCODE on patron
32679           record</screeninfo>
32680
32681           <mediaobject>
32682             <imageobject>
32683               <imagedata fileref="images/opac/SHOW_BCODEattribute.png"/>
32684             </imageobject>
32685           </mediaobject>
32686         </screenshot>
32687
32688         <para>This will add a column to the check out summary in the OPAC that
32689         shows the patrons the barcodes of the items they have checked
32690         out.</para>
32691
32692         <screenshot>
32693           <screeninfo>Barcode number on checkout list in OPAC</screeninfo>
32694
32695           <mediaobject>
32696             <imageobject>
32697               <imagedata fileref="images/opac/barcodeoncheckouts.png"/>
32698             </imageobject>
32699           </mediaobject>
32700         </screenshot>
32701
32702         <para>Clicking on the 'Overdue' tab will show only the items that are
32703         overdue.</para>
32704
32705         <screenshot>
32706           <screeninfo>Overdue Items</screeninfo>
32707
32708           <mediaobject>
32709             <imageobject>
32710               <imagedata fileref="images/opac/myoverdues.png"/>
32711             </imageobject>
32712           </mediaobject>
32713         </screenshot>
32714
32715         <para>The 'Fines' tab will show just a total of what the patron owes.
32716         Clicking on the total will take them to the 'my fines' tab where they
32717         will see a complete breakdown of their fines and bills. If you don't
32718         charge fines at your library you can turn the display of these tabs
32719         off by setting the <link linkend="OPACFinesTab">OPACFinesTab</link>
32720         preference to 'Don't Allow.'</para>
32721
32722         <screenshot>
32723           <screeninfo>Patron Fines</screeninfo>
32724
32725           <mediaobject>
32726             <imageobject>
32727               <imagedata fileref="images/opac/myfines.png"/>
32728             </imageobject>
32729           </mediaobject>
32730         </screenshot>
32731
32732         <para>Finally, clicking on the 'Holds' tab will show the patron the
32733         status of all of the items they have on hold. Items that are ready for
32734         pickup will be highlighted in yellow.</para>
32735
32736         <screenshot>
32737           <screeninfo>Patron holds status</screeninfo>
32738
32739           <mediaobject>
32740             <imageobject>
32741               <imagedata fileref="images/opac/myholds.png"/>
32742             </imageobject>
32743           </mediaobject>
32744         </screenshot>
32745
32746         <para>Patrons can cancel their own holds if they are not in transit or
32747         already waiting for them. They can also suspend all of their holds
32748         (depending on the value of your <link
32749         linkend="SuspendHoldsOpac">SuspendHoldsOpac</link> system preference)
32750         indefinitely or until a specific date if they choose by filling in the
32751         suspend options at the bottom of the page.</para>
32752
32753         <note>
32754           <para>If you have your <link
32755           linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
32756           preference set to "Don't allow" then you will not have the option to
32757           put an end date on the hold suspension</para>
32758         </note>
32759       </section>
32760
32761       <section id="opacmyaccount-flags">
32762         <title>Patron Flags</title>
32763
32764         <para>If you have <link linkend="patronflags">flagged your patron's
32765         account</link> they may see one of the following error messages at the
32766         top of their account.</para>
32767
32768         <itemizedlist>
32769           <listitem>
32770             <para>Card marked as lost</para>
32771
32772             <screenshot>
32773               <screeninfo>Library card lost</screeninfo>
32774
32775               <mediaobject>
32776                 <imageobject>
32777                   <imagedata fileref="images/opac/nocard.png"/>
32778                 </imageobject>
32779               </mediaobject>
32780             </screenshot>
32781           </listitem>
32782
32783           <listitem>
32784             <para>Patron address in question</para>
32785
32786             <screenshot>
32787               <screeninfo>Patron address in question</screeninfo>
32788
32789               <mediaobject>
32790                 <imageobject>
32791                   <imagedata fileref="images/opac/noaddress.png"/>
32792                 </imageobject>
32793               </mediaobject>
32794             </screenshot>
32795
32796             <itemizedlist>
32797               <listitem>
32798                 <note>
32799                   <para>this error message will not include a link to the
32800                   update form if you have <link
32801                   linkend="OPACPatronDetails">OPACPatronDetails</link> set to
32802                   'Don't allow'</para>
32803                 </note>
32804               </listitem>
32805             </itemizedlist>
32806           </listitem>
32807
32808           <listitem>
32809             <para>Patron marked restricted</para>
32810
32811             <screenshot>
32812               <screeninfo>Patron restricted</screeninfo>
32813
32814               <mediaobject>
32815                 <imageobject>
32816                   <imagedata fileref="images/opac/debarred.png"/>
32817                 </imageobject>
32818               </mediaobject>
32819             </screenshot>
32820           </listitem>
32821         </itemizedlist>
32822       </section>
32823
32824       <section id="opacmyfines">
32825         <title>My Fines</title>
32826
32827         <para>If your library charges fines the next tab on the left is 'my
32828         fines.' Opening this tab will show the patron an entire history of
32829         their accounting at the library.</para>
32830
32831         <screenshot>
32832           <screeninfo>Library Fines &amp; Charges</screeninfo>
32833
32834           <mediaobject>
32835             <imageobject>
32836               <imagedata fileref="images/opac/mybilling.png"/>
32837             </imageobject>
32838           </mediaobject>
32839         </screenshot>
32840       </section>
32841
32842       <section id="opacmydetails">
32843         <title>My Details</title>
32844
32845         <para>If you have your <link
32846         linkend="OPACPatronDetails">OPACPatronDetails</link> preference set to
32847         'Allow', your patrons will see a form filled in with their contacting
32848         information by clicking on the 'my personal details' tab.</para>
32849
32850         <screenshot>
32851           <screeninfo>Patron's personal details</screeninfo>
32852
32853           <mediaobject>
32854             <imageobject>
32855               <imagedata fileref="images/opac/myprofile.png"/>
32856             </imageobject>
32857           </mediaobject>
32858         </screenshot>
32859
32860         <para>Patrons can edit their details in this form and click 'Submit
32861         Changes' to have their edits sent to the library for review before
32862         their record is updated. The email with the changes is sent to the
32863         library administration email address and lines that the patron changed
32864         will start with the field name in all caps.</para>
32865
32866         <para>If the <link
32867         linkend="OPACPatronDetails">OPACPatronDetails</link> preference is set
32868         to 'Don't allow' then patrons will simply see their details in plain
32869         text.</para>
32870
32871         <screenshot>
32872           <screeninfo>Patron's personal details with no edits</screeninfo>
32873
32874           <mediaobject>
32875             <imageobject>
32876               <imagedata fileref="images/opac/myprofile-noedit.png"/>
32877             </imageobject>
32878           </mediaobject>
32879         </screenshot>
32880       </section>
32881
32882       <section id="opacmytags">
32883         <title>My Tags</title>
32884
32885         <para>If your library has <link
32886         linkend="TagsEnabled">TagsEnabled</link> set to 'Allowed' then the
32887         next tab on the left will be 'my tags.' This tab will show patrons all
32888         of the tags in the system as a cloud and then all of the tags they
32889         have applied in a list format. From here patrons have the ability to
32890         remove tags that they have added if they want.</para>
32891
32892         <screenshot>
32893           <screeninfo>Patron's tags</screeninfo>
32894
32895           <mediaobject>
32896             <imageobject>
32897               <imagedata fileref="images/opac/mytags.png"/>
32898             </imageobject>
32899           </mediaobject>
32900         </screenshot>
32901       </section>
32902
32903       <section id="opacmypassword">
32904         <title>Change My Password</title>
32905
32906         <para>Next, if you have <link
32907         linkend="OpacPasswordChange">OpacPasswordChange</link> set to 'Allow'
32908         the next tab will be 'change my password,' where patrons can change
32909         their password for logging into the OPAC. Patrons will be presented
32910         with a standard form asking them to enter their old password and then
32911         their new password twice.</para>
32912
32913         <screenshot>
32914           <screeninfo>Change my password</screeninfo>
32915
32916           <mediaobject>
32917             <imageobject>
32918               <imagedata fileref="images/opac/mypassword.png"/>
32919             </imageobject>
32920           </mediaobject>
32921         </screenshot>
32922       </section>
32923
32924       <section id="opacmysearchistory">
32925         <title>My Search History</title>
32926
32927         <para>If you have your <link
32928         linkend="EnableOpacSearchHistory">EnableOpacSearchHistory</link>
32929         preference set to 'Allow' then your patrons can access their search
32930         history via the 'my search history' tab.</para>
32931
32932         <screenshot>
32933           <screeninfo>my search history tab</screeninfo>
32934
32935           <mediaobject>
32936             <imageobject>
32937               <imagedata fileref="images/opac/mysearchhistory.png"/>
32938             </imageobject>
32939           </mediaobject>
32940         </screenshot>
32941
32942         <para>The search history is a record of all searches run by the
32943         patron. Clicking on any of the search phrases will re-run the search
32944         for the patron. The search history can be deleted by the patron at any
32945         time by clicking the 'Delete your search history' link found at the
32946         top of this tab or by clicking the little red 'x' next to the 'Search
32947         history' link at the top right of the OPAC.</para>
32948
32949         <screenshot>
32950           <screeninfo>Search history link at the top right of the
32951           OPAC</screeninfo>
32952
32953           <mediaobject>
32954             <imageobject>
32955               <imagedata fileref="images/opac/searchistory.png"/>
32956             </imageobject>
32957           </mediaobject>
32958         </screenshot>
32959       </section>
32960
32961       <section id="opacmyhistory">
32962         <title>My Reading History</title>
32963
32964         <para>Depending on your library's setting for <link
32965         linkend="opacreadinghistory">opacreadinghistory</link> your patrons
32966         may see the 'my reading history' tab next. This will show the patron
32967         their entire reading history unless they have asked the library to not
32968         keep that information via the 'my privacy' tab which will appear if
32969         you have the <link linkend="OPACPrivacy">OPACPrivacy</link> preference
32970         set to 'Allow.'</para>
32971
32972         <screenshot>
32973           <screeninfo>Patron reading history</screeninfo>
32974
32975           <mediaobject>
32976             <imageobject>
32977               <imagedata fileref="images/opac/myhistory.png"/>
32978             </imageobject>
32979           </mediaobject>
32980         </screenshot>
32981       </section>
32982
32983       <section id="opacmyprivacy">
32984         <title>My Privacy</title>
32985
32986         <para>The 'my privacy' tab will appear if you have both the <link
32987         linkend="opacreadinghistory">opacreadinghistory</link> and the <link
32988         linkend="OPACPrivacy">OPACPrivacy</link> preferences set to 'Allow.'
32989         This tab will allow the patrons to decide how the library keeps their
32990         circulation history data.</para>
32991
32992         <screenshot>
32993           <screeninfo>my privacy tab</screeninfo>
32994
32995           <mediaobject>
32996             <imageobject>
32997               <imagedata fileref="images/opac/myprivacy.png"/>
32998             </imageobject>
32999           </mediaobject>
33000         </screenshot>
33001
33002         <para>The patron can choose from three options:</para>
33003
33004         <itemizedlist>
33005           <listitem>
33006             <para>Forever: keep my reading history without limit. This is the
33007             option for users who want to keep track of what they are
33008             reading.</para>
33009           </listitem>
33010
33011           <listitem>
33012             <para>Default: keep my reading history according to local laws.
33013             This is the default option : the library will keep your reading
33014             history for the duration permitted by local laws.</para>
33015           </listitem>
33016
33017           <listitem>
33018             <para>Never: Delete my reading history immediately. This will
33019             delete all record of the item that was checked-out upon
33020             check-in.</para>
33021           </listitem>
33022         </itemizedlist>
33023
33024         <para>Depending on the patron's suggestions the contents of the '<link
33025         linkend="opacmyhistory">my reading history</link>' tab and the '<link
33026         linkend="circhistory">Circulation History</link>' tab in the staff
33027         client may change.</para>
33028
33029         <para>Regardless of the patron's choice they can delete their reading
33030         history in bulk at any time by clicking the 'Immediate deletion'
33031         button.</para>
33032
33033         <screenshot>
33034           <screeninfo>Delete Circulation History</screeninfo>
33035
33036           <mediaobject>
33037             <imageobject>
33038               <imagedata fileref="images/opac/deletecirchistory.png"/>
33039             </imageobject>
33040           </mediaobject>
33041         </screenshot>
33042
33043         <para>Clicking this button will not delete items that are currently
33044         checked out, but will clear the patron's past reading history.</para>
33045       </section>
33046
33047       <section id="opacmysuggestions">
33048         <title>My Purchase Suggestions</title>
33049
33050         <para>If your library allows patrons to make purchase suggestions the
33051         next tab will show all suggestions that the patron made to the library
33052         and their statuses. To disable this tab and the suggestion
33053         functionality set the <link
33054         linkend="suggestionspref">suggestion</link> preference to 'Don't
33055         allow.'</para>
33056
33057         <screenshot>
33058           <screeninfo>Patron purchase suggestions</screeninfo>
33059
33060           <mediaobject>
33061             <imageobject>
33062               <imagedata fileref="images/opac/mysuggestions.png"/>
33063             </imageobject>
33064           </mediaobject>
33065         </screenshot>
33066       </section>
33067
33068       <section id="opacmymsgs">
33069         <title>My Messaging</title>
33070
33071         <para>If your library has the <link
33072         linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
33073         preference set to 'Allow' then your patrons will be able to choose
33074         which messages they receive from the library (with the exception of
33075         overdue notices which the library controls).</para>
33076
33077         <screenshot>
33078           <screeninfo>Patron messaging preferences</screeninfo>
33079
33080           <mediaobject>
33081             <imageobject>
33082               <imagedata fileref="images/opac/mymessages.png"/>
33083             </imageobject>
33084           </mediaobject>
33085         </screenshot>
33086
33087         <para>If you also allow SMS messages with the <link
33088         linkend="SMSSendDriver">SMSSendDriver</link> preference, you will see
33089         an additional column to receive these messages as SMS (or text
33090         messages) and a field for a cell (or SMS) number.</para>
33091
33092         <screenshot>
33093           <screeninfo>SMSSendDriver in the OPAC</screeninfo>
33094
33095           <mediaobject>
33096             <imageobject>
33097               <imagedata fileref="images/opac/OPACSMSSendDriver.png"/>
33098             </imageobject>
33099           </mediaobject>
33100         </screenshot>
33101       </section>
33102
33103       <section id="opacmylists">
33104         <title>My Lists</title>
33105
33106         <para>Finally, if your library has the <link
33107         linkend="virtualshelves">virtualshelves</link> set to 'Allow' then the
33108         last tab will by 'my lists.' From here your patrons can review public
33109         lists and create or edit their own private lists.</para>
33110
33111         <screenshot>
33112           <screeninfo>Patron lists</screeninfo>
33113
33114           <mediaobject>
33115             <imageobject>
33116               <imagedata fileref="images/opac/mylists.png"/>
33117             </imageobject>
33118           </mediaobject>
33119         </screenshot>
33120       </section>
33121     </section>
33122
33123     <section id="purchasesuggest">
33124       <title>Purchase Suggestions</title>
33125
33126       <para>If your library has the <link
33127       linkend="suggestionspref">suggestion</link> preference set to 'Allow'
33128       then patrons will have the option to make purchase suggestions in
33129       several areas in the OPAC.</para>
33130
33131       <para>There will be a link at the top of your OPAC under the search
33132       box.</para>
33133
33134       <screenshot>
33135         <screeninfo>Purchase Suggestions Link on Search Box</screeninfo>
33136
33137         <mediaobject>
33138           <imageobject>
33139             <imagedata fileref="images/opac/suggestfromsearch.png"/>
33140           </imageobject>
33141         </mediaobject>
33142       </screenshot>
33143
33144       <para>There will be a link when the patron finds nothing for their
33145       search.</para>
33146
33147       <screenshot>
33148         <screeninfo>Purchase Suggestion Link from Search Results</screeninfo>
33149
33150         <mediaobject>
33151           <imageobject>
33152             <imagedata fileref="images/opac/suggestfromnoresults.png"/>
33153           </imageobject>
33154         </mediaobject>
33155       </screenshot>
33156
33157       <para>And there will be a link on the patron's <link
33158       linkend="opacmysuggestions">My Purchase Suggestions</link> tab.</para>
33159
33160       <screenshot>
33161         <screeninfo>Purchase Suggestion from My Purchase Suggestions
33162         Tab</screeninfo>
33163
33164         <mediaobject>
33165           <imageobject>
33166             <imagedata fileref="images/opac/suggestfrommyaccount.png"/>
33167           </imageobject>
33168         </mediaobject>
33169       </screenshot>
33170
33171       <para>Clicking any one of these links will open the purchase suggestion
33172       form.</para>
33173
33174       <screenshot>
33175         <screeninfo>New Purchase Suggestion</screeninfo>
33176
33177         <mediaobject>
33178           <imageobject>
33179             <imagedata fileref="images/opac/newsuggestion.png"/>
33180           </imageobject>
33181         </mediaobject>
33182       </screenshot>
33183
33184       <itemizedlist>
33185         <listitem>
33186           <para>From the form on the 'Title' is required by the
33187           library.</para>
33188         </listitem>
33189
33190         <listitem>
33191           <para>If you would like the 'Reason for suggestion' menu shown in
33192           the screenshot above to appear on your suggestions list you need to
33193           add an <link linkend="authorizedvalues">authorized value</link>
33194           category titled 'OPAC_SUG' and include reasons as values in that
33195           list.</para>
33196         </listitem>
33197
33198         <listitem>
33199           <para>If you would like the patron to be able to choose which branch
33200           they are making a suggestion for you need to set the <link
33201           linkend="AllowPurchaseSuggestionBranchChoice">AllowPurchaseSuggestionBranchChoice</link>
33202           preference to 'Allow'</para>
33203         </listitem>
33204       </itemizedlist>
33205
33206       <para>Once the form is submitted the data will be saved to the <link
33207       linkend="managesuggest">Acquisitions</link> module for the librarians to
33208       manage.</para>
33209     </section>
33210   </chapter>
33211
33212   <chapter id="searching">
33213     <title>Searching</title>
33214
33215     <para/>
33216
33217     <section id="searchprefixes">
33218       <title>Advanced Search Prefixes</title>
33219
33220       <para>The following prefixes can be added to search terms in the keyword
33221       search box to limit items returned</para>
33222
33223       <itemizedlist>
33224         <listitem>
33225           <para>ti: title search</para>
33226
33227           <itemizedlist>
33228             <listitem>
33229               <para>ex. ti:hamlet</para>
33230             </listitem>
33231           </itemizedlist>
33232         </listitem>
33233
33234         <listitem>
33235           <para>su: subject search</para>
33236
33237           <itemizedlist>
33238             <listitem>
33239               <para>ex. su:cooking</para>
33240             </listitem>
33241           </itemizedlist>
33242         </listitem>
33243
33244         <listitem>
33245           <para>pb: publisher search</para>
33246
33247           <itemizedlist>
33248             <listitem>
33249               <para>ex. pb:penguin</para>
33250             </listitem>
33251           </itemizedlist>
33252         </listitem>
33253
33254         <listitem>
33255           <para>au: author search</para>
33256
33257           <itemizedlist>
33258             <listitem>
33259               <para>ex. au:rowling</para>
33260             </listitem>
33261           </itemizedlist>
33262         </listitem>
33263
33264         <listitem>
33265           <para>su-geo: geographic subjects</para>
33266
33267           <itemizedlist>
33268             <listitem>
33269               <para>ex. su-geo:wales and kw:description and kw:travel</para>
33270             </listitem>
33271           </itemizedlist>
33272         </listitem>
33273
33274         <listitem>
33275           <para>bc: barcode</para>
33276
33277           <itemizedlist>
33278             <listitem>
33279               <para>ex. bc:502326000912</para>
33280             </listitem>
33281           </itemizedlist>
33282         </listitem>
33283
33284         <listitem>
33285           <para>lex: lexile</para>
33286
33287           <itemizedlist>
33288             <listitem>
33289               <para>levels lex:510</para>
33290             </listitem>
33291           </itemizedlist>
33292         </listitem>
33293       </itemizedlist>
33294
33295       <para/>
33296     </section>
33297
33298     <section id="searchguide">
33299       <sectioninfo>
33300         <author>
33301           <firstname>Becky</firstname>
33302
33303           <surname>Bell</surname>
33304
33305           <affiliation>
33306             <orgname>WALDO</orgname>
33307           </affiliation>
33308         </author>
33309
33310         <pubdate>October 2008</pubdate>
33311
33312         <othercredit role="copyeditor">
33313           <firstname>Nicole C.</firstname>
33314
33315           <surname>Engard</surname>
33316
33317           <contrib>Fixed typos, changed content where necessary and added new
33318           screenshots.</contrib>
33319         </othercredit>
33320       </sectioninfo>
33321
33322       <title>Guide to Searching</title>
33323
33324       <para>This brief guide will explain a chart that shows a sample of how a
33325       MARC21 database can be configured, as well as a brief introductory
33326       searching guide. The indexing fields described in this document relate
33327       to the bibliographic data and does not address authority database
33328       indexing.</para>
33329
33330       <section id="searchguide-indexing">
33331         <title>Indexing and Searching Description</title>
33332
33333         <para>Koha's databases are indexed by the Zebra open-source software.
33334         The overview to the documentation describes Zebra as:</para>
33335
33336         <blockquote>
33337           <para>"...Zebra is a high-performance, general-purpose structured
33338           text indexing and retrieval engine. It reads records in a variety of
33339           input formats (eg. email, XML, MARC) and provides access to them
33340           through a powerful combination of Boolean search expressions and
33341           relevance-ranked free-text queries.</para>
33342
33343           <para>Zebra supports large databases (tens of millions of records,
33344           tens of gigabytes of data). It allows safe, incremental database
33345           updates on live systems. Because Zebra supports the
33346           industry-standard information retrieval protocol, Z39.50, you can
33347           search Zebra databases using an enormous variety of programs and
33348           toolkits, both commercial and free, which understands this
33349           protocol..." Zebra - User's Guide and Reference, p. 1, <ulink
33350           url="http://www.indexdata.dk/zebra/doc/zebra.pdf">http://www.indexdata.dk/zebra/doc/zebra.pdf</ulink></para>
33351         </blockquote>
33352
33353         <para>This brief guide will explain a chart that shows a sample of how
33354         a MARC21 database can be configured, as well as a brief introductory
33355         searching guide. The indexing fields described in this document relate
33356         to the bibliographic data and does not address authority database
33357         indexing.</para>
33358
33359         <note>
33360           <para>The indexing described in this document is the set used by
33361           SouthEastern University. Your local indexing may vary.</para>
33362         </note>
33363       </section>
33364
33365       <section id="searchguide-indexconfig">
33366         <title>Indexing Configuration</title>
33367
33368         <para>There are three configuration files that Koha uses while
33369         indexing.</para>
33370
33371         <para>The first configuration file (etc/zebradb/biblios/etc/bib1.att)
33372         contains the Z39.50 bib-1 attribute list, plus the Koha local use
33373         attributes for Biblio Indexes, Items Index, and Fixed Fields and other
33374         special indexes. The Z39.50 Bib-1 profile is made up of several
33375         different types of attributes: Use, Relation, Position, Structure,
33376         Truncation, and Completeness. The bib-1 'Use' attribute is represented
33377         on the chart; the other attributes are used primarily when doing
33378         searches. While there are over 150+ use attributes that could be used
33379         to define your indexing set, it's unlikely that you will choose to use
33380         them all. The attributes you elect to use are those that become the
33381         indexing rules for your database. The other five attribute sets define
33382         the various ways that a search can be further defined, and will not
33383         specifically be addressed in this document. For a complete list of the
33384         standard Bib-1 attributes, go to <ulink
33385         url="http://www.loc.gov/z3950/agency/defns/bib1.html">http://www.loc.gov/z3950/agency/defns/bib1.html</ulink>.</para>
33386
33387         <para>The second file
33388         (etc/zebradb/marc_defs/[marc21|unimarc]/biblios/record.abs) contains
33389         the abstract syntax which maps the MARC21 tags to the set of Use
33390         Attributes you choose to use. The rules established in this file
33391         provides a passable Bath level 0 and 1 service, which includes author,
33392         title, subject, keyword and exact services such as standard
33393         identifiers (LCCN, ISBN, ISSN, etc.)</para>
33394
33395         <para>The third file (etc/zebradb/ccl.properties) is the Common
33396         Command Language (CCL) field mappings. This file combines the bib-1
33397         attribute set file and the abstract file and adds the qualifiers,
33398         usually known as index names. The qualifiers, or indexes, for this
33399         database are: pn, cpn, cfn, ti, se, ut, nb, ns, sn, lcn, callnum, su,
33400         su-to, su-geo, su-ut, yr,pubdate, acqdate, ln, pl, ab, nt, rtype,
33401         mc-rtype, mus, au, su-na, kw, pb, ctype, and an.</para>
33402
33403         <para>The Koha Indexing Chart summarizes the contents of all three of
33404         these files in a more readable format. The first two columns labeled
33405         Z39.50 attribute and Z39.50 name matches the Z39.50 bib-1 attributes
33406         file. The third column labeled MARC tags indexed is where you find
33407         which MARC tags are mapped to an attribute. The fourth column labeled
33408         Qualifiers identifies the search abbreviations used in the internal
33409         CCL query. The following description provides a definition for the
33410         word 'qualifiers'.</para>
33411
33412         <para><emphasis>Qualifiers are used to direct the search to a
33413         particular searchable index, such as title (ti) and author indexes
33414         (au). The CCL standard itself doesn't specify a particular set of
33415         qualifiers, but it does suggest a few shorthand notations. You can
33416         customize the CCL parser to support a particular set of qualifiers to
33417         reflect the current target profile. Traditionally, a qualifier would
33418         map to a particular use-attribute within the BIB-1attribute set. It is
33419         also possible to set other attributes, such as the structure
33420         attribute.</emphasis></para>
33421
33422         <para>In the MARC tags indexed column, there are some conventions used
33423         that have specific meanings. They are:</para>
33424
33425         <itemizedlist>
33426           <listitem>
33427             <para>A three digit tag (100) means that all subfields in the tag
33428             can be used in a search query. So, if you enter a search for
33429             'Jackson' as an author, you will retrieve records where Jackson
33430             could be the last name or the first name.</para>
33431           </listitem>
33432
33433           <listitem>
33434             <para>A three digit tag that has a '$' followed by a letter
33435             (600$a) means that a search query will only search the 'a'
33436             subfield.</para>
33437           </listitem>
33438
33439           <listitem>
33440             <para>A three digit tag that is followed by a ':' and a letter
33441             (240:w) means that a search query can be further qualified. The
33442             letter following the ':' identifies how to conduct the search. The
33443             most common values you'll see are 'w' (word), 'p' (phrase), 's'
33444             (sort), and 'n' (numeric).</para>
33445           </listitem>
33446         </itemizedlist>
33447
33448         <para>The contents of the MARC tags, subfields, and/or fixed field
33449         elements that are listed in this chart are all indexed. You'll see
33450         that every attribute line is not mapped to a specific qualifier
33451         (index)-LC card number, line 9 is one example. However, every indexed
33452         word (a string of characters preceded and succeeded by a space) can be
33453         searched using a keyword (kw) search. So, although an LC card number
33454         specific index doesn't exist, you can still search by the LCCN since
33455         tag 010 is assigned to the LC-card-number attribute. To verify this,
33456         enter 72180055 in the persistent search box. You should retrieve The
33457         gods themselves, by Isaac Asimov.</para>
33458
33459         <para>Examples of fixed field elements indexing can be seen on the
33460         chart between Attribute 8822 and Attribute 8703. These attributes are
33461         most commonly used for limiting. The fixed field attributes currently
33462         represent the BK codes. Other format codes, if needed, could be
33463         defined.</para>
33464       </section>
33465
33466       <section id="searchguide-basics">
33467         <title>Basic Searching</title>
33468
33469         <para>The search box that library staff and library patrons will see
33470         most often is the persistent search box at the top of the page. Koha
33471         interprets the searches as keyword searches.</para>
33472
33473         <screenshot>
33474           <screeninfo>Koha search box</screeninfo>
33475
33476           <mediaobject>
33477             <imageobject>
33478               <imagedata fileref="images/searching/searchbox.png"/>
33479             </imageobject>
33480           </mediaobject>
33481         </screenshot>
33482
33483         <para>To start a search, you enter a word or multiple words in the
33484         search box. When a single word is entered, a keyword search is
33485         performed. You can check this out by typing one word into the form and
33486         note the number of results located. Then, repeat the search with a
33487         minor change. In front of the search word, type 'kw=' followed by the
33488         same search term. The results will be identical.</para>
33489
33490         <para>When you have more than one word in the search box, Koha will
33491         still do a keyword search, but a bit differently. Each word will be
33492         searched on its own, then the Boolean connector 'and' will narrow your
33493         search to those items with all words contained in matching
33494         records.</para>
33495
33496         <para>Suppose you want to find material about how libraries are using
33497         mashups. You'll select the major words and enter them into the
33498         persistent search box.</para>
33499
33500         <screenshot>
33501           <screeninfo>Keyword Search</screeninfo>
33502
33503           <mediaobject>
33504             <imageobject>
33505               <imagedata fileref="images/searching/searchterms.png"/>
33506             </imageobject>
33507           </mediaobject>
33508         </screenshot>
33509
33510         <para>The response to this search is:</para>
33511
33512         <screenshot>
33513           <screeninfo>Results</screeninfo>
33514
33515           <mediaobject>
33516             <imageobject>
33517               <imagedata fileref="images/searching/resultssummary.png"/>
33518             </imageobject>
33519           </mediaobject>
33520         </screenshot>
33521
33522         <para>The order of the words does not affect the retrieval results, so
33523         you could also enter the search as "mashups library". The response to
33524         this search is results</para>
33525
33526         <screenshot>
33527           <screeninfo>Results</screeninfo>
33528
33529           <mediaobject>
33530             <imageobject>
33531               <imagedata fileref="images/searching/resultssummary2.png"/>
33532             </imageobject>
33533           </mediaobject>
33534         </screenshot>
33535
33536         <para>Too many words in the search box will find very few matches, as
33537         the following example illustrates:</para>
33538
33539         <screenshot>
33540           <screeninfo>No results found</screeninfo>
33541
33542           <mediaobject>
33543             <imageobject>
33544               <imagedata fileref="images/searching/noresults.png"/>
33545             </imageobject>
33546           </mediaobject>
33547         </screenshot>
33548       </section>
33549
33550       <section id="searchguide-advanced">
33551         <title>Advanced Searching</title>
33552
33553         <para>When you can't find the most appropriate material with a general
33554         search, you can move to the Advanced Search page by clicking on the
33555         Search option on the persistent toolbar.</para>
33556
33557         <screenshot>
33558           <screeninfo>Koha Menu</screeninfo>
33559
33560           <mediaobject>
33561             <imageobject>
33562               <imagedata fileref="images/searching/menubar.png"/>
33563             </imageobject>
33564           </mediaobject>
33565         </screenshot>
33566
33567         <para>The Advanced Search page offers many ways to limit the results
33568         of your search. You can search using the Boolean operators AND, OR,
33569         and NOT; limit by item type; limit by year and language; limit by
33570         subtypes audience, content, format, or additional content types; by
33571         location and by availability.</para>
33572
33573         <para>The first limiting section on the Advanced Search page provides
33574         a quick and simple way to use the Boolean operators in your search.
33575         Note that this display depends on a system preference setting. This
33576         option can be found on the Administration &gt; System Preferences &gt;
33577         Searching page. The option called <link
33578         linkend="expandedSearchOption">expandedSearchOption</link> must be set
33579         to 'show' to see the following display.</para>
33580
33581         <screenshot>
33582           <screeninfo>Advanced Search Options</screeninfo>
33583
33584           <mediaobject>
33585             <imageobject>
33586               <imagedata fileref="images/searching/searchoptions.png"/>
33587             </imageobject>
33588           </mediaobject>
33589         </screenshot>
33590
33591         <para>In this section you can choose among the many indexes by
33592         clicking on the arrow in the first box. The blank box that follows is
33593         where you enter your first search term or terms. On the second line,
33594         you can choose the Boolean operator you want to use in your search.
33595         The options are 'and', 'or', and 'not'. Then, you would again choose
33596         the index to search, followed by the second term or terms. If you have
33597         more concepts you want to include in your search, you can click the
33598         [+] to add another line for your search.</para>
33599
33600         <para>A sample search is shown next, followed by its results:</para>
33601
33602         <screenshot>
33603           <screeninfo>Advanced Search</screeninfo>
33604
33605           <mediaobject>
33606             <imageobject>
33607               <imagedata fileref="images/searching/advsearch.png"/>
33608             </imageobject>
33609           </mediaobject>
33610         </screenshot>
33611
33612         <screenshot>
33613           <screeninfo>Results from Advanced Search</screeninfo>
33614
33615           <mediaobject>
33616             <imageobject>
33617               <imagedata fileref="images/searching/numresults.png"/>
33618             </imageobject>
33619           </mediaobject>
33620         </screenshot>
33621
33622         <para>When you use the Boolean operators to broaden or narrow a
33623         search, remember the action of each operator. The 'and' operator
33624         narrows the results you'll retrieve because the search will retrieve
33625         the records that include all your search terms. The 'or' operator
33626         expands the results because the search will look for occurrences of
33627         all of your search terms. The 'not' operator excludes records with the
33628         term that follows the operator.</para>
33629
33630         <para>Note: If you leave this <link
33631         linkend="expandedSearchOption">expandedSearchOption</link> set to
33632         'don't show', this is the display you will see:</para>
33633
33634         <screenshot>
33635           <screeninfo>Fewer Search Options</screeninfo>
33636
33637           <mediaobject>
33638             <imageobject>
33639               <imagedata fileref="images/searching/feweropts.png"/>
33640             </imageobject>
33641           </mediaobject>
33642         </screenshot>
33643
33644         <para>The Advanced Search page then shows the multiple kinds of limits
33645         that can be applied to your search results. Either check a box or
33646         select from the drop down menus to narrow your search. You will type
33647         the year, year range, or a 'greater than (&gt;)' or 'less than (&lt;)'
33648         year.</para>
33649
33650         <screenshot>
33651           <screeninfo>Other Advanced Search Options</screeninfo>
33652
33653           <mediaobject>
33654             <imageobject>
33655               <imagedata fileref="images/searching/advoptions.png"/>
33656             </imageobject>
33657           </mediaobject>
33658         </screenshot>
33659
33660         <para>Finally, you can choose how the results will be sorted. The
33661         pre-defined sort options are in the final area of the Advanced Search
33662         screen.</para>
33663
33664         <screenshot>
33665           <screeninfo>Sort Results By</screeninfo>
33666
33667           <mediaobject>
33668             <imageobject>
33669               <imagedata fileref="images/searching/advsortby.png"/>
33670             </imageobject>
33671           </mediaobject>
33672         </screenshot>
33673
33674         <para>The default sort is by relevance, although you can choose to
33675         sort by author, by title, by call number, by dates, or by popularity.
33676         If you would prefer a different default sort, you can set <link
33677         linkend="defaultSortField">defaultSortField</link> to one of the other
33678         choices in Administration &gt; System Preferences &gt;
33679         Searching.</para>
33680       </section>
33681
33682       <section id="searchguide-ccl">
33683         <title>Common Command Language Searching</title>
33684
33685         <para>Koha uses the Common Command Language (CCL) (ISO 8777) as its
33686         internal search protocol. Searches initiated in the graphical
33687         interface use this protocol as well, although the searcher doesn't
33688         know which indexes, operators and limiters are available and being
33689         used to conduct their search. The searcher can use the Advanced Search
33690         when more precise results set are desired and where the search indexes
33691         are somewhat known. However, some library users and many library staff
33692         prefer using a command based structure. This part of the document will
33693         present and explain the use of the Koha command based structure. The
33694         indexes, operators, and limiters used are identical to those used in
33695         the graphical interface.</para>
33696
33697         <section id="searchguide-indexes">
33698           <title>Indexes</title>
33699
33700           <para>The CCL standard itself doesn't specify a particular set of
33701           qualifiers (indexes), but it does suggest a few short-hand notations
33702           such as 'ti', 'au', and 'su'. Koha has a default set of indexes;
33703           it's possible to customize that set by adding needed indexes based
33704           on local requirements. A qualifier (index) maps to a particular
33705           use-attribute within the Z39.50 BIB-1 attribute set. The complete
33706           Z39.50 Bib-1 Attribute can be viewed at <ulink
33707           url="http://www.loc.gov/z3950/agency/defns/bib1.html">http://www.loc.gov/z3950/agency/defns/bib1.html</ulink>.</para>
33708
33709           <para>The standard Koha set of indexes is a fairly common example of
33710           MARC21 indexing rules. The indexes that are defined in Koha are
33711           indexes typically used by other integrated library systems. The
33712           defined Z39.50 Bib-1 Attribute mapped to the indexes include:</para>
33713
33714           <table cellpadding="4" cellspacing="4" frame="all">
33715             <title>Attributes</title>
33716
33717             <tgroup align="left" cols="2" colsep="1" rowsep="1">
33718               <thead>
33719                 <row>
33720                   <entry>Bib-1 Attribute</entry>
33721
33722                   <entry>Qualifier (index)</entry>
33723                 </row>
33724               </thead>
33725
33726               <tbody>
33727                 <row>
33728                   <entry>Personal-name</entry>
33729
33730                   <entry>pn</entry>
33731                 </row>
33732
33733                 <row>
33734                   <entry>Corporate-name</entry>
33735
33736                   <entry>cpn</entry>
33737                 </row>
33738
33739                 <row>
33740                   <entry>Conference-name</entry>
33741
33742                   <entry>cfn</entry>
33743                 </row>
33744
33745                 <row>
33746                   <entry>Title</entry>
33747
33748                   <entry>ti</entry>
33749                 </row>
33750
33751                 <row>
33752                   <entry>Title-series</entry>
33753
33754                   <entry>se</entry>
33755                 </row>
33756
33757                 <row>
33758                   <entry>Title-uniform</entry>
33759
33760                   <entry>ut</entry>
33761                 </row>
33762
33763                 <row>
33764                   <entry>ISBN</entry>
33765
33766                   <entry>nb</entry>
33767                 </row>
33768
33769                 <row>
33770                   <entry>ISSN</entry>
33771
33772                   <entry>ns</entry>
33773                 </row>
33774
33775                 <row>
33776                   <entry>Local number</entry>
33777
33778                   <entry>sn</entry>
33779                 </row>
33780
33781                 <row>
33782                   <entry>Local-classification</entry>
33783
33784                   <entry>lcn and callnum</entry>
33785                 </row>
33786
33787                 <row>
33788                   <entry>Subject</entry>
33789
33790                   <entry>su, su-to, su-geo, su-ut</entry>
33791                 </row>
33792
33793                 <row>
33794                   <entry>Pubdate</entry>
33795
33796                   <entry>yr,pubdate</entry>
33797                 </row>
33798
33799                 <row>
33800                   <entry>Date-of-Acquisition</entry>
33801
33802                   <entry>acqdate</entry>
33803                 </row>
33804
33805                 <row>
33806                   <entry>Language</entry>
33807
33808                   <entry>ln</entry>
33809                 </row>
33810
33811                 <row>
33812                   <entry>Place-of-publication</entry>
33813
33814                   <entry>pl</entry>
33815                 </row>
33816
33817                 <row>
33818                   <entry>Abstract</entry>
33819
33820                   <entry>ab</entry>
33821                 </row>
33822
33823                 <row>
33824                   <entry>Notes</entry>
33825
33826                   <entry>nt</entry>
33827                 </row>
33828
33829                 <row>
33830                   <entry>Record-type</entry>
33831
33832                   <entry>rtype, mc-rtype, mus</entry>
33833                 </row>
33834
33835                 <row>
33836                   <entry>Author</entry>
33837
33838                   <entry>au, aut</entry>
33839                 </row>
33840
33841                 <row>
33842                   <entry>Subject-person-name</entry>
33843
33844                   <entry>su-na</entry>
33845                 </row>
33846
33847                 <row>
33848                   <entry>Any (keyword)</entry>
33849
33850                   <entry>kw</entry>
33851                 </row>
33852
33853                 <row>
33854                   <entry>Publisher</entry>
33855
33856                   <entry>pb</entry>
33857                 </row>
33858
33859                 <row>
33860                   <entry>Content-type</entry>
33861
33862                   <entry>ctype</entry>
33863                 </row>
33864
33865                 <row>
33866                   <entry>Koha-Auth-Number</entry>
33867
33868                   <entry>an</entry>
33869                 </row>
33870
33871                 <row>
33872                   <entry>Author-personal-bibliography</entry>
33873
33874                   <entry>aub</entry>
33875                 </row>
33876
33877                 <row>
33878                   <entry>Author-in-order</entry>
33879
33880                   <entry>auo</entry>
33881                 </row>
33882               </tbody>
33883             </tgroup>
33884           </table>
33885
33886           <para>Refer to the Koha Indexing Chart for the MARC21 tags mapped to
33887           each Bib-1 Attribute and index combination.</para>
33888
33889           <section id="search-audexamp">
33890             <title>Audience Examples</title>
33891
33892             <itemizedlist>
33893               <listitem>
33894                 <para>aud:a Easy</para>
33895               </listitem>
33896
33897               <listitem>
33898                 <para>aud:cc Juvenile</para>
33899               </listitem>
33900
33901               <listitem>
33902                 <para>aud:d Young adult</para>
33903               </listitem>
33904
33905               <listitem>
33906                 <para>aud:e Adult</para>
33907               </listitem>
33908             </itemizedlist>
33909           </section>
33910
33911           <section id="search-contentsexamp">
33912             <title>Contents Examples</title>
33913
33914             <itemizedlist>
33915               <listitem>
33916                 <para>fic:1 Fiction</para>
33917               </listitem>
33918
33919               <listitem>
33920                 <para>fic:0 Non Fiction</para>
33921               </listitem>
33922
33923               <listitem>
33924                 <para>bio:b Biography</para>
33925               </listitem>
33926
33927               <listitem>
33928                 <para>mus:j Musical recording</para>
33929               </listitem>
33930
33931               <listitem>
33932                 <para>mus:I Non musical record</para>
33933               </listitem>
33934             </itemizedlist>
33935           </section>
33936         </section>
33937
33938         <section id="searchguide-syntax">
33939           <title>Search Syntax</title>
33940
33941           <para>In the persistent search box, single words generally retrieve
33942           large sets. To narrow a search, you can use multiple words. Koha
33943           automatically uses the 'and' Boolean operator to create a set of
33944           records matching your input. When you want to narrow the search to
33945           an author or a title or a subject or some other specific field or
33946           use a Boolean operator, there isn't an obvious way to accomplish
33947           that specificity. The library user can, of course, go to the
33948           Advanced Search page; however, if you know how to construct a CCL
33949           search, you can achieve more specificity while using the persistent
33950           search box on any page.</para>
33951
33952           <para>There is a specific order to the CCL search syntax. Although
33953           it can be used for simple searches, it is an especially effective
33954           way to perform complex searches, as it affords you a great deal of
33955           control over your search results. To construct a CCL search, first
33956           enter a desired index code, then an equal sign, followed by your
33957           search word(s). Following are examples of simple CCL
33958           searches.</para>
33959
33960           <itemizedlist>
33961             <listitem>
33962               <para>ti=principles of accounting</para>
33963             </listitem>
33964
33965             <listitem>
33966               <para>au=brown joseph</para>
33967             </listitem>
33968
33969             <listitem>
33970               <para>su=poetry</para>
33971             </listitem>
33972
33973             <listitem>
33974               <para>su-na=Shakespeare</para>
33975             </listitem>
33976
33977             <listitem>
33978               <para>kw=marlin</para>
33979             </listitem>
33980           </itemizedlist>
33981
33982           <para>You can refine your search by combining search terms with
33983           Boolean operators 'and', 'or', or 'not'. Following are examples of
33984           searches using Boolean operators.</para>
33985
33986           <itemizedlist>
33987             <listitem>
33988               <para>ti=principles of accounting and au=brown joseph</para>
33989             </listitem>
33990
33991             <listitem>
33992               <para>su=poetry not su-na=Shakespeare</para>
33993             </listitem>
33994
33995             <listitem>
33996               <para>kw=communication and su=debate</para>
33997             </listitem>
33998           </itemizedlist>
33999
34000           <para>You can also choose to search for things that start with a
34001           character or series of characters</para>
34002
34003           <itemizedlist>
34004             <listitem>
34005               <para>ti,first-in-subfield=C (will show you all titles that
34006               start with the letter 'C')</para>
34007             </listitem>
34008           </itemizedlist>
34009
34010           <para>Other string location searches can be performed with the
34011           following keywords:</para>
34012
34013           <itemizedlist>
34014             <listitem>
34015               <para>rtrn : right truncation</para>
34016             </listitem>
34017
34018             <listitem>
34019               <para>ltrn : left truncation</para>
34020             </listitem>
34021
34022             <listitem>
34023               <para>lrtrn : left and right truncation</para>
34024             </listitem>
34025
34026             <listitem>
34027               <para>st-date : type date</para>
34028             </listitem>
34029
34030             <listitem>
34031               <para>st-numeric : type number (integer)</para>
34032             </listitem>
34033
34034             <listitem>
34035               <para>ext : exact search on whole subfield (does not work with
34036               icu)</para>
34037             </listitem>
34038
34039             <listitem>
34040               <para>phr : search on expression anywhere in the subfield</para>
34041             </listitem>
34042
34043             <listitem>
34044               <para>startswithnt : subfield starts with</para>
34045             </listitem>
34046           </itemizedlist>
34047
34048           <para>Using specific indexes and Boolean operators are not the only
34049           way a search can be refined. You can also refine your search as a
34050           phrase when looking for a title, author, or subject. The syntax for
34051           this search is <emphasis>index,phr=search words</emphasis>.</para>
34052
34053           <para>To illustrate the results of various search types, a search
34054           was done for the words 'supreme court'. The results illustrate that
34055           the search index and the word order make a difference in search
34056           results. Only the results count and the search itself is in these
34057           examples. The search executed will always be between the single
34058           quotes.</para>
34059
34060           <screenshot>
34061             <screeninfo>Sample Search 1</screeninfo>
34062
34063             <mediaobject>
34064               <imageobject>
34065                 <imagedata fileref="images/searching/ex1.png"/>
34066               </imageobject>
34067             </mediaobject>
34068           </screenshot>
34069
34070           <screenshot>
34071             <screeninfo>Sample Search 2</screeninfo>
34072
34073             <mediaobject>
34074               <imageobject>
34075                 <imagedata fileref="images/searching/ex2.png"/>
34076               </imageobject>
34077             </mediaobject>
34078           </screenshot>
34079
34080           <screenshot>
34081             <screeninfo>Sample Search 3</screeninfo>
34082
34083             <mediaobject>
34084               <imageobject>
34085                 <imagedata fileref="images/searching/ex3.png"/>
34086               </imageobject>
34087             </mediaobject>
34088           </screenshot>
34089
34090           <screenshot>
34091             <screeninfo>Sample Search 4</screeninfo>
34092
34093             <mediaobject>
34094               <imageobject>
34095                 <imagedata fileref="images/searching/ex4.png"/>
34096               </imageobject>
34097             </mediaobject>
34098           </screenshot>
34099
34100           <screenshot>
34101             <screeninfo>Sample Search 5</screeninfo>
34102
34103             <mediaobject>
34104               <imageobject>
34105                 <imagedata fileref="images/searching/ex5.png"/>
34106               </imageobject>
34107             </mediaobject>
34108           </screenshot>
34109
34110           <screenshot>
34111             <screeninfo>Sample Search 6</screeninfo>
34112
34113             <mediaobject>
34114               <imageobject>
34115                 <imagedata fileref="images/searching/ex6.png"/>
34116               </imageobject>
34117             </mediaobject>
34118           </screenshot>
34119
34120           <screenshot>
34121             <screeninfo>Sample Search 7</screeninfo>
34122
34123             <mediaobject>
34124               <imageobject>
34125                 <imagedata fileref="images/searching/ex7.png"/>
34126               </imageobject>
34127             </mediaobject>
34128           </screenshot>
34129
34130           <screenshot>
34131             <screeninfo>Sample Search 8</screeninfo>
34132
34133             <mediaobject>
34134               <imageobject>
34135                 <imagedata fileref="images/searching/ex8.png"/>
34136               </imageobject>
34137             </mediaobject>
34138           </screenshot>
34139
34140           <screenshot>
34141             <screeninfo>Sample Search 9</screeninfo>
34142
34143             <mediaobject>
34144               <imageobject>
34145                 <imagedata fileref="images/searching/ex9.png"/>
34146               </imageobject>
34147             </mediaobject>
34148           </screenshot>
34149
34150           <para>You can also choose to use limiters in your search query. Some
34151           common limiters include dates, languages, record types, and item
34152           types. In the Advance Search, you can either click a box or key in
34153           data to limit your search. You can also apply the same limits with
34154           CCL by using the syntax in the following examples. In all</para>
34155
34156           <para><emphasis>By Date: su=supreme court and
34157           yr,st-numeric=&gt;2000</emphasis></para>
34158
34159           <screenshot>
34160             <screeninfo>Sample Search 10</screeninfo>
34161
34162             <mediaobject>
34163               <imageobject>
34164                 <imagedata fileref="images/searching/ex10.png"/>
34165               </imageobject>
34166             </mediaobject>
34167           </screenshot>
34168
34169           <para>When you limit by date, you can use the '&gt;' (greater than),
34170           '&lt;' (less than), '=' (equal), or 'yyyy-yyyy' (range)
34171           symbols.</para>
34172
34173           <para><emphasis>By Item Type: su=nursing and
34174           itype:BK</emphasis></para>
34175
34176           <screenshot>
34177             <screeninfo>Sample Search 11</screeninfo>
34178
34179             <mediaobject>
34180               <imageobject>
34181                 <imagedata fileref="images/searching/ex11.png"/>
34182               </imageobject>
34183             </mediaobject>
34184           </screenshot>
34185
34186           <para>Each library will have a different set of item types defined
34187           in their circulation configuration. When you set up item types, you
34188           define a code and a name for each one. The name will appear on the
34189           Advance Search page. The code you assigned is used as a CCL search
34190           limit, formatted as 'itype:x', where 'x' is the assigned code. The
34191           initial set of item types in Koha will usually be edited to reflect
34192           your collections, so your item type limiters may be different than
34193           the initial ones. The initial item type limiters follow.</para>
34194
34195           <itemizedlist>
34196             <listitem>
34197               <para>itype:BKS Books, Booklets, Workbooks</para>
34198             </listitem>
34199
34200             <listitem>
34201               <para>itype:SR Audio Cassettes, CDs</para>
34202             </listitem>
34203
34204             <listitem>
34205               <para>itype:IR Binders</para>
34206             </listitem>
34207
34208             <listitem>
34209               <para>itype:CF CD-ROMs, DVD-ROMs, General Online
34210               Resources</para>
34211             </listitem>
34212
34213             <listitem>
34214               <para>itype:VR DVDs, VHS</para>
34215             </listitem>
34216
34217             <listitem>
34218               <para>itype:KT Kit</para>
34219             </listitem>
34220
34221             <listitem>
34222               <para>itype:AR Models</para>
34223             </listitem>
34224
34225             <listitem>
34226               <para>itype:SER Serials</para>
34227             </listitem>
34228           </itemizedlist>
34229
34230           <para><emphasis>By format: su=supreme court not
34231           l-format:sr</emphasis></para>
34232
34233           <screenshot>
34234             <screeninfo>Sample Search 12</screeninfo>
34235
34236             <mediaobject>
34237               <imageobject>
34238                 <imagedata fileref="images/searching/ex12.png"/>
34239               </imageobject>
34240             </mediaobject>
34241           </screenshot>
34242
34243           <para>The format limiters are derived from a combination of LDR, 006
34244           and 007 positions. The formats that are currently defined are the
34245           following.</para>
34246
34247           <itemizedlist>
34248             <listitem>
34249               <para>l-format:ta Regular print</para>
34250             </listitem>
34251
34252             <listitem>
34253               <para>l-format:tb Large print</para>
34254             </listitem>
34255
34256             <listitem>
34257               <para>l-format:fk Braille</para>
34258             </listitem>
34259
34260             <listitem>
34261               <para>l-format:sd CD audio</para>
34262             </listitem>
34263
34264             <listitem>
34265               <para>l-format:ss Cassette recording</para>
34266             </listitem>
34267
34268             <listitem>
34269               <para>l-format:vf VHS tape</para>
34270             </listitem>
34271
34272             <listitem>
34273               <para>l-format:vd DVD video</para>
34274             </listitem>
34275
34276             <listitem>
34277               <para>l-format:co CD software</para>
34278             </listitem>
34279
34280             <listitem>
34281               <para>l-format:cr Website</para>
34282             </listitem>
34283           </itemizedlist>
34284
34285           <para><emphasis>By content type: su=supreme court not
34286           ctype:l</emphasis></para>
34287
34288           <screenshot>
34289             <screeninfo>Sample Search 13</screeninfo>
34290
34291             <mediaobject>
34292               <imageobject>
34293                 <imagedata fileref="images/searching/ex13.png"/>
34294               </imageobject>
34295             </mediaobject>
34296           </screenshot>
34297
34298           <para>The content types are taken from the 008 MARC tag, positions
34299           24-27.</para>
34300
34301           <para>There are two other limiter types that are not described in
34302           this document. They are: Audience and Content. The only difference
34303           in the syntax of the CCL is the actual limiter. They are reproduced
34304           here just in case you would like to use these limiters.</para>
34305         </section>
34306       </section>
34307     </section>
34308
34309     <section id="kohasearchindexes">
34310       <title>Koha Search Indexes</title>
34311
34312       <para>By default, not all fields are indexed in the Zebra search engine,
34313       but many are. Below are the MARC21 fields that are indexed in
34314       Zebra.</para>
34315
34316       <table cellpadding="4" cellspacing="4" frame="all">
34317         <title>Indexes</title>
34318
34319         <tgroup align="left" cols="2" colsep="1" rowsep="1">
34320           <thead>
34321             <row>
34322               <entry><para>Field</para></entry>
34323
34324               <entry><para>Description</para></entry>
34325             </row>
34326           </thead>
34327
34328           <tbody>
34329             <row>
34330               <entry><para>001</para></entry>
34331
34332               <entry><para>Control-number</para></entry>
34333             </row>
34334
34335             <row>
34336               <entry><para>005</para></entry>
34337
34338               <entry><para>Date/time-last-modified</para></entry>
34339             </row>
34340
34341             <row>
34342               <entry><para>007</para></entry>
34343
34344               <entry><para>Microform-generation:n:range(data,11,1),
34345               Material-type,ff7-00:w:range(data,0,1),
34346               ff7-01:w:range(data,1,1), ff7-02:w:range(data,2,1),
34347               ff7-01-02:w:range(data,0,2)</para></entry>
34348             </row>
34349
34350             <row>
34351               <entry><para>008</para></entry>
34352
34353               <entry><para>date-entered-on-file:n:range(data,0,5),
34354               date-entered-on-file:s:range(data,0,5),
34355               pubdate:w:range(data,7,4), pubdate:n:range(data,7,4),
34356               pubdate:y:range(data,7,4), pubdate:s:range(data,7,4),
34357               pl:w:range(data,15,3), ta:w:range(data,22,1),
34358               ff8-23:w:range(data,23,1), ff8-29:w:range(data,29,1),
34359               lf:w:range(data,33,1), bio:w:range(data,34,1),
34360               ln:n:range(data,35,3), ctype:w:range(data,24,4),
34361               Record-source:w:range(data,39,0)</para></entry>
34362             </row>
34363
34364             <row>
34365               <entry><para>010</para></entry>
34366
34367               <entry><para>LC-card-number, Identifier-standard</para></entry>
34368             </row>
34369
34370             <row>
34371               <entry><para>011</para></entry>
34372
34373               <entry><para>LC-card-number, Identifier-standard</para></entry>
34374             </row>
34375
34376             <row>
34377               <entry><para>015</para></entry>
34378
34379               <entry><para>BNB-card-number, BGF-number, Number-db,
34380               Number-natl-biblio, Identifier-standard</para></entry>
34381             </row>
34382
34383             <row>
34384               <entry><para>017</para></entry>
34385
34386               <entry><para>Number-legal-deposit,
34387               Identifier-standard</para></entry>
34388             </row>
34389
34390             <row>
34391               <entry><para>018</para></entry>
34392
34393               <entry><para>Identifier-standard</para></entry>
34394             </row>
34395
34396             <row>
34397               <entry><para>020$a</para></entry>
34398
34399               <entry><para>ISBN:w, Identifier-standard:w</para></entry>
34400             </row>
34401
34402             <row>
34403               <entry><para>020</para></entry>
34404
34405               <entry><para>Identifier-standard</para></entry>
34406             </row>
34407
34408             <row>
34409               <entry><para>022$a</para></entry>
34410
34411               <entry><para>ISSN:w, Identifier-standard:w</para></entry>
34412             </row>
34413
34414             <row>
34415               <entry><para>022</para></entry>
34416
34417               <entry><para>Identifier-standard</para></entry>
34418             </row>
34419
34420             <row>
34421               <entry><para>023</para></entry>
34422
34423               <entry><para>Identifier-standard</para></entry>
34424             </row>
34425
34426             <row>
34427               <entry><para>024$a</para></entry>
34428
34429               <entry><para>Identifier-other</para></entry>
34430             </row>
34431
34432             <row>
34433               <entry><para>024</para></entry>
34434
34435               <entry><para>Identifier-standard</para></entry>
34436             </row>
34437
34438             <row>
34439               <entry><para>025</para></entry>
34440
34441               <entry><para>Identifier-standard</para></entry>
34442             </row>
34443
34444             <row>
34445               <entry><para>027</para></entry>
34446
34447               <entry><para>Report-number, Identifier-standard</para></entry>
34448             </row>
34449
34450             <row>
34451               <entry><para>028</para></entry>
34452
34453               <entry><para>Number-music-publisher,
34454               Identifier-standard</para></entry>
34455             </row>
34456
34457             <row>
34458               <entry><para>030</para></entry>
34459
34460               <entry><para>CODEN, Identifier-standard</para></entry>
34461             </row>
34462
34463             <row>
34464               <entry><para>034</para></entry>
34465
34466               <entry><para>Map-scale</para></entry>
34467             </row>
34468
34469             <row>
34470               <entry><para>037</para></entry>
34471
34472               <entry><para>Identifier-standard, Stock-number</para></entry>
34473             </row>
34474
34475             <row>
34476               <entry><para>040</para></entry>
34477
34478               <entry><para>Code-institution, Record-source</para></entry>
34479             </row>
34480
34481             <row>
34482               <entry><para>041</para></entry>
34483
34484               <entry><para>ln</para></entry>
34485             </row>
34486
34487             <row>
34488               <entry><para>043</para></entry>
34489
34490               <entry><para>Code-geographic</para></entry>
34491             </row>
34492
34493             <row>
34494               <entry><para>050$b</para></entry>
34495
34496               <entry><para>LC-call-number:w, LC-call-number:p,
34497               LC-call-number:s</para></entry>
34498             </row>
34499
34500             <row>
34501               <entry><para>050</para></entry>
34502
34503               <entry><para>LC-call-number:w, LC-call-number:p,
34504               LC-call-number:s</para></entry>
34505             </row>
34506
34507             <row>
34508               <entry><para>052</para></entry>
34509
34510               <entry><para>Geographic-class</para></entry>
34511             </row>
34512
34513             <row>
34514               <entry><para>060</para></entry>
34515
34516               <entry><para>NLM-call-number</para></entry>
34517             </row>
34518
34519             <row>
34520               <entry><para>070</para></entry>
34521
34522               <entry><para>NAL-call-number</para></entry>
34523             </row>
34524
34525             <row>
34526               <entry><para>080</para></entry>
34527
34528               <entry><para>UDC-classification</para></entry>
34529             </row>
34530
34531             <row>
34532               <entry><para>082</para></entry>
34533
34534               <entry><para>Dewey-classification:w,
34535               Dewey-classification:s</para></entry>
34536             </row>
34537
34538             <row>
34539               <entry><para>086</para></entry>
34540
34541               <entry><para>Number-govt-pub</para></entry>
34542             </row>
34543
34544             <row>
34545               <entry><para>100$9</para></entry>
34546
34547               <entry><para>Cross-Reference:w, Koha-Auth-Number</para></entry>
34548             </row>
34549
34550             <row>
34551               <entry><para>100$a</para></entry>
34552
34553               <entry><para>Author,Author:p, Author:s, Editor,
34554               Author-personal-bibliography, Author-personal-bibliography:p,
34555               Author-personal-bibliography:s</para></entry>
34556             </row>
34557
34558             <row>
34559               <entry><para>100</para></entry>
34560
34561               <entry><para>Author, Author-title, Author-name-personal, Name,
34562               Name-and-title, Personal-name</para></entry>
34563             </row>
34564
34565             <row>
34566               <entry><para>110$9</para></entry>
34567
34568               <entry><para>Koha-Auth-Number</para></entry>
34569             </row>
34570
34571             <row>
34572               <entry><para>110</para></entry>
34573
34574               <entry><para>Author, Author-title, Author-name-corporate, Name,
34575               Name-and-title, Corporate-name</para></entry>
34576             </row>
34577
34578             <row>
34579               <entry><para>111$9</para></entry>
34580
34581               <entry><para>Koha-Auth-Number</para></entry>
34582             </row>
34583
34584             <row>
34585               <entry><para>111</para></entry>
34586
34587               <entry><para>Author, Author-title, Author-name-corporate, Name,
34588               Name-and-title, Conference-name</para></entry>
34589             </row>
34590
34591             <row>
34592               <entry><para>130$n</para></entry>
34593
34594               <entry><para>Thematic-number</para></entry>
34595             </row>
34596
34597             <row>
34598               <entry><para>130$r</para></entry>
34599
34600               <entry><para>Music-key</para></entry>
34601             </row>
34602
34603             <row>
34604               <entry><para>130$9</para></entry>
34605
34606               <entry><para>Koha-Auth-Number</para></entry>
34607             </row>
34608
34609             <row>
34610               <entry><para>130</para></entry>
34611
34612               <entry><para>Title, Title-uniform</para></entry>
34613             </row>
34614
34615             <row>
34616               <entry><para>210</para></entry>
34617
34618               <entry><para>Title, Title-abbreviated</para></entry>
34619             </row>
34620
34621             <row>
34622               <entry><para>211</para></entry>
34623
34624               <entry><para>Title, Title-abbreviated</para></entry>
34625             </row>
34626
34627             <row>
34628               <entry><para>212</para></entry>
34629
34630               <entry><para>Title, Title-other-variant</para></entry>
34631             </row>
34632
34633             <row>
34634               <entry><para>214</para></entry>
34635
34636               <entry><para>Title, Title-expanded</para></entry>
34637             </row>
34638
34639             <row>
34640               <entry><para>222</para></entry>
34641
34642               <entry><para>Title, Title-key</para></entry>
34643             </row>
34644
34645             <row>
34646               <entry><para>240$r</para></entry>
34647
34648               <entry><para>Music-key</para></entry>
34649             </row>
34650
34651             <row>
34652               <entry><para>240$n</para></entry>
34653
34654               <entry><para>Thematic-number</para></entry>
34655             </row>
34656
34657             <row>
34658               <entry><para>240</para></entry>
34659
34660               <entry><para>Title:w, Title:p, Title-uniform</para></entry>
34661             </row>
34662
34663             <row>
34664               <entry><para>243$n</para></entry>
34665
34666               <entry><para>Thematic-number</para></entry>
34667             </row>
34668
34669             <row>
34670               <entry><para>243$r</para></entry>
34671
34672               <entry><para>Music-key</para></entry>
34673             </row>
34674
34675             <row>
34676               <entry><para>243</para></entry>
34677
34678               <entry><para>Title:w, Title:p, Title-collective</para></entry>
34679             </row>
34680
34681             <row>
34682               <entry><para>245$a</para></entry>
34683
34684               <entry><para>Title-cover:w, Title-cover:p, Title-cover:s,
34685               Title:w, Title:p, Title:s</para></entry>
34686             </row>
34687
34688             <row>
34689               <entry><para>245$c</para></entry>
34690
34691               <entry><para>Author, Author-in-order:w, Author-in-order:p,
34692               Author-in-order:s</para></entry>
34693             </row>
34694
34695             <row>
34696               <entry><para>245$9</para></entry>
34697
34698               <entry><para>Cross-Reference:w, Koha-Auth-Number</para></entry>
34699             </row>
34700
34701             <row>
34702               <entry><para>245</para></entry>
34703
34704               <entry><para>Title:w, Title:p</para></entry>
34705             </row>
34706
34707             <row>
34708               <entry><para>246</para></entry>
34709
34710               <entry><para>Title, Title:p, Title-abbreviated, Title-expanded,
34711               Title-former</para></entry>
34712             </row>
34713
34714             <row>
34715               <entry><para>247</para></entry>
34716
34717               <entry><para>Title, Title:p, Title-former, Title-other-variant,
34718               Related-periodical</para></entry>
34719             </row>
34720
34721             <row>
34722               <entry><para>260$a</para></entry>
34723
34724               <entry><para>pl:w, pl:p</para></entry>
34725             </row>
34726
34727             <row>
34728               <entry><para>260$b</para></entry>
34729
34730               <entry><para>Publisher:w, Publisher:p</para></entry>
34731             </row>
34732
34733             <row>
34734               <entry><para>260$c</para></entry>
34735
34736               <entry><para>copydate, copydate:s</para></entry>
34737             </row>
34738
34739             <row>
34740               <entry><para>260</para></entry>
34741
34742               <entry><para>pl</para></entry>
34743             </row>
34744
34745             <row>
34746               <entry><para>300</para></entry>
34747
34748               <entry><para>Extent:w, Extent:p</para></entry>
34749             </row>
34750
34751             <row>
34752               <entry><para>400$a</para></entry>
34753
34754               <entry><para>Name-and-title</para></entry>
34755             </row>
34756
34757             <row>
34758               <entry><para>400$t</para></entry>
34759
34760               <entry><para>Author-title, Name-and-title, Title,
34761               Title-series</para></entry>
34762             </row>
34763
34764             <row>
34765               <entry><para>400$9</para></entry>
34766
34767               <entry><para>Koha-Auth-Number</para></entry>
34768             </row>
34769
34770             <row>
34771               <entry><para>400</para></entry>
34772
34773               <entry><para>Author, Author-name-personal, Name,
34774               Personal-name</para></entry>
34775             </row>
34776
34777             <row>
34778               <entry><para>410</para></entry>
34779
34780               <entry><para>Author, Corporate-name</para></entry>
34781             </row>
34782
34783             <row>
34784               <entry><para>410$a</para></entry>
34785
34786               <entry><para>Name-and-title</para></entry>
34787             </row>
34788
34789             <row>
34790               <entry><para>410$t</para></entry>
34791
34792               <entry><para>Author-title, Title, Title-series</para></entry>
34793             </row>
34794
34795             <row>
34796               <entry><para>410$9</para></entry>
34797
34798               <entry><para>Koha-Auth-Number</para></entry>
34799             </row>
34800
34801             <row>
34802               <entry><para>410</para></entry>
34803
34804               <entry><para>Author-name-corporate, Name</para></entry>
34805             </row>
34806
34807             <row>
34808               <entry><para>411</para></entry>
34809
34810               <entry><para>Author, Conference-name</para></entry>
34811             </row>
34812
34813             <row>
34814               <entry><para>411$a</para></entry>
34815
34816               <entry><para>Name-and-title</para></entry>
34817             </row>
34818
34819             <row>
34820               <entry><para>411$t</para></entry>
34821
34822               <entry><para>Author-title, Title-series</para></entry>
34823             </row>
34824
34825             <row>
34826               <entry><para>411</para></entry>
34827
34828               <entry><para>Author-name-corporate, Name</para></entry>
34829             </row>
34830
34831             <row>
34832               <entry><para>440$a</para></entry>
34833
34834               <entry><para>Title-series:w, Title-series:p</para></entry>
34835             </row>
34836
34837             <row>
34838               <entry><para>440$9</para></entry>
34839
34840               <entry><para>Koha-Auth-Number</para></entry>
34841             </row>
34842
34843             <row>
34844               <entry><para>440</para></entry>
34845
34846               <entry><para>Title-series:w, Title-series:p, Title,
34847               Title-series</para></entry>
34848             </row>
34849
34850             <row>
34851               <entry><para>490$a</para></entry>
34852
34853               <entry><para>Title-series:w, Title-series:p</para></entry>
34854             </row>
34855
34856             <row>
34857               <entry><para>490</para></entry>
34858
34859               <entry><para>Title, Title-series</para></entry>
34860             </row>
34861
34862             <row>
34863               <entry><para>490$9</para></entry>
34864
34865               <entry><para>Koha-Auth-Number</para></entry>
34866             </row>
34867
34868             <row>
34869               <entry><para>500</para></entry>
34870
34871               <entry><para>Note:w, Note:p</para></entry>
34872             </row>
34873
34874             <row>
34875               <entry><para>502</para></entry>
34876
34877               <entry><para>Material-type</para></entry>
34878             </row>
34879
34880             <row>
34881               <entry><para>505$r</para></entry>
34882
34883               <entry><para>Author</para></entry>
34884             </row>
34885
34886             <row>
34887               <entry><para>505$t</para></entry>
34888
34889               <entry><para>Title</para></entry>
34890             </row>
34891
34892             <row>
34893               <entry><para>505</para></entry>
34894
34895               <entry><para>Note:w, Note:p</para></entry>
34896             </row>
34897
34898             <row>
34899               <entry><para>510</para></entry>
34900
34901               <entry><para>Indexed-by</para></entry>
34902             </row>
34903
34904             <row>
34905               <entry><para>520</para></entry>
34906
34907               <entry><para>Abstract:w, Abstract:p</para></entry>
34908             </row>
34909
34910             <row>
34911               <entry><para>521$a</para></entry>
34912
34913               <entry><para>lex:n</para></entry>
34914             </row>
34915
34916             <row>
34917               <entry><para>526$c</para></entry>
34918
34919               <entry><para>arl, arl:n</para></entry>
34920             </row>
34921
34922             <row>
34923               <entry><para>526$d</para></entry>
34924
34925               <entry><para>arp, arp:n</para></entry>
34926             </row>
34927
34928             <row>
34929               <entry><para>590</para></entry>
34930
34931               <entry><para>Note:w, Note:p</para></entry>
34932             </row>
34933
34934             <row>
34935               <entry><para>600$a</para></entry>
34936
34937               <entry><para>Name-and-title, Name, Personal-name,
34938               Subject-name-personal, Subject</para></entry>
34939             </row>
34940
34941             <row>
34942               <entry><para>600$t</para></entry>
34943
34944               <entry><para>Name-and-title, Title, Subject</para></entry>
34945             </row>
34946
34947             <row>
34948               <entry><para>600$9</para></entry>
34949
34950               <entry><para>Koha-Auth-Number</para></entry>
34951             </row>
34952
34953             <row>
34954               <entry><para>600</para></entry>
34955
34956               <entry><para>Name, Personal-name, Subject-name-personal,
34957               Subject</para></entry>
34958             </row>
34959
34960             <row>
34961               <entry><para>610$a</para></entry>
34962
34963               <entry><para>Name-and-title</para></entry>
34964             </row>
34965
34966             <row>
34967               <entry><para>610$t</para></entry>
34968
34969               <entry><para>Name-and-title, Title</para></entry>
34970             </row>
34971
34972             <row>
34973               <entry><para>610$9</para></entry>
34974
34975               <entry><para>Koha-Auth-Number</para></entry>
34976             </row>
34977
34978             <row>
34979               <entry><para>610</para></entry>
34980
34981               <entry><para>Name, Subject, Corporate-name</para></entry>
34982             </row>
34983
34984             <row>
34985               <entry><para>611</para></entry>
34986
34987               <entry><para>Conference-name</para></entry>
34988             </row>
34989
34990             <row>
34991               <entry><para>611$a</para></entry>
34992
34993               <entry><para>Name-and-title</para></entry>
34994             </row>
34995
34996             <row>
34997               <entry><para>611$t</para></entry>
34998
34999               <entry><para>Name-and-title, Title</para></entry>
35000             </row>
35001
35002             <row>
35003               <entry><para>611$9</para></entry>
35004
35005               <entry><para>Koha-Auth-Number</para></entry>
35006             </row>
35007
35008             <row>
35009               <entry><para>611</para></entry>
35010
35011               <entry><para>Name, Subject</para></entry>
35012             </row>
35013
35014             <row>
35015               <entry><para>630$n</para></entry>
35016
35017               <entry><para>Thematic-number</para></entry>
35018             </row>
35019
35020             <row>
35021               <entry><para>630$r</para></entry>
35022
35023               <entry><para>Music-key</para></entry>
35024             </row>
35025
35026             <row>
35027               <entry><para>630$9</para></entry>
35028
35029               <entry><para>Koha-Auth-Number</para></entry>
35030             </row>
35031
35032             <row>
35033               <entry><para>630</para></entry>
35034
35035               <entry><para>Subject</para></entry>
35036             </row>
35037
35038             <row>
35039               <entry><para>650$9</para></entry>
35040
35041               <entry><para>Koha-Auth-Number</para></entry>
35042             </row>
35043
35044             <row>
35045               <entry><para>650</para></entry>
35046
35047               <entry><para>Subject, Subject:p</para></entry>
35048             </row>
35049
35050             <row>
35051               <entry><para>651$9</para></entry>
35052
35053               <entry><para>Koha-Auth-Number</para></entry>
35054             </row>
35055
35056             <row>
35057               <entry><para>651</para></entry>
35058
35059               <entry><para>Name-geographic, Subject,Subject:p</para></entry>
35060             </row>
35061
35062             <row>
35063               <entry><para>652$9</para></entry>
35064
35065               <entry><para>Koha-Auth-Number</para></entry>
35066             </row>
35067
35068             <row>
35069               <entry><para>653$9</para></entry>
35070
35071               <entry><para>Koha-Auth-Number</para></entry>
35072             </row>
35073
35074             <row>
35075               <entry><para>653</para></entry>
35076
35077               <entry><para>Subject, Subject:p</para></entry>
35078             </row>
35079
35080             <row>
35081               <entry><para>654$9</para></entry>
35082
35083               <entry><para>Koha-Auth-Number</para></entry>
35084             </row>
35085
35086             <row>
35087               <entry><para>654</para></entry>
35088
35089               <entry><para>Subject</para></entry>
35090             </row>
35091
35092             <row>
35093               <entry><para>655$9</para></entry>
35094
35095               <entry><para>Koha-Auth-Number</para></entry>
35096             </row>
35097
35098             <row>
35099               <entry><para>655</para></entry>
35100
35101               <entry><para>Subject</para></entry>
35102             </row>
35103
35104             <row>
35105               <entry><para>656$9</para></entry>
35106
35107               <entry><para>Koha-Auth-Number</para></entry>
35108             </row>
35109
35110             <row>
35111               <entry><para>656</para></entry>
35112
35113               <entry><para>Subject</para></entry>
35114             </row>
35115
35116             <row>
35117               <entry><para>657$9</para></entry>
35118
35119               <entry><para>Koha-Auth-Number</para></entry>
35120             </row>
35121
35122             <row>
35123               <entry><para>657</para></entry>
35124
35125               <entry><para>Subject</para></entry>
35126             </row>
35127
35128             <row>
35129               <entry><para>690$9</para></entry>
35130
35131               <entry><para>Koha-Auth-Number</para></entry>
35132             </row>
35133
35134             <row>
35135               <entry><para>690</para></entry>
35136
35137               <entry><para>Subject, Subject:p</para></entry>
35138             </row>
35139
35140             <row>
35141               <entry><para>700$9</para></entry>
35142
35143               <entry><para>Cross-Reference, Koha-Auth-Number</para></entry>
35144             </row>
35145
35146             <row>
35147               <entry><para>700$a</para></entry>
35148
35149               <entry><para>Author, Author:p</para></entry>
35150             </row>
35151
35152             <row>
35153               <entry><para>700$n</para></entry>
35154
35155               <entry><para>Thematic-number</para></entry>
35156             </row>
35157
35158             <row>
35159               <entry><para>700$r</para></entry>
35160
35161               <entry><para>Music-key</para></entry>
35162             </row>
35163
35164             <row>
35165               <entry><para>700$t</para></entry>
35166
35167               <entry><para>Author-title, Name-and-title, Title,
35168               Title-uniform</para></entry>
35169             </row>
35170
35171             <row>
35172               <entry><para>700</para></entry>
35173
35174               <entry><para>Author, Author-name-corporate,
35175               Author-name-personal, Name, Editor, Personal-name</para></entry>
35176             </row>
35177
35178             <row>
35179               <entry><para>710</para></entry>
35180
35181               <entry><para>Author, Corporate-name</para></entry>
35182             </row>
35183
35184             <row>
35185               <entry><para>710$t</para></entry>
35186
35187               <entry><para>Author-title, Name-and-title, Title,
35188               Title-uniform</para></entry>
35189             </row>
35190
35191             <row>
35192               <entry><para>710$a</para></entry>
35193
35194               <entry><para>Name-and-title</para></entry>
35195             </row>
35196
35197             <row>
35198               <entry><para>710$9</para></entry>
35199
35200               <entry><para>Koha-Auth-Number</para></entry>
35201             </row>
35202
35203             <row>
35204               <entry><para>710</para></entry>
35205
35206               <entry><para>Author, Name</para></entry>
35207             </row>
35208
35209             <row>
35210               <entry><para>711$a</para></entry>
35211
35212               <entry><para>Name-and-title</para></entry>
35213             </row>
35214
35215             <row>
35216               <entry><para>711$t</para></entry>
35217
35218               <entry><para>Author-title, Title, Title-uniform</para></entry>
35219             </row>
35220
35221             <row>
35222               <entry><para>711$9</para></entry>
35223
35224               <entry><para>Koha-Auth-Number</para></entry>
35225             </row>
35226
35227             <row>
35228               <entry><para>711</para></entry>
35229
35230               <entry><para>Author-name-corporate, Name,
35231               Conference-name</para></entry>
35232             </row>
35233
35234             <row>
35235               <entry><para>730$n</para></entry>
35236
35237               <entry><para>Thematic-number</para></entry>
35238             </row>
35239
35240             <row>
35241               <entry><para>730$r</para></entry>
35242
35243               <entry><para>Music-key</para></entry>
35244             </row>
35245
35246             <row>
35247               <entry><para>730$9</para></entry>
35248
35249               <entry><para>Koha-Auth-Number</para></entry>
35250             </row>
35251
35252             <row>
35253               <entry><para>730</para></entry>
35254
35255               <entry><para>Title, Title-uniform</para></entry>
35256             </row>
35257
35258             <row>
35259               <entry><para>740</para></entry>
35260
35261               <entry><para>Title, Title-other-variant</para></entry>
35262             </row>
35263
35264             <row>
35265               <entry><para>773$t</para></entry>
35266
35267               <entry><para>Host-item</para></entry>
35268             </row>
35269
35270             <row>
35271               <entry><para>780$t</para></entry>
35272
35273               <entry><para>Title</para></entry>
35274             </row>
35275
35276             <row>
35277               <entry><para>780</para></entry>
35278
35279               <entry><para>Title, Title-former,
35280               Related-periodical</para></entry>
35281             </row>
35282
35283             <row>
35284               <entry><para>785</para></entry>
35285
35286               <entry><para>Related-periodical</para></entry>
35287             </row>
35288
35289             <row>
35290               <entry><para>800$a</para></entry>
35291
35292               <entry><para>Name-and-title</para></entry>
35293             </row>
35294
35295             <row>
35296               <entry><para>800$t</para></entry>
35297
35298               <entry><para>Author-title, Name-and-title, Title,
35299               Title-series</para></entry>
35300             </row>
35301
35302             <row>
35303               <entry><para>800$9</para></entry>
35304
35305               <entry><para>Koha-Auth-Number</para></entry>
35306             </row>
35307
35308             <row>
35309               <entry><para>800</para></entry>
35310
35311               <entry><para>Author, Author-name-personal, Name,
35312               Personal-name</para></entry>
35313             </row>
35314
35315             <row>
35316               <entry><para>810$a</para></entry>
35317
35318               <entry><para>Name-and-title</para></entry>
35319             </row>
35320
35321             <row>
35322               <entry><para>810$t</para></entry>
35323
35324               <entry><para>Author-title, Name-and-title, Title,
35325               Title-series</para></entry>
35326             </row>
35327
35328             <row>
35329               <entry><para>810$9</para></entry>
35330
35331               <entry><para>Koha-Auth-Number</para></entry>
35332             </row>
35333
35334             <row>
35335               <entry><para>810</para></entry>
35336
35337               <entry><para>Author, Corporate-name, Author-name-corporate,
35338               Name</para></entry>
35339             </row>
35340
35341             <row>
35342               <entry><para>811$a</para></entry>
35343
35344               <entry><para>Name-and-title</para></entry>
35345             </row>
35346
35347             <row>
35348               <entry><para>811$9</para></entry>
35349
35350               <entry><para>Koha-Auth-Number</para></entry>
35351             </row>
35352
35353             <row>
35354               <entry><para>811$t</para></entry>
35355
35356               <entry><para>Author-title, Name-and-title, Title,
35357               Title-series</para></entry>
35358             </row>
35359
35360             <row>
35361               <entry><para>811</para></entry>
35362
35363               <entry><para>Author, Author-name-corporate, Name,
35364               Conference-name</para></entry>
35365             </row>
35366
35367             <row>
35368               <entry><para>830$9</para></entry>
35369
35370               <entry><para>Koha-Auth-Number</para></entry>
35371             </row>
35372
35373             <row>
35374               <entry><para>830</para></entry>
35375
35376               <entry><para>Title, Title-series</para></entry>
35377             </row>
35378
35379             <row>
35380               <entry><para>840</para></entry>
35381
35382               <entry><para>Title, Title-series</para></entry>
35383             </row>
35384
35385             <row>
35386               <entry><para>999$c</para></entry>
35387
35388               <entry><para>Local-Number:n, Local-Number:w,
35389               Local-Number:s</para></entry>
35390             </row>
35391
35392             <row>
35393               <entry><para>999$d</para></entry>
35394
35395               <entry><para>biblioitemnumber:n, biblioitemnumber:w,
35396               biblioitemnumber:s</para></entry>
35397             </row>
35398
35399             <row>
35400               <entry><para>942$0</para></entry>
35401
35402               <entry><para>totalissues:n, totalissues:s</para></entry>
35403             </row>
35404
35405             <row>
35406               <entry><para>942$2</para></entry>
35407
35408               <entry><para>cn-bib-source</para></entry>
35409             </row>
35410
35411             <row>
35412               <entry><para>942$6</para></entry>
35413
35414               <entry><para>cn-bib-sort:n, cn-bib-sort:s</para></entry>
35415             </row>
35416
35417             <row>
35418               <entry><para>942$c</para></entry>
35419
35420               <entry><para>itemtype:w</para></entry>
35421             </row>
35422
35423             <row>
35424               <entry><para>942$n</para></entry>
35425
35426               <entry><para>Suppress:w, Suppress:n</para></entry>
35427             </row>
35428
35429             <row>
35430               <entry><para>942$h</para></entry>
35431
35432               <entry><para>cn-class</para></entry>
35433             </row>
35434
35435             <row>
35436               <entry><para>942$i</para></entry>
35437
35438               <entry><para>cn-item</para></entry>
35439             </row>
35440
35441             <row>
35442               <entry><para>942$k</para></entry>
35443
35444               <entry><para>cn-prefix</para></entry>
35445             </row>
35446
35447             <row>
35448               <entry><para>942$m</para></entry>
35449
35450               <entry><para>cn-suffix</para></entry>
35451             </row>
35452
35453             <row>
35454               <entry><para>952$0</para></entry>
35455
35456               <entry><para>withdrawn:n, withdrawn:w</para></entry>
35457             </row>
35458
35459             <row>
35460               <entry><para>952$1</para></entry>
35461
35462               <entry><para>lost, lost:n</para></entry>
35463             </row>
35464
35465             <row>
35466               <entry><para>952$2</para></entry>
35467
35468               <entry><para>classification-source</para></entry>
35469             </row>
35470
35471             <row>
35472               <entry><para>952$3</para></entry>
35473
35474               <entry><para>materials-specified</para></entry>
35475             </row>
35476
35477             <row>
35478               <entry><para>952$4</para></entry>
35479
35480               <entry><para>damaged:n, damaged:w</para></entry>
35481             </row>
35482
35483             <row>
35484               <entry><para>952$5</para></entry>
35485
35486               <entry><para>restricted:n, restricted:w</para></entry>
35487             </row>
35488
35489             <row>
35490               <entry><para>952$6</para></entry>
35491
35492               <entry><para>cn-sort:n, cn-sort:s</para></entry>
35493             </row>
35494
35495             <row>
35496               <entry><para>952$7</para></entry>
35497
35498               <entry><para>notforloan:n, notforloan:w</para></entry>
35499             </row>
35500
35501             <row>
35502               <entry><para>952$8</para></entry>
35503
35504               <entry><para>ccode</para></entry>
35505             </row>
35506
35507             <row>
35508               <entry><para>952$9</para></entry>
35509
35510               <entry><para>itemnumber:n, itemnumber:s</para></entry>
35511             </row>
35512
35513             <row>
35514               <entry><para>952$a</para></entry>
35515
35516               <entry><para>homebranch</para></entry>
35517             </row>
35518
35519             <row>
35520               <entry><para>952$b</para></entry>
35521
35522               <entry><para>holdingbranch</para></entry>
35523             </row>
35524
35525             <row>
35526               <entry><para>952$c</para></entry>
35527
35528               <entry><para>location</para></entry>
35529             </row>
35530
35531             <row>
35532               <entry><para>952$d</para></entry>
35533
35534               <entry><para>Date-of-acquisition, Date-of-acquisition:d,
35535               Date-of-acquisition:s</para></entry>
35536             </row>
35537
35538             <row>
35539               <entry><para>952$e</para></entry>
35540
35541               <entry><para>acqsource</para></entry>
35542             </row>
35543
35544             <row>
35545               <entry><para>952$f</para></entry>
35546
35547               <entry><para>coded-location-qualifier</para></entry>
35548             </row>
35549
35550             <row>
35551               <entry><para>952$g</para></entry>
35552
35553               <entry><para>price</para></entry>
35554             </row>
35555
35556             <row>
35557               <entry><para>952$j</para></entry>
35558
35559               <entry><para>stack:n, stack:w</para></entry>
35560             </row>
35561
35562             <row>
35563               <entry><para>952$l</para></entry>
35564
35565               <entry><para>issues:n, issues:w, issues:s</para></entry>
35566             </row>
35567
35568             <row>
35569               <entry><para>952$m</para></entry>
35570
35571               <entry><para>renewals:n, renewals:w</para></entry>
35572             </row>
35573
35574             <row>
35575               <entry><para>952$n</para></entry>
35576
35577               <entry><para>reserves:n, reserves:w</para></entry>
35578             </row>
35579
35580             <row>
35581               <entry><para>952$o</para></entry>
35582
35583               <entry><para>Local-classification:w, Local-classification:p,
35584               Local-classification:s</para></entry>
35585             </row>
35586
35587             <row>
35588               <entry><para>952$p</para></entry>
35589
35590               <entry><para>barcode, barcode:n</para></entry>
35591             </row>
35592
35593             <row>
35594               <entry><para>952$q</para></entry>
35595
35596               <entry><para>onloan:n, onloan:w</para></entry>
35597             </row>
35598
35599             <row>
35600               <entry><para>952$r</para></entry>
35601
35602               <entry><para>datelastseen</para></entry>
35603             </row>
35604
35605             <row>
35606               <entry><para>952$s</para></entry>
35607
35608               <entry><para>datelastborrowed</para></entry>
35609             </row>
35610
35611             <row>
35612               <entry><para>952$t</para></entry>
35613
35614               <entry><para>copynumber</para></entry>
35615             </row>
35616
35617             <row>
35618               <entry><para>952$u</para></entry>
35619
35620               <entry><para>uri:u</para></entry>
35621             </row>
35622
35623             <row>
35624               <entry><para>952$v</para></entry>
35625
35626               <entry><para>replacementprice</para></entry>
35627             </row>
35628
35629             <row>
35630               <entry><para>952$w</para></entry>
35631
35632               <entry><para>replacementpricedate</para></entry>
35633             </row>
35634
35635             <row>
35636               <entry><para>952$y</para></entry>
35637
35638               <entry><para>itype:w</para></entry>
35639             </row>
35640
35641             <row>
35642               <entry><para>952$z</para></entry>
35643
35644               <entry><para>Note:w, Note:p</para></entry>
35645             </row>
35646           </tbody>
35647         </tgroup>
35648       </table>
35649     </section>
35650   </chapter>
35651
35652   <chapter id="aboutkoha">
35653     <title>About Koha</title>
35654
35655     <para>The 'About Koha' area will give you important server information as
35656     well as general information about Koha.</para>
35657
35658     <itemizedlist>
35659       <listitem>
35660         <para><emphasis>Get there:</emphasis> More &gt; About Koha</para>
35661       </listitem>
35662     </itemizedlist>
35663
35664     <section id="aboutserver">
35665       <title>Server Information</title>
35666
35667       <para>Under the 'Server Information' tab you will find information about
35668       the Koha version and the machine you have installed Koha on. This
35669       information is very important for debugging problems. When reporting
35670       issues to your support provider or to the various other support avenues
35671       (mailing lists, chat room, etc), it's always good to give the
35672       information from this screen.</para>
35673
35674       <screenshot>
35675         <screeninfo>Server Information on Koha</screeninfo>
35676
35677         <mediaobject>
35678           <imageobject>
35679             <imagedata fileref="images/about/aboutserver.png"/>
35680           </imageobject>
35681         </mediaobject>
35682       </screenshot>
35683     </section>
35684
35685     <section id="aboutserverperl">
35686       <title>Perl Modules</title>
35687
35688       <para>In order to take advantage of all of the functionalities of Koha,
35689       you will need to keep your Perl modules up to date. The 'Perl Modules'
35690       tab will show you all of the modules required by Koha, the version you
35691       have installed and whether you need to upgrade certain modules.</para>
35692
35693       <screenshot>
35694         <screeninfo>Perl Modules</screeninfo>
35695
35696         <mediaobject>
35697           <imageobject>
35698             <imagedata fileref="images/about/aboutperlmodules.png"/>
35699           </imageobject>
35700         </mediaobject>
35701       </screenshot>
35702
35703       <para>Items listed in bold are required by Koha, items highlighed in red
35704       are missing completely and items highlighted in yellow simply need to be
35705       upgraded.</para>
35706     </section>
35707   </chapter>
35708
35709   <chapter id="implementation">
35710     <title>Implementation Checklist</title>
35711
35712     <para>The following guide will walk you through the areas of Koha you need
35713     to look at in order to prepare to start using the system.</para>
35714
35715     <section id="imp-migration">
35716       <title>Data Migration</title>
35717
35718       <para>Before you can start using Koha you'll need to have some data.
35719       This can be done by entering it all by hand, but most people already
35720       have their data in electronic format of some sort and just need to
35721       reformat it a bit for importing into Koha.</para>
35722
35723       <itemizedlist>
35724         <listitem>
35725           <para>Create a list of libraries and enter their info and codes into
35726           <link linkend="libsgroups">Libraries &amp; Groups</link></para>
35727         </listitem>
35728
35729         <listitem>
35730           <para>Define your list of <link linkend="itemtypeadmin">Item
35731           Types</link></para>
35732         </listitem>
35733
35734         <listitem>
35735           <para>Define you patron categories and enter the categories and
35736           their codes into <link linkend="patcats">Patron
35737           Categories</link></para>
35738         </listitem>
35739
35740         <listitem>
35741           <para>Enter any additional patron information fields you use in your
35742           library in the <link linkend="patronattributetypes">Patron
35743           Attributes</link></para>
35744
35745           <itemizedlist>
35746             <listitem>
35747               <para>Requires that you first set the <link
35748               linkend="ExtendedPatronAttributes">ExtendedPatronAttributes</link>
35749               system preference if you have custom fields</para>
35750             </listitem>
35751           </itemizedlist>
35752         </listitem>
35753
35754         <listitem>
35755           <para>Define all of your <link linkend="authorizedvalues">Authorized
35756           Values</link></para>
35757
35758           <itemizedlist>
35759             <listitem>
35760               <para><link linkend="ccode">Collection codes</link></para>
35761             </listitem>
35762
35763             <listitem>
35764               <para><link linkend="shelvelocvals">Shelving
35765               locations</link></para>
35766             </listitem>
35767
35768             <listitem>
35769               <para>Item statuses (<link linkend="lost">lost</link>, <link
35770               linkend="notforloan">not for loan</link>, <link
35771               linkend="restricted">use restrictions</link>)</para>
35772             </listitem>
35773
35774             <listitem>
35775               <para>Plus any others that are needed in your library</para>
35776             </listitem>
35777           </itemizedlist>
35778         </listitem>
35779
35780         <listitem>
35781           <para>Optionally define <link linkend="citytowns">City/Postal
35782           Code</link> combos and <link linkend="roadtypes">Road Types</link>
35783           for patron entry</para>
35784         </listitem>
35785
35786         <listitem>
35787           <para><link linkend="kohamarcmapping">Map your bibliographic
35788           data</link> from your legacy system to Koha fields and migrate
35789           (remembering to use the collection, shelving, item type and library
35790           codes you entered in the above setting areas)</para>
35791         </listitem>
35792
35793         <listitem>
35794           <para><link linkend="patronimport">Map your patron data</link> from
35795           your legacy system to the Koha fields and migrate (remembering to
35796           use the patron and library codes you defined above)</para>
35797         </listitem>
35798
35799         <listitem>
35800           <para>Test your migrated data to be sure that everything is as you
35801           expect it to be, some things to test include:</para>
35802
35803           <itemizedlist>
35804             <listitem>
35805               <para>Check some of your titles with diacritics and make sure
35806               that they migrated properly.</para>
35807             </listitem>
35808
35809             <listitem>
35810               <para>Check titles in a series and make sure that series
35811               information migrated properly.</para>
35812             </listitem>
35813
35814             <listitem>
35815               <para>Make sure that your patrons have their contact information
35816               in the right fields.</para>
35817             </listitem>
35818
35819             <listitem>
35820               <para>If your serials data was migrated search for these records
35821               in the catalog and confirm that they look right.</para>
35822             </listitem>
35823
35824             <listitem>
35825               <para>If your serials data was migrated search for these records
35826               in the serials module and confirm that they look right.</para>
35827             </listitem>
35828
35829             <listitem>
35830               <para>Check marc records to verify a variety of items are
35831               cataloged correctly</para>
35832             </listitem>
35833
35834             <listitem>
35835               <para>Check cataloging process to see if all necessary fields
35836               are available</para>
35837             </listitem>
35838
35839             <listitem>
35840               <para>If fines are migrated, check to see that they are applied
35841               correctly</para>
35842             </listitem>
35843
35844             <listitem>
35845               <para>If holds are migrated, check to see they are accurate in
35846               catalog and patron record</para>
35847             </listitem>
35848           </itemizedlist>
35849         </listitem>
35850       </itemizedlist>
35851     </section>
35852
35853     <section id="impadmin">
35854       <title>Admin Configuration</title>
35855
35856       <para>Most of these preferences won't need to be changed to use your
35857       Koha system, but there are a few that you might want to
35858       customize.</para>
35859
35860       <itemizedlist>
35861         <listitem>
35862           <para>If your library uses CAS Authentication, you'll want to set
35863           the various <link linkend="casauthentication">CAS system
35864           preferences</link></para>
35865         </listitem>
35866
35867         <listitem>
35868           <para>Administration System Preferences</para>
35869
35870           <itemizedlist>
35871             <listitem>
35872               <para><link
35873               linkend="KohaAdminEmailAddress">KohaAdminEmailAddress</link> :
35874               This is the email address that will be used by the system in
35875               'from' lines and to send errors to if there is no email set for
35876               the branch</para>
35877             </listitem>
35878
35879             <listitem>
35880               <para><link linkend="noItemTypeImages">noItemTypeImages</link> :
35881               Decide if you want to show item type icons in the staff client
35882               and opac</para>
35883             </listitem>
35884
35885             <listitem>
35886               <para><link linkend="delimiter">delimiter</link> : This value
35887               will be put in between fields when exporting data from
35888               Koha</para>
35889             </listitem>
35890
35891             <listitem>
35892               <para><link linkend="virtualshelves">virtualshelves</link> :
35893               Decide if you want the staff and/or patrons to use lists in
35894               Koha</para>
35895             </listitem>
35896
35897             <listitem>
35898               <para><link linkend="insecure">insecure</link> : If your system
35899               is behind a local firewall, you can set it to no require log in
35900               for the staff client</para>
35901             </listitem>
35902
35903             <listitem>
35904               <para><link linkend="AutoLocation">AutoLocation</link> : Require
35905               staff to log in to the staff client from a specific IP
35906               range</para>
35907             </listitem>
35908
35909             <listitem>
35910               <para><link
35911               linkend="IndependantBranches">IndependantBranches</link> :
35912               Prevent librarians from editing content that belongs to other
35913               branches</para>
35914             </listitem>
35915           </itemizedlist>
35916         </listitem>
35917
35918         <listitem>
35919           <para>Go through the <link linkend="logs">Log System
35920           Preferences</link> and decide which actions you want to keep track
35921           of in the logs</para>
35922         </listitem>
35923       </itemizedlist>
35924     </section>
35925
35926     <section id="implocal">
35927       <title>Localization Configuration</title>
35928
35929       <para>Koha is used worldwide and so you need to make sure you set your
35930       localization preferences so that options throughout Koha appear properly
35931       for your location/language.</para>
35932
35933       <itemizedlist>
35934         <listitem>
35935           <para>Localization/Internationalization System Preferences</para>
35936
35937           <itemizedlist>
35938             <listitem>
35939               <para><link linkend="dateformat">dateformat</link> : Decide how
35940               dates are displayed throughout Koha</para>
35941             </listitem>
35942
35943             <listitem>
35944               <para><link
35945               linkend="opaclanguagesdisplay">opaclanguagesdisplay</link> :
35946               Decide if patrons can choose what language the OPAC appears
35947               in</para>
35948
35949               <itemizedlist>
35950                 <listitem>
35951                   <para><link linkend="opaclanguages">opaclanguages</link> :
35952                   Decide which languages the patrons can choose from</para>
35953                 </listitem>
35954               </itemizedlist>
35955             </listitem>
35956
35957             <listitem>
35958               <para><link linkend="languagepref">language</link> : Decide
35959               which languages appear in the staff client</para>
35960             </listitem>
35961
35962             <listitem>
35963               <para><link
35964               linkend="CalendarFirstDayOfWeek">CalendarFirstDayOfWeek</link> :
35965               Define your first day of the week</para>
35966             </listitem>
35967           </itemizedlist>
35968         </listitem>
35969       </itemizedlist>
35970     </section>
35971
35972     <section id="impcirc">
35973       <title>Circulation Configuration</title>
35974
35975       <para>Before you start circulating your collection you'll need to set up
35976       your rules and preferences for circulation.</para>
35977
35978       <itemizedlist>
35979         <listitem>
35980           <para>Define you <link linkend="circfinerules">Circulation/Fine
35981           rules</link></para>
35982         </listitem>
35983
35984         <listitem>
35985           <para>Enter the <link linkend="calholidays">days your library is
35986           closed</link> for fines and due date calculations</para>
35987         </listitem>
35988
35989         <listitem>
35990           <para>Circulation System Preferences</para>
35991
35992           <itemizedlist>
35993             <listitem>
35994               <para><link linkend="CircControl">CircControl</link> : Define
35995               whether circ rules are based on item's location, patron's
35996               location or transaction location</para>
35997             </listitem>
35998
35999             <listitem>
36000               <para><link linkend="useDaysMode">useDaysMode</link> : Define
36001               how due dates are calculated</para>
36002             </listitem>
36003
36004             <listitem>
36005               <para><link linkend="finesCalendar">finesCalendar</link> :
36006               Define how fines are calculated (for every late date or only for
36007               days the library is open)</para>
36008             </listitem>
36009
36010             <listitem>
36011               <para><link linkend="SpecifyDueDate">SpecifyDueDate</link> :
36012               Decide if staff are allowed to override due dates on
36013               checkout</para>
36014             </listitem>
36015
36016             <listitem>
36017               <para><link
36018               linkend="AutomaticItemReturn">AutomaticItemReturn</link> :
36019               Decide if items are sent back to the owning branch when checked
36020               in</para>
36021             </listitem>
36022
36023             <listitem>
36024               <para><link
36025               linkend="todaysIssuesDefaultSortOrder">todaysIssuesDefaultSortOrder</link>
36026               : Decide how items checked out today display on the patron
36027               record</para>
36028             </listitem>
36029
36030             <listitem>
36031               <para><link
36032               linkend="previousIssuesDefaultSortOrder">previousIssuesDefaultSortOrder</link>
36033               : Decide how items checked out prior to today display on the
36034               patron record</para>
36035             </listitem>
36036
36037             <listitem>
36038               <para><link linkend="noissuescharge">noissuescharge</link> :
36039               Define the maximum amount a patron can owe before checkouts are
36040               blocked</para>
36041             </listitem>
36042
36043             <listitem>
36044               <para><link
36045               linkend="ReturnBeforeExpiry">ReturnBeforeExpiry</link> : Decide
36046               if patrons need to return items before their accounts
36047               expire</para>
36048             </listitem>
36049
36050             <listitem>
36051               <para><link linkend="AllowOnShelfHolds">AllowOnShelfHolds</link>
36052               : Decide if patrons can place holds on items that are marked as
36053               being available</para>
36054
36055               <itemizedlist>
36056                 <listitem>
36057                   <para><link
36058                   linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
36059                   : Decide if you want the staff to be able to override the
36060                   setting for the above at checkout</para>
36061                 </listitem>
36062               </itemizedlist>
36063             </listitem>
36064
36065             <listitem>
36066               <para><link
36067               linkend="AllowHoldsOnDamagedItems">AllowHoldsOnDamagedItems</link>
36068               : Decide if patrons can place holds on items that are marked as
36069               damaged</para>
36070
36071               <itemizedlist>
36072                 <listitem>
36073                   <para><link
36074                   linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
36075                   : Decide if you want the staff to be able to override the
36076                   setting for the above at checkout</para>
36077                 </listitem>
36078               </itemizedlist>
36079             </listitem>
36080
36081             <listitem>
36082               <para><link linkend="maxreserves">maxreserves</link> : Decide
36083               how many items a patron can have on hold at once</para>
36084
36085               <itemizedlist>
36086                 <listitem>
36087                   <para><link
36088                   linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
36089                   : Decide if you want the staff to be able to override the
36090                   setting for the above at checkout</para>
36091                 </listitem>
36092               </itemizedlist>
36093             </listitem>
36094
36095             <listitem>
36096               <para><link linkend="maxoutstanding">maxoutstanding</link> :
36097               Define the maximum amount a patron can owe before holds are
36098               blocked</para>
36099
36100               <itemizedlist>
36101                 <listitem>
36102                   <para><link
36103                   linkend="AllowHoldPolicyOverride">AllowHoldPolicyOverride</link>
36104                   : Decide if you want the staff to be able to override the
36105                   setting for the above at checkout</para>
36106                 </listitem>
36107               </itemizedlist>
36108             </listitem>
36109
36110             <listitem>
36111               <para><link
36112               linkend="ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</link> :
36113               Define the number of days before a hold expires</para>
36114             </listitem>
36115
36116             <listitem>
36117               <para><link linkend="WebBasedSelfCheck">WebBasedSelfCheck</link>
36118               : Decide if you want to use the built in web-based self-checkout
36119               system</para>
36120
36121               <itemizedlist>
36122                 <listitem>
36123                   <para><link
36124                   linkend="AutoSelfCheckAllowed">AutoSelfCheckAllowed</link> :
36125                   Decide if the self-checkout system requires login</para>
36126                 </listitem>
36127
36128                 <listitem>
36129                   <para><link
36130                   linkend="ShowPatronImageInWebBasedSelfCheck">ShowPatronImageInWebBasedSelfCheck</link>
36131                   : Decide if you want patron images to show on the self
36132                   checkout screen</para>
36133                 </listitem>
36134               </itemizedlist>
36135             </listitem>
36136
36137             <listitem>
36138               <para><link
36139               linkend="AllowNotForLoanOverride">AllowNotForLoanOverride</link>
36140               : Decide if you want the staff to be able to checkout items
36141               marked as &lsquo;not for loan'</para>
36142             </listitem>
36143
36144             <listitem>
36145               <para><link
36146               linkend="AllowRenewalLimitOverride">AllowRenewalLimitOverride</link>
36147               : Decide if you want staff to override the limit put on
36148               renewals</para>
36149             </listitem>
36150
36151             <listitem>
36152               <para><link linkend="AllowFineOverride">AllowFineOverride</link>
36153               : Decide if you want staff to be able to override fine
36154               limits</para>
36155             </listitem>
36156
36157             <listitem>
36158               <para><link linkend="RenewalPeriodBase">RenewalPeriodBase</link>
36159               : Decide what date renewals are based on</para>
36160             </listitem>
36161
36162             <listitem>
36163               <para><link linkend="finesMode">finesMode</link> : Switch to
36164               &lsquo;Calculate and Charge' before go live if you charge
36165               fines</para>
36166             </listitem>
36167
36168             <listitem>
36169               <para><link linkend="OverdueNoticeBcc">OverdueNoticeBcc</link> :
36170               If you want to receive a copy of every overdue notice sent out,
36171               enter your email address here</para>
36172             </listitem>
36173
36174             <listitem>
36175               <para><link
36176               linkend="emailLibrarianWhenHoldIsPlaced">emailLibrarianWhenHoldIsPlaced</link>
36177               : Decide if you want an email every time a hold is placed</para>
36178             </listitem>
36179
36180             <listitem>
36181               <para><link
36182               linkend="ReservesControlBranch">ReservesControlBranch</link> :
36183               Decide which branch's hold rules are considered first</para>
36184             </listitem>
36185
36186             <listitem>
36187               <para><link linkend="soundon">soundon</link> : Decide if you
36188               want to have sounds on for circulation actions</para>
36189             </listitem>
36190
36191             <listitem>
36192               <para><link
36193               linkend="FilterBeforeOverdueReport">FilterBeforeOverdueReport</link>
36194               : If you have a large amount of overdues, you might want to turn
36195               this preference on so as to allow you to filter before results
36196               appear</para>
36197             </listitem>
36198
36199             <listitem>
36200               <para><link
36201               linkend="DisplayClearScreenButton">DisplayClearScreenButton</link>
36202               : If you have a lot of staff members sharing one circ computer
36203               you might want to enable this so that staff can clear the screen
36204               in between checkouts to protect patron's privacy</para>
36205             </listitem>
36206
36207             <listitem>
36208               <para><link
36209               linkend="CircAutoPrintQuickSlip">CircAutoPrintQuickSlip</link> :
36210               Decide how you want Koha to react if you scan in a blank barcode
36211               on the checkout screen</para>
36212             </listitem>
36213
36214             <listitem>
36215               <para><link
36216               linkend="SuspendHoldsIntranet">SuspendHoldsIntranet</link>
36217               and/or <link linkend="SuspendHoldsOpac">SuspendHoldsOpac</link>
36218               : Decide if you want patrons and/or staff to be able to suspend
36219               holds</para>
36220
36221               <itemizedlist>
36222                 <listitem>
36223                   <para><link
36224                   linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
36225                   : If you allow holds to be suspended decide if you want them
36226                   to automatically resume on the date entered by the staff
36227                   and/or patron</para>
36228                 </listitem>
36229               </itemizedlist>
36230             </listitem>
36231           </itemizedlist>
36232         </listitem>
36233
36234         <listitem>
36235           <para>Customize your <link linkend="notices">Notices &amp;
36236           Slips</link></para>
36237         </listitem>
36238
36239         <listitem>
36240           <para>Define your <link linkend="noticetriggers">Overdue Notice
36241           Triggers</link></para>
36242         </listitem>
36243
36244         <listitem>
36245           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
36246
36247           <itemizedlist>
36248             <listitem>
36249               <para>Populate <link linkend="buildholdscron">your holds
36250               queue</link> (every 1-4 hours)</para>
36251             </listitem>
36252
36253             <listitem>
36254               <para>Decide <link linkend="expiredholdscron">when holds
36255               expire</link> (daily)</para>
36256             </listitem>
36257
36258             <listitem>
36259               <para><link linkend="finescronjob">Calculate fines due</link>
36260               (daily)</para>
36261
36262               <itemizedlist>
36263                 <listitem>
36264                   <para>Fines on hourly loans will calculate when you check
36265                   the items in</para>
36266                 </listitem>
36267               </itemizedlist>
36268             </listitem>
36269
36270             <listitem>
36271               <para><link linkend="longoverduecron">Mark long overdue items as
36272               lost</link> (daily)</para>
36273             </listitem>
36274
36275             <listitem>
36276               <para>Decide when the system <link linkend="msgqueuecron">sends
36277               out messages</link> (1-4 hours)</para>
36278             </listitem>
36279
36280             <listitem>
36281               <para>Decide when the system <link
36282               linkend="overduenoticecron">queues overdue notices</link>
36283               (daily)</para>
36284             </listitem>
36285
36286             <listitem>
36287               <para>Set up <link linkend="printholdcron">hold notices that
36288               didn't send for printing</link> (daily after overdues and
36289               message queue)</para>
36290             </listitem>
36291
36292             <listitem>
36293               <para>Decide when the system <link
36294               linkend="advnoticecron">queues the advanced notice of items
36295               due</link> (daily)</para>
36296             </listitem>
36297
36298             <listitem>
36299               <para>Find holds that need to be <link
36300               linkend="unsuspendholdcron">resumed and remove suspension</link>
36301               (daily)</para>
36302             </listitem>
36303           </itemizedlist>
36304         </listitem>
36305       </itemizedlist>
36306     </section>
36307
36308     <section id="imppratrons">
36309       <title>Patron Configuration</title>
36310
36311       <para>You have already imported patron data from your old system, but
36312       there are plenty of options available to you regarding patrons and their
36313       accounts.</para>
36314
36315       <itemizedlist>
36316         <listitem>
36317           <para>Enter your <link linkend="addstaffpatron">staff members as
36318           patrons</link></para>
36319
36320           <itemizedlist>
36321             <listitem>
36322               <para>Define <link linkend="patronpermissions">staff members
36323               access permissions</link></para>
36324             </listitem>
36325           </itemizedlist>
36326         </listitem>
36327
36328         <listitem>
36329           <para>Patron System Preferences</para>
36330
36331           <itemizedlist>
36332             <listitem>
36333               <para><link linkend="AddPatronLists">AddPatronLists</link> :
36334               Decide how patron categories appear when creating a new
36335               patron</para>
36336             </listitem>
36337
36338             <listitem>
36339               <para><link linkend="autoMemberNum">autoMemberNum</link> :
36340               Decide if the patrons barcodes are auto-generated or if you
36341               enter them yourself</para>
36342             </listitem>
36343
36344             <listitem>
36345               <para><link linkend="MaxFine">MaxFine</link> : Determine the
36346               maximum amount that people can owe in fines</para>
36347             </listitem>
36348
36349             <listitem>
36350               <para><link
36351               linkend="NotifyBorrowerDeparture">NotifyBorrowerDeparture</link>
36352               : Decide when to warn staff that the patron account is about to
36353               expire</para>
36354             </listitem>
36355
36356             <listitem>
36357               <para><link
36358               linkend="intranetreadinghistory">intranetreadinghistory</link> :
36359               Decide if the staff can see the patron's reading/checkout
36360               history</para>
36361             </listitem>
36362
36363             <listitem>
36364               <para><link
36365               linkend="BorrowerMandatoryField">BorrowerMandatoryField</link> :
36366               List fields that you want to appear as mandatory on the patron
36367               add/edit form</para>
36368             </listitem>
36369
36370             <listitem>
36371               <para><link linkend="BorrowersTitles">BorrowersTitles</link> :
36372               Add or change the titles for your patrons</para>
36373             </listitem>
36374
36375             <listitem>
36376               <para><link
36377               linkend="borrowerRelationship">borrowerRelationship</link> : Add
36378               or change borrower relationships (child to adult and
36379               professional to organization)</para>
36380             </listitem>
36381
36382             <listitem>
36383               <para><link
36384               linkend="AutoEmailPrimaryAddress">AutoEmailPrimaryAddress</link>
36385               : Determine if the patrons get an email confirming the creation
36386               of their account</para>
36387             </listitem>
36388
36389             <listitem>
36390               <para><link
36391               linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
36392               : Decide if patrons can choose from a series of notices (other
36393               than overdues)</para>
36394             </listitem>
36395
36396             <listitem>
36397               <para><link linkend="patronimages">patronimages</link> : Decide
36398               if you want to save patron images in your system</para>
36399             </listitem>
36400
36401             <listitem>
36402               <para><link
36403               linkend="ExtendedPatronAttributes">ExtendedPatronAttributes</link>
36404               : Decide if you want to enable custom patron fields</para>
36405             </listitem>
36406
36407             <listitem>
36408               <para><link linkend="minPasswordLength">minPasswordLength</link>
36409               : Enter the minimum number of characters you want passwords to
36410               have</para>
36411             </listitem>
36412
36413             <listitem>
36414               <para><link
36415               linkend="BorrowerUnwantedField">BorrowerUnwantedField</link> :
36416               Decide what fields your library doesn't need to see on the
36417               patron entry form</para>
36418             </listitem>
36419           </itemizedlist>
36420         </listitem>
36421       </itemizedlist>
36422     </section>
36423
36424     <section id="impcatalog">
36425       <title>Cataloging Configuration</title>
36426
36427       <para>Before you start cataloging in Koha you'll want to set up your
36428       preferences and other rules.</para>
36429
36430       <itemizedlist>
36431         <listitem>
36432           <para>Define your cataloging templates aka <link
36433           linkend="marcbibframeworks">MARC Bibliographic
36434           Frameworks</link></para>
36435
36436           <itemizedlist>
36437             <listitem>
36438               <para>Run the <link linkend="marcbibframeworkstest">MARC
36439               Bibliographic Framework Test</link> to be sure your changes are
36440               valid</para>
36441             </listitem>
36442           </itemizedlist>
36443         </listitem>
36444
36445         <listitem>
36446           <para>Define any <link linkend="authorizedvalues">authorized
36447           values</link> you might want to use in cataloging</para>
36448         </listitem>
36449
36450         <listitem>
36451           <para>Set up <link linkend="classificationsources">custom
36452           classification sources</link> (if you use something other than the
36453           defaults)</para>
36454         </listitem>
36455
36456         <listitem>
36457           <para>Set up <link linkend="recordmatchingrules">MARC matching
36458           rules</link> for importing records from mrc files or z39.50</para>
36459         </listitem>
36460
36461         <listitem>
36462           <para>Set up <link linkend="keywordmapping">Koha to Keyword
36463           mapping</link> for deciding how to display marc fields to the screen
36464           (still in beta - only one field)</para>
36465         </listitem>
36466
36467         <listitem>
36468           <para>Set up the <link linkend="z3950admin">z39.50 targets</link>
36469           you want to search for cataloging (and acquisitions)</para>
36470         </listitem>
36471
36472         <listitem>
36473           <para>Cataloging System Preferences</para>
36474
36475           <itemizedlist>
36476             <listitem>
36477               <para><link linkend="URLLinkText">URLLinkText</link> : Enter
36478               text to display when 856 fields do not have pre-defined
36479               labels</para>
36480             </listitem>
36481
36482             <listitem>
36483               <para><link linkend="hide_marc">hide_marc</link> : If you are
36484               unfamiliar with MARC you can have the MARC fields number
36485               hidden</para>
36486             </listitem>
36487
36488             <listitem>
36489               <para><link linkend="LabelMARCView">LabelMARCView</link> :
36490               Choose how you want duplicate fields to appear on the
36491               editor</para>
36492             </listitem>
36493
36494             <listitem>
36495               <para><link
36496               linkend="DefaultClassificationSource">DefaultClassificationSource</link>
36497               : Choose which classification source is the default in your
36498               library</para>
36499             </listitem>
36500
36501             <listitem>
36502               <para><link
36503               linkend="advancedMARCeditor">advancedMARCeditor</link> : Decide
36504               if you need labels to appear on your MARC editor</para>
36505             </listitem>
36506
36507             <listitem>
36508               <para><link linkend="marcflavour">marcflavour</link> : Choose
36509               your MARC format</para>
36510             </listitem>
36511
36512             <listitem>
36513               <para><link linkend="itemcallnumber">itemcallnumber</link> :
36514               Enter which field and subfields to look into for the call
36515               number</para>
36516             </listitem>
36517
36518             <listitem>
36519               <para><link linkend="MARCOrgCode">MARCOrgCode</link> : Enter
36520               your MARC Organizational Code (not the same as your OCLC
36521               number)</para>
36522             </listitem>
36523
36524             <listitem>
36525               <para><link linkend="autoBarcode">autoBarcode</link> : Decide if
36526               Koha generates item barcodes for you</para>
36527             </listitem>
36528
36529             <listitem>
36530               <para><link linkend="OpacSuppression">OpacSuppression</link> :
36531               Decide if you want to hide items marked as suppressed from the
36532               OPAC search results</para>
36533             </listitem>
36534           </itemizedlist>
36535         </listitem>
36536
36537         <listitem>
36538           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
36539
36540           <itemizedlist>
36541             <listitem>
36542               <para>Decide when the system <link linkend="checkurlcron">checks
36543               URLs in catalog records</link> to see if they are still
36544               valid</para>
36545             </listitem>
36546           </itemizedlist>
36547         </listitem>
36548       </itemizedlist>
36549     </section>
36550
36551     <section id="impauthorities">
36552       <title>Authorities Configuration</title>
36553
36554       <para>Koha has the ability to keep track of your authority records and
36555       how they're linked to your bibliographic records. Before using
36556       authorities you should configure several preferences.</para>
36557
36558       <itemizedlist>
36559         <listitem>
36560           <para>Set <link linkend="authoritiesadmin">Authority
36561           Frameworks</link> aka templates</para>
36562         </listitem>
36563
36564         <listitem>
36565           <para>Authority System Preferences</para>
36566
36567           <itemizedlist>
36568             <listitem>
36569               <para><link
36570               linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link> :
36571               Decide if Koha creates authorities when cataloging</para>
36572             </listitem>
36573
36574             <listitem>
36575               <para><link linkend="dontmerge">dontmerge</link> : Decide if
36576               updates to authorities trigger updates to the bibliographic
36577               records that link to them</para>
36578             </listitem>
36579
36580             <listitem>
36581               <para><link
36582               linkend="AutoCreateAuthorities">AutoCreateAuthorities</link> :
36583               Decide when authorities are created</para>
36584             </listitem>
36585
36586             <listitem>
36587               <para><link linkend="LinkerModule">LinkerModule</link> : Decide
36588               which match the authority linker should use</para>
36589             </listitem>
36590
36591             <listitem>
36592               <para><link linkend="LinkerOptions">LinkerOptions</link> :
36593               Decide if you want authority linking to be broader or more
36594               specific</para>
36595             </listitem>
36596
36597             <listitem>
36598               <para><link
36599               linkend="CatalogModuleRelink">CatalogModuleRelink</link> :
36600               Decide if you want to enable authority linking while
36601               cataloging</para>
36602             </listitem>
36603           </itemizedlist>
36604         </listitem>
36605
36606         <listitem>
36607           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
36608
36609           <itemizedlist>
36610             <listitem>
36611               <para>Choose when the system looks for authorities updates to
36612               <link linkend="mergeauthcron">merge changes into bibliographic
36613               records</link></para>
36614             </listitem>
36615           </itemizedlist>
36616         </listitem>
36617       </itemizedlist>
36618     </section>
36619
36620     <section id="impsearching">
36621       <title>Searching Configuration</title>
36622
36623       <para>There are several system preferences related to searching, it is
36624       not always recommended to make too many changes to these preferences
36625       since they are set to get you the most relevant results. If you would
36626       like to change the default way that Koha handles searching, view the
36627       <link linkend="searchingprefs">Searching system preferences</link>
36628       tab.</para>
36629
36630       <itemizedlist>
36631         <listitem>
36632           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
36633
36634           <itemizedlist>
36635             <listitem>
36636               <para>Decide how often your <link
36637               linkend="rebuildsearchcron">system rebuilds the search
36638               index</link> (4-10 min)</para>
36639             </listitem>
36640           </itemizedlist>
36641         </listitem>
36642
36643         <listitem>
36644           <para>Searching System Preferences</para>
36645
36646           <itemizedlist>
36647             <listitem>
36648               <para><link
36649               linkend="AdvancedSearchTypes">AdvancedSearchTypes</link> :
36650               Decide which authorized value fields you want patrons and staff
36651               to be able to limit their advanced searches by</para>
36652             </listitem>
36653
36654             <listitem>
36655               <para><link
36656               linkend="UseAuthoritiesForTracings">UseAuthoritiesForTracings</link>
36657               : Decide how you want Koha to handle subject searches in the
36658               OPAC</para>
36659
36660               <itemizedlist>
36661                 <listitem>
36662                   <para><link
36663                   linkend="TraceCompleteSubfields">TraceCompleteSubfields</link>
36664                   : Decide how you want Koha to handle subject searches in the
36665                   OPAC</para>
36666                 </listitem>
36667
36668                 <listitem>
36669                   <para><link
36670                   linkend="TraceSubjectSubdivisions">TraceSubjectSubdivisions</link>
36671                   : Decide how you want Koha to handle subject searches in the
36672                   OPAC</para>
36673                 </listitem>
36674               </itemizedlist>
36675             </listitem>
36676
36677             <listitem>
36678               <para><link linkend="displayFacetCount">displayFacetCount</link>
36679               : Decide whether to show facet counts on search results</para>
36680             </listitem>
36681           </itemizedlist>
36682         </listitem>
36683       </itemizedlist>
36684     </section>
36685
36686     <section id="impopac">
36687       <title>OPAC Configuration</title>
36688
36689       <para>There are a lot of ways you can customize your OPAC in
36690       Koha.</para>
36691
36692       <itemizedlist>
36693         <listitem>
36694           <para>Decide how you want your OPAC to look &amp; what content you
36695           want on the main page</para>
36696         </listitem>
36697
36698         <listitem>
36699           <para>Create a library branded stylesheet using CSS</para>
36700
36701           <itemizedlist>
36702             <listitem>
36703               <important>
36704                 <para>Do not edit the default CSS files, instead create a new
36705                 one, that way the system can always fall back on the original
36706                 CSS.</para>
36707               </important>
36708             </listitem>
36709           </itemizedlist>
36710         </listitem>
36711
36712         <listitem>
36713           <para>Create a custom XSLT stylesheet to change the way search
36714           results and bib records appear in the OPAC</para>
36715         </listitem>
36716
36717         <listitem>
36718           <para>OPAC System preferences</para>
36719
36720           <itemizedlist>
36721             <listitem>
36722               <para><link linkend="opacuserlogin">opacuserlogin</link> :
36723               Decide if you want to allow patrons to login to the OPAC to
36724               access customized functionality (searching will be allowed
36725               without logging in)</para>
36726
36727               <itemizedlist>
36728                 <listitem>
36729                   <para><link linkend="RequestOnOpac">RequestOnOpac</link> :
36730                   Decide if patrons can place holds via the OPAC</para>
36731                 </listitem>
36732
36733                 <listitem>
36734                   <para><link linkend="OPACItemHolds">OPACItemHolds</link> :
36735                   Decide if patrons can place holds on specific items (instead
36736                   of just the next available item)</para>
36737                 </listitem>
36738
36739                 <listitem>
36740                   <para><link
36741                   linkend="OpacPasswordChange">OpacPasswordChange</link> :
36742                   Decide if patrons can change their password (don't allow
36743                   this if you're using LDAP)</para>
36744                 </listitem>
36745
36746                 <listitem>
36747                   <para><link
36748                   linkend="OpacRenewalAllowed">OpacRenewalAllowed</link> :
36749                   Decide if patrons can renew their checked out items via the
36750                   OPAC</para>
36751                 </listitem>
36752
36753                 <listitem>
36754                   <para><link
36755                   linkend="opacreadinghistory">opacreadinghistory</link> :
36756                   Decide if patrons can view their reading/checkout history
36757                   via the OPAC</para>
36758                 </listitem>
36759
36760                 <listitem>
36761                   <para><link linkend="reviewson">reviewson</link> : Decide if
36762                   you want to allow patrons to comment on bib records via the
36763                   OPAC</para>
36764                 </listitem>
36765
36766                 <listitem>
36767                   <para><link linkend="OpacStarRatings">OpacStarRatings</link>
36768                   : Decide if patrons can leave star ratings</para>
36769                 </listitem>
36770
36771                 <listitem>
36772                   <para><link linkend="virtualshelves">virtualshelves</link> :
36773                   Decide if you want patrons to be able to create Lists</para>
36774                 </listitem>
36775
36776                 <listitem>
36777                   <para><link
36778                   linkend="OpacAllowPublicListCreation">OpacAllowPublicListCreation</link>
36779                   : If patrons can create lists then decide if they are
36780                   allowed to create public lists</para>
36781                 </listitem>
36782
36783                 <listitem>
36784                   <para><link linkend="suggestionspref">suggestion</link> :
36785                   Decide if you want patrons to be able to submit purchase
36786                   suggestions</para>
36787                 </listitem>
36788
36789                 <listitem>
36790                   <para><link
36791                   linkend="OPACViewOthersSuggestions">OPACViewOthersSuggestions</link>
36792                   : Decide if you want patrons to be able to see purchase
36793                   suggestions made by other patrons</para>
36794                 </listitem>
36795               </itemizedlist>
36796             </listitem>
36797
36798             <listitem>
36799               <para><link linkend="opacbookbag">opacbookbag</link> : Decide if
36800               patrons can save items into their cart</para>
36801             </listitem>
36802
36803             <listitem>
36804               <para><link linkend="AnonSuggestions">AnonSuggestions</link> :
36805               Decide if you want non logged in users to be able to make
36806               purchase suggestions</para>
36807             </listitem>
36808
36809             <listitem>
36810               <para><link
36811               linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> :
36812               Decide if you want to use the XSLT stylesheets on the OPAC
36813               search results</para>
36814             </listitem>
36815
36816             <listitem>
36817               <para><link
36818               linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> :
36819               Decide if you want to use the XSLT stylesheets on the bib
36820               records in the OPAC</para>
36821             </listitem>
36822
36823             <listitem>
36824               <para><link linkend="LibraryName">LibraryName</link> : Enter
36825               your library name for display in the &lt;title&gt; tag and on
36826               the top of the OPAC</para>
36827             </listitem>
36828
36829             <listitem>
36830               <para><link linkend="opacsmallimage">opacsmallimage</link> :
36831               Choose a logo to replace the Koha logo</para>
36832             </listitem>
36833
36834             <listitem>
36835               <para><link linkend="opaccredits">opaccredits</link> : Enter
36836               HTML to appear at the bottom of every page in the OPAC</para>
36837             </listitem>
36838
36839             <listitem>
36840               <para><link linkend="OpacMainUserBlock">OpacMainUserBlock</link>
36841               : Enter HTML that will appear in the center of the main OPAC
36842               page</para>
36843             </listitem>
36844
36845             <listitem>
36846               <para><link linkend="OpacNav">OpacNav</link> : Enter HTML that
36847               will appear to the left on the main OPAC page</para>
36848             </listitem>
36849
36850             <listitem>
36851               <para><link linkend="OpacNavBottom">OpacNavBottom</link> : Enter
36852               HTML that will appear below OpacNav</para>
36853             </listitem>
36854
36855             <listitem>
36856               <para><link linkend="opacheader">opacheader</link> : Enter the
36857               HTML that will appear above the search box on the OPAC</para>
36858             </listitem>
36859
36860             <listitem>
36861               <para><link
36862               linkend="OPACNoResultsFound">OPACNoResultsFound</link> : Enter
36863               the HTML that will appear when no results are found</para>
36864             </listitem>
36865
36866             <listitem>
36867               <para><link
36868               linkend="OPACResultsSidebar">OPACResultsSidebar</link> : Enter
36869               the HTML that will appear below the facets on your search
36870               results</para>
36871             </listitem>
36872
36873             <listitem>
36874               <para><link linkend="OPACMySummaryHTML">OPACMySummaryHTML</link>
36875               : Enter the HTML that will appear in the far right of the
36876               circulation summary in the OPAC</para>
36877             </listitem>
36878
36879             <listitem>
36880               <para>Customize your stylesheets:</para>
36881
36882               <itemizedlist>
36883                 <listitem>
36884                   <para><link linkend="OPACUserCSS">OPACUserCSS</link> : Enter
36885                   any additional fields you want to define styles for</para>
36886                 </listitem>
36887
36888                 <listitem>
36889                   <para><link
36890                   linkend="opaclayoutstylesheet">opaclayoutstylesheet</link> :
36891                   Point to a CSS file on your Koha server</para>
36892                 </listitem>
36893
36894                 <listitem>
36895                   <para><link linkend="opacstylesheet">opacstylesheet</link> :
36896                   If you have a custom CSS enter the link to that file</para>
36897                 </listitem>
36898
36899                 <listitem>
36900                   <para><link
36901                   linkend="opaccolorstylesheet">opaccolorstylesheet</link> :
36902                   Point to a CSS file on your Koha server</para>
36903                 </listitem>
36904               </itemizedlist>
36905             </listitem>
36906
36907             <listitem>
36908               <para><link
36909               linkend="OpacHighlightedWords">OpacHighlightedWords</link> :
36910               Decide if you want search terms to be highlighted on the search
36911               results</para>
36912             </listitem>
36913
36914             <listitem>
36915               <para><link linkend="hidelostitems">hidelostitems</link> :
36916               Decide if you want to show patrons items you have marked as
36917               lost</para>
36918             </listitem>
36919
36920             <listitem>
36921               <para><link linkend="BiblioDefaultView">BiblioDefaultView</link>
36922               : Decide what view is the default for bib records on the
36923               OPAC</para>
36924             </listitem>
36925
36926             <listitem>
36927               <para><link linkend="OPACShelfBrowser">OPACShelfBrowser</link> :
36928               Decide if you want to enable the shelf browse
36929               functionality</para>
36930             </listitem>
36931
36932             <listitem>
36933               <para><link
36934               linkend="OPACURLOpenInNewWindow">OPACURLOpenInNewWindow</link> :
36935               Decide if URLs clicked in the OPAC are opened in a new
36936               window</para>
36937             </listitem>
36938
36939             <listitem>
36940               <para><link
36941               linkend="SearchMyLibraryFirst">SearchMyLibraryFirst</link> : If
36942               you have a multi-branch system decide if you want patrons to
36943               search their library first</para>
36944             </listitem>
36945
36946             <listitem>
36947               <para><link linkend="OpacAuthorities">OpacAuthorities</link> :
36948               Decide if you want patrons to be able to search your authority
36949               file</para>
36950             </listitem>
36951
36952             <listitem>
36953               <para><link linkend="OpacBrowser">OpacBrowser</link> : Decide if
36954               you want patrons to browse your authority file</para>
36955             </listitem>
36956
36957             <listitem>
36958               <para><link
36959               linkend="OPACSearchForTitleIn">OPACSearchForTitleIn</link> :
36960               Choose which libraries you want patrons to be able to re-run
36961               their search in</para>
36962             </listitem>
36963
36964             <listitem>
36965               <para><link
36966               linkend="OpacAddMastheadLibraryPulldown">OpacAddMastheadLibraryPulldown</link>
36967               : If you're a multi-branch system you can add a pull down to the
36968               search bar for patrons to search which library to search</para>
36969             </listitem>
36970
36971             <listitem>
36972               <para><link
36973               linkend="EnableOpacSearchHistory">EnableOpacSearchHistory</link>
36974               : Decide if you want the system to keep a search history</para>
36975             </listitem>
36976           </itemizedlist>
36977         </listitem>
36978
36979         <listitem>
36980           <para>Set up your <link linkend="cronjobs">cron jobs</link></para>
36981
36982           <itemizedlist>
36983             <listitem>
36984               <para>If you have the <link
36985               linkend="OpacBrowser">OpacBrowser</link> preference set decide
36986               <link linkend="authbrowsercron">when you want the contents to
36987               rebuild</link></para>
36988             </listitem>
36989
36990             <listitem>
36991               <para>If you have <link linkend="customrss">custom RSS
36992               feeds</link>, decide when you want the <link
36993               linkend="customrssfeedcron">feed to be populated</link></para>
36994             </listitem>
36995           </itemizedlist>
36996         </listitem>
36997       </itemizedlist>
36998
36999       <section id="editableopac">
37000         <title>Editable OPAC Regions</title>
37001
37002         <para>Using the OPAC system preferences you can customize various
37003         regions, the following graphics will define what preferences update
37004         each regions.</para>
37005
37006         <screenshot>
37007           <screeninfo>OPAC Editable Regions</screeninfo>
37008
37009           <mediaobject>
37010             <imageobject>
37011               <imagedata fileref="images/appendix-opac/opaccustomregions.jpg"/>
37012             </imageobject>
37013           </mediaobject>
37014         </screenshot>
37015
37016         <para>An example of a way to customize the page is included as
37017         well:</para>
37018
37019         <screenshot>
37020           <screeninfo>Customized Koha OPAC</screeninfo>
37021
37022           <mediaobject>
37023             <imageobject>
37024               <imagedata fileref="images/appendix-opac/opaccustomregions-customized.jpg"/>
37025             </imageobject>
37026           </mediaobject>
37027         </screenshot>
37028       </section>
37029     </section>
37030
37031     <section id="impenhanced">
37032       <title>Enhanced Content Configuration</title>
37033
37034       <para>Koha allows you to pull in content from outside sources to enhance
37035       your bib records. All of this content can be toggled on and off using
37036       the enhanced content system preferences.</para>
37037
37038       <itemizedlist>
37039         <listitem>
37040           <para><link linkend="frbrenhancedprefs">FRBR/Editions</link></para>
37041
37042           <itemizedlist>
37043             <listitem>
37044               <para>If you would like to have your OPAC and/or staff client
37045               show an 'Editions' tab on the bib record, you want to enable one
37046               or the other FRBR preferences and then either one or both of the
37047               ISBN services (XISBN and ThingISBN).</para>
37048             </listitem>
37049           </itemizedlist>
37050         </listitem>
37051
37052         <listitem>
37053           <para><link linkend="amazonprefs">Amazon</link> : This service is
37054           free and just requires that you visit <ulink
37055           url="http://aws.amazon.com">http://aws.amazon.com</ulink> to sign
37056           up</para>
37057
37058           <itemizedlist>
37059             <listitem>
37060               <para>Using the Amazon preferences you can choose to show
37061               different types of content from Amazon. Before choosing which
37062               types of content you would like to display you will need to
37063               enable Amazon content for the staff client and/or the
37064               OPAC.</para>
37065             </listitem>
37066           </itemizedlist>
37067         </listitem>
37068
37069         <listitem>
37070           <para><link
37071           linkend="Babelthequeprefs">Babelth&egrave;que</link></para>
37072
37073           <itemizedlist>
37074             <listitem>
37075               <para>This is a pay service. Contact Babelth&egrave;que to learn
37076               how to enable this content in the OPAC.</para>
37077             </listitem>
37078           </itemizedlist>
37079         </listitem>
37080
37081         <listitem>
37082           <para><link linkend="btcontentprefs">Baker and Taylor</link></para>
37083
37084           <itemizedlist>
37085             <listitem>
37086               <para>This is a pay service from Baker &amp; Taylor. Contact
37087               Baker &amp; Taylor for the information to enter into these
37088               preferences.</para>
37089             </listitem>
37090           </itemizedlist>
37091         </listitem>
37092
37093         <listitem>
37094           <para><link linkend="googleprefs">Google</link></para>
37095
37096           <itemizedlist>
37097             <listitem>
37098               <para>This service is free and does not require registration,
37099               simply enable GoogleJackets and you're set to go.</para>
37100             </listitem>
37101           </itemizedlist>
37102         </listitem>
37103
37104         <listitem>
37105           <para><link linkend="librarythingprefs">LibraryThing</link></para>
37106
37107           <itemizedlist>
37108             <listitem>
37109               <para>With the exception of ThingISBN, you will need to contact
37110               LibraryThing for the information to enter into these
37111               preferences</para>
37112             </listitem>
37113
37114             <listitem>
37115               <para>Enabling ThingISBN will help to populate the editions tab
37116               on the bib record display if you have enabled FRBR.</para>
37117             </listitem>
37118           </itemizedlist>
37119         </listitem>
37120
37121         <listitem>
37122           <para><link linkend="novelistselect">Novelist</link></para>
37123
37124           <itemizedlist>
37125             <listitem>
37126               <para>This is a pay service from Ebsco. Contact Ebsco for the
37127               information to enter into these preferences</para>
37128             </listitem>
37129           </itemizedlist>
37130         </listitem>
37131
37132         <listitem>
37133           <para><link linkend="oclcprefs">OCLC</link></para>
37134
37135           <itemizedlist>
37136             <listitem>
37137               <para>XISBN is used to populate the editions tab on the bib
37138               record display if you have enabled FRBR. This service is free
37139               for up to 999 queries a day.</para>
37140             </listitem>
37141           </itemizedlist>
37142         </listitem>
37143
37144         <listitem>
37145           <para><link linkend="Syndeticsprefs">Syndetics</link></para>
37146
37147           <itemizedlist>
37148             <listitem>
37149               <para>This is a pay service from Syndetics to add content for
37150               your bib records. Contact Syndetics for the information to enter
37151               into these preferences.</para>
37152             </listitem>
37153           </itemizedlist>
37154         </listitem>
37155
37156         <listitem>
37157           <para><link linkend="taggingprefs">Tagging</link></para>
37158
37159           <itemizedlist>
37160             <listitem>
37161               <para>Choose whether or not you want to allow patrons to add
37162               tags to records in Koha.</para>
37163             </listitem>
37164           </itemizedlist>
37165         </listitem>
37166       </itemizedlist>
37167     </section>
37168
37169     <section id="impacq">
37170       <title>Acquisitions Configuration</title>
37171
37172       <para>When using acquisitions in Koha you first need to define some
37173       defaults.</para>
37174
37175       <itemizedlist>
37176         <listitem>
37177           <para>Set up your <link linkend="budgetplanning">funds &amp;
37178           budgets</link></para>
37179         </listitem>
37180
37181         <listitem>
37182           <para>Choose your <link linkend="currexchangeadmin">default
37183           currency</link> and enter others if you order from multiple
37184           countries</para>
37185         </listitem>
37186
37187         <listitem>
37188           <para>Enter in your <link linkend="acqvendors">vendor
37189           information</link></para>
37190         </listitem>
37191
37192         <listitem>
37193           <para>Create an <link linkend="marcbibframeworks">Framework with the
37194           code ACQ</link> (if you're going to enter item records at the time
37195           of ordering or receiving)</para>
37196         </listitem>
37197
37198         <listitem>
37199           <para>Acquisitions System preferences</para>
37200
37201           <itemizedlist>
37202             <listitem>
37203               <para><link linkend="AcqCreateItem">AcqCreateItem</link> :
37204               Decide if an item record is created during acquisition</para>
37205             </listitem>
37206
37207             <listitem>
37208               <para><link linkend="CurrencyFormat">CurrencyFormat</link> :
37209               Decide how you want monetary amounts to display</para>
37210             </listitem>
37211
37212             <listitem>
37213               <para><link linkend="gist">gist</link> : Enter your sales tax
37214               (if you are billed for tax)</para>
37215             </listitem>
37216
37217             <listitem>
37218               <para><link linkend="OrderPdfFormat">OrderPdfFormat</link> :
37219               Decide what format you want your print orders to use</para>
37220             </listitem>
37221           </itemizedlist>
37222         </listitem>
37223       </itemizedlist>
37224     </section>
37225
37226     <section id="impserials">
37227       <title>Serials Configuration</title>
37228
37229       <para>When you use serials there are a few options you can set before
37230       hand.</para>
37231
37232       <itemizedlist>
37233         <listitem>
37234           <para>Serials System Preferences</para>
37235
37236           <itemizedlist>
37237             <listitem>
37238               <para><link
37239               linkend="RenewSerialAddsSuggestion">RenewSerialAddsSuggestion</link>
37240               : Decide if you want renewing serials to add a suggestion for
37241               easy purchasing</para>
37242             </listitem>
37243
37244             <listitem>
37245               <para><link linkend="RoutingSerials">RoutingSerials</link> :
37246               Decide if you want to route serials around your library</para>
37247             </listitem>
37248
37249             <listitem>
37250               <para><link
37251               linkend="RoutingListAddReserves">RoutingListAddReserves</link> :
37252               Decide if holds are placed on serials when there is a routing
37253               list in place</para>
37254             </listitem>
37255           </itemizedlist>
37256         </listitem>
37257
37258         <listitem>
37259           <para>Cataloging System Preferences</para>
37260
37261           <itemizedlist>
37262             <listitem>
37263               <para><link
37264               linkend="StaffSerialIssueDisplayCount">StaffSerialIssueDisplayCount</link>
37265               : Decide how many of the most recent issues to display in the
37266               staff client</para>
37267             </listitem>
37268
37269             <listitem>
37270               <para><link
37271               linkend="OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</link>
37272               : Decide how many of the most recent issues to display in the
37273               OPAC</para>
37274             </listitem>
37275
37276             <listitem>
37277               <para><link
37278               linkend="SubscriptionHistory">SubscriptionHistory</link> :
37279               Decide how you want the subscription information to display in
37280               the OPAC</para>
37281             </listitem>
37282           </itemizedlist>
37283         </listitem>
37284       </itemizedlist>
37285     </section>
37286
37287     <section id="impgolive">
37288       <title>Planning for Go-Live</title>
37289
37290       <para>Once you have all of your settings ready, you need to prepare for
37291       making your system live:</para>
37292
37293       <itemizedlist>
37294         <listitem>
37295           <para>Decide if you need training by an outside service or if your
37296           staff can do the training themselves.</para>
37297         </listitem>
37298
37299         <listitem>
37300           <para>Make sure that there is time for your staff to play with your
37301           test system and get comfortable with it</para>
37302         </listitem>
37303
37304         <listitem>
37305           <para>If this is a migration, work with your previous company to
37306           extract data right before you go live</para>
37307         </listitem>
37308
37309         <listitem>
37310           <para>Come up with URLs for your new Koha OPAC &amp; Staff
37311           Client</para>
37312         </listitem>
37313
37314         <listitem>
37315           <para>Make sure that if you're hosting your own system you have a
37316           backup plan</para>
37317         </listitem>
37318       </itemizedlist>
37319     </section>
37320   </chapter>
37321
37322   <chapter id="sopac">
37323     <title>SOPAC2 Installation</title>
37324
37325     <section id="sopac2">
37326       <sectioninfo>
37327         <author>
37328           <firstname>Jean-Andr&eacute;</firstname>
37329
37330           <surname>Santoni</surname>
37331
37332           <affiliation>
37333             <orgname>BibLibre</orgname>
37334           </affiliation>
37335         </author>
37336
37337         <pubdate>August 2009</pubdate>
37338
37339         <othercredit role="translator">
37340           <firstname>Nicole C.</firstname>
37341
37342           <surname>Engard</surname>
37343
37344           <contrib>Translation</contrib>
37345         </othercredit>
37346       </sectioninfo>
37347
37348       <title>SOPAC2 Introduction</title>
37349
37350       <para><note>
37351           <para>The following documentation was translated using Google
37352           Translate from French to English and may have some language
37353           errors.</para>
37354         </note></para>
37355     </section>
37356
37357     <section id="sopacintro">
37358       <title>Introduction</title>
37359
37360       <para>This is an installation guide and the connector SOPAC2 Koha. It
37361       has been tested on Debian Lenny and Ubuntu Jaunty, with 6.12 and Koha
37362       Drupal 3.0.x It does not cover the installation of Koha and Drupal, but
37363       SOPAC, its dependencies and the connector.</para>
37364     </section>
37365
37366     <section id="sopacinstall">
37367       <title>Installation of Locum and Insurge</title>
37368
37369       <para>Locum and Insurge are the two libraries used primarily by SOPAC.
37370       They serve as a layer of abstraction to the data. Insurge manages the
37371       social aspect (tags, reviews, ratings), while Locum manages the
37372       connection to the ILS via the connector. Both libraries use a different
37373       database from that of Drupal.</para>
37374
37375       <section id="sopacdepend">
37376         <title>Dependencies</title>
37377
37378         <para>There are no packages for Debian MDB2 yet, you can install it
37379         via pear:</para>
37380
37381         <programlisting># apt-get install php-pear
37382 # pear install MDB2
37383 # pear install MDB2#mysql</programlisting>
37384       </section>
37385
37386       <section id="sopacdownload">
37387         <title>Download</title>
37388
37389         <para>Download the Locum and Insurge libraries from SVN:</para>
37390
37391         <programlisting># cd /usr/local/lib
37392 # svn co http://dobby.darienlibrary.org/svn/locum/trunk/ locum
37393 # svn co http://dobby.darienlibrary.org/svn/insurge/trunk/ insurge</programlisting>
37394       </section>
37395
37396       <section id="sopaccreatedb">
37397         <title>Creation of the Database</title>
37398
37399         <programlisting>$ mysql -u root
37400 mysql&gt; create database scas;
37401 mysql&gt; grant all privileges on scas.* to scas_user@'localhost' identified by 'scas_pass';
37402 mysql&gt; flush privileges;
37403 mysql&gt; exit</programlisting>
37404       </section>
37405
37406       <section id="sopacdsn">
37407         <title>Sync DSN</title>
37408
37409         <para>This file will provide the connection information to a DB
37410         libraries:</para>
37411
37412         <programlisting># nano /usr/local/etc/locum_insurge_dsn.php</programlisting>
37413
37414         <para>It should contain:</para>
37415
37416         <programlisting>&lt;?php
37417 $dsn = 'mysql://scas_user:scas_pass@localhost/scas';</programlisting>
37418       </section>
37419
37420       <section id="sopacinstallinsurge">
37421         <title>Installation of Insurge</title>
37422
37423         <para>If you customize the name of the database, consider editing the
37424         sql file:</para>
37425
37426         <programlisting># nano /usr/local/lib/insurge/sql/scas_insurge.sql</programlisting>
37427
37428         <para>Import Insurge:</para>
37429
37430         <programlisting>$ mysql -u root -p &lt; /usr/local/lib/insurge/sql/scas_insurge.sql</programlisting>
37431
37432         <para>Configure Insurge:</para>
37433
37434         <programlisting># nano /usr/local/lib/insurge/config/insurge.ini</programlisting>
37435
37436         <para>The variables in insurge.ini are empty. The default values are
37437         too long and cause MySQL errors.</para>
37438
37439         <para>Here is a sample of insurge.ini</para>
37440
37441         <programlisting>; This is the Locum configuration file
37442 ; General configuration options for your installation of Insurge.
37443 [insurge_config]
37444 dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
37445 ; This is where you configure your repository membership information.
37446 ;
37447 ; parent_server is the server name of the repository parent server you have been
37448 ; told to use.
37449 ; group_id = The group ID you have been given by your repository admin.
37450 ; These configuration points are OPTIONAL and are only necessary if you are
37451 ; participating in a repository relationship.
37452 [repository_info]
37453 parent_server = ""
37454 group_id = ""
37455 group_key = ""</programlisting>
37456       </section>
37457
37458       <section id="sopacinstallocum">
37459         <title>Installation of Locum</title>
37460
37461         <para>The same procedure applies to Locum</para>
37462
37463         <programlisting># nano /usr/local/lib/locum/sql/scas_locum.sql
37464 # mysql &lt; /usr/local/lib/locum/sql/scas_locum.sql
37465 # nano /usr/local/lib/locum/sql/locum_init.sql
37466 # mysql &lt; /usr/local/lib/locum/sql/locum_init.sql
37467 # nano /usr/local/lib/locum/config/locum.ini
37468 # mkdir /usr/local/var
37469 # mkdir /usr/local/var/log</programlisting>
37470
37471         <para>Configure the DSN:</para>
37472
37473         <programlisting>[locum_config]
37474 dsn_file = "/usr/local/etc/locum_insurge_dsn.php"</programlisting>
37475
37476         <para>And the coordinates of your Koha installation:</para>
37477
37478         <programlisting>[ils_config]
37479 ils = "koha";
37480 ils_version = "30x"
37481 ils_server = "localhost"
37482 ils_harvest_port = "80"</programlisting>
37483
37484         <para>The rest depends on your configuration of Koha.</para>
37485       </section>
37486     </section>
37487
37488     <section id="sopackoha">
37489       <title>Installation of Koha Connector</title>
37490
37491       <para>Enter the connector Koha from SVN:</para>
37492
37493       <programlisting># cd /usr/local/lib/locum/connectors/
37494 # svn co http://dobby.darienlibrary.org/svn/connectors/koha/ locum_koha_30x</programlisting>
37495     </section>
37496
37497     <section id="sopacharvest">
37498       <title>Harvest Records</title>
37499
37500       <para>Now that the connector is in place, we will be able to launch
37501       harvest.php, a tool that will reap Locum DB Koha and fill the
37502       locum.</para>
37503
37504       <para>Start by configuring harvest.php:</para>
37505
37506       <programlisting># nano /usr/local/lib/locum/tools/harvest.php</programlisting>
37507
37508       <para>Here are the variables you must change:</para>
37509
37510       <programlisting>$first_record = 1;
37511 $last_record = 30;</programlisting>
37512
37513       <para>These are the minimum and maximum biblionumbers from your Koha
37514       install.</para>
37515
37516       <para>Then start the harvest:</para>
37517
37518       <programlisting># chmod +x /usr/local/lib/locum/tools/harvest.php
37519 $ /usr/local/lib/locum/tools/harvest.php</programlisting>
37520     </section>
37521
37522     <section id="sopacphinx">
37523       <title>Installation of Sphinx</title>
37524
37525       <para>Sphinx is the indexer for the database used by Locum and
37526       Insurge.</para>
37527
37528       <section id="sphinxdepend">
37529         <title>Dependencies</title>
37530
37531         <para>There is no Debian package for Sphinx so you'll have to compile
37532         the source directly:</para>
37533
37534         <programlisting># apt-get install g++ make libmysql++-dev</programlisting>
37535       </section>
37536
37537       <section id="sphinxdownload">
37538         <title>Download and Compile</title>
37539
37540         <programlisting>$ wget http://sphinxsearch.com/downloads/sphinx-0.9.8.tar.gz
37541 $ tar zxvf sphinx-0.9.8.tar.gz
37542 $ cd sphinx-0.9.8
37543 $ ./configure --prefix=/usr/local/sphinx
37544 $ make
37545 # make install
37546 # mkdir /usr/local/sphinx
37547 # mkdir /usr/local/sphinx/lib
37548 # cp api/sphinxapi.php /usr/local/sphinx/lib/
37549 $ rm -R sphinx-0.9.8*</programlisting>
37550       </section>
37551
37552       <section id="sphinxuser">
37553         <title>Creation of User and Group</title>
37554
37555         <para>Creating a Sphinx user and change the owner:</para>
37556
37557         <programlisting># adduser sphinx
37558 # addgroup sphinx
37559 # usermod -G sphinx sphinx
37560 # mkdir /usr/local/sphinx/var/run
37561 # chown -R sphinx.sphinx /usr/local/sphinx/var</programlisting>
37562       </section>
37563
37564       <section id="demonsphinx">
37565         <title>The demon Sphinx</title>
37566
37567         <para>Download:</para>
37568
37569         <programlisting># cd /etc/init.d
37570 # wget http://www.thesocialopac.net/sites/thesocialopac.net/files/sphinx
37571 # chmod +x /etc/init.d/sphinx</programlisting>
37572
37573         <para>Add Sphinx in the service at boot:</para>
37574
37575         <programlisting># update-rc.d sphinx defaults</programlisting>
37576       </section>
37577
37578       <section id="sphinxconfig">
37579         <title>Configuration</title>
37580
37581         <para>Copy the configuration file supplied with the source of Sphinx
37582         before the change:</para>
37583
37584         <programlisting># cp /usr/local/lib/locum/sphinx/sphinx.conf /usr/local/sphinx/etc/
37585 # sed 's/locum_db_user/scas_user/g' /usr/local/sphinx/etc/sphinx.conf &gt; tmpfile;
37586 mv tmpfile /usr/local/sphinx/etc/sphinx.conf
37587 # 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>
37588
37589         <para>And if you personalize the name of the BDD:</para>
37590
37591         <programlisting># sed 's/scas/Ma_BDD/g' /usr/local/sphinx/etc/sphinx.conf &gt; tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf</programlisting>
37592       </section>
37593
37594       <section id="sphinxindexing">
37595         <title>Indexing documents</title>
37596
37597         <para>Indexing is necessary if you want to use the search features of
37598         SOPAC.</para>
37599
37600         <para>You must first complete the Insurge table index</para>
37601
37602         <programlisting># chmod +x /usr/local/lib/insurge/tools/update-index.php
37603 $ /usr/local/lib/insurge/tools/update-index.php</programlisting>
37604
37605         <para>Then start indexing Sphinx</para>
37606
37607         <programlisting>$ /usr/local/sphinx/bin/indexer --all</programlisting>
37608
37609         <para>Finally, we must start the demon:</para>
37610
37611         <programlisting># /etc/init.d/sphinx start</programlisting>
37612
37613         <para>When the demon is already en route, you can update the index
37614         with:</para>
37615
37616         <programlisting>$ /usr/local/sphinx/bin/indexer --all --rotate</programlisting>
37617       </section>
37618     </section>
37619
37620     <section id="installsopac">
37621       <title>Installation of SOPAC2</title>
37622
37623       <para>Now to the SOPAC software itself:</para>
37624
37625       <section id="downloadsopac">
37626         <title>Download</title>
37627
37628         <para>Download from SVN:</para>
37629
37630         <programlisting>$ cd /chemin/vers/drupal/sites/all/
37631 $ mkdir modules
37632 $ cd modules/
37633 $ svn co http://dobby.darienlibrary.org/svn/sopac/trunk/ sopac</programlisting>
37634       </section>
37635
37636       <section id="sopacinstallation">
37637         <title>Installation</title>
37638
37639         <para>Going in the administration of Drupal to activate the module.
37640         Enable also the dependencies:</para>
37641
37642         <itemizedlist>
37643           <listitem>
37644             <para>Profile</para>
37645           </listitem>
37646
37647           <listitem>
37648             <para>PHP Filter</para>
37649           </listitem>
37650
37651           <listitem>
37652             <para>Path</para>
37653           </listitem>
37654         </itemizedlist>
37655
37656         <para>The Drupal menu should now list these entries.</para>
37657       </section>
37658
37659       <section id="configsopac">
37660         <title>Configuration</title>
37661
37662         <para>Then go into the settings of SOPAC.</para>
37663
37664         <itemizedlist>
37665           <listitem>
37666             <para>Configure the paths to the Locum and Insurge
37667             libraries</para>
37668           </listitem>
37669
37670           <listitem>
37671             <para>Choose a URL prefix SOPAC, in my "catalog". Create a node
37672             with content like:</para>
37673           </listitem>
37674         </itemizedlist>
37675
37676         <programlisting>&lt;?php
37677 print sopac_search_form('both');
37678 print theme('pages_catalog');</programlisting>
37679
37680         <itemizedlist>
37681           <listitem>
37682             <para>Check the Input Format "PHP Code"</para>
37683           </listitem>
37684
37685           <listitem>
37686             <para>Check Move to front page</para>
37687           </listitem>
37688
37689           <listitem>
37690             <para>In URL path settings, set the SOPAC URL prefix you have
37691             chosen.</para>
37692           </listitem>
37693         </itemizedlist>
37694
37695         <para>Go to the root of Drupal, a search form will appear.</para>
37696
37697         <para>Thinking to empty the cache of Drupal when something does not
37698         work.</para>
37699
37700         <para>Drupal offers a few blocks, not configured by default. Must
37701         specify on which page they should appear.</para>
37702       </section>
37703     </section>
37704   </chapter>
37705
37706   <chapter id="cronjobsch">
37707     <title>Cron Jobs</title>
37708
37709     <para/>
37710
37711     <section id="cronjobs">
37712       <title>Cron Jobs</title>
37713
37714       <para>The locations below assume a dev install which puts the crons in
37715       misc/, if you have a standard install you may want to look in bin/ for
37716       these files if you cannot find them in misc/</para>
37717
37718       <section id="searchcron">
37719         <title>Search</title>
37720
37721         <para/>
37722
37723         <section id="rebuildsearchcron">
37724           <title>Rebuild Index</title>
37725
37726           <para>Script path: misc/migration_tools/rebuild_zebra.pl</para>
37727
37728           <para>Does: Updates Zebra indexes with recently changed data.</para>
37729
37730           <para>Required by: Zebra</para>
37731
37732           <para>Frequency suggestion: every x minutes, (between 5-15 minutes)
37733           depending on performance needs</para>
37734         </section>
37735       </section>
37736
37737       <section id="circcron">
37738         <title>Circulation</title>
37739
37740         <section id="buildholdscron">
37741           <title>Holds Queue</title>
37742
37743           <para>Script path: misc/cronjobs/holds/build_holds_queue.pl</para>
37744
37745           <para>Does: Updates holds queue report</para>
37746
37747           <para>Required by: <link linkend="holdsqueue">Holds Queue
37748           Report</link></para>
37749
37750           <para>Frequency suggestion: every 1-4 hours</para>
37751
37752           <para>Description:</para>
37753
37754           <itemizedlist>
37755             <listitem>
37756               <para>A script that should be run periodically if your library
37757               system allows borrowers to place on-shelf holds. This script
37758               decides which library should be responsible for fulfilling a
37759               given hold request.</para>
37760
37761               <para>It's behavior is controlled by the system preferences
37762               <link linkend="holdqueueweight">StaticHoldsQueueWeight</link>
37763               and <link
37764               linkend="holdqueueweight">RandomizeHoldsQueueWeight</link>.</para>
37765
37766               <para>If you do not want all of your libraries to participate in
37767               the on-shelf holds fulfillment process, you should list the the
37768               libraries that *do* participate in the process here by inputting
37769               all the participating library's branchcodes, separated by commas
37770               ( e.g. "MPL,CPL,SPL,BML" etc. ).</para>
37771
37772               <para>By default, the holds queue will be generated such that
37773               the system will first attempt to hold fulfillment using items
37774               already at the pickup library if possible. If there are no items
37775               available at the pickup library to fill a hold,
37776               build_holds_queue.pl will then use the list of libraries defined
37777               in StaticHoldsQueueWeight. If RandomizeHoldsQueueWeight is
37778               disabled ( which it is by default ), the script will assign
37779               fulfillment requests in the order the branches are placed in the
37780               StaticHoldsQueueWeight system preference.</para>
37781
37782               <para>For example, if your system has three libraries, of
37783               varying sizes ( small, medium and large ) and you want the
37784               burden of holds fulfillment to be on larger libraries before
37785               smaller libraries, you would want StaticHoldsQueueWeight to look
37786               something like "LRG,MED,SML".</para>
37787
37788               <para>If you want the burden of holds fulfillment to be spread
37789               out equally throughout your library system, simply enable
37790               RandomizeHoldsQueueWeight. When this system preference is
37791               enabled, the order in which libraries will be requested to
37792               fulfill an on-shelf hold will be randomized each time the list
37793               is regenerated.</para>
37794
37795               <para>Leaving StaticHoldsQueueWeight empty is contraindicated at
37796               this time. Doing so will cause the build_holds_queue script to
37797               ignore RandomizeHoldsQueueWeight, causing the script to request
37798               hold fulfillment not randomly, but by alphabetical order.</para>
37799             </listitem>
37800           </itemizedlist>
37801
37802           <section id="buildholdscronperl">
37803             <title>Perl Documentation</title>
37804
37805             <para><emphasis
37806             role="bold">GetBibsWithPendingHoldRequests</emphasis></para>
37807
37808             <para>my $biblionumber_aref =
37809             GetBibsWithPendingHoldRequests();</para>
37810
37811             <para>Return an arrayref of the biblionumbers of all bibs that
37812             have one or more unfilled hold requests.</para>
37813
37814             <para><emphasis
37815             role="bold">GetPendingHoldRequestsForBib</emphasis></para>
37816
37817             <para>my $requests =
37818             GetPendingHoldRequestsForBib($biblionumber);</para>
37819
37820             <para>Returns an arrayref of hashrefs to pending, unfilled hold
37821             requests on</para>
37822
37823             <para>the bib identified by $biblionumber. The following keys are
37824             present in each hashref:</para>
37825
37826             <itemizedlist>
37827               <listitem>
37828                 <para>biblionumber</para>
37829               </listitem>
37830
37831               <listitem>
37832                 <para>borrowernumber</para>
37833               </listitem>
37834
37835               <listitem>
37836                 <para>itemnumber</para>
37837               </listitem>
37838
37839               <listitem>
37840                 <para>priority</para>
37841               </listitem>
37842
37843               <listitem>
37844                 <para>branchcode</para>
37845               </listitem>
37846
37847               <listitem>
37848                 <para>reservedate</para>
37849               </listitem>
37850
37851               <listitem>
37852                 <para>reservenotes</para>
37853               </listitem>
37854
37855               <listitem>
37856                 <para>borrowerbranch</para>
37857               </listitem>
37858             </itemizedlist>
37859
37860             <para>The arrayref is sorted in order of increasing
37861             priority.</para>
37862
37863             <para><emphasis
37864             role="bold">GetItemsAvailableToFillHoldRequestsForBib</emphasis></para>
37865
37866             <para>my $available_items =</para>
37867
37868             <para>GetItemsAvailableToFillHoldRequestsForBib($biblionumber);</para>
37869
37870             <para>Returns an arrayref of items available to fill hold requests
37871             for the bib identified by $biblionumber. An item is available to
37872             fill a hold</para>
37873
37874             <para>request if and only if:</para>
37875
37876             <itemizedlist>
37877               <listitem>
37878                 <para>it is not on loan</para>
37879               </listitem>
37880
37881               <listitem>
37882                 <para>it is not withdrawn</para>
37883               </listitem>
37884
37885               <listitem>
37886                 <para>it is not marked notforloan</para>
37887               </listitem>
37888
37889               <listitem>
37890                 <para>it is not currently in transit</para>
37891               </listitem>
37892
37893               <listitem>
37894                 <para>it is not lost</para>
37895               </listitem>
37896
37897               <listitem>
37898                 <para>it is not sitting on the hold shelf</para>
37899               </listitem>
37900             </itemizedlist>
37901
37902             <para><emphasis
37903             role="bold">MapItemsToHoldRequests</emphasis></para>
37904
37905             <para>MapItemsToHoldRequests($hold_requests,
37906             $available_items);</para>
37907
37908             <para><emphasis
37909             role="bold">CreatePickListFromItemMap</emphasis></para>
37910
37911             <para><emphasis role="bold">AddToHoldTargetMap</emphasis></para>
37912
37913             <para><emphasis
37914             role="bold">_get_branches_to_pull_from</emphasis></para>
37915
37916             <para>Query system preferences to get ordered list of branches to
37917             use to fill hold requests.</para>
37918           </section>
37919         </section>
37920
37921         <section id="expiredholdscron">
37922           <title>Expired Holds</title>
37923
37924           <para>Script path:
37925           misc/cronjobs/holds/cancel_expired_holds.pl</para>
37926
37927           <para>Does: By default, this cron job will only automatically cancel
37928           holds where the user has set an expiration date. If the library is
37929           using the <link
37930           linkend="ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</link>
37931           and <link
37932           linkend="ExpireReservesMaxPickUpDelayCharge">ExpireReservesMaxPickUpDelayCharge</link>
37933           preferences then this script will also cancel holds that have been
37934           sitting on the hold shelf for too long and will (if the library
37935           does) charge the patron for not picking up the hold.</para>
37936
37937           <para>Frequency suggestion: daily</para>
37938         </section>
37939
37940         <section id="unsuspendholdcron">
37941           <title>Unsuspend Holds</title>
37942
37943           <para>Script path:
37944           misc/cronjobs/holds/auto_unsuspend_holds.pl</para>
37945
37946           <para>Does: This script checks to find holds that should no longer
37947           be suspended and removes the suspension if the <link
37948           linkend="AutoResumeSuspendedHolds">AutoResumeSuspendedHolds</link>
37949           preference is set to 'allow'. This puts the patron back in to the
37950           queue where they were when the hold was suspended.</para>
37951
37952           <para>Frequency suggestion: daily</para>
37953         </section>
37954
37955         <section id="finescronjob">
37956           <title>Fines</title>
37957
37958           <para>Script path: misc/cronjobs/fines.pl</para>
37959
37960           <para>Required by: <link linkend="finesMode">finesMode</link> system
37961           preference</para>
37962
37963           <para>Frequency suggestion: nightly</para>
37964         </section>
37965
37966         <section id="longoverduecron">
37967           <title>Long Overdues</title>
37968
37969           <para>Script path: misc/cronjobs/longoverdue.pl</para>
37970
37971           <para>Does: allows one to specify delays for changing items to
37972           different lost statuses, and optionally charge for them.</para>
37973
37974           <para>Frequency suggestion: nightly</para>
37975
37976           <section id="longoverduecronperl">
37977             <title>Perl Documentation</title>
37978
37979             <para><emphasis role="bold">NAME</emphasis></para>
37980
37981             <para>longoverdue.pl cron script to set lost statuses on overdue
37982             materials. Execute without options for help.</para>
37983           </section>
37984         </section>
37985       </section>
37986
37987       <section id="noticescron">
37988         <title>Notices</title>
37989
37990         <para/>
37991
37992         <section id="msgqueuecron">
37993           <title>Message Queue</title>
37994
37995           <para>Script path: misc/cronjobs/process_message_queue.pl</para>
37996
37997           <para>Does: processes the message queue to send emails and SMS
37998           messages to users. sends outgoing emails to patrons.</para>
37999
38000           <para>Frequency suggestion: 1-4 hours</para>
38001         </section>
38002
38003         <section id="advnoticecron">
38004           <title>Advanced Notice</title>
38005
38006           <para>Script path: misc/cronjobs/advance_notices.pl</para>
38007
38008           <para>Does: prepares "pre-due" notices and "item due" notices for
38009           patrons who request them prepares notices for patrons for items just
38010           due or coming due soon. requires <link
38011           linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
38012           to be on</para>
38013
38014           <para>Frequency suggestion: nightly</para>
38015
38016           <note>
38017             <para>This script does not actually send the notices. It queues
38018             them in the <link linkend="msgqueuecron">message queue</link> for
38019             later</para>
38020           </note>
38021
38022           <section id="advnoticecronperl">
38023             <title>Perl Documentation</title>
38024
38025             <para><emphasis role="bold">NAME</emphasis></para>
38026
38027             <para>advance_notices.pl - cron script to put item due reminders
38028             into message queue</para>
38029
38030             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
38031
38032             <para>./advance_notices.pl -c</para>
38033
38034             <para>or, in crontab: 0 1 * * * advance_notices.pl -c</para>
38035
38036             <para><emphasis role="bold">DESCRIPTION</emphasis></para>
38037
38038             <para>This script prepares pre-due and item due reminders to be
38039             sent to patrons. It queues them in the message queue, which is
38040             processed by the process_message_queue.pl cronjob. The type and
38041             timing of the messages can be configured by the patrons in their
38042             "My Alerts" tab in the OPAC.</para>
38043
38044             <para><emphasis role="bold">METHODS</emphasis></para>
38045
38046             <para>parse_letter</para>
38047           </section>
38048         </section>
38049
38050         <section id="overduenoticecron">
38051           <title>Overdue Notice</title>
38052
38053           <para>Script path: misc/cronjobs/overdue_notices.pl</para>
38054
38055           <para>Does: prepares messages to alert patrons of overdue messages
38056           (both via email and print)</para>
38057
38058           <para>Frequency suggestion: nightly</para>
38059
38060           <note>
38061             <para>This script does not actually send the notices. It queues
38062             them in the <link linkend="msgqueuecron">message queue</link> for
38063             later or generates the HTML for later printing</para>
38064           </note>
38065
38066           <section id="overduenoticecronperl">
38067             <title>Perl Documentation</title>
38068
38069             <para><emphasis role="bold">NAME</emphasis></para>
38070
38071             <para>overdue_notices.pl - prepare messages to be sent to patrons
38072             for overdue items</para>
38073
38074             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
38075
38076             <para>overdue_notices.pl [ -n ] [ -library &lt;branchcode&gt; ] [
38077             -library &lt;branchcode&gt;...] [ -max &lt;number of days&gt; ] [
38078             -csv [ &lt;filename&gt; ] ] [-itemscontent &lt;field list&gt;
38079             ]</para>
38080
38081             <para>Options:</para>
38082
38083             <para>-help brief help message</para>
38084
38085             <para>-man full documentation</para>
38086
38087             <para>-n No email will be sent</para>
38088
38089             <para>-max &lt;days&gt; maximum days overdue to deal with</para>
38090
38091             <para>-library &lt;branchname&gt; only deal with overdues from
38092             this library (repeatable : several libraries can be given)</para>
38093
38094             <para>-csv &lt;filename&gt; populate CSV file</para>
38095
38096             <para>-html &lt;filename&gt; Output html to file</para>
38097
38098             <para>-itemscontent &lt;list of fields&gt; item information in
38099             templates</para>
38100
38101             <para>-borcat &lt;categorycode&gt; category code that must be
38102             included</para>
38103
38104             <para>-borcatout &lt;categorycode&gt; category code that must be
38105             excluded</para>
38106
38107             <para><emphasis role="bold">OPTIONS</emphasis></para>
38108
38109             <para>-help Print a brief help message and exits.</para>
38110
38111             <para>-man Prints the manual page and exits.</para>
38112
38113             <para>-v Verbose. Without this flag set, only fatal errors are
38114             reported.</para>
38115
38116             <para>-n Do not send any email. Overdue notices that would have
38117             been sent to the patrons or to the admin are printed to standard
38118             out. CSV data (if the -csv flag is set) is written to standard out
38119             or to any csv filename given.</para>
38120
38121             <para>-max Items older than max days are assumed to be handled
38122             somewhere else, probably the longoverdues.pl script. They are
38123             therefore ignored by this program. No notices are sent for them,
38124             and they are not added to any CSV files. Defaults to 90 to match
38125             longoverdues.pl.</para>
38126
38127             <para>-library</para>
38128
38129             <para>select overdues for one specific library. Use the value in
38130             the branches.branchcode table. This option can be repeated in
38131             order to select overdues for a group of libraries.</para>
38132
38133             <para>-csv Produces CSV data. if -n (no mail) flag is set, then
38134             this CSV data is sent to standard out or to a filename if
38135             provided. Otherwise, only overdues that could not be emailed are
38136             sent in CSV format to the admin.</para>
38137
38138             <para>-itemscontent</para>
38139
38140             <para>comma separated list of fields that get substituted into
38141             templates in places of the &lt;&lt;items.content&gt;&gt;
38142             placeholder. This defaults to
38143             issuedate,title,barcode,author</para>
38144
38145             <para>Other possible values come from fields in the biblios,
38146             items, and issues tables.</para>
38147
38148             <para>-borcat Repetable field, that permit to select only few of
38149             patrons categories.</para>
38150
38151             <para>-borcatout</para>
38152
38153             <para>Repetable field, permis to exclude some patrons
38154             categories.</para>
38155
38156             <para>-t | --triggered</para>
38157
38158             <para>This option causes a notice to be generated if and only if
38159             an item is overdue by the number of days defined in a notice
38160             trigger.</para>
38161
38162             <para>By default, a notice is sent each time the script runs,
38163             which is suitable for less frequent run cron script, but requires
38164             syncing notice triggers with the cron schedule to ensure proper
38165             behavior. Add the --triggered option for daily cron, at the risk
38166             of no notice being generated if the cron fails to run on
38167             time.</para>
38168
38169             <para>-list-all</para>
38170
38171             <para>Default items.content lists only those items that fall in
38172             the range of the currently processing notice. Choose list-all to
38173             include all overdue items in the list (limited by -max
38174             setting).</para>
38175
38176             <para><emphasis role="bold">DESCRIPTION</emphasis></para>
38177
38178             <para>This script is designed to alert patrons and administrators
38179             of overdue items.</para>
38180
38181             <para>Configuration</para>
38182
38183             <para>This script pays attention to the overdue notice
38184             configuration performed in the "Overdue notice/status triggers"
38185             section of the "Tools" area of the staff interface to Koha. There,
38186             you can choose which letter templates are sent out after a
38187             configurable number of days to patrons of each library. More
38188             information about the use of this section of Koha is available in
38189             the Koha manual.</para>
38190
38191             <para>The templates used to craft the emails are defined in the
38192             "Tools: Notices" section of the staff interface to Koha.</para>
38193
38194             <para>Outgoing emails</para>
38195
38196             <para>Typically, messages are prepared for each patron with
38197             overdue items. Messages for whom there is no email address on file
38198             are collected and sent as attachments in a single email to each
38199             library administrator, or if that is not set, then to the email
38200             address in the "KohaAdminEmailAddress" system preference.</para>
38201
38202             <para>These emails are staged in the outgoing message queue, as
38203             are messages produced by other features of Koha. This message
38204             queue must be processed regularly by the
38205             misc/cronjobs/process_message_queue.pl program.</para>
38206
38207             <para>In the event that the "-n" flag is passed to this program,
38208             no emails are sent. Instead, messages are sent on standard output
38209             from this program. They may be redirected to a file if
38210             desired.</para>
38211
38212             <para>Templates</para>
38213
38214             <para>Templates can contain variables enclosed in double angle
38215             brackets like &lt;&lt;this&gt;&gt;. Those variables will be
38216             replaced with values specific to the overdue items or relevant
38217             patron. Available variables are:</para>
38218
38219             <para>&lt;&lt;bib&gt;&gt;</para>
38220
38221             <para>the name of the library</para>
38222
38223             <para>&lt;&lt;items.content&gt;&gt;</para>
38224
38225             <para>one line for each item, each line containing a tab separated
38226             list of title, author, barcode, issuedate</para>
38227
38228             <para>&lt;&lt;borrowers.*&gt;&gt;</para>
38229
38230             <para>any field from the borrowers table</para>
38231
38232             <para>&lt;&lt;branches.*&gt;&gt;</para>
38233
38234             <para>any field from the branches table</para>
38235
38236             <para>CSV output</para>
38237
38238             <para>The "-csv" command line option lets you specify a file to
38239             which overdues data should be output in CSV format.</para>
38240
38241             <para>With the "-n" flag set, data about all overdues is written
38242             to the file. Without that flag, only information about overdues
38243             that were unable to be sent directly to the patrons will be
38244             written. In other words, this CSV file replaces the data that is
38245             typically sent to the administrator email address.</para>
38246
38247             <para><emphasis role="bold">USAGE EXAMPLES</emphasis></para>
38248
38249             <para>"overdue_notices.pl" - In this most basic usage, with no
38250             command line arguments, all libraries are processed individually,
38251             and notices are prepared for all patrons with overdue items for
38252             whom we have email addresses. Messages for those patrons for whom
38253             we have no email address are sent in a single attachment to the
38254             library administrator's email address, or to the address in the
38255             KohaAdminEmailAddress system preference.</para>
38256
38257             <para>"overdue_notices.pl -n -csv /tmp/overdues.csv" - sends no
38258             email and populates /tmp/overdues.csv with information about all
38259             overdue items.</para>
38260
38261             <para>"overdue_notices.pl -library MAIN max 14" - prepare notices
38262             of overdues in the last 2 weeks for the MAIN library.</para>
38263
38264             <para><emphasis role="bold">SEE ALSO</emphasis></para>
38265
38266             <para>The misc/cronjobs/advance_notices.pl program allows you to
38267             send messages to patrons in advance of their items becoming due,
38268             or to alert them of items that have just become due.</para>
38269
38270             <para><emphasis role="bold">INTERNAL METHODS</emphasis></para>
38271
38272             <para>These methods are internal to the operation of
38273             overdue_notices.pl.</para>
38274
38275             <para>parse_letter</para>
38276
38277             <para>parses the letter template, replacing the placeholders with
38278             data specific to this patron, biblio, or item</para>
38279
38280             <para>named parameters:</para>
38281
38282             <para>letter - required hashref</para>
38283
38284             <para>borrowernumber - required integer</para>
38285
38286             <para>substitute - optional hashref of other key/value pairs that
38287             should be substituted in the letter content</para>
38288
38289             <para>returns the "letter" hashref, with the content updated to
38290             reflect the substituted keys and values.</para>
38291
38292             <para>prepare_letter_for_printing</para>
38293
38294             <para>returns a string of text appropriate for printing in the
38295             event that an overdue notice will not be sent to the patron's
38296             email address. Depending on the desired output format, this may be
38297             a CSV string, or a human-readable representation of the
38298             notice.</para>
38299
38300             <para>required parameters:</para>
38301
38302             <para>letter</para>
38303
38304             <para>borrowernumber</para>
38305
38306             <para>optional parameters:</para>
38307
38308             <para>outputformat</para>
38309           </section>
38310         </section>
38311
38312         <section id="printholdcron">
38313           <title>Print Hold Notices</title>
38314
38315           <para>Script path: misc/cronjobs/gather_print_notices.pl</para>
38316
38317           <para>Does: looks through the message queue for hold notices that
38318           didn't go through because the patron didn't have an email address
38319           and generates a print notice</para>
38320
38321           <para>Frequency suggestion: nightly</para>
38322         </section>
38323
38324         <section id="talkingtechcrons">
38325           <title>Talking Tech</title>
38326
38327           <para>To learn more about setting up this third party product view
38328           the <link linkend="talkingtechappendix">Talking Tech
38329           Appendix</link>.</para>
38330
38331           <section id="talkingtechsendcron">
38332             <title>Sending Notices File</title>
38333
38334             <para>Script path:
38335             misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl</para>
38336
38337             <para>Does: Script to generate Spec C outbound notifications file
38338             for Talking Tech i-tiva phone notification system.</para>
38339
38340             <para>Required by: <link
38341             linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link></para>
38342
38343             <para>Frequency suggestion: nightly</para>
38344
38345             <section id="talkingsendcronperl">
38346               <title>Perl Documentation</title>
38347
38348               <para><emphasis role="bold">USAGE</emphasis></para>
38349
38350               <para>TalkingTech_itiva_outbound.pl</para>
38351
38352               <para>TalkingTech_itiva_outbound.pl --type=OVERDUE -w 0 -w 2 -w
38353               6 --output=/tmp/talkingtech/outbound.csv</para>
38354
38355               <para>TalkingTech_itiva_outbound.pl --type=RESERVE
38356               --type=PREOVERDUE --lang=FR</para>
38357
38358               <para>Script to generate Spec C outbound notifications file for
38359               Talking Tech i-tiva phone notification system.</para>
38360
38361               <para>--help -h</para>
38362
38363               <para>Prints this help</para>
38364
38365               <para>-v Provide verbose log information.</para>
38366
38367               <para>--output -o</para>
38368
38369               <para>Destination for outbound notifications file (CSV format).
38370               If no value is specified, output is dumped to screen.</para>
38371
38372               <para>--lang</para>
38373
38374               <para>Sets the language for all outbound messages. Currently
38375               supported values are EN, FR and ES. If no value is specified, EN
38376               will be used by default.</para>
38377
38378               <para>--type</para>
38379
38380               <para>REQUIRED. Sets which messaging types are to be used. Can
38381               be given multiple times, to specify multiple types in a single
38382               output file. Currently supported values are RESERVE, PREOVERDUE
38383               and OVERDUE. If no value is given, this script will not produce
38384               any outbound notifications.</para>
38385
38386               <para>--waiting-hold-day -w</para>
38387
38388               <para>OPTIONAL for --type=RESERVE. Sets the days after a hold
38389               has been set to waiting on which to call. Use switch as many
38390               times as desired. For example, passing "-w 0 -w 2 -w 6" will
38391               cause calls to be placed on the day the hold was set to waiting,
38392               2 days after the waiting date, and 6 days after. See example
38393               above. If this switch is not used with --type=RESERVE, calls
38394               will be placed every day until the waiting reserve is picked up
38395               or canceled.</para>
38396
38397               <para>--library-code --code -c</para>
38398
38399               <para>OPTIONAL The code of the source library of the message.
38400               The library code is used to group notices together for
38401               consortium purposes and apply library specific settings, such as
38402               prompts, to those notices. This field can be blank if all
38403               messages are from a single library.</para>
38404             </section>
38405           </section>
38406
38407           <section id="talkingtechreceivecron">
38408             <title>Receiving Notices File</title>
38409
38410             <para>Script path:
38411             misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl</para>
38412
38413             <para>Does: Script to process received Results files for Talking
38414             Tech i-tiva phone notification system.</para>
38415
38416             <para>Required by: <link
38417             linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link></para>
38418
38419             <para>Frequency suggestion: nightly</para>
38420
38421             <section id="talkingreceivecronperl">
38422               <title>Perl Documentation</title>
38423
38424               <para><emphasis role="bold">USAGE</emphasis></para>
38425
38426               <para>TalkingTech_itiva_inbound.pl</para>
38427
38428               <para>TalkingTech_itiva_inbound.pl -v
38429               --input=/tmp/talkingtech/results.csv</para>
38430
38431               <para>Script to process received Results files for Talking Tech
38432               i-tiva phone notification system.</para>
38433
38434               <para>--help -h</para>
38435
38436               <para>Prints this help</para>
38437
38438               <para>-v Provide verbose log information.</para>
38439
38440               <para>--input -i</para>
38441
38442               <para>REQUIRED. Path to incoming results file.</para>
38443             </section>
38444           </section>
38445         </section>
38446       </section>
38447
38448       <section id="proccartcron">
38449         <title>In Processing/Book Cart</title>
38450
38451         <para>Script path: misc/cronjobs/cart_to_shelf.pl</para>
38452
38453         <para>Does: Updates all items with a location of CART to the item's
38454         permanent location.</para>
38455
38456         <para>Required by: <link
38457         linkend="NewItemsDefaultLocation">NewItemsDefaultLocation</link>,
38458         <link
38459         linkend="InProcessingToShelvingCart">InProcessingToShelvingCart</link>,
38460         &amp; <link linkend="ReturnToShelvingCart">ReturnToShelvingCart</link>
38461         system preferences</para>
38462
38463         <para>Frequency suggestion: hourly</para>
38464
38465         <section id="proccartcronperl">
38466           <title>Perl Documentation</title>
38467
38468           <para><emphasis role="bold">NAME</emphasis></para>
38469
38470           <para>cart_to_shelf.pl cron script to set items with location of
38471           CART to original shelving location after X hours. Execute without
38472           options for help.</para>
38473         </section>
38474       </section>
38475
38476       <section id="catalogcron">
38477         <title>Catalog</title>
38478
38479         <para/>
38480
38481         <section id="checkurlcron">
38482           <title>Check URLs</title>
38483
38484           <para>Script path: misc/cronjobs/check-url.pl</para>
38485
38486           <para>Does: checks URLs in 856$u field. Script output can now be
38487           formatted in CSV or HTML. The HTML version links directly to MARC
38488           biblio record editor.</para>
38489
38490           <para>Frequency suggestion: monthly</para>
38491
38492           <para>Learn more: <ulink
38493           url="http://wiki.koha-community.org/wiki/Check-url_enhancements">http://wiki.koha-community.org/wiki/Check-url_enhancements</ulink></para>
38494
38495           <section id="checkurlcronperl">
38496             <title>Perl Documentation</title>
38497
38498             <para><emphasis role="bold">NAME</emphasis></para>
38499
38500             <para>C4::URL::Checker - base object for checking URL stored in
38501             Koha DB</para>
38502
38503             <para><emphasis role="bold">SYNOPSIS</emphasis></para>
38504
38505             <programlisting>use C4::URL::Checker;
38506
38507         my $checker = C4::URL::Checker-&gt;new( );
38508         $checker-&gt;{ host_default } = 'http://mylib.kohalibrary.com';
38509         my $checked_urls = $checker-&gt;check_biblio( 123 );
38510         foreach my $url ( @$checked_urls ) {
38511             print "url:        ", $url-&gt;{ url       A }, "\n",
38512                   "is_success: ", $url-&gt;{ is_success }, "\n",
38513                   "status:     ", $url-&gt;{ status     }, "\n";
38514         } </programlisting>
38515
38516             <para><emphasis role="bold">FUNCTIONS</emphasis></para>
38517
38518             <para>new</para>
38519
38520             <para>Create a URL Checker. The returned object can be used to set
38521             default host variable :</para>
38522
38523             <programlisting>my $checker = C4::URL::Checker-&gt;new( );
38524         $checker-&gt;{ host_default } = 'http://mylib.kohalibrary.com'; </programlisting>
38525
38526             <para>check_biblio</para>
38527
38528             <para>Check all URL from a biblio record. Returns a pointer to an
38529             array containing all URLs with checking for each of them.</para>
38530
38531             <programlisting> my $checked_urls = $checker-&gt;check_biblio( 123 ); </programlisting>
38532
38533             <para>With 2 URLs, the returned array will look like that:</para>
38534
38535             <programlisting>     [
38536            {
38537              'url' =&gt; 'http://mylib.tamil.fr/img/62265_0055B.JPG',
38538              'is_success' =&gt; 1,
38539              'status' =&gt; 'ok'
38540            },
38541            {
38542              'url' =&gt; 'http://mylib.tamil.fr//img/62265_0055C.JPG',
38543              'is_success' =&gt; 0,
38544              'status' =&gt; '404 - Page not found'
38545            }
38546          ], </programlisting>
38547
38548             <para><emphasis role="bold">NAME</emphasis></para>
38549
38550             <para>check-url.pl - Check URLs from 856$u field.</para>
38551
38552             <para><emphasis role="bold">USAGE</emphasis></para>
38553
38554             <para>check-url.pl [--verbose|--help]
38555             [--host=http://default.tld]</para>
38556
38557             <para>Scan all URLs found in 856$u of bib records and display if
38558             resources are available or not.</para>
38559
38560             <para><emphasis role="bold">PARAMETERS</emphasis></para>
38561
38562             <para>--host=http://default.tld</para>
38563
38564             <para>Server host used when URL doesn't have one, ie doesn't begin
38565             with 'http:'. For example, if --host=http://www.mylib.com, then
38566             when 856$u contains 'img/image.jpg', the url checked is:
38567             http://www.mylib.com/image.jpg'.</para>
38568
38569             <para>--verbose|-v</para>
38570
38571             <para>Outputs both successful and failed URLs.</para>
38572
38573             <para>--html</para>
38574
38575             <para>Formats output in HTML. The result can be redirected to a
38576             file accessible by http. This way, it's possible to link directly
38577             to biblio record in edit mode. With this parameter --host-pro is
38578             required.</para>
38579
38580             <para>--host-pro=http://koha-pro.tld</para>
38581
38582             <para>Server host used to link to biblio record editing
38583             page.</para>
38584
38585             <para>--help|-h</para>
38586
38587             <para>Print this help page.</para>
38588           </section>
38589         </section>
38590
38591         <section id="mergeauthcron">
38592           <title>Merge Authorities</title>
38593
38594           <para>Script path: misc/migration_tools/merge_authorities.pl</para>
38595
38596           <para>Does: Updates biblio data with changes to authorities
38597           records</para>
38598
38599           <para>Required by: <link linkend="dontmerge">dontmerge</link> system
38600           preference</para>
38601
38602           <para>Frequency suggestion: nightly</para>
38603         </section>
38604
38605         <section id="serialscron">
38606           <title>Serials Update</title>
38607
38608           <para>Script path: misc/cronjobs/serialsUpdate.pl</para>
38609
38610           <para>Does: checks if there is a "late" issue on active
38611           subscriptions, and if there is, the script will set it as late, and
38612           add the next one as expected.</para>
38613
38614           <para>Frequency suggestion: nightly</para>
38615         </section>
38616       </section>
38617
38618       <section id="opaccrons">
38619         <title>OPAC</title>
38620
38621         <para/>
38622
38623         <section id="customrssfeedcron">
38624           <title>RSS Feeds</title>
38625
38626           <para>Script path: misc/cronjobs/rss/rss.pl</para>
38627
38628           <para>Does: Produces an RSS XML document for any SQL query (not used
38629           for search results RSS feed). <link linkend="customrss">Learn
38630           more</link>.</para>
38631
38632           <para>Frequency suggestion: hourly</para>
38633         </section>
38634
38635         <section id="authbrowsercron">
38636           <title>Authorities Browser</title>
38637
38638           <para>Script path: misc/cronjobs/build_browser_and_cloud.pl</para>
38639
38640           <para>Does: Generate content for authorities browse in OPAC</para>
38641
38642           <para>Required by: <link linkend="OpacBrowser">OpacBrowser</link>
38643           system preference</para>
38644         </section>
38645
38646         <section id="keywordclouds">
38647           <title>Subject/Author Clouds</title>
38648
38649           <para>Script path: misc/cronjobs/cloud-kw.pl</para>
38650
38651           <para>Does: Generates HTML keywords clouds from Koha Zebra indexes.
38652           misc/cronjobs/cloud-sample.conf has a sample of how this script
38653           operates.</para>
38654
38655           <para>Frequency: This is the type of script you can run once a month
38656           or so, the content generated isn't going to change very much over
38657           time.</para>
38658
38659           <section id="keywordcloudsperl">
38660             <title>Perl Documentation</title>
38661
38662             <para><emphasis role="bold">NAME</emphasis></para>
38663
38664             <para>cloud-kw.pl - Creates HTML keywords clouds from Koha Zebra
38665             Indexes</para>
38666
38667             <para><emphasis role="bold">USAGE</emphasis></para>
38668
38669             <para>cloud-kw.pl [--verbose|--help] --conf=cloud.conf</para>
38670
38671             <para>Creates multiple HTML files containing keywords cloud with
38672             top terms sorted by their logarithmic weight. cloud.conf is a YAML
38673             configuration file driving cloud generation process.</para>
38674
38675             <para><emphasis role="bold">PARAMETERS</emphasis></para>
38676
38677             <para>--conf=configuration file</para>
38678
38679             <para>Specify configuration file name</para>
38680
38681             <para>--verbose|-v</para>
38682
38683             <para>Enable script verbose mode.</para>
38684
38685             <para>--help|-h</para>
38686
38687             <para>Print this help page.</para>
38688
38689             <para><emphasis role="bold">CONFIGURATION</emphasis></para>
38690
38691             <para>Configuration file looks like that:</para>
38692
38693             <para><programlisting>  ---
38694          # Koha configuration file for a specific installation
38695          # If not present, defaults to KOHA_CONF
38696          KohaConf: /home/koha/mylibray/etc/koha-conf.xml
38697          # Zebra index to scan
38698          ZebraIndex: Author
38699          # Koha index used to link found kewords with an opac search URL
38700          KohaIndex: au
38701          # Number of top keyword to use for the cloud
38702          Count: 50
38703          # Include CSS style directives with the cloud
38704          # This could be used as a model and then CSS directives are
38705          # put in the appropriate CSS file directly.
38706          Withcss: Yes
38707          # HTML file where to output the cloud
38708          Output: /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
38709         ---
38710          KohaConf: /home/koha/yourlibray/etc/koha-conf.xml
38711          ZebraIndex: Subject
38712          KohaIndex: su
38713          Count: 200
38714          Withcss: no
38715          Output: /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html</programlisting><emphasis
38716             role="bold">IMPROVEMENTS</emphasis></para>
38717
38718             <para>Generated top terms have more informations than those
38719             outputted from the time being. Some parameters could be easily
38720             added to improve this script:</para>
38721
38722             <para>WithCount</para>
38723
38724             <para>In order to output terms with the number of occurrences they
38725             have been found in Koha Catalogue by Zebra.</para>
38726
38727             <para>CloudLevels</para>
38728
38729             <para>Number of levels in the cloud. Now 24 levels are
38730             hardcoded.</para>
38731
38732             <para>Weighting</para>
38733
38734             <para>Weighting method used to distribute terms in the cloud. We
38735             could have two values: Logarithmic and Linear. Now it's
38736             Logarithmic by default.</para>
38737
38738             <para>Order</para>
38739
38740             <para>Now terms are outputted in the lexical order. They could be
38741             sorted by their weight.</para>
38742           </section>
38743         </section>
38744       </section>
38745
38746       <section id="systemcron">
38747         <title>System Administration</title>
38748
38749         <para/>
38750
38751         <section id="cleandbcron">
38752           <title>Clean up Database</title>
38753
38754           <para>Script path: misc/cronjobs/cleanup_database.pl</para>
38755
38756           <para>Does: Truncates the sessions table and cleans out old
38757           zebraqueue entries.</para>
38758         </section>
38759       </section>
38760
38761       <section id="acqcrons">
38762         <title>Acquisitions</title>
38763
38764         <section id="cleansuggcron">
38765           <title>Clean up old suggestions</title>
38766
38767           <para>Script path: misc/cronjobs/purge_suggestions.pl</para>
38768
38769           <para>Does: Removes old (defined by you) suggestions from the
38770           suggestion management area.</para>
38771         </section>
38772       </section>
38773
38774       <section id="deprecatedcrons">
38775         <title>Deprecated scripts</title>
38776
38777         <para>These should not be run without modification:</para>
38778
38779         <para>Script path: misc/cronjobs/update_items.pl</para>
38780
38781         <para>Script path:misc/cronjobs/smsoverdues.pl</para>
38782
38783         <para>Script path:misc/cronjobs/notifyMailsOp.pl</para>
38784
38785         <para>Script path:misc/cronjobs/reservefix.pl</para>
38786
38787         <para>Script path:misc/cronjobs/zebraqueue_start.pl</para>
38788
38789         <para>Script path:misc/cronjobs/j2a.pl</para>
38790       </section>
38791     </section>
38792   </chapter>
38793
38794   <chapter id="webservices">
38795     <title>Web Services</title>
38796
38797     <para/>
38798
38799     <section id="OAI-PMHservice">
38800       <title>OAI-PMH</title>
38801
38802       <para/>
38803
38804       <section id="oaiconfsample">
38805         <title>Sample OAI Conf File</title>
38806
38807         <para><programlisting>       format:
38808          vs:
38809            metadataPrefix: vs
38810            metadataNamespace: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs
38811            schema: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs.xsd
38812            xsl_file: /usr/local/koha/xslt/vs.xsl
38813          marcxml:
38814            metadataPrefix: marxml
38815            metadataNamespace: http://www.loc.gov/MARC21/slim
38816 http://www.loc.gov/standards/marcxml/schema/MARC21slim
38817            schema: http://www.loc.gov/MARC21/slim
38818 http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
38819          oai_dc:
38820            metadataPrefix: oai_dc
38821            metadataNamespace: http://www.openarchives.org/OAI/2.0/oai_dc/
38822            schema: http://www.openarchives.org/OAI/2.0/oai_dc.xsd
38823            xsl_file:
38824 /usr/local/koha/koha-tmpl/intranet-tmpl/xslt/UNIMARCslim2OAIDC.xsl</programlisting></para>
38825       </section>
38826     </section>
38827   </chapter>
38828
38829   <chapter id="sru">
38830     <title>Using the SRU server</title>
38831
38832     <section id="usingsru">
38833       <sectioninfo>
38834         <author>
38835           <firstname>Nicolas</firstname>
38836
38837           <surname>Morin</surname>
38838
38839           <affiliation>
38840             <orgname>BibLibre</orgname>
38841           </affiliation>
38842         </author>
38843
38844         <pubdate>December 2009</pubdate>
38845       </sectioninfo>
38846
38847       <title>Using the SRU server</title>
38848
38849       <para>Koha implements the Search/Retrieve via URL (SRU) protocol. More
38850       information about the protocol itself can be found at <ulink
38851       url="http://www.loc.gov/standards/sru/">http://www.loc.gov/standards/sru/</ulink>.
38852       The version implemented is version 1.1.</para>
38853
38854       <section id="sru_explain">
38855         <title>Explain</title>
38856
38857         <para>If you want to have information about the implementation of SRU
38858         on a given server, you should have access to the Explain file using a
38859         request to the server without any parameter. Like
38860         &lt;http://myserver.com:9999/biblios/&gt;. The response from the
38861         server is an XML file that should look like the following and will
38862         give you information about the default settings of the SRU
38863         server.</para>
38864
38865         <programlisting>
38866                &lt;zs:explainResponse&gt;
38867                     &lt;zs:version&gt;1.1&lt;/zs:version&gt;
38868                     &lt;zs:record&gt;
38869                          &lt;zs:recordSchema&gt;http://explain.z3950.org/dtd/2.0/&lt;/zs:recordSchema&gt;
38870                          &lt;zs:recordPacking&gt;xml&lt;/zs:recordPacking&gt;
38871                          &lt;zs:recordData&gt;
38872                          &lt;explain xml:base="zebradb/explain-biblios.xml"&gt;
38873                          &lt;!--
38874                          try stylesheet url: http://./?stylesheet=docpath/sru2.xsl
38875                          --&gt;
38876                     &lt;serverInfo protocol="SRW/SRU/Z39.50"&gt;
38877                          &lt;host&gt;biblibre&lt;/host&gt;
38878                          &lt;port&gt;9999&lt;/port&gt;
38879                          &lt;database&gt;biblios&lt;/database&gt;
38880                     &lt;/serverInfo&gt;
38881                     &lt;databaseInfo&gt;
38882                          &lt;title lang="en" primary="true"&gt;Koha 3 Bibliographic SRU/SRW/Z39.50 server&lt;/title&gt;
38883                          &lt;description lang="en" primary="true"&gt;Koha 3 Bibliographic Server&lt;/description&gt;
38884                          &lt;links&gt;
38885                               &lt;sru&gt;http://biblibre:9999&lt;/sru&gt;
38886                          &lt;/links&gt;
38887                     &lt;/databaseInfo&gt;
38888                     &lt;indexInfo&gt;
38889                          &lt;set name="cql" identifier="info:srw/cql-context-set/1/cql-v1.1"&gt;
38890                               &lt;title&gt;CQL Standard Set&lt;/title&gt;
38891                          &lt;/set&gt;
38892                          &lt;index search="true" scan="true" sort="false"&gt;
38893                          &lt;title lang="en"&gt;CQL Server Choice&lt;/title&gt;
38894                          &lt;map&gt;
38895                               &lt;name set="cql"&gt;serverChoice&lt;/name&gt;
38896                          &lt;/map&gt;
38897                     &lt;map&gt;
38898                        &lt;attr type="1" set="bib1"&gt;text&lt;/attr&gt;
38899                        &lt;/map&gt;
38900                   &lt;/index&gt;
38901               &lt;index search="true" scan="true" sort="false"&gt;
38902                  &lt;title lang="en"&gt;CQL All&lt;/title&gt;
38903                      &lt;map&gt;
38904         &lt;name set="cql"&gt;all&lt;/name&gt;
38905         &lt;/map&gt;
38906         &lt;map&gt;
38907         &lt;attr type="1" set="bib1"&gt;text&lt;/attr&gt;
38908         &lt;/map&gt;
38909         &lt;/index&gt;
38910         &lt;!-- Record ID index --&gt;
38911         &lt;index search="true" scan="true" sort="false"&gt;
38912         &lt;title lang="en"&gt;Record ID&lt;/title&gt;
38913         &lt;map&gt;
38914         &lt;name set="rec"&gt;id&lt;/name&gt;
38915         &lt;/map&gt;
38916         &lt;map&gt;
38917         &lt;attr type="1" set="bib1"&gt;rec:id&lt;/attr&gt;
38918         &lt;attr type="4" set="bib1"&gt;3&lt;/attr&gt;
38919         &lt;/map&gt;
38920         &lt;/index&gt;
38921           </programlisting>
38922       </section>
38923
38924       <section id="sru_search">
38925         <title>Search</title>
38926
38927         <para>This url :
38928         http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=reefs
38929         is composed of the following elements:</para>
38930
38931         <itemizedlist>
38932           <listitem>
38933             <para>base url of the SRU server :
38934             http://myserver.com:9999/biblios?</para>
38935           </listitem>
38936
38937           <listitem>
38938             <para>search part with the 3 required parameters : version,
38939             operation and query. The parameters within the search part should
38940             be of the key=value form, and can be combined with the &amp;
38941             character.</para>
38942           </listitem>
38943         </itemizedlist>
38944
38945         <para>One can add optional parameters to the query, for instance
38946         maximumRecords indicating the maximum number of records to be returned
38947         by the server. So
38948         http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=reefs&amp;maximumRecords=5
38949         will only get the first 5 results results from the server.</para>
38950
38951         <para><ulink
38952         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>
38953         gives more details about the search operations and in particular the
38954         list of optional parameters for searching.</para>
38955
38956         <section id="sru_search_more_details">
38957           <title>More details about Search</title>
38958
38959           <para>The "operation" key can take two values: scan or
38960           searchRetrieve.</para>
38961
38962           <para>If operation=searchRetrieve, then the search key should be
38963           query. As in : operation=searchRetrieve&amp;query=reefs</para>
38964
38965           <para>If operation=scan, then the search key should be scanClause.
38966           As in : operation=scan&amp;scanClause=reefs</para>
38967
38968           <para>etc/zebradb/biblios/etc/bib1.att defines Zebra/3950 indexes
38969           that exist on your system. For instance you'll see that we have
38970           indexes for Subject and for Title: att 21 Subject and att 4 Title
38971           respectively.</para>
38972
38973           <para>In the pqf.properties file located under
38974           etc/zebradb/pqf.properties I see that an access point already uses
38975           my Subject index (index.dc.subject = 1=21) while another uses my
38976           Title index (index.dc.title = 1=4) I know this is my Subject index
38977           because as I've seen just before in my bib1.att file, it's called
38978           with =1=21 in Z3950: so index.dc.subject = 1=21 correctly points to
38979           my Subject index. And Title was called with 1=4 so index.dc.title =
38980           1=4 correctly points to my Title index. I can now construct my query
38981           just like I would in a search box, just preceding it with the
38982           "query" key: query=Subject=reefs and Title=coral searches "reefs" in
38983           the subject and "coral" in the title. The full url would be
38984           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Subject=reefs
38985           and Title=coral If I want to limit the result set to just 5 records,
38986           I can do
38987           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Subject=reefs
38988           and Title=coral&amp;maximumRecords=5</para>
38989
38990           <para>I can also play with truncate, relations, etc. Those are also
38991           defined in my pqf.properties file. I can see for instance the
38992           position properties defined as:</para>
38993
38994           <programlisting>
38995                position.first              = 3=1 6=1
38996               # "first in field"
38997                position.any                = 3=3 6=1
38998                  # "any position in field"
38999                </programlisting>
39000
39001           <para>So as an example if I want "coral" to be at the beginning of
39002           the title, I can do this query :
39003           http://myserver.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=Title=coral
39004           first</para>
39005         </section>
39006       </section>
39007
39008       <section id="sru_retrieve">
39009         <title>Retrieve</title>
39010
39011         <para>My search for
39012         http://univ_lyon3.biblibre.com:9999/biblios?version=1.1&amp;operation=searchRetrieve&amp;query=coral
39013         reefs&amp;maximumRecords=1 retrieves just on record. The response
39014         looks like this:</para>
39015
39016         <programlisting>
39017           &lt;zs:searchRetrieveResponse&gt;
39018 &lt;zs:version&gt;1.1&lt;/zs:version&gt;
39019 &lt;zs:numberOfRecords&gt;1&lt;/zs:numberOfRecords&gt;
39020 &lt;zs:records&gt;
39021 &lt;zs:record&gt;
39022 &lt;zs:recordPacking&gt;xml&lt;/zs:recordPacking&gt;
39023 &lt;zs:recordData&gt;
39024 &lt;record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd"&gt;
39025 &lt;leader&gt; cam a22 4500&lt;/leader&gt;
39026 &lt;datafield tag="010" ind1=" " ind2=" "&gt;
39027 &lt;subfield code="a"&gt;2-603-01193-6&lt;/subfield&gt;
39028 &lt;subfield code="b"&gt;rel.&lt;/subfield&gt;
39029 &lt;subfield code="d"&gt;159 F&lt;/subfield&gt;
39030 &lt;/datafield&gt;
39031 &lt;datafield tag="020" ind1=" " ind2=" "&gt;
39032 &lt;subfield code="a"&gt;FR&lt;/subfield&gt;
39033 &lt;subfield code="b"&gt;00065351&lt;/subfield&gt;
39034 &lt;/datafield&gt;
39035 &lt;datafield tag="101" ind1="1" ind2=" "&gt;
39036 &lt;subfield code="c"&gt;ita&lt;/subfield&gt;
39037 &lt;/datafield&gt;
39038 &lt;datafield tag="105" ind1=" " ind2=" "&gt;
39039 &lt;subfield code="a"&gt;a z 00|y|&lt;/subfield&gt;
39040 &lt;/datafield&gt;
39041 &lt;datafield tag="106" ind1=" " ind2=" "&gt;
39042 &lt;subfield code="a"&gt;r&lt;/subfield&gt;
39043 &lt;/datafield&gt;
39044 &lt;datafield tag="100" ind1=" " ind2=" "&gt;
39045 &lt;subfield code="a"&gt;20091130 frey50 &lt;/subfield&gt;
39046 &lt;/datafield&gt;
39047 &lt;datafield tag="200" ind1="1" ind2=" "&gt;
39048 &lt;subfield code="a"&gt;Guide des r&eacute;cifs coralliens / A Guide to Coral Reefs&lt;/subfield&gt;
39049 &lt;subfield code="b"&gt;Texte imprim&eacute;&lt;/subfield&gt;
39050 &lt;subfield code="e"&gt;la faune sous-marine des coraux&lt;/subfield&gt;
39051 &lt;subfield code="f"&gt;A. et A. Ferrari&lt;/subfield&gt;
39052 &lt;/datafield&gt;
39053 &lt;datafield tag="210" ind1=" " ind2=" "&gt;
39054 &lt;subfield code="a"&gt;Lausanne&lt;/subfield&gt;
39055 &lt;subfield code="a"&gt;Paris&lt;/subfield&gt;
39056 &lt;subfield code="c"&gt;Delachaux et Niestl&eacute;&lt;/subfield&gt;
39057 &lt;subfield code="d"&gt;cop. 2000&lt;/subfield&gt;
39058 &lt;subfield code="e"&gt;impr. en Espagne&lt;/subfield&gt;
39059 &lt;/datafield&gt;
39060 &lt;datafield tag="215" ind1=" " ind2=" "&gt;
39061 &lt;subfield code="a"&gt;287 p.&lt;/subfield&gt;
39062 &lt;subfield code="c"&gt;ill. en coul., couv. ill. en coul.&lt;/subfield&gt;
39063 &lt;subfield code="d"&gt;20 cm&lt;/subfield&gt;
39064 &lt;/datafield&gt;
39065 ......
39066 &lt;idzebra&gt;
39067 &lt;size&gt;4725&lt;/size&gt;
39068 &lt;localnumber&gt;2&lt;/localnumber&gt;
39069 &lt;filename&gt;/tmp/nw10BJv9Pk/upd_biblio/exported_records&lt;/filename&gt;
39070 &lt;/idzebra&gt;
39071 &lt;/record&gt;
39072 &lt;/zs:recordData&gt;
39073 &lt;zs:recordPosition&gt;1&lt;/zs:recordPosition&gt;
39074 &lt;/zs:record&gt;
39075 &lt;/zs:records&gt;
39076 &lt;/zs:searchRetrieveResponse&gt;
39077
39078           </programlisting>
39079       </section>
39080     </section>
39081   </chapter>
39082
39083   <appendix id="sysprefdefaults">
39084     <title>System Preference Defaults</title>
39085
39086     <para/>
39087
39088     <section id="isbddefaults">
39089       <title>ISBD Defaults</title>
39090
39091       <para/>
39092
39093       <section id="isbddefault">
39094         <title>MARC Default</title>
39095
39096         <para>#100||{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{
39097         110d }{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h
39098         }{ 130k }{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{
39099         130t }|&lt;br/&gt;&lt;br/&gt;</para>
39100
39101         <para>#245||{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{
39102         245s }{ 245h }|</para>
39103
39104         <para>#246||{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p
39105         }{ 246h }|</para>
39106
39107         <para>#242||{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }|</para>
39108
39109         <para>#245||{ 245c }|</para>
39110
39111         <para>#242||{ = 242c }|</para>
39112
39113         <para>#250| - |{ 250a }{ 250b }|</para>
39114
39115         <para>#254|, |{ 254a }|</para>
39116
39117         <para>#255|, |{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g
39118         }|</para>
39119
39120         <para>#256|, |{ 256a }|</para>
39121
39122         <para>#257|, |{ 257a }|</para>
39123
39124         <para>#258|, |{ 258a }{ 258b }|</para>
39125
39126         <para>#260| - |{ 260a }{ 260b }{ 260c }|</para>
39127
39128         <para>#300| - |{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g
39129         }|</para>
39130
39131         <para>#306| - |{ 306a }|</para>
39132
39133         <para>#307| - |{ 307a }{ 307b }|</para>
39134
39135         <para>#310| - |{ 310a }{ 310b }|</para>
39136
39137         <para>#321| - |{ 321a }{ 321b }|</para>
39138
39139         <para>#340| - |{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f
39140         }{ 340h }{ 340i }|</para>
39141
39142         <para>#342| - |{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g
39143         }{ 342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{
39144         342p }{ 342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }|</para>
39145
39146         <para>#343| - |{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g
39147         }{ 343h }{ 343i }|</para>
39148
39149         <para>#351| - |{ 3513 }{ 351a }{ 351b }{ 351c }|</para>
39150
39151         <para>#352| - |{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g
39152         }{ 352i }{ 352q }|</para>
39153
39154         <para>#362| - |{ 362a }{ 351z }|</para>
39155
39156         <para>#440| - |{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }|.</para>
39157
39158         <para>#490| - |{ 490a }{ 490v }{ 490x }|.</para>
39159
39160         <para>#800| - |{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g
39161         }{ 800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{
39162         800q }{ 800r }{ 800s }{ 800t }{ 800u }{ 800v }|.</para>
39163
39164         <para>#810| - |{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g
39165         }{ 810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{
39166         810s }{ 810t }{ 810u }{ 810v }|.</para>
39167
39168         <para>#811| - |{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h
39169         }{ 811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{
39170         811v }|.</para>
39171
39172         <para>#830| - |{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l
39173         }{ 830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v
39174         }|.</para>
39175
39176         <para>#500|&lt;br/&gt;&lt;br/&gt;|{ 5003 }{ 500a }|</para>
39177
39178         <para>#501|&lt;br/&gt;&lt;br/&gt;|{ 501a }|</para>
39179
39180         <para>#502|&lt;br/&gt;&lt;br/&gt;|{ 502a }|</para>
39181
39182         <para>#504|&lt;br/&gt;&lt;br/&gt;|{ 504a }|</para>
39183
39184         <para>#505|&lt;br/&gt;&lt;br/&gt;|{ 505a }{ 505t }{ 505r }{ 505g }{
39185         505u }|</para>
39186
39187         <para>#506|&lt;br/&gt;&lt;br/&gt;|{ 5063 }{ 506a }{ 506b }{ 506c }{
39188         506d }{ 506u }|</para>
39189
39190         <para>#507|&lt;br/&gt;&lt;br/&gt;|{ 507a }{ 507b }|</para>
39191
39192         <para>#508|&lt;br/&gt;&lt;br/&gt;|{ 508a }{ 508a }|</para>
39193
39194         <para>#510|&lt;br/&gt;&lt;br/&gt;|{ 5103 }{ 510a }{ 510x }{ 510c }{
39195         510b }|</para>
39196
39197         <para>#511|&lt;br/&gt;&lt;br/&gt;|{ 511a }|</para>
39198
39199         <para>#513|&lt;br/&gt;&lt;br/&gt;|{ 513a }{513b }|</para>
39200
39201         <para>#514|&lt;br/&gt;&lt;br/&gt;|{ 514z }{ 514a }{ 514b }{ 514c }{
39202         514d }{ 514e }{ 514f }{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m
39203         }{ 514u }|</para>
39204
39205         <para>#515|&lt;br/&gt;&lt;br/&gt;|{ 515a }|</para>
39206
39207         <para>#516|&lt;br/&gt;&lt;br/&gt;|{ 516a }|</para>
39208
39209         <para>#518|&lt;br/&gt;&lt;br/&gt;|{ 5183 }{ 518a }|</para>
39210
39211         <para>#520|&lt;br/&gt;&lt;br/&gt;|{ 5203 }{ 520a }{ 520b }{ 520u
39212         }|</para>
39213
39214         <para>#521|&lt;br/&gt;&lt;br/&gt;|{ 5213 }{ 521a }{ 521b }|</para>
39215
39216         <para>#522|&lt;br/&gt;&lt;br/&gt;|{ 522a }|</para>
39217
39218         <para>#524|&lt;br/&gt;&lt;br/&gt;|{ 524a }|</para>
39219
39220         <para>#525|&lt;br/&gt;&lt;br/&gt;|{ 525a }|</para>
39221
39222         <para>#526|&lt;br/&gt;&lt;br/&gt;|{\n510i }{\n510a }{ 510b }{ 510c }{
39223         510d }{\n510x }|</para>
39224
39225         <para>#530|&lt;br/&gt;&lt;br/&gt;|{\n5063 }{\n506a }{ 506b }{ 506c }{
39226         506d }{\n506u }|</para>
39227
39228         <para>#533|&lt;br/&gt;&lt;br/&gt;|{\n5333 }{\n533a }{\n533b }{\n533c
39229         }{\n533d }{\n533e }{\n533f }{\n533m }{\n533n }|</para>
39230
39231         <para>#534|&lt;br/&gt;&lt;br/&gt;|{\n533p }{\n533a }{\n533b }{\n533c
39232         }{\n533d }{\n533e }{\n533f }{\n533m }{\n533n }{\n533t }{\n533x
39233         }{\n533z }|</para>
39234
39235         <para>#535|&lt;br/&gt;&lt;br/&gt;|{\n5353 }{\n535a }{\n535b }{\n535c
39236         }{\n535d }|</para>
39237
39238         <para>#538|&lt;br/&gt;&lt;br/&gt;|{\n5383 }{\n538a }{\n538i }{\n538u
39239         }|</para>
39240
39241         <para>#540|&lt;br/&gt;&lt;br/&gt;|{\n5403 }{\n540a }{ 540b }{ 540c }{
39242         540d }{\n520u }|</para>
39243
39244         <para>#544|&lt;br/&gt;&lt;br/&gt;|{\n5443 }{\n544a }{\n544b }{\n544c
39245         }{\n544d }{\n544e }{\n544n }|</para>
39246
39247         <para>#545|&lt;br/&gt;&lt;br/&gt;|{\n545a }{ 545b }{\n545u }|</para>
39248
39249         <para>#546|&lt;br/&gt;&lt;br/&gt;|{\n5463 }{\n546a }{ 546b }|</para>
39250
39251         <para>#547|&lt;br/&gt;&lt;br/&gt;|{\n547a }|</para>
39252
39253         <para>#550|&lt;br/&gt;&lt;br/&gt;|{ 550a }|</para>
39254
39255         <para>#552|&lt;br/&gt;&lt;br/&gt;|{ 552z }{ 552a }{ 552b }{ 552c }{
39256         552d }{ 552e }{ 552f }{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l
39257         }{ 552m }{ 552n }{ 562o }{ 552p }{ 552u }|</para>
39258
39259         <para>#555|&lt;br/&gt;&lt;br/&gt;|{ 5553 }{ 555a }{ 555b }{ 555c }{
39260         555d }{ 555u }|</para>
39261
39262         <para>#556|&lt;br/&gt;&lt;br/&gt;|{ 556a }{ 506z }|</para>
39263
39264         <para>#563|&lt;br/&gt;&lt;br/&gt;|{ 5633 }{ 563a }{ 563u }|</para>
39265
39266         <para>#565|&lt;br/&gt;&lt;br/&gt;|{ 5653 }{ 565a }{ 565b }{ 565c }{
39267         565d }{ 565e }|</para>
39268
39269         <para>#567|&lt;br/&gt;&lt;br/&gt;|{ 567a }|</para>
39270
39271         <para>#580|&lt;br/&gt;&lt;br/&gt;|{ 580a }|</para>
39272
39273         <para>#581|&lt;br/&gt;&lt;br/&gt;|{ 5633 }{ 581a }{ 581z }|</para>
39274
39275         <para>#584|&lt;br/&gt;&lt;br/&gt;|{ 5843 }{ 584a }{ 584b }|</para>
39276
39277         <para>#585|&lt;br/&gt;&lt;br/&gt;|{ 5853 }{ 585a }|</para>
39278
39279         <para>#586|&lt;br/&gt;&lt;br/&gt;|{ 5863 }{ 586a }|</para>
39280
39281         <para>#020|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;ISBN: &lt;/label&gt;|{
39282         020a }{ 020c }|</para>
39283
39284         <para>#022|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;ISSN: &lt;/label&gt;|{
39285         022a }|</para>
39286
39287         <para>#222| = |{ 222a }{ 222b }|</para>
39288
39289         <para>#210| = |{ 210a }{ 210b }|</para>
39290
39291         <para>#024|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Standard No.:
39292         &lt;/label&gt;|{ 024a }{ 024c }{ 024d }{ 0242 }|</para>
39293
39294         <para>#027|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Standard Tech. Report.
39295         No.: &lt;/label&gt;|{ 027a }|</para>
39296
39297         <para>#028|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Publisher. No.:
39298         &lt;/label&gt;|{ 028a }{ 028b }|</para>
39299
39300         <para>#013|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Patent No.:
39301         &lt;/label&gt;|{ 013a }{ 013b }{ 013c }{ 013d }{ 013e }{ 013f
39302         }|</para>
39303
39304         <para>#030|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;CODEN: &lt;/label&gt;|{
39305         030a }|</para>
39306
39307         <para>#037|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Source: &lt;/label&gt;|{
39308         037a }{ 037b }{ 037c }{ 037f }{ 037g }{ 037n }|</para>
39309
39310         <para>#010|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;LCCN: &lt;/label&gt;|{
39311         010a }|</para>
39312
39313         <para>#015|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Nat. Bib. No.:
39314         &lt;/label&gt;|{ 015a }{ 0152 }|</para>
39315
39316         <para>#016|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Nat. Bib. Agency Control
39317         No.: &lt;/label&gt;|{ 016a }{ 0162 }|</para>
39318
39319         <para>#600|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Personal
39320         Names: &lt;/label&gt;|{\n6003 }{\n600a}{ 600b }{ 600c }{ 600d }{ 600e
39321         }{ 600f }{ 600g }{ 600h }{--600k}{ 600l }{ 600m }{ 600n }{ 600o
39322         }{--600p}{ 600r }{ 600s }{ 600t }{ 600u
39323         }{--600x}{--600z}{--600y}{--600v}|</para>
39324
39325         <para>#610|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Corporate
39326         Names: &lt;/label&gt;|{\n6103 }{\n610a}{ 610b }{ 610c }{ 610d }{ 610e
39327         }{ 610f }{ 610g }{ 610h }{--610k}{ 610l }{ 610m }{ 610n }{ 610o
39328         }{--610p}{ 610r }{ 610s }{ 610t }{ 610u
39329         }{--610x}{--610z}{--610y}{--610v}|</para>
39330
39331         <para>#611|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Meeting Names:
39332         &lt;/label&gt;|{\n6113 }{\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f
39333         }{ 611g }{ 611h }{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{
39334         611r }{ 611s }{ 611t }{ 611u }{--611x}{--611z}{--611y}{--611v}|</para>
39335
39336         <para>#630|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Uniform
39337         Titles: &lt;/label&gt;|{\n630a}{ 630b }{ 630c }{ 630d }{ 630e }{ 630f
39338         }{ 630g }{ 630h }{--630k }{ 630l }{ 630m }{ 630n }{ 630o }{--630p}{
39339         630r }{ 630s }{ 630t }{--630x}{--630z}{--630y}{--630v}|</para>
39340
39341         <para>#648|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Chronological
39342         Terms: &lt;/label&gt;|{\n6483 }{\n648a
39343         }{--648x}{--648z}{--648y}{--648v}|</para>
39344
39345         <para>#650|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Topical Terms:
39346         &lt;/label&gt;|{\n6503 }{\n650a}{ 650b }{ 650c }{ 650d }{ 650e
39347         }{--650x}{--650z}{--650y}{--650v}|</para>
39348
39349         <para>#651|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Geographic
39350         Terms: &lt;/label&gt;|{\n6513 }{\n651a}{ 651b }{ 651c }{ 651d }{ 651e
39351         }{--651x}{--651z}{--651y}{--651v}|</para>
39352
39353         <para>#653|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Index Terms:
39354         &lt;/label&gt;|{ 653a }|</para>
39355
39356         <para>#654|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Subjects--Facted Index
39357         Terms: &lt;/label&gt;|{\n6543
39358         }{\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}|</para>
39359
39360         <para>#655|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Genre/Form:
39361         &lt;/label&gt;|{\n6553 }{\n655a}{--655b}{--655x
39362         }{--655z}{--655y}{--655v}|</para>
39363
39364         <para>#656|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Occupation:
39365         &lt;/label&gt;|{\n6563
39366         }{\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}|</para>
39367
39368         <para>#657|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Function:
39369         &lt;/label&gt;|{\n6573
39370         }{\n657a}{--657x}{--657z}{--657y}{--657v}|</para>
39371
39372         <para>#658|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Index Terms--Curriculum
39373         Objective:
39374         &lt;/label&gt;|{\n658a}{--658b}{--658c}{--658d}{--658v}|</para>
39375
39376         <para>#050|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;LC Class. No.:
39377         &lt;/label&gt;|{ 050a }{ / 050b }|</para>
39378
39379         <para>#082|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Dewey Class. No.:
39380         &lt;/label&gt;|{ 082a }{ / 082b }|</para>
39381
39382         <para>#080|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Universal Decimal Class.
39383         No.: &lt;/label&gt;|{ 080a }{ 080x }{ / 080b }|</para>
39384
39385         <para>#070|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;National Agricultural
39386         Library Call No.: &lt;/label&gt;|{ 070a }{ / 070b }|</para>
39387
39388         <para>#060|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;National Library of
39389         Medicine Call No.: &lt;/label&gt;|{ 060a }{ / 060b }|</para>
39390
39391         <para>#074|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;GPO Item No.:
39392         &lt;/label&gt;|{ 074a }|</para>
39393
39394         <para>#086|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Gov. Doc. Class. No.:
39395         &lt;/label&gt;|{ 086a }|</para>
39396
39397         <para>#088|&lt;br/&gt;&lt;br/&gt;&lt;label&gt;Report. No.:
39398         &lt;/label&gt;|{ 088a }|</para>
39399       </section>
39400
39401       <section id="unimarcdefault">
39402         <title>UNIMARC Default</title>
39403
39404         <para>#200|&lt;h2&gt;Title : |{200a}{. 200c}{ : 200e}{200d}{. 200h}{.
39405         200i}|&lt;/h2&gt;</para>
39406
39407         <para>#461|&lt;label class="ipt"&gt;A part of : &lt;/label&gt;|&lt;a
39408         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=461t&amp;idx=ti}"&gt;{461t}&lt;/a&gt;{N&infin;
39409         461h} {v. 461v}{(461d)}&lt;br/&gt;|</para>
39410
39411         <para>#200b|&lt;label class="ipt"&gt;Material Designation :
39412         &lt;/label&gt;| {200b }|&lt;br/&gt;</para>
39413
39414         <para>#101a|&lt;label class="ipt"&gt;Language(s): &lt;/label&gt;|&lt;a
39415         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>
39416
39417         <para>#200f|&lt;label class="ipt"&gt;Authors : &lt;/label&gt;|&lt;a
39418         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=200f&amp;idx=au}"&gt;{200f
39419         ; }&lt;/a&gt;|&lt;br/&gt;</para>
39420
39421         <para>#200g|&lt;label class="ipt"&gt;Co-authors : &lt;/label&gt;|&lt;a
39422         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=200g&amp;idx=au}"&gt;{200g
39423         ; }&lt;/a&gt;|&lt;br/&gt;</para>
39424
39425         <para>#210a|&lt;br/&gt;&lt;label class="ipt"&gt;Place of pubblication
39426         : &lt;/label&gt;|&lt;a
39427         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>
39428
39429         <para>#210c|&lt;label class="ipt"&gt;Publisher : &lt;/label&gt;|&lt;a
39430         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=pb&amp;q={210c}"&gt;{210c
39431         ; }&lt;/a&gt;|&lt;br/&gt;</para>
39432
39433         <para>#210d|&lt;label class="ipt"&gt;Date of pubblication :
39434         &lt;/label&gt;|{ 210d}|&lt;br/&gt;</para>
39435
39436         <para>#215|&lt;label class="ipt"&gt;Description :
39437         &lt;/label&gt;|{215a}{ : 215c}{ ; 215d}{ + 215e}|&lt;br/&gt;</para>
39438
39439         <para>#225a|&lt;label class="ipt"&gt;Series :&lt;/label&gt;|&lt;a
39440         href="/cgi-bin/koha/catalogue/search.pl?op=do_search{&amp;q=225a&amp;idx=se}"&gt;{225a
39441         ;}&lt;/a&gt; |</para>
39442
39443         <para>#225||{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ;
39444         225v}|&lt;br/&gt;</para>
39445
39446         <para>#686|&lt;label&gt;Classification : &lt;/label&gt;|{ 686a
39447         }|&lt;br/&gt;</para>
39448
39449         <para>#608|&lt;label&gt;Form, Genre : &lt;/label&gt;|&lt;a
39450         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={608a}"&gt;&lt;img
39451         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
39452         title="Search on {608a}"&gt;{
39453         608a}&lt;/a&gt;|&lt;br/&gt;&lt;br/&gt;</para>
39454
39455         <para>#200||&lt;label class="ipt"&gt;Subjects :
39456         &lt;/label&gt;&lt;br/&gt;|&lt;ul&gt;</para>
39457
39458         <para>#600|&lt;label class="ipt"&gt;Person(s)
39459         &lt;/label&gt;&lt;br/&gt; |&lt;li&gt;&lt;a
39460         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={600a}"&gt;&lt;img
39461         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
39462         title="Search on {600a}"&gt;{
39463         600a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
39464
39465         <para>#601|&lt;label class="ipt"&gt;Organisation(s)
39466         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
39467         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={601a}"&gt;&lt;img
39468         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
39469         title="Search on {601a}"&gt;{
39470         601a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
39471
39472         <para>#606|&lt;label class="ipt"&gt;Term(s)
39473         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
39474         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={606a}"&gt;&lt;img
39475         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
39476         title="Search on {606a}"&gt;{
39477         606a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
39478
39479         <para>#607|&lt;label class="ipt"&gt;Place(s)
39480         &lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
39481         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={607a}"&gt;&lt;img
39482         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
39483         title="Search on {607a}"&gt;{
39484         607a}&lt;/a&gt;&lt;/li&gt;|&lt;br/&gt;</para>
39485
39486         <para>#610|&lt;label&gt;Keywords&lt;/label&gt;&lt;br/&gt;|&lt;li&gt;&lt;a
39487         href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=su&amp;q={610a}"&gt;&lt;img
39488         border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
39489         title="Search on {610a}"&gt;{ 610a}&lt;/a&gt;&lt;/li&gt;|</para>
39490
39491         <para>#200||&lt;/ul&gt;|</para>
39492
39493         <para>#856|&lt;label class="ipt"&gt;Electronic resource :
39494         &lt;/label&gt;|&lt;a href="{856u}"&gt;click here&lt;/a&gt; to go to
39495         the external resource&lt;br/&gt;</para>
39496
39497         <para>#010|&lt;label class="ipt"&gt;ISBN : &lt;/label&gt;|{010a
39498         ;}|&lt;br/&gt;</para>
39499
39500         <para>#011|&lt;label class="ipt"&gt;ISSN : &lt;/label&gt;|{011a
39501         ;}|&lt;br/&gt;</para>
39502
39503         <para>#200||&lt;label class="ipt"&gt;Notes :
39504         &lt;/label&gt;|&lt;br/&gt;&lt;ul&gt;</para>
39505
39506         <para>#300||&lt;li&gt;{300a}&lt;/li&gt;|</para>
39507
39508         <para>#307||&lt;li&gt;{307a}&lt;/li&gt;|</para>
39509
39510         <para>#310||&lt;li&gt;{310a}&lt;/li&gt;|</para>
39511
39512         <para>#326||&lt;li&gt;{326a}&lt;/li&gt;|</para>
39513
39514         <para>#327||&lt;li&gt;{327a}&lt;/li&gt;|</para>
39515
39516         <para>#333|&lt;li&gt;Public : |{333a}&lt;/li&gt;|</para>
39517
39518         <para>#200||&lt;/ul&gt;|</para>
39519
39520         <para>#330||&lt;label class="ipt"&gt;Abstract :
39521         &lt;/label&gt;|&lt;br/&gt;</para>
39522
39523         <para>#330||{330a}|&lt;br/&gt;</para>
39524
39525         <para>#200||&lt;br/&gt;&lt;h2&gt;Items&lt;/h2&gt;|</para>
39526
39527         <para>#200|&lt;table&gt;|&lt;th&gt;Call
39528         number&lt;/th&gt;&lt;th&gt;Copy
39529         note&lt;/th&gt;&lt;th&gt;Fonds&lt;/th&gt;&lt;th&gt;Genre
39530         detail&lt;/th&gt;&lt;th&gt;Circulation
39531         type&lt;/th&gt;&lt;th&gt;Barcode&lt;/th&gt;|</para>
39532
39533         <para>#995||&lt;tr&gt;&lt;td&gt; {995k}&lt;/td&gt;&lt;td&gt;
39534         {995u}&lt;/td&gt;&lt;td&gt;
39535         {995y}&lt;/td&gt;&lt;td&gt;{995e}&nbsp;&nbsp;&lt;/td&gt;&lt;td&gt;
39536         {995o}&lt;/td&gt;&lt;td&gt;{995f}&lt;/td&gt;&lt;/tr&gt;|&lt;/table&gt;</para>
39537       </section>
39538     </section>
39539
39540     <section id="nozebradefault">
39541       <title>NoZebraIndexes Default</title>
39542
39543       <para>'title' =&gt;
39544       '130a,210a,222a,240a,243a,245a,245b,246a,246b,247a,247b,250a,250b,440a,830a',</para>
39545
39546       <para>'author' =&gt;
39547       '100a,100b,100c,100d,110a,111a,111b,111c,111d,245c,700a,710a,711a,800a,810a,811a',</para>
39548
39549       <para>'isbn' =&gt; '020a',</para>
39550
39551       <para>'issn' =&gt; '022a',</para>
39552
39553       <para>'lccn' =&gt; '010a',</para>
39554
39555       <para>'biblionumber' =&gt; '999c',</para>
39556
39557       <para>'itemtype' =&gt; '942c',</para>
39558
39559       <para>'publisher' =&gt; '260b',</para>
39560
39561       <para>'date' =&gt; '260c',</para>
39562
39563       <para>'note' =&gt; '500a,
39564       501a,504a,505a,508a,511a,518a,520a,521a,522a,524a,526a,530a,533a,538a,541a,546a,555a,556a,562a,563a,583a,585a,582a',</para>
39565
39566       <para>'subject' =&gt;
39567       '600*,610*,611*,630*,650*,651*,653*,654*,655*,662*,690*',</para>
39568
39569       <para>'dewey' =&gt; '082',</para>
39570
39571       <para>'bc' =&gt; '952p',</para>
39572
39573       <para>'callnum' =&gt; '952o',</para>
39574
39575       <para>'an' =&gt; '6009,6109,6119',</para>
39576
39577       <para>'homebranch' =&gt; '952a,952c'</para>
39578     </section>
39579   </appendix>
39580
39581   <appendix id="receiptprint">
39582     <title>Configuring Receipt Printers</title>
39583
39584     <para>The following instructions are for specific receipt printers, but
39585     can probably be used to help with setup of other brands as well.</para>
39586
39587     <section id="epsonprinters">
39588       <sectioninfo>
39589         <corpauthor>NEKLS</corpauthor>
39590
39591         <pubdate>2008</pubdate>
39592
39593         <bibliosource><ulink
39594         url="http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/">http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/</ulink></bibliosource>
39595       </sectioninfo>
39596
39597       <title>For Epson TM-T88III (3) &amp; TM-T88IV (4) Printers</title>
39598
39599       <para/>
39600
39601       <section id="epsonprintdriver">
39602         <title>In the Print Driver</title>
39603
39604         <para>For these instructions, we are using version 5,0,3,0 of the
39605         Epson TM-T88III print driver; the EPSON TM-T88IV version is ReceiptE4.
39606         Register at the <ulink
39607         url="https://www.epsonexpert.com/login">EpsonExpert Technical Resource
39608         Center website</ulink> to gain access to the drivers; go to Technical
39609         Resources, then choose the printer model from the Printers drop-down
39610         list.</para>
39611
39612         <para>Click Start &gt; Printers and Faxes &gt; Right click the receipt
39613         printer &gt; Properties:</para>
39614
39615         <itemizedlist>
39616           <listitem>
39617             <para>Advanced Tab, click Printing Defaults button</para>
39618           </listitem>
39619
39620           <listitem>
39621             <para>Layout Tab: Paper size: Roll Paper 80 x 297mm</para>
39622           </listitem>
39623
39624           <listitem>
39625             <para>TM-T88III: Layout Tab: Check Reduce Printing and Fit to
39626             Printable Width</para>
39627           </listitem>
39628
39629           <listitem>
39630             <para>TM-T88IV: Check Reduced Size Print; Click OK on the popup
39631             window that appears. Fit to Printable Width should be
39632             automatically selected.</para>
39633           </listitem>
39634
39635           <listitem>
39636             <para>OK your way out of there.</para>
39637           </listitem>
39638         </itemizedlist>
39639       </section>
39640
39641       <section id="epsonfirefox">
39642         <title>In Firefox</title>
39643
39644         <para>Under File &gt; Page Setup:</para>
39645
39646         <itemizedlist>
39647           <listitem>
39648             <para>Shrink to fit page on Format &amp; Options tab</para>
39649           </listitem>
39650
39651           <listitem>
39652             <para>0,0,0,0 for Margins on Margins &amp; Header/Footer Tab. This
39653             makes the receipts use all available space on the paper
39654             roll.</para>
39655           </listitem>
39656
39657           <listitem>
39658             <para>Set all Headers/Footers to -blank-. This removes all of the
39659             gunk you might normally find on a print from Firefox, such as the
39660             URL, number of pages, etc.</para>
39661           </listitem>
39662
39663           <listitem>
39664             <para>Click OK</para>
39665           </listitem>
39666         </itemizedlist>
39667
39668         <para>Set the default printer settings in Firefox so you don't see a
39669         "Print" dialog:</para>
39670
39671         <itemizedlist>
39672           <listitem>
39673             <para>Go to File &gt; Print</para>
39674           </listitem>
39675
39676           <listitem>
39677             <para>Set the Printer to the receipt printer.</para>
39678           </listitem>
39679
39680           <listitem>
39681             <para>Click the Advanced (or Properties) button</para>
39682           </listitem>
39683
39684           <listitem>
39685             <para>Layout Tab: Paper size: Roll Paper 80 x 297mm</para>
39686           </listitem>
39687
39688           <listitem>
39689             <para>TM-T88III: Layout Tab: Check Reduce Printing and Fit to
39690             Printable Width</para>
39691           </listitem>
39692
39693           <listitem>
39694             <para>TM-T88IV: Check Reduced Size Print; click OK on the popup
39695             window that appears. Fit to Printable Width should be
39696             automatically selected.</para>
39697           </listitem>
39698
39699           <listitem>
39700             <para>OK your way out, go ahead and print whatever page you are
39701             on.</para>
39702           </listitem>
39703
39704           <listitem>
39705             <para>Type about:config, in the address bar. Click "I'll be
39706             careful, I promise!" on the warning message.</para>
39707           </listitem>
39708
39709           <listitem>
39710             <para>Type, print.always in Filter.</para>
39711           </listitem>
39712
39713           <listitem>
39714             <para>Look for print.always_print_silent.</para>
39715
39716             <itemizedlist>
39717               <listitem>
39718                 <para>If the preference is there then set the value to
39719                 true.</para>
39720               </listitem>
39721             </itemizedlist>
39722           </listitem>
39723
39724           <listitem>
39725             <para>If the preference is not there (and it shouldn't be in most
39726             browsers) you have to add the preference.</para>
39727
39728             <itemizedlist>
39729               <listitem>
39730                 <para>Right click the preference area and select New &gt;
39731                 Boolean</para>
39732               </listitem>
39733
39734               <listitem>
39735                 <para>Type print.always_print_silent in the dialog box and set
39736                 the value to True. This sets the print settings in Firefox to
39737                 always use the same settings and print without showing a
39738                 dialog box.</para>
39739               </listitem>
39740             </itemizedlist>
39741           </listitem>
39742         </itemizedlist>
39743
39744         <warning>
39745           <para>Setting the print.always_print_silent setting in about:config
39746           DISABLES the ability to choose a printer in Firefox.</para>
39747         </warning>
39748       </section>
39749     </section>
39750
39751     <section id="epson2">
39752       <sectioninfo>
39753         <corpauthor>NEKLS</corpauthor>
39754
39755         <pubdate>2008</pubdate>
39756
39757         <bibliosource><ulink
39758         url="http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/">http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/</ulink></bibliosource>
39759       </sectioninfo>
39760
39761       <title>For Epson TM-T88II (2) Printers</title>
39762
39763       <para>Register at the <ulink
39764       url="https://www.epsonexpert.com/login">EpsonExpert Technical Resource
39765       Center website</ulink> to gain access to the drivers; go to Technical
39766       Resources, then choose the printer model from the Printers drop-down
39767       list.</para>
39768
39769       <section id="epson2firefox">
39770         <title>In Firefox</title>
39771
39772         <para>Under File &gt; Page Setup:</para>
39773
39774         <itemizedlist>
39775           <listitem>
39776             <para>Shrink to fit page on Format &amp; Options tab</para>
39777           </listitem>
39778
39779           <listitem>
39780             <para>0,0,0,0 for Margins on Margins &amp; Header/Footer Tab. This
39781             makes the receipts use all available space on the paper
39782             roll.</para>
39783           </listitem>
39784
39785           <listitem>
39786             <para>Set all Headers/Footers to -blank-. This removes all of the
39787             gunk you might normally find on a print from Firefox, such as the
39788             URL, number of pages, etc.</para>
39789           </listitem>
39790
39791           <listitem>
39792             <para>Click OK</para>
39793           </listitem>
39794         </itemizedlist>
39795
39796         <para>Set the default printer settings in Firefox so you don't see a
39797         "Print" dialog:</para>
39798
39799         <itemizedlist>
39800           <listitem>
39801             <para>Go to File &gt; Print</para>
39802           </listitem>
39803
39804           <listitem>
39805             <para>Set the Printer to the receipt printer.</para>
39806           </listitem>
39807
39808           <listitem>
39809             <para>Print whatever page you are on.</para>
39810           </listitem>
39811
39812           <listitem>
39813             <para>Type about:config, in the address bar. Click "I'll be
39814             careful, I promise!" on the warning message.</para>
39815           </listitem>
39816
39817           <listitem>
39818             <para>Type, print.always in Filter.</para>
39819           </listitem>
39820
39821           <listitem>
39822             <para>Look for, print.always_print_silent.</para>
39823
39824             <itemizedlist>
39825               <listitem>
39826                 <para>If the preference is there then set the value to
39827                 true.</para>
39828               </listitem>
39829             </itemizedlist>
39830           </listitem>
39831
39832           <listitem>
39833             <para>If the preference is not there (and it shouldn't be in most
39834             browsers) you have to add the preference.</para>
39835
39836             <itemizedlist>
39837               <listitem>
39838                 <para>Right click the preference area and select New &gt;
39839                 Boolean</para>
39840               </listitem>
39841
39842               <listitem>
39843                 <para>Type, print.always_print_silent in the dialog box and
39844                 set the value to True. This sets the print settings in Firefox
39845                 to always use the same settings and print without showing a
39846                 dialog box.</para>
39847               </listitem>
39848             </itemizedlist>
39849           </listitem>
39850         </itemizedlist>
39851
39852         <warning>
39853           <para>Setting the print.always_print_silent setting in about:config
39854           DISABLES the ability to choose a printer in Firefox.</para>
39855         </warning>
39856       </section>
39857     </section>
39858
39859     <section id="starprinter">
39860       <sectioninfo>
39861         <corpauthor>RHCL</corpauthor>
39862
39863         <editor>
39864           <firstname>Nicole C.</firstname>
39865
39866           <surname>Engard</surname>
39867         </editor>
39868
39869         <pubdate>2010</pubdate>
39870       </sectioninfo>
39871
39872       <title>For Star SP542 Printers</title>
39873
39874       <section id="installstarprinter">
39875         <title>Installing the Printer</title>
39876
39877         <para>While the following comments are based on the Star SP542 receipt
39878         printer, they probably apply to all printers in the SP5xx
39879         series.</para>
39880
39881         <para>The Star SP542 receipt printer works well with Koha and Firefox
39882         on Windows XP SP3. This printer, with either the parallel or USB
39883         interface, is fairly easy to install and configure. You will need the
39884         following executable file which is available from numerous places on
39885         the Internet:</para>
39886
39887         <para>linemode_2k-xp_20030205.exe</para>
39888
39889         <para>This executable actually does all of the installation; you will
39890         not need to use the Microsoft Windows "Add Printer" program. We
39891         recommend that when installing, the option for the software monitor
39892         not be selected; we have experienced significant pauses and delays in
39893         printing with it. Instead, simply choose to install the receipt
39894         printer without the monitor.</para>
39895
39896         <para>Additionally, the install program may not put the printer on the
39897         correct port, especially if using the USB interface. This is easily
39898         corrected by going to "Start -&gt; Printers and Faxes -&gt; Properties
39899         for the SP542 printer -&gt; Ports", then check the appropriate
39900         port.</para>
39901
39902         <para>A reboot may be required, even if not indicated by the
39903         installation software or the operating system.</para>
39904       </section>
39905     </section>
39906
39907     <section id="firefoxreceipt">
39908       <sectioninfo>
39909         <corpauthor>VOKAL</corpauthor>
39910
39911         <editor>
39912           <firstname>Nicole C.</firstname>
39913
39914           <surname>Engard</surname>
39915         </editor>
39916
39917         <pubdate>2010</pubdate>
39918
39919         <bibliosource><ulink
39920         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>
39921       </sectioninfo>
39922
39923       <title>Configuring Firefox to Print to Receipt Printer</title>
39924
39925       <itemizedlist>
39926         <listitem>
39927           <para>Open File &gt; Page Setup</para>
39928         </listitem>
39929
39930         <listitem>
39931           <para>Make all the headers and footers blank</para>
39932         </listitem>
39933
39934         <listitem>
39935           <para>Set the margins to 0 (zero)</para>
39936         </listitem>
39937
39938         <listitem>
39939           <para>In the address bar of Firefox, type about:config</para>
39940         </listitem>
39941
39942         <listitem>
39943           <para>Search for print.always_print_silent and double click
39944           it</para>
39945         </listitem>
39946
39947         <listitem>
39948           <para>Change it from false to true</para>
39949
39950           <itemizedlist>
39951             <listitem>
39952               <para>This lets you skip the Print pop up box that comes up, as
39953               well as skipping the step where you have to click OK,
39954               automatically printing the right sized slip.</para>
39955             </listitem>
39956           </itemizedlist>
39957         </listitem>
39958
39959         <listitem>
39960           <para>If print.always_print_silent does not come up</para>
39961
39962           <itemizedlist>
39963             <listitem>
39964               <para>Right click on a blank area of the preference
39965               window</para>
39966             </listitem>
39967
39968             <listitem>
39969               <para>Select new &gt; Boolean</para>
39970             </listitem>
39971
39972             <listitem>
39973               <para>Enter "print.always_print_silent" as the name (without
39974               quotes)</para>
39975             </listitem>
39976
39977             <listitem>
39978               <para>Click OK</para>
39979             </listitem>
39980
39981             <listitem>
39982               <para>Select true for the value</para>
39983             </listitem>
39984           </itemizedlist>
39985         </listitem>
39986
39987         <listitem>
39988           <para>You may also want to check what is listed for
39989           print.print_printer</para>
39990
39991           <itemizedlist>
39992             <listitem>
39993               <para>You may have to choose Generic/Text Only (or whatever your
39994               receipt printer might be named)</para>
39995             </listitem>
39996           </itemizedlist>
39997         </listitem>
39998       </itemizedlist>
39999     </section>
40000   </appendix>
40001
40002   <appendix id="samplenotice">
40003     <title>Example Notice</title>
40004
40005     <para>Nicole Engard</para>
40006
40007     <para>410 Library Rd.</para>
40008
40009     <para>Philadelphia, PA 19107</para>
40010
40011     <para>Dear Nicole Engard (23529000035726),</para>
40012
40013     <para>According to our records, at the time of this notice, you have items
40014     that are overdue. Please return or renew them as soon as possible to avoid
40015     increasing late fines.</para>
40016
40017     <para>If you have registered a password with the library, you may use it
40018     with your library card number to renew online.</para>
40019
40020     <para>If you believe you have returned the items below please call at and
40021     library staff will be happy to help resolve the issue.</para>
40022
40023     <para>The following item(s) are currently overdue:</para>
40024
40025     <para>07/08/2008 Creating drug-free schools and communities : 502326000054
40026     Fox, C. Lynn.</para>
40027
40028     <para>06/27/2008 Eating fractions / 502326000022 McMillan, Bruce.</para>
40029
40030     <para>Sincerely, Library Staff</para>
40031   </appendix>
40032
40033   <appendix id="sampleserialsapp">
40034     <title>Sample Serials</title>
40035
40036     <para/>
40037
40038     <section id="readersdigestsample">
40039       <title>Reader's Digest (0034-0375)</title>
40040
40041       <itemizedlist>
40042         <listitem>
40043           <para>Published 12 times a year (monthly)</para>
40044         </listitem>
40045
40046         <listitem>
40047           <para>The Volume number changes every 6 months and the numbers
40048           continues on (requires an advanced pattern).</para>
40049
40050           <screenshot>
40051             <screeninfo>Sample Reader's Digest Subscription</screeninfo>
40052
40053             <mediaobject>
40054               <imageobject>
40055                 <imagedata fileref="images/serialssamples/readersserial.png"/>
40056               </imageobject>
40057             </mediaobject>
40058           </screenshot>
40059         </listitem>
40060       </itemizedlist>
40061
40062       <para/>
40063     </section>
40064
40065     <section id="peoplesample">
40066       <title>People Weekly (1076-0091)</title>
40067
40068       <itemizedlist>
40069         <listitem>
40070           <para>Published weekly</para>
40071
40072           <itemizedlist>
40073             <listitem>
40074               <para>The website says "on Saturday except the first week of
40075               August, Thanksgiving week, the first and last weeks of the year"
40076               but this does not match the pattern for 2007 or 2008</para>
40077             </listitem>
40078           </itemizedlist>
40079         </listitem>
40080
40081         <listitem>
40082           <para>In the Jul-Dec there are 26 issues</para>
40083         </listitem>
40084
40085         <listitem>
40086           <para>In the Jan-Jun there are 25 issues (no issue for the first
40087           week of January)</para>
40088         </listitem>
40089       </itemizedlist>
40090
40091       <para>Since the irregularity on the first # 26 does not skip a week,
40092       this would be set up as to roll over on issue 25. The 26th issue in the
40093       second half of the year would have to be received as a
40094       supplemental.</para>
40095
40096       <para>The irregularity check will complain that 52 issues were expected,
40097       but 25 entered. The current irregularity check can only check that the
40098       first position of the numbering pattern matches the expected issue count
40099       of the periodicity. But we do need to trigger the rollover on the
40100       volume, so we need to define the last two weeks of the year as
40101       irregularities. So we receive 50 issues the first 50 weeks, then one
40102       supplemental issue in week 51, which we have to define the enumeration
40103       for, then the next predicted issue will be the following year's first
40104       week.</para>
40105     </section>
40106
40107     <section id="hebrewserialsample">
40108       <title>&#1506;&#1514;-&#1502;&#1493;&#1500;
40109       &#1506;&#1497;&#1514;&#1493;&#1503;
40110       &#1500;&#1514;&#1493;&#1500;&#1491;&#1493;&#1514; &#1488;&#1512;&#1509;
40111       &#1497;&#1513;&#1512;&#1488;&#1500; &#1493;&#1506;&#1501;
40112       &#1497;&#1513;&#1512;&#1488;&#1500;</title>
40113
40114       <para>This journal is published with the following rules:</para>
40115
40116       <itemizedlist>
40117         <listitem>
40118           <para>6 issues a year (every 2 months)</para>
40119         </listitem>
40120
40121         <listitem>
40122           <para>year changes every 6 issues</para>
40123         </listitem>
40124
40125         <listitem>
40126           <para>we start in 2011</para>
40127         </listitem>
40128
40129         <listitem>
40130           <para>the issue number goes up indefinitely</para>
40131         </listitem>
40132
40133         <listitem>
40134           <para>starting from issue 215</para>
40135         </listitem>
40136       </itemizedlist>
40137
40138       <para>The planning would look like this:</para>
40139
40140       <screenshot>
40141         <screeninfo>Sample for this Hebrew Journal</screeninfo>
40142
40143         <mediaobject>
40144           <imageobject>
40145             <imagedata fileref="images/serialssamples/hebrewnewspaper.png"/>
40146           </imageobject>
40147         </mediaobject>
40148       </screenshot>
40149     </section>
40150   </appendix>
40151
40152   <appendix id="kohacms">
40153     <title>Using Koha as a Content Management System (CMS)</title>
40154
40155     <para/>
40156
40157     <section id="kohacmssetup">
40158       <title>Setup</title>
40159
40160       <para>These are instructions for taking a default install of Koha 3.0
40161       and allowing it to function as a little content management system. This
40162       will allow a library to publish an arbitrary number of pages based on a
40163       template. This example uses the template for the main opac page, but you
40164       could just as well use any template you wish with a bit more editing.
40165       This may be appropriate if you have a small library, want to allow
40166       librarians to easily add pages, and do not want to support a complete
40167       CMS.</para>
40168
40169       <itemizedlist>
40170         <listitem>
40171           <para>Copy /usr/share/koha/opac/cgi-bin/opac/opac-main.pl to
40172           /usr/share/koha/opac/cgi-bin/opac/pages.pl (in the same
40173           directory)</para>
40174         </listitem>
40175
40176         <listitem>
40177           <para>Edit pages.pl in an editor</para>
40178         </listitem>
40179
40180         <listitem>
40181           <para>At approximately line 32 add:</para>
40182
40183           <programlisting>my $cgi = new CGI;</programlisting>
40184         </listitem>
40185
40186         <listitem>
40187           <para>At approximately line 36 change this code:</para>
40188
40189           <programlisting>template_name =&gt;
40190           "opac-main.tmpl",</programlisting>
40191
40192           <para>To this code:</para>
40193
40194           <programlisting>template_name =&gt; "pages.tmpl",</programlisting>
40195         </listitem>
40196
40197         <listitem>
40198           <para>At approximately line 54 change this code:</para>
40199
40200           <programlisting>$template-&gt;param( 
40201           koha_news =&gt; $all_koha_news, 
40202           koha_news_count =&gt; $koha_news_count
40203           ); </programlisting>
40204
40205           <para>To this:</para>
40206
40207           <programlisting>my $page = "page_" . $cgi-&gt;param("p");
40208           $template-&gt;param( 
40209           koha_news =&gt; $all_koha_news, 
40210           koha_news_count =&gt; $koha_news_count,
40211           local_page =&gt; "" .
40212           C4::Context-&gt;preference($page) 
40213           ); </programlisting>
40214         </listitem>
40215
40216         <listitem>
40217           <para>Copy
40218           /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/opac-main.tmpl
40219           to
40220           /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/modules/pages.tmpl</para>
40221         </listitem>
40222
40223         <listitem>
40224           <para>At approximately line 38, change this:</para>
40225
40226           <programlisting>&lt;!-- TMPL_IF NAME="OpacMainUserBlock"
40227           --&gt;&lt;div id="opacmainuserblock" class="container"&gt;&lt;!--
40228           TMPL_VAR NAME="OpacMainUserBlock" --&gt;&lt;/div&gt;&lt;!-- /TMPL_IF
40229           --&gt; </programlisting>
40230
40231           <para>To this:</para>
40232
40233           <programlisting>&lt;!-- TMPL_IF NAME="local_page" --&gt;&lt;div
40234           id="opacmainuserblock" class="container"&gt;&lt;!-- TMPL_VAR
40235           NAME="local_page" --&gt;&lt;/div&gt;&lt;!-- /TMPL_IF
40236           --&gt;</programlisting>
40237         </listitem>
40238
40239         <listitem>
40240           <para>In system preferences in the staff client, click the button
40241           for "New Preference" under "Local Use"</para>
40242         </listitem>
40243
40244         <listitem>
40245           <para>Fill it out as so</para>
40246
40247           <itemizedlist>
40248             <listitem>
40249               <para>Explanation: test page for pages tiny cms</para>
40250             </listitem>
40251
40252             <listitem>
40253               <para>Variable: page_test</para>
40254             </listitem>
40255
40256             <listitem>
40257               <para>Value: Lorem ipsum</para>
40258             </listitem>
40259
40260             <listitem>
40261               <para>Click the TextArea link (or enter "TextArea" into the
40262               input field below it)</para>
40263             </listitem>
40264
40265             <listitem>
40266               <para>variable options (last field): 80|50</para>
40267             </listitem>
40268           </itemizedlist>
40269         </listitem>
40270
40271         <listitem>
40272           <para>In a browser go to
40273           http://youraddress/cgi-bin/koha/pages.pl?p=test The page should come
40274           up with the words "Lorem ipsum" in the main content area of the
40275           page. (replace "youraddress" with localhost, 127.0.0.1, or your
40276           domain name depending on how you have Apache set up.)</para>
40277         </listitem>
40278
40279         <listitem>
40280           <para>To add more pages simply create a system preference where the
40281           title begins with "page_" followed by any arbitrary letters. You can
40282           add any markup you want as the value of the field. Reference the new
40283           page by changing the value of the "p" parameter in the URL.</para>
40284         </listitem>
40285       </itemizedlist>
40286
40287       <section id="kohacmstrouble">
40288         <title>Troubleshooting</title>
40289
40290         <para>If you have problems check file permissions on pages.pl and
40291         pages.tmpl. They should have the same user and group as other Koha
40292         files like opac-main.pl.</para>
40293       </section>
40294
40295       <section id="kohacmsbonus">
40296         <title>Bonus Points</title>
40297
40298         <para>Instead of using the address
40299         http://youraddress/cgi-bin/koha/pages.pl?p=test you can shorten it to
40300         http://youraddress/pages.pl?p=test Just open up
40301         /etc/koha/koha-httpd.conf and add the follow at about line
40302         13:<programlisting>ScriptAlias /pages.pl "/usr/share/koha/opac/cgi-bin/opac/pages.pl" </programlisting></para>
40303
40304         <para>Then restart Apache.</para>
40305       </section>
40306     </section>
40307
40308     <section id="kohacmsusage">
40309       <title>Usage</title>
40310
40311       <para>After setting up Koha as a CMS you can create new pages following
40312       these instructions:</para>
40313
40314       <section id="kohacmspages">
40315         <title>Adding Pages</title>
40316
40317         <para>To add a new page you need to add a system preference under
40318         Local Use.</para>
40319
40320         <itemizedlist>
40321           <listitem>
40322             <para>Get there: More &gt; Administration &gt; Global System
40323             Preferences &gt; Local Use</para>
40324           </listitem>
40325
40326           <listitem>
40327             <para>Click 'New Preference'</para>
40328           </listitem>
40329
40330           <listitem>
40331             <para>Enter in a description in the Explanation field</para>
40332           </listitem>
40333
40334           <listitem>
40335             <para>Enter a value that starts with 'page_' in the Variable
40336             field</para>
40337           </listitem>
40338
40339           <listitem>
40340             <para>Enter starting HTML in the Value field</para>
40341
40342             <screenshot>
40343               <screeninfo>Add a new preference</screeninfo>
40344
40345               <mediaobject>
40346                 <imageobject>
40347                   <imagedata fileref="images/appendix-cms/newpreference.png"/>
40348                 </imageobject>
40349               </mediaobject>
40350             </screenshot>
40351           </listitem>
40352
40353           <listitem>
40354             <para>Set the Variable Type to Textarea</para>
40355           </listitem>
40356
40357           <listitem>
40358             <para>Set the Variable options to something like 20|20 for 20 rows
40359             and 20 columns</para>
40360
40361             <screenshot>
40362               <screeninfo>Settings for the new preference</screeninfo>
40363
40364               <mediaobject>
40365                 <imageobject>
40366                   <imagedata fileref="images/appendix-cms/newpref-settings.png"/>
40367                 </imageobject>
40368               </mediaobject>
40369             </screenshot>
40370           </listitem>
40371         </itemizedlist>
40372       </section>
40373
40374       <section id="kohacmsview">
40375         <title>Viewing your page</title>
40376
40377         <para>You can view your new page at
40378         http://YOUR-OPAC/cgi-bin/koha/pages.pl?p=PAGENAME where PAGENAME is
40379         the part you entered after 'page_' in the Variable field.</para>
40380       </section>
40381
40382       <section id="kohacmsexpage">
40383         <title>Example</title>
40384
40385         <para>This process can be used to create recommended reading lists
40386         within Koha. So once the code changes have been made per the
40387         instructions on 'Koha as a CMS' you go through the 'Adding a New Page'
40388         instructions above to great a page for 'Recommended Reading
40389         Lists'</para>
40390
40391         <screenshot>
40392           <screeninfo>Create page by modifying a system
40393           preference</screeninfo>
40394
40395           <mediaobject>
40396             <imageobject>
40397               <imagedata fileref="images/appendix-cms/recommendedreading.png"/>
40398             </imageobject>
40399           </mediaobject>
40400         </screenshot>
40401
40402         <para>Next we need to create pages for our various classes (or
40403         categories). To do this, return to the 'Adding a New Page' section and
40404         create a preference for the first class.</para>
40405
40406         <screenshot>
40407           <screeninfo>Add a new sys pref for another page</screeninfo>
40408
40409           <mediaobject>
40410             <imageobject>
40411               <imagedata fileref="images/appendix-cms/class101-pref.png"/>
40412             </imageobject>
40413           </mediaobject>
40414         </screenshot>
40415
40416         <para>Next you'll want to link your first page to your new second
40417         page, go to the page_recommend preference and click 'Edit.' Now you
40418         want to edit the HTML to include a link to your newest page:</para>
40419
40420         <screenshot>
40421           <screeninfo>Edit original preference to add new page</screeninfo>
40422
40423           <mediaobject>
40424             <imageobject>
40425               <imagedata fileref="images/appendix-cms/editrecommendpref.png"/>
40426             </imageobject>
40427           </mediaobject>
40428         </screenshot>
40429       </section>
40430
40431       <section id="examplecms">
40432         <title>Live Examples</title>
40433
40434         <itemizedlist>
40435           <listitem>
40436             <para>The Crawford Library at Dallas Christian College is using
40437             this method for their recommended reading lists: <ulink
40438             url="http://opac.dallas.edu/">http://opac.dallas.edu/</ulink></para>
40439           </listitem>
40440         </itemizedlist>
40441       </section>
40442     </section>
40443   </appendix>
40444
40445   <appendix id="resetkohadb">
40446     <title>Resetting the Koha Database</title>
40447
40448     <para>These notes on how to reset the database for Koha 3 were derived
40449     from the following email thread: <ulink
40450     url="http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html">http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html</ulink></para>
40451
40452     <para>Resetting the database may be useful if you install Koha with the
40453     sample data, and then wish to use real data without reinstalling the
40454     software.</para>
40455
40456     <section id="truncate">
40457       <title>Truncate Tables</title>
40458
40459       <para>Use your preferred MySQL client to <ulink
40460       url="http://dev.mysql.com/doc/refman/5.0/en/truncate.html">truncate</ulink>
40461       the following tables:</para>
40462
40463       <itemizedlist>
40464         <listitem>
40465           <para>bibio</para>
40466         </listitem>
40467
40468         <listitem>
40469           <para>biblioitems</para>
40470         </listitem>
40471
40472         <listitem>
40473           <para>items</para>
40474         </listitem>
40475
40476         <listitem>
40477           <para>auth_header</para>
40478         </listitem>
40479
40480         <listitem>
40481           <para>sessions</para>
40482         </listitem>
40483
40484         <listitem>
40485           <para>zebraqueue</para>
40486         </listitem>
40487       </itemizedlist>
40488     </section>
40489
40490     <section id="resetzebra">
40491       <title>Reset the Zebra Index</title>
40492
40493       <para>Run the following commands to reset the authorities and biblios
40494       Zebra indices. <programlisting>$ zebraidx -c /etc/koha/zebradb/zebra-authorities-dom.cfg -g iso2709 -d authorities init 
40495 $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init </programlisting></para>
40496     </section>
40497   </appendix>
40498
40499   <appendix id="importantlinks">
40500     <title>Important Links</title>
40501
40502     <para/>
40503
40504     <section id="koharelatedlinks">
40505       <title>Koha Related</title>
40506
40507       <itemizedlist>
40508         <listitem>
40509           <para>Report Koha Bugs - <ulink
40510           url="http://bugs.koha-community.org">http://bugs.koha-community.org</ulink></para>
40511         </listitem>
40512
40513         <listitem>
40514           <para>Koha Versioning Control - <ulink
40515           url="http://git.koha-community.org/">http://git.koha-community.org/</ulink></para>
40516         </listitem>
40517
40518         <listitem>
40519           <para>Database Structure - <ulink
40520           url="http://git.koha-community.org/cgi-bin/gitweb.cgi?p=koha.git;a=blob_plain;f=installer/data/mysql/kohastructure.sql;hb=HEAD">http://git.koha-community.org/cgi-bin/gitweb.cgi?p=koha.git;a=blob_plain;f=installer/data/mysql/kohastructure.sql;hb=HEAD</ulink></para>
40521         </listitem>
40522
40523         <listitem>
40524           <para>Koha as a CMS - <ulink
40525           url="http://wiki.koha-community.org/wiki/Koha_as_a_CMS">http://wiki.koha-community.org/wiki/Koha_as_a_CMS</ulink></para>
40526         </listitem>
40527
40528         <listitem>
40529           <para>Kyles's Koha Tools - <ulink
40530           url="http://millruntech.com/koha">http://millruntech.com/koha</ulink></para>
40531         </listitem>
40532
40533         <listitem>
40534           <para>Koha Bibliography - <ulink
40535           url="http://www.zotero.org/groups/koha">http://www.zotero.org/groups/koha</ulink></para>
40536         </listitem>
40537
40538         <listitem>
40539           <para>Koha Shared Links - <ulink
40540           url="http://groups.diigo.com/group/everything-koha">http://groups.diigo.com/group/everything-koha</ulink></para>
40541         </listitem>
40542
40543         <listitem>
40544           <para>Koha Presentations - <ulink
40545           url="http://www.slideshare.net/group/koha-ils/slideshows">http://www.slideshare.net/group/koha-ils/slideshows</ulink></para>
40546         </listitem>
40547       </itemizedlist>
40548     </section>
40549
40550     <section id="catalogrelatedlinks">
40551       <title>Cataloging Related</title>
40552
40553       <itemizedlist>
40554         <listitem>
40555           <para>Koha MARC Tutorials - <ulink
40556           url="http://www.pakban.net/brooke/">http://www.pakban.net/brooke/</ulink></para>
40557         </listitem>
40558
40559         <listitem>
40560           <para>Z39.50 Server Search - <ulink
40561           url="http://targettest.indexdata.com/">http://targettest.indexdata.com/</ulink></para>
40562         </listitem>
40563
40564         <listitem>
40565           <para>Z39.50 Server List - <ulink
40566           url="http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm">http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm</ulink></para>
40567         </listitem>
40568
40569         <listitem>
40570           <para>Library of Congress Authorities - <ulink
40571           url="http://authorities.loc.gov/">http://authorities.loc.gov/</ulink></para>
40572         </listitem>
40573
40574         <listitem>
40575           <para>MARC Country Codes - <ulink
40576           url="http://www.loc.gov/marc/countries/">http://www.loc.gov/marc/countries/</ulink></para>
40577         </listitem>
40578
40579         <listitem>
40580           <para>Search the MARC Code List for Organizations - <ulink
40581           url="http://www.loc.gov/marc/organizations/org-search.php">http://www.loc.gov/marc/organizations/org-search.php</ulink></para>
40582         </listitem>
40583
40584         <listitem>
40585           <para>Search for Canadian MARC Codes - <ulink
40586           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>
40587         </listitem>
40588
40589         <listitem>
40590           <para>Z39.50 Bib-1 Attribute - <ulink
40591           url="http://www.loc.gov/z3950/agency/defns/bib1.html">http://www.loc.gov/z3950/agency/defns/bib1.html</ulink></para>
40592         </listitem>
40593       </itemizedlist>
40594     </section>
40595
40596     <section id="enhancedcontentlinks">
40597       <title>Enhanced Content Related</title>
40598
40599       <itemizedlist>
40600         <listitem>
40601           <para>Amazon Associates - <ulink
40602           url="https://affiliate-program.amazon.com/">https://affiliate-program.amazon.com</ulink></para>
40603         </listitem>
40604
40605         <listitem>
40606           <para>Amazon Web Services - <ulink
40607           url="http://aws.amazon.com">http://aws.amazon.com</ulink></para>
40608         </listitem>
40609
40610         <listitem>
40611           <para>WorldCat Affiliate Tools - <ulink
40612           url="http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister">http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister</ulink></para>
40613         </listitem>
40614
40615         <listitem>
40616           <para>XISBN - <ulink
40617           url="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp</ulink></para>
40618         </listitem>
40619
40620         <listitem>
40621           <para>LibraryThing for Libraries - <ulink
40622           url="http://www.librarything.com/forlibraries">http://www.librarything.com/forlibraries</ulink></para>
40623         </listitem>
40624       </itemizedlist>
40625     </section>
40626
40627     <section id="opaclinks">
40628       <title>Design Related</title>
40629
40630       <itemizedlist>
40631         <listitem>
40632           <para>JQuery Library - <ulink
40633           url="http://wiki.koha-community.org/wiki/JQuery_Library">http://wiki.koha-community.org/wiki/JQuery_Library</ulink></para>
40634         </listitem>
40635
40636         <listitem>
40637           <para>Owen Leonard's Koha Blog - <ulink
40638           url="http://www.myacpl.org/koha">http://www.myacpl.org/koha</ulink></para>
40639         </listitem>
40640       </itemizedlist>
40641     </section>
40642
40643     <section id="reportlinks">
40644       <title>Reports Related</title>
40645
40646       <itemizedlist>
40647         <listitem>
40648           <para>SQL Reports Library - <ulink
40649           url="http://wiki.koha-community.org/wiki/SQL_Reports_Library">http://wiki.koha-community.org/wiki/SQL_Reports_Library</ulink></para>
40650         </listitem>
40651
40652         <listitem>
40653           <para>Database Schema - <ulink
40654           url="http://schema.koha-community.org">http://schema.koha-community.org</ulink></para>
40655         </listitem>
40656
40657         <listitem>
40658           <para>Sample reports from NEKLS - <ulink
40659           url="http://www.nexpresslibrary.org/training/reports-training/">http://www.nexpresslibrary.org/training/reports-training/</ulink></para>
40660         </listitem>
40661       </itemizedlist>
40662     </section>
40663
40664     <section id="installlinks">
40665       <title>Installation Guides</title>
40666
40667       <itemizedlist>
40668         <listitem>
40669           <para>Installing Koha 3 on Ubuntu - <ulink
40670           url="http://www.blazingmoon.org/guides/k3-on-u810-1.html">http://www.blazingmoon.org/guides/k3-on-u810-1.html</ulink></para>
40671         </listitem>
40672
40673         <listitem>
40674           <para>Koha on Debian installation documentation - <ulink
40675           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>
40676         </listitem>
40677
40678         <listitem>
40679           <para>Koha 3.2 on Debian Squeeze - <ulink
40680           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>
40681         </listitem>
40682       </itemizedlist>
40683     </section>
40684
40685     <section id="misclinks">
40686       <title>Misc</title>
40687
40688       <itemizedlist>
40689         <listitem>
40690           <para>Zotero - <ulink
40691           url="http://zotero.org">http://zotero.org</ulink></para>
40692         </listitem>
40693
40694         <listitem>
40695           <para>SOPAC - <ulink
40696           url="http://thesocialopac.net/">http://thesocialopac.net</ulink></para>
40697         </listitem>
40698       </itemizedlist>
40699     </section>
40700   </appendix>
40701
40702   <appendix id="XSLTiTypes">
40703     <title>Koha XSLT Item Types</title>
40704
40705     <para>When you have any of the XSLT system preferences (<link
40706     linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link>, <link
40707     linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link>, <link
40708     linkend="XSLTDetailsDisplay">XSLTDetailsDisplay</link>, and/or <link
40709     linkend="XSLTResultsDisplay">XSLTResultsDisplay</link>) along with the
40710     <link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link>
40711     preference turned on you will see item type icons on the related screen.
40712     <important>
40713         <para>These images are coming from values found in your leader, if
40714         your leader is not cataloged properly it might be best to turn off the
40715         <link linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link>
40716         preference (which can be done while leaving the other XSLT preferences
40717         turned on).</para>
40718       </important></para>
40719
40720     <screenshot>
40721       <screeninfo>Book image</screeninfo>
40722
40723       <mediaobject>
40724         <imageobject>
40725           <imagedata fileref="images/appendix-xslt/book.png"/>
40726         </imageobject>
40727       </mediaobject>
40728     </screenshot>
40729
40730     <itemizedlist>
40731       <listitem>
40732         <para>Book [BK]</para>
40733
40734         <itemizedlist>
40735           <listitem>
40736             <para>leader6 = a (and one of the leader7 values below)</para>
40737
40738             <itemizedlist>
40739               <listitem>
40740                 <para>leader7 = a</para>
40741               </listitem>
40742
40743               <listitem>
40744                 <para>leader7 = c</para>
40745               </listitem>
40746
40747               <listitem>
40748                 <para>leader7 = d</para>
40749               </listitem>
40750
40751               <listitem>
40752                 <para>leader7 = m</para>
40753               </listitem>
40754             </itemizedlist>
40755           </listitem>
40756
40757           <listitem>
40758             <para>leader6 = t</para>
40759           </listitem>
40760         </itemizedlist>
40761       </listitem>
40762     </itemizedlist>
40763
40764     <screenshot>
40765       <screeninfo>Computer Image</screeninfo>
40766
40767       <mediaobject>
40768         <imageobject>
40769           <imagedata fileref="images/appendix-xslt/comp.png"/>
40770         </imageobject>
40771       </mediaobject>
40772     </screenshot>
40773
40774     <itemizedlist>
40775       <listitem>
40776         <para>Computer File [CF]</para>
40777
40778         <itemizedlist>
40779           <listitem>
40780             <para>leader6 = m</para>
40781           </listitem>
40782         </itemizedlist>
40783       </listitem>
40784     </itemizedlist>
40785
40786     <screenshot>
40787       <screeninfo>Continuing Resource Image</screeninfo>
40788
40789       <mediaobject>
40790         <imageobject>
40791           <imagedata fileref="images/appendix-xslt/cr.png"/>
40792         </imageobject>
40793       </mediaobject>
40794     </screenshot>
40795
40796     <itemizedlist>
40797       <listitem>
40798         <para>Continuing Resource [CR]</para>
40799
40800         <itemizedlist>
40801           <listitem>
40802             <para>leader7 = b</para>
40803           </listitem>
40804
40805           <listitem>
40806             <para>leader7 = i</para>
40807           </listitem>
40808
40809           <listitem>
40810             <para>leader7 = s</para>
40811           </listitem>
40812         </itemizedlist>
40813       </listitem>
40814     </itemizedlist>
40815
40816     <screenshot>
40817       <screeninfo>Map Image</screeninfo>
40818
40819       <mediaobject>
40820         <imageobject>
40821           <imagedata fileref="images/appendix-xslt/map.png"/>
40822         </imageobject>
40823       </mediaobject>
40824     </screenshot>
40825
40826     <itemizedlist>
40827       <listitem>
40828         <para>Map [MP]</para>
40829
40830         <itemizedlist>
40831           <listitem>
40832             <para>leader6 = e</para>
40833           </listitem>
40834
40835           <listitem>
40836             <para>leader6 = f</para>
40837           </listitem>
40838         </itemizedlist>
40839       </listitem>
40840     </itemizedlist>
40841
40842     <screenshot>
40843       <screeninfo>Mixed Materials Image</screeninfo>
40844
40845       <mediaobject>
40846         <imageobject>
40847           <imagedata fileref="images/appendix-xslt/mixed.png"/>
40848         </imageobject>
40849       </mediaobject>
40850     </screenshot>
40851
40852     <itemizedlist>
40853       <listitem>
40854         <para>Mixed [MX]</para>
40855
40856         <itemizedlist>
40857           <listitem>
40858             <para>leader6 = p</para>
40859           </listitem>
40860         </itemizedlist>
40861       </listitem>
40862     </itemizedlist>
40863
40864     <screenshot>
40865       <screeninfo>Sound Image</screeninfo>
40866
40867       <mediaobject>
40868         <imageobject>
40869           <imagedata fileref="images/appendix-xslt/sound.png"/>
40870         </imageobject>
40871       </mediaobject>
40872     </screenshot>
40873
40874     <itemizedlist>
40875       <listitem>
40876         <para>Sound [MU]</para>
40877
40878         <itemizedlist>
40879           <listitem>
40880             <para>leader6 = c</para>
40881           </listitem>
40882
40883           <listitem>
40884             <para>leader6 = d</para>
40885           </listitem>
40886
40887           <listitem>
40888             <para>leader6 = i</para>
40889           </listitem>
40890
40891           <listitem>
40892             <para>leader6 = j</para>
40893           </listitem>
40894         </itemizedlist>
40895       </listitem>
40896     </itemizedlist>
40897
40898     <screenshot>
40899       <screeninfo>Visual Material Image</screeninfo>
40900
40901       <mediaobject>
40902         <imageobject>
40903           <imagedata fileref="images/appendix-xslt/visual.png"/>
40904         </imageobject>
40905       </mediaobject>
40906     </screenshot>
40907
40908     <itemizedlist>
40909       <listitem>
40910         <para>Visual Material [VM]</para>
40911
40912         <itemizedlist>
40913           <listitem>
40914             <para>leader6 = g</para>
40915           </listitem>
40916
40917           <listitem>
40918             <para>leader6 = k</para>
40919           </listitem>
40920
40921           <listitem>
40922             <para>leader6 = r</para>
40923           </listitem>
40924         </itemizedlist>
40925       </listitem>
40926     </itemizedlist>
40927
40928     <screenshot>
40929       <screeninfo>Kit Image</screeninfo>
40930
40931       <mediaobject>
40932         <imageobject>
40933           <imagedata fileref="images/appendix-xslt/kit.png"/>
40934         </imageobject>
40935       </mediaobject>
40936     </screenshot>
40937
40938     <itemizedlist>
40939       <listitem>
40940         <para>Kit</para>
40941
40942         <itemizedlist>
40943           <listitem>
40944             <para>leader6 = o</para>
40945           </listitem>
40946         </itemizedlist>
40947       </listitem>
40948     </itemizedlist>
40949   </appendix>
40950
40951   <appendix id="marcedit">
40952     <title>MarcEdit</title>
40953
40954     <para/>
40955
40956     <section id="marceditprefix">
40957       <title>Adding a prefix to call numbers</title>
40958
40959       <para>When bringing data into Koha, you may want to first clean it up.
40960       One common action among Koha users is to add a prefix to the call
40961       number.</para>
40962
40963       <itemizedlist>
40964         <listitem>
40965           <para>Open MarcEdit</para>
40966
40967           <screenshot>
40968             <screeninfo>MarcEdit</screeninfo>
40969
40970             <mediaobject>
40971               <imageobject>
40972                 <imagedata fileref="images/appendix-marcedit/marcedit.png"/>
40973               </imageobject>
40974             </mediaobject>
40975           </screenshot>
40976         </listitem>
40977
40978         <listitem>
40979           <para>Click 'MarcEditor'</para>
40980         </listitem>
40981
40982         <listitem>
40983           <para>Go to Tools &gt; Edit Subfield Data</para>
40984
40985           <screenshot>
40986             <screeninfo>Edit subfield data</screeninfo>
40987
40988             <mediaobject>
40989               <imageobject>
40990                 <imagedata fileref="images/appendix-marcedit/marcedit-editsubfield.png"/>
40991               </imageobject>
40992             </mediaobject>
40993           </screenshot>
40994         </listitem>
40995
40996         <listitem>
40997           <para>To prepend data the special character is: ^b&nbsp; To simply
40998           prepend data to the beginning of a subfield, add ^b to the Field
40999           Data: textbox and the data to be appended in the Replace</para>
41000
41001           <screenshot>
41002             <screeninfo>Prepend data to a field</screeninfo>
41003
41004             <mediaobject>
41005               <imageobject>
41006                 <imagedata fileref="images/appendix-marcedit/editsubfield.png"/>
41007               </imageobject>
41008             </mediaobject>
41009           </screenshot>
41010
41011           <itemizedlist>
41012             <listitem>
41013               <para>To prepend data to the beginning of the subfield while
41014               replacing a text string, add ^b[string to replace] to the Field
41015               Data textbox and the data to be appended in the Replace With
41016               textbox.</para>
41017             </listitem>
41018           </itemizedlist>
41019         </listitem>
41020       </itemizedlist>
41021     </section>
41022
41023     <section id="marceditexcel">
41024       <sectioninfo>
41025         <author>
41026           <firstname>Kanika</firstname>
41027
41028           <surname>Goyal</surname>
41029
41030           <affiliation>
41031             <orgname>Delhi Technological University</orgname>
41032           </affiliation>
41033         </author>
41034
41035         <editor>
41036           <firstname>Nicole C.</firstname>
41037
41038           <surname>Engard</surname>
41039         </editor>
41040
41041         <pubdate>2010</pubdate>
41042
41043         <bibliosource><ulink
41044         url="http://www.botskool.com/geeks/how-import-excel-data-koha">http://www.botskool.com/geeks/how-import-excel-data-koha</ulink></bibliosource>
41045       </sectioninfo>
41046
41047       <title>Importing Excel data into Koha</title>
41048
41049       <para>Suppose you have records of your library in excel data sheet
41050       format and want them to import into Koha. But how will you do this? Koha
41051       will not let you import excel records directly. Well here is a very
41052       simple solution for you which will let you import your excel records in
41053       Koha easily. First, we will convert excel file into Marc file and then
41054       will import it into Koha.</para>
41055
41056       <para>Follow the given steps to import your excel records into
41057       Koha</para>
41058
41059       <section id="convertexcel">
41060         <title>Converting from Excel format into .mrk format</title>
41061
41062         <para>First, we will convert excel format into .mrk format. For this
41063         we will use MarcEdit. You can download it from <ulink
41064         url="http://people.oregonstate.edu/~reeset/marcedit/html/downloads.html">http://people.oregonstate.edu/~reeset/marcedit/html/downloads.html</ulink>.</para>
41065
41066         <para>Now open it and select Add-ins--&gt;Delimited Text
41067         Translator.</para>
41068
41069         <screenshot>
41070           <screeninfo>Delimited Text Translator</screeninfo>
41071
41072           <mediaobject>
41073             <imageobject>
41074               <imagedata fileref="images/appendix-marcedit/excelimport/step-1.png"/>
41075             </imageobject>
41076           </mediaobject>
41077         </screenshot>
41078
41079         <para>Click Next when the following window appears.</para>
41080
41081         <screenshot>
41082           <screeninfo>Delimited Text Translator</screeninfo>
41083
41084           <mediaobject>
41085             <imageobject>
41086               <imagedata fileref="images/appendix-marcedit/excelimport/step-2.png"/>
41087             </imageobject>
41088           </mediaobject>
41089         </screenshot>
41090
41091         <para>Browse for your excel file.</para>
41092
41093         <screenshot>
41094           <screeninfo>Delimited Text Translator</screeninfo>
41095
41096           <mediaobject>
41097             <imageobject>
41098               <imagedata fileref="images/appendix-marcedit/excelimport/step-3.png"/>
41099             </imageobject>
41100           </mediaobject>
41101         </screenshot>
41102
41103         <para>Locate your excel file by choosing the format Excel
41104         File(*.xls).</para>
41105
41106         <screenshot>
41107           <screeninfo>Delimited Text Translator</screeninfo>
41108
41109           <mediaobject>
41110             <imageobject>
41111               <imagedata fileref="images/appendix-marcedit/excelimport/step-4.png"/>
41112             </imageobject>
41113           </mediaobject>
41114         </screenshot>
41115
41116         <para>Similarly, fill all the other entries such as Output File, Excel
41117         Sheet Name and check UTF-8 Encoded (if required) and Click
41118         Next.</para>
41119
41120         <screenshot>
41121           <screeninfo>Delimited Text Translator</screeninfo>
41122
41123           <mediaobject>
41124             <imageobject>
41125               <imagedata fileref="images/appendix-marcedit/excelimport/step-5.png"/>
41126             </imageobject>
41127           </mediaobject>
41128         </screenshot>
41129
41130         <para>Now you will be prompted for mapping the fields to recognise the
41131         fields by standard marc format.</para>
41132
41133         <para>Suppose for Field 0 that is first column I entered Map to:
41134         022$a( Valid ISSN for the continuing resource) and then click on
41135         Apply.</para>
41136
41137         <screenshot>
41138           <screeninfo>Delimited Text Translator</screeninfo>
41139
41140           <mediaobject>
41141             <imageobject>
41142               <imagedata fileref="images/appendix-marcedit/excelimport/step-6.png"/>
41143             </imageobject>
41144           </mediaobject>
41145         </screenshot>
41146
41147         <note>
41148           <para>You can customize Indicators and all other things, for more
41149           information on marc21 format visit the <ulink
41150           url="http://www.loc.gov/marc/bibliographic/">official library of
41151           congress site</ulink>.</para>
41152         </note>
41153
41154         <para>Similarly map all other fields and then Click on Finish.</para>
41155
41156         <screenshot>
41157           <screeninfo>Delimited Text Translator</screeninfo>
41158
41159           <mediaobject>
41160             <imageobject>
41161               <imagedata fileref="images/appendix-marcedit/excelimport/step-7.png"/>
41162             </imageobject>
41163           </mediaobject>
41164         </screenshot>
41165
41166         <para>And then a window will appear indicating that your Marc Text
41167         File(*.mrk) has been created.</para>
41168
41169         <screenshot>
41170           <screeninfo>Delimited Text Translator</screeninfo>
41171
41172           <mediaobject>
41173             <imageobject>
41174               <imagedata fileref="images/appendix-marcedit/excelimport/step-8.png"/>
41175             </imageobject>
41176           </mediaobject>
41177         </screenshot>
41178
41179         <para>Click Close and we have created a .mrk file from .xls file in
41180         this step. You can view the file by double clicking on it.</para>
41181       </section>
41182
41183       <section id="convertmrk">
41184         <title>Convert .mrk file to .mrc</title>
41185
41186         <para>We will convert .mrk file that we have created in the above step
41187         into raw Marc format that can be directly imported into Koha.</para>
41188
41189         <para>For this again open MarcEdit and Select MARC Tools.</para>
41190
41191         <screenshot>
41192           <screeninfo>MARC Tools</screeninfo>
41193
41194           <mediaobject>
41195             <imageobject>
41196               <imagedata fileref="images/appendix-marcedit/excelimport/step-9.png"/>
41197             </imageobject>
41198           </mediaobject>
41199         </screenshot>
41200
41201         <para>Next Select MarcMaker to convert .mrk file into .mrc
41202         format.</para>
41203
41204         <screenshot>
41205           <screeninfo>MarcMaker</screeninfo>
41206
41207           <mediaobject>
41208             <imageobject>
41209               <imagedata fileref="images/appendix-marcedit/excelimport/step-10.png"/>
41210             </imageobject>
41211           </mediaobject>
41212         </screenshot>
41213
41214         <para>Locate your input file and name your output file. Then Click
41215         Execute.</para>
41216
41217         <screenshot>
41218           <screeninfo>MarcMaker</screeninfo>
41219
41220           <mediaobject>
41221             <imageobject>
41222               <imagedata fileref="images/appendix-marcedit/excelimport/step-11.png"/>
41223             </imageobject>
41224           </mediaobject>
41225         </screenshot>
41226
41227         <para>And it will show you the Result.</para>
41228
41229         <screenshot>
41230           <screeninfo>MarcMaker</screeninfo>
41231
41232           <mediaobject>
41233             <imageobject>
41234               <imagedata fileref="images/appendix-marcedit/excelimport/step-12.png"/>
41235             </imageobject>
41236           </mediaobject>
41237         </screenshot>
41238
41239         <para>Click Close and now we have raw Marc records with us (.mrc
41240         file).</para>
41241       </section>
41242
41243       <section id="importmrc">
41244         <title>Import .mrc into Koha</title>
41245
41246         <para>More information on importing records into Koha can be found in
41247         the '<link linkend="stagemarc">Stage MARC Records for Import</link>'
41248         section of this manual.</para>
41249
41250         <para>Finally we will import above created .mrc file into Koha.</para>
41251
41252         <para>Click on Tools in your Koha staff client.</para>
41253
41254         <screenshot>
41255           <screeninfo>Koha Staff Client</screeninfo>
41256
41257           <mediaobject>
41258             <imageobject>
41259               <imagedata fileref="images/appendix-marcedit/excelimport/step-13.png"/>
41260             </imageobject>
41261           </mediaobject>
41262         </screenshot>
41263
41264         <para>Next Click on Stage MARC Records for Import.</para>
41265
41266         <screenshot>
41267           <screeninfo>Stage MARC Records for Import</screeninfo>
41268
41269           <mediaobject>
41270             <imageobject>
41271               <imagedata fileref="images/appendix-marcedit/excelimport/step-14.png"/>
41272             </imageobject>
41273           </mediaobject>
41274         </screenshot>
41275
41276         <para>After this, choose your previously created .mrc file and click
41277         on Upload.</para>
41278
41279         <screenshot>
41280           <screeninfo>Stage File</screeninfo>
41281
41282           <mediaobject>
41283             <imageobject>
41284               <imagedata fileref="images/appendix-marcedit/excelimport/step-15.png"/>
41285             </imageobject>
41286           </mediaobject>
41287         </screenshot>
41288
41289         <para>You can also add comment about file and finally click on Stage
41290         For Import.</para>
41291
41292         <screenshot>
41293           <screeninfo>Stage for Import</screeninfo>
41294
41295           <mediaobject>
41296             <imageobject>
41297               <imagedata fileref="images/appendix-marcedit/excelimport/step-17.png"/>
41298             </imageobject>
41299           </mediaobject>
41300         </screenshot>
41301
41302         <para>When the import is done, you will get a result something like
41303         this</para>
41304
41305         <screenshot>
41306           <screeninfo>Staged Records Summary</screeninfo>
41307
41308           <mediaobject>
41309             <imageobject>
41310               <imagedata fileref="images/appendix-marcedit/excelimport/step-18.png"/>
41311             </imageobject>
41312           </mediaobject>
41313         </screenshot>
41314
41315         <para>Next, click on Manage staged records.</para>
41316
41317         <para>Here you can even change matching rules.</para>
41318
41319         <screenshot>
41320           <screeninfo>Manage Staged Records</screeninfo>
41321
41322           <mediaobject>
41323             <imageobject>
41324               <imagedata fileref="images/appendix-marcedit/excelimport/step-19.png"/>
41325             </imageobject>
41326           </mediaobject>
41327         </screenshot>
41328
41329         <para>Click on Import this batch into catalog when you are
41330         done.</para>
41331
41332         <para>Thats it. After all the records get imported, check Status and
41333         it should read "imported"</para>
41334
41335         <screenshot>
41336           <screeninfo>Finalize Import</screeninfo>
41337
41338           <mediaobject>
41339             <imageobject>
41340               <imagedata fileref="images/appendix-marcedit/excelimport/step-20.png"/>
41341             </imageobject>
41342           </mediaobject>
41343         </screenshot>
41344
41345         <para>You can even undo the Import operation.</para>
41346
41347         <para>And within few minutes, we have imported around 10,000 records
41348         in Koha</para>
41349       </section>
41350     </section>
41351   </appendix>
41352
41353   <appendix id="talkingtechappendix">
41354     <title>Talking Tech</title>
41355
41356     <para>Talking Tech I-tiva is a third party, proprietary, product that
41357     libraries can subscribe to. Learn more here: <ulink
41358     url="http://www.talkingtech.com/solutions/library">http://www.talkingtech.com/solutions/library</ulink>.</para>
41359
41360     <section id="talkingtechinstall">
41361       <title>Installation and Setup Instructions</title>
41362
41363       <para>Be sure you've run
41364       installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
41365       to install the required data pack (new syspref, notice placeholders and
41366       messaging transport preferences)</para>
41367
41368       <para>To use, <link
41369       linkend="TalkingTechItivaPhoneNotification">TalkingTechItivaPhoneNotification</link>
41370       syspref must be turned on.</para>
41371
41372       <para>If you wish to process PREOVERDUE or RESERVES messages, you'll
41373       need the <link
41374       linkend="EnhancedMessagingPreferences">EnhancedMessagingPreferences</link>
41375       system preference turned on, and patrons to have filled in a preference
41376       for receiving these notices by phone.</para>
41377
41378       <para>For OVERDUE messages, overdue notice triggers must be configured
41379       under Koha -&gt; Tools -&gt; <link linkend="noticetriggers">Overdue
41380       Notice Triggers</link>. Either branch-specific triggers or the default
41381       level triggers may be used (script will select whichever is
41382       appropriate).</para>
41383     </section>
41384
41385     <section id="talkingtechsend">
41386       <title>Sending Notices File</title>
41387
41388       <orderedlist>
41389         <listitem>
41390           <para>Add the <link
41391           linkend="talkingtechsendcron">TalkingTech_itiva_outbound.pl</link>
41392           script to your crontab</para>
41393         </listitem>
41394
41395         <listitem>
41396           <para>Add an FTP/SFTP or other transport method to send the output
41397           file to the I-tiva server</para>
41398         </listitem>
41399
41400         <listitem>
41401           <para>If you wish, archive the sent notices file in another
41402           directory after sending</para>
41403         </listitem>
41404       </orderedlist>
41405
41406       <para>Run TalkingTech_itiva_outbound.pl --help for more
41407       information</para>
41408     </section>
41409
41410     <section id="talkingtechreceive">
41411       <title>Receiving Results File</title>
41412
41413       <orderedlist>
41414         <listitem>
41415           <para>Add an FTP/SFTP or other transport method to send the Results
41416           file to a known directory on your Koha server</para>
41417         </listitem>
41418
41419         <listitem>
41420           <para>Add the <link
41421           linkend="talkingtechreceivecron">TalkingTech_itiva_inbound.pl</link>
41422           script to your crontab, aimed at that directory</para>
41423         </listitem>
41424
41425         <listitem>
41426           <para>If you wish, archive the results file in another directory
41427           after processing</para>
41428         </listitem>
41429       </orderedlist>
41430
41431       <para>Run TalkingTech_itiva_inbound.pl --help for more
41432       information</para>
41433     </section>
41434   </appendix>
41435
41436   <appendix id="faqs">
41437     <title>FAQs</title>
41438
41439     <para/>
41440
41441     <section id="displayfaq">
41442       <title>Display</title>
41443
41444       <para/>
41445
41446       <section id="customicons">
41447         <title>Custom Item Type/Authorized Value Icons</title>
41448
41449         <para><emphasis role="bold">Question:</emphasis> Can I have my own set
41450         of item type images (or authorized value icons)?</para>
41451
41452         <para><emphasis role="bold">Answer: </emphasis>Absolutely. To add
41453         additional icons to your system you simply add a new directory to
41454         koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/ and to
41455         koha-tmpl/opac-tmpl/prog/itemtypeimg and put your icons in the new
41456         directory. Your icons will show up in a new tab as soon as they are in
41457         the folders.</para>
41458
41459         <itemizedlist>
41460           <listitem>
41461             <tip>
41462               <para>Remember to put the icons in both places (on the OPAC and
41463               the intranet).</para>
41464             </tip>
41465           </listitem>
41466         </itemizedlist>
41467       </section>
41468
41469       <section id="customkohaimages">
41470         <title>Customizing Koha Images</title>
41471
41472         <para><emphasis role="bold">Question</emphasis>: Can I customize the
41473         images in the OPAC?</para>
41474
41475         <para><emphasis role="bold">Answer</emphasis>: Absolutely. Koha comes
41476         with a series of original images that you can alter to meet your
41477         needs. The originals can be found in the misc/interface_customization/
41478         directory.</para>
41479       </section>
41480
41481       <section id="opacdisplayfaq">
41482         <title>OPAC Display Fields</title>
41483
41484         <para><emphasis role="bold">Question</emphasis>: What MARC fields
41485         print to the different OPAC screens in Koha?</para>
41486
41487         <para><emphasis role="bold">Answer</emphasis>: The XSLT preference
41488         must be set as follows for the following fields to show</para>
41489
41490         <itemizedlist>
41491           <listitem>
41492             <para><link
41493             linkend="OPACXSLTResultsDisplay">OPACXSLTResultsDisplay</link> =
41494             using XSLT stylesheets</para>
41495           </listitem>
41496
41497           <listitem>
41498             <para><link
41499             linkend="OPACXSLTDetailsDisplay">OPACXSLTDetailsDisplay</link> =
41500             using XSLT stylesheets</para>
41501           </listitem>
41502
41503           <listitem>
41504             <para><link
41505             linkend="DisplayOPACiconsXSLT">DisplayOPACiconsXSLT</link> =
41506             show</para>
41507           </listitem>
41508         </itemizedlist>
41509
41510         <para>The OPAC Results page shows:</para>
41511
41512         <itemizedlist>
41513           <listitem>
41514             <para>245</para>
41515           </listitem>
41516
41517           <listitem>
41518             <para>100, 110, 111</para>
41519           </listitem>
41520
41521           <listitem>
41522             <para>700, 710, 711</para>
41523           </listitem>
41524
41525           <listitem>
41526             <para>250</para>
41527           </listitem>
41528
41529           <listitem>
41530             <para>260</para>
41531           </listitem>
41532
41533           <listitem>
41534             <para>246</para>
41535           </listitem>
41536
41537           <listitem>
41538             <para>856</para>
41539           </listitem>
41540         </itemizedlist>
41541
41542         <para>The OPAC Details page shows:</para>
41543
41544         <itemizedlist>
41545           <listitem>
41546             <para>245</para>
41547           </listitem>
41548
41549           <listitem>
41550             <para>100, 110, 111</para>
41551           </listitem>
41552
41553           <listitem>
41554             <para>700, 710, 711</para>
41555           </listitem>
41556
41557           <listitem>
41558             <para>440, 490</para>
41559           </listitem>
41560
41561           <listitem>
41562             <para>260</para>
41563           </listitem>
41564
41565           <listitem>
41566             <para>250</para>
41567           </listitem>
41568
41569           <listitem>
41570             <para>300</para>
41571           </listitem>
41572
41573           <listitem>
41574             <para>020</para>
41575           </listitem>
41576
41577           <listitem>
41578             <para>022</para>
41579           </listitem>
41580
41581           <listitem>
41582             <para>246</para>
41583           </listitem>
41584
41585           <listitem>
41586             <para>130, 240</para>
41587           </listitem>
41588
41589           <listitem>
41590             <para>6xx</para>
41591           </listitem>
41592
41593           <listitem>
41594             <para>856</para>
41595           </listitem>
41596
41597           <listitem>
41598             <para>505</para>
41599           </listitem>
41600
41601           <listitem>
41602             <para>773</para>
41603           </listitem>
41604
41605           <listitem>
41606             <para>520</para>
41607           </listitem>
41608
41609           <listitem>
41610             <para>866</para>
41611           </listitem>
41612
41613           <listitem>
41614             <para>775</para>
41615           </listitem>
41616
41617           <listitem>
41618             <para>780</para>
41619           </listitem>
41620
41621           <listitem>
41622             <para>785</para>
41623           </listitem>
41624
41625           <listitem>
41626             <para>plus all of the 5xx fields in the Notes tab at the
41627             bottom</para>
41628           </listitem>
41629         </itemizedlist>
41630       </section>
41631
41632       <section id="displaysubtitle">
41633         <title>Subtitle Display on Bib Records</title>
41634
41635         <para><emphasis role="bold">Question</emphasis>: How do I get the
41636         subtitle to display on the detail pages for my bib records?</para>
41637
41638         <para><emphasis role="bold">Answer</emphasis>: Subtitle display now
41639         depends on there being a <link linkend="keywordmapping">keyword
41640         mapping</link> for the MARC field in question. Adding a mapping for
41641         "subtitle" -&gt; "245b" for an item's framework results in display of
41642         the subtitle in OPAC and staff client search and detail pages
41643         (although not in all instances where subtitles might be displayed,
41644         e.g. the Cart).</para>
41645       </section>
41646
41647       <section id="customlogo">
41648         <sectioninfo>
41649           <author>
41650             <firstname>Owen</firstname>
41651
41652             <surname>Leonard</surname>
41653
41654             <affiliation>
41655               <orgname>Athens County Public Library</orgname>
41656             </affiliation>
41657           </author>
41658
41659           <pubdate>July 2010</pubdate>
41660         </sectioninfo>
41661
41662         <title>Customize Logo on Staff Client</title>
41663
41664         <para><emphasis role="bold">Question</emphasis>: How do I change the
41665         Koha logo on the Staff Client login page?</para>
41666
41667         <para><emphasis role="bold">Answer</emphasis>: <link
41668         linkend="opacsmallimage">Opacsmallimage</link> controls the display of
41669         the Koha logo in the OPAC, but there is no system preference
41670         controlling the logo on the staff client login page. Luckily the logo
41671         is displayed via CSS so it can be easily customized through some
41672         custom CSS.</para>
41673
41674         <para>These are the relevant parts of the staff client default CSS:
41675         <programlisting>#login h1 {
41676   background:url("../../img/koha-logo.gif") no-repeat scroll center
41677 top transparent;
41678   margin-bottom:0.5em;
41679   margin-top:0;
41680 }
41681
41682 #login h1 a {
41683   border-bottom:medium none;
41684   display:block;
41685   height:74px;
41686   text-indent:-1000px;
41687 }</programlisting></para>
41688
41689         <para>If you have access to the file system on your Koha server you
41690         can add a custom CSS file and specify that file using the <link
41691         linkend="intranetcolorstylesheet">intranetcolorstylesheet</link>
41692         system preference.</para>
41693
41694         <para>There is no analogue to the <link
41695         linkend="OPACUserCSS">OPACUserCSS</link> preference in the staff
41696         client, but you can get around this by putting this in the <link
41697         linkend="intranetuserjs">intranetuserjs</link> preference:
41698         <programlisting>//]]&gt;
41699 &lt;/script&gt;
41700 &lt;style type="text/css"&gt;
41701  /* inline styles */
41702  &lt;/style&gt;
41703 &lt;script type="text/javascript"&gt;
41704 //&lt;![CDATA[</programlisting></para>
41705
41706         <para>In the above snippet where it says /* inline styles */ we'll
41707         redeclare the relevant properties from the styles of the login
41708         image:<programlisting>//]]&gt;
41709 &lt;/script&gt;
41710 &lt;style type="text/css"&gt;
41711  /* inline styles */
41712
41713 #login h1 {
41714   background:url("../../img/koha-logo.gif") no-repeat scroll center
41715 top transparent;
41716 }
41717
41718 #login h1 a {
41719   height:74px;
41720 }
41721  &lt;/style&gt;
41722 &lt;script type="text/javascript"&gt;
41723 //&lt;![CDATA[
41724 </programlisting></para>
41725
41726         <para>I've only reproduced the properties necessary to make the change
41727         we want. You can see that the "background:" property sets the path to
41728         the default logo. You can change this to point to any image you want,
41729         on the Koha server or anywhere else. Then you just need to change the
41730         #login h1 a's "height" property to match the height of the image you
41731         choose.</para>
41732
41733         <para>For example:</para>
41734
41735         <para><programlisting>//]]&gt;
41736 &lt;/script&gt;
41737 &lt;style type="text/css"&gt;
41738  /* inline styles */
41739
41740 #login h1 {
41741   background:url("http://www.myacpl.org/sites/all/themes/npl/logo.png")
41742 no-repeat scroll center top transparent;
41743 }
41744
41745 #login h1 a {
41746   height:71px;
41747 }
41748  &lt;/style&gt;
41749 &lt;script type="text/javascript"&gt;
41750 //&lt;![CDATA[</programlisting></para>
41751       </section>
41752
41753       <section id="opacbarcodesfaq">
41754         <title>Show patrons the barcodes of items they have checked
41755         out</title>
41756
41757         <para><emphasis role="bold">Question</emphasis>: Can patrons see the
41758         barcodes for the items they have checked out.</para>
41759
41760         <para><emphasis role="bold">Answer</emphasis>: Not by default, but
41761         with a few edits to the patron record you can make a barcode column
41762         appear on the patron's check out summary in the OPAC. You can set up a
41763         <link linkend="patronattributetypes">patron attribute</link> with the
41764         value of SHOW_BCODE and <link linkend="authorizedvalues">authorized
41765         value</link> of YES_NO to make this happen.</para>
41766
41767         <screenshot>
41768           <screeninfo>Add SHOW_BCODE patron attribute</screeninfo>
41769
41770           <mediaobject>
41771             <imageobject>
41772               <imagedata fileref="images/opac/SHOW_BCODEadd.png"/>
41773             </imageobject>
41774           </mediaobject>
41775         </screenshot>
41776
41777         <para>Then on the <link linkend="editpatrons">patron's record set the
41778         value</link> for SHOW_BCODE to yes.</para>
41779
41780         <screenshot>
41781           <screeninfo>Setting value for SHOW_BCODE on patron
41782           record</screeninfo>
41783
41784           <mediaobject>
41785             <imageobject>
41786               <imagedata fileref="images/opac/SHOW_BCODEattribute.png"/>
41787             </imageobject>
41788           </mediaobject>
41789         </screenshot>
41790
41791         <para>This will add a column to the check out summary in the OPAC that
41792         shows the patrons the barcodes of the items they have checked
41793         out.</para>
41794
41795         <screenshot>
41796           <screeninfo>Barcode number on checkout list in OPAC</screeninfo>
41797
41798           <mediaobject>
41799             <imageobject>
41800               <imagedata fileref="images/opac/barcodeoncheckouts.png"/>
41801             </imageobject>
41802           </mediaobject>
41803         </screenshot>
41804
41805         <para>Clicking on the 'Overdue' tab will show only the items that are
41806         overdue.</para>
41807       </section>
41808     </section>
41809
41810     <section id="circfaq">
41811       <title>Circulation/Notices</title>
41812
41813       <para/>
41814
41815       <section id="dropboxfaq">
41816         <title>Dropbox Date</title>
41817
41818         <para><emphasis role="bold">Question</emphasis>: How is the dropbox
41819         date is determined? Is it the last open date for the checkout branch?
41820         Is it today's date minus one? Can the dropbox checkin date be
41821         set?</para>
41822
41823         <para><emphasis role="bold">Answer</emphasis>: If the library is
41824         closed for four days for renovations, for example, there would be more
41825         than one day needed for the dropbox date. You will only have one
41826         dropbox date and that will be the last day that the library open
41827         (determined by the holiday calendar) because there is no real way to
41828         know what day the books were dropped into the box during the 4 closed
41829         days. The only way to change the effective checkin date in dropbox
41830         mode is to modify the calendar.</para>
41831       </section>
41832
41833       <section id="dupoverduefaq">
41834         <title>Duplicate Overdue Notices</title>
41835
41836         <para><emphasis role="bold">Question</emphasis>: Why are patrons
41837         getting two overdue notices?</para>
41838
41839         <para><emphasis role="bold">Answer</emphasis>: This tool takes all
41840         branches in the overdue rules and sent notifications to them. So, if
41841         you have a default rule &amp; a branch rule, the notification will be
41842         generated twice. A quick fix is to discard "default rule" for
41843         instance.</para>
41844       </section>
41845
41846       <section id="printoverduefaq">
41847         <title>Printing Overdue Notices</title>
41848
41849         <para><emphasis role="bold">Question</emphasis>: Can I print overdue
41850         notices for patrons without email addresses on file?</para>
41851
41852         <para><emphasis role="bold">Answer</emphasis>: Yes. The <link
41853         linkend="overduenoticecron">overdue notice cron job</link> has a
41854         setting to generate the overdue notices as HTML for printing. An
41855         example of this usage would be:</para>
41856
41857         <para><programlisting>overdue_notices.pl -t -html /tmp/noticedir -itemscontent issuedate,date_due,title,barcode,author </programlisting>In
41858         this example, we wanted to use only certain item fields in our
41859         notices, so we specified itemscontent fields in the cron entry; that's
41860         not a requirement for the feature.</para>
41861
41862         <para>The command line needs to specify a web-accessible directory
41863         where the print notices will go -- they get a filename like
41864         notices-2009-11-24.html (or holdnotices-2009-11-24.html). The overdue
41865         notice itself can be formatted to fit a Z-mailer. Within the notice
41866         file, the text is spaced down or over to where it will print properly
41867         on the form. The script has code that wraps around the notice file to
41868         tell the HTML to obey the formatting, and to do a page break between
41869         notices. That's so that when staff print it out, they get one per
41870         page. We had to add an extra syspref (<link
41871         linkend="PrintNoticesMaxLines">PrintNoticesMaxLines</link>) to specify
41872         page length because our client allows a _lot_ of checkouts which meant
41873         some notices were running onto multiple pages. That syspref says to
41874         truncate the print notice at that page length and put in a message
41875         about go check your OPAC account for the full list.</para>
41876
41877         <para>The print and email overdues use the same notice file. The print
41878         notices for holds are different -- there's a separate HOLD_PRINT
41879         notice file and the system uses it if there's no email address. Then a
41880         nightly cron job runs to gather those up from the message queue and
41881         put them in an HTML file in the notice directory, as above.</para>
41882
41883         <para>The cron entry is gather_print_notices.pl /tmp/noticedir</para>
41884       </section>
41885
41886       <section id="renewfaq">
41887         <title>Unable to Renew Items</title>
41888
41889         <para><emphasis role="bold">Question</emphasis>: We're trying to renew
41890         some items for our patron. One of the items is on hold and ineligible
41891         for renewal, but the other two items refuse to renew even though they
41892         should be eligible. When I try to use the override renewal limit, it
41893         just returns a little message that says &ldquo;renewal failed". Any
41894         idea what's going on here?</para>
41895
41896         <para><emphasis role="bold">Answer</emphasis>: At the very least you
41897         will need to set an absolute <link linkend="circfinerules">default
41898         circulation rule</link>. This rule should be set for the default
41899         itemtype, default branchcode and default patron category. That will
41900         catch anyone who doesn't match a specific rule. Patrons who do not
41901         match a specific rule will get blocked from placing holds, since there
41902         was no baseline number of holds to utilize.</para>
41903       </section>
41904
41905       <section id="holdsfaq">
41906         <title>Unable to Place Holds</title>
41907
41908         <para><emphasis role="bold">Question</emphasis>: Why can't I place
41909         holds when I have all of the preferences turned on.</para>
41910
41911         <para><emphasis role="bold">Answer</emphasis>: You probably need to
41912         set a default circulation rule. At the very least you will need to set
41913         an default circulation rule. This rule should be set for all item
41914         types, all branches and all patron categories. That will catch all
41915         instances that do not match a specific rule. When checking out if you
41916         do not have a rule for the default branch, default item and default
41917         patron category then you may see patrons getting blocked from placing
41918         holds.</para>
41919       </section>
41920
41921       <section id="keyboardshort">
41922         <title>Keyboard Shortcuts</title>
41923
41924         <para><emphasis role="bold">Question</emphasis>: Do I have to use my
41925         mouse to access the checkout, checkin and cataloging tabs at the top
41926         of the circulation pages?</para>
41927
41928         <para><emphasis role="bold">Answer</emphasis>: You can jump between
41929         the tabs on the quick search box at the top of the screen by using the
41930         following hot keys (if the tab is available):</para>
41931
41932         <itemizedlist>
41933           <listitem>
41934             <para>jump to the catalog search with Alt+Q</para>
41935           </listitem>
41936
41937           <listitem>
41938             <para>jump to the checkout with Alt+U</para>
41939
41940             <itemizedlist>
41941               <listitem>
41942                 <para>this will not work for Mac user</para>
41943               </listitem>
41944             </itemizedlist>
41945           </listitem>
41946
41947           <listitem>
41948             <para>jump to the checkin with Alt+R</para>
41949           </listitem>
41950         </itemizedlist>
41951
41952         <para><tip>
41953             <para>Mac users use the OPTION button in place of ALT</para>
41954           </tip></para>
41955       </section>
41956
41957       <section id="smsnoticefaq">
41958         <title>SMS Notices/Messages</title>
41959
41960         <para><emphasis role="bold">Question</emphasis>: I want Koha to send
41961         notices via SMS, what do I need to do?</para>
41962
41963         <para><emphasis role="bold">Answer</emphasis>: First you need to
41964         choose a SMS service to use with Koha. There is a list available here:
41965         <ulink
41966         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>
41967         Not all SMS services available to libraries have Perl drivers, so be
41968         sure to check this list to see if the provider you're considering is
41969         listed. If not you want to ask your provider if they have a Perl
41970         module, if not you should consider another service. Some common
41971         options in the US (that have Perl drivers) are:</para>
41972
41973         <itemizedlist>
41974           <listitem>
41975             <para>AQL (<ulink
41976             url="http://www.aql.com">www.aql.com</ulink>)</para>
41977           </listitem>
41978
41979           <listitem>
41980             <para>Wadja (<ulink
41981             url="http://wadja.com">wadja.com</ulink>)</para>
41982           </listitem>
41983
41984           <listitem>
41985             <para>Ipipi (<ulink
41986             url="http://ipipi.com">ipipi.com</ulink>)</para>
41987           </listitem>
41988
41989           <listitem>
41990             <para>T-mobile</para>
41991           </listitem>
41992
41993           <listitem>
41994             <para>SMSDiscount (<ulink
41995             url="http://smsdiscount.com">smsdiscount.com</ulink>)</para>
41996           </listitem>
41997
41998           <listitem>
41999             <para>Clickatell</para>
42000           </listitem>
42001         </itemizedlist>
42002       </section>
42003     </section>
42004
42005     <section id="catfaq">
42006       <title>Cataloging</title>
42007
42008       <para/>
42009
42010       <section id="authorityfaq">
42011         <title>Authority Fields</title>
42012
42013         <para><emphasis role="bold">Question: </emphasis>Why can't I edit 1xx,
42014         6xx, or 7xx fields in my catalog record?</para>
42015
42016         <para><emphasis role="bold">Answer:</emphasis> These fields are
42017         authority controlled and you probably have the <link
42018         linkend="BiblioAddsAuthorities">BiblioAddsAuthorities</link> set to
42019         'allow'. When it is set to 'don't allow' these fields will be locked
42020         and require you to search for an existing authority record.</para>
42021
42022         <screenshot>
42023           <screeninfo>Locked fields show with a lock icon in the
42024           left</screeninfo>
42025
42026           <mediaobject>
42027             <imageobject>
42028               <imagedata fileref="images/cataloging/lockedauthority.png"/>
42029             </imageobject>
42030           </mediaobject>
42031         </screenshot>
42032       </section>
42033
42034       <section id="kohamarcfaq">
42035         <title>Koha to MARC Mapping</title>
42036
42037         <para><emphasis role="bold">Question</emphasis>: What's the
42038         relationship between 'Koha to MARC Mapping' and 'MARC Bibliographic
42039         Frameworks'?</para>
42040
42041         <para><emphasis role="bold">Answer</emphasis>: Mapping can be defined
42042         through 'MARC Bibliographic Frameworks' OR 'Koha to MARC Mapping'.
42043         'Koha to MARC Mapping' is just a shortcut to speed up linkage. If you
42044         change a mapping in one of these modules, the mapping will change in
42045         the other as well. (In other words, the two modules 'overwrite' each
42046         other in order to prevent conflicts from existing in Koha).</para>
42047       </section>
42048
42049       <section id="itemsperbibfaq">
42050         <title>Number of Items Per Bib Record</title>
42051
42052         <para><emphasis role="bold">Question</emphasis>: Is there a limit on
42053         the number of items I can attach to a bib record?</para>
42054
42055         <para><emphasis role="bold">Answer</emphasis>: There is no explicit
42056         limit to the number of items you can attach to a bibliographic record,
42057         but if you attach enough of them, your MARC record will exceed the
42058         maximum file size limit for the ISO-2709 standard, which breaks
42059         indexing for that record. I've found this occurs somewhere between 600
42060         and 1000 items on a 'normal' bibliographic record.</para>
42061       </section>
42062
42063       <section id="analyticsfaq">
42064         <title>Analytics</title>
42065
42066         <para><emphasis role="bold">Question</emphasis>: I am using the <link
42067         linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link> feature,
42068         but my links in the OPAC and Staff Client to 'Show Analytics' are not
42069         working.</para>
42070
42071         <para><emphasis role="bold">Answer</emphasis>: If you plan on using
42072         <link linkend="EasyAnalyticalRecords">EasyAnalyticalRecords</link> you
42073         will want to make sure to set your <link
42074         linkend="UseControlNumber">UseControlNumber</link> preference to
42075         "Don't use," this will prevent broken links.</para>
42076       </section>
42077     </section>
42078
42079     <section id="acqfaq">
42080       <title>Acquisitions</title>
42081
42082       <para/>
42083
42084       <section id="planningcatfaq">
42085         <title>Planning Categories</title>
42086
42087         <para><emphasis role="bold">Question</emphasis>: What is a planning
42088         category?</para>
42089
42090         <para><emphasis role="bold">Answer</emphasis>: When you plan in
42091         advance for the way your budget is going to be spent, you initially
42092         plan for how it's going to be spent over time, that's the most natural
42093         thing to do.</para>
42094
42095         <para>So you plan for $1000 in Jan. $1000 in Feb., $3000 in March,
42096         etc. You can basically do the same thing with a list of values in lieu
42097         of the months.</para>
42098
42099         <para>Say you have a list like this one:</para>
42100
42101         <itemizedlist>
42102           <listitem>
42103             <para>&lt; 1 month</para>
42104           </listitem>
42105
42106           <listitem>
42107             <para>&lt; 6 months</para>
42108           </listitem>
42109
42110           <listitem>
42111             <para>&lt; 1 year</para>
42112           </listitem>
42113
42114           <listitem>
42115             <para>&lt; 3 years</para>
42116           </listitem>
42117
42118           <listitem>
42119             <para>&lt; 10 years</para>
42120           </listitem>
42121
42122           <listitem>
42123             <para>&gt; 10 years</para>
42124           </listitem>
42125         </itemizedlist>
42126
42127         <para>The list is meant to represent when the books acquired where
42128         published. Then you plan for it, saying: we went to spend at list 40%
42129         of our budgets on books published less than a year ago, 10% on books
42130         more than 10 years old, etc.</para>
42131
42132         <para>Upon acquiring new material, you'll be able to select, for a
42133         given item, a value from this list in a drop down. Then, after the
42134         material has been acquired, at the end of the year, you'll be able to
42135         compare the goals set, with what's been achieved.</para>
42136       </section>
42137     </section>
42138
42139     <section id="serialsfaq">
42140       <title>Serials</title>
42141
42142       <para/>
42143
42144       <section id="advancedpatternfaq">
42145         <title>Advanced Patterns</title>
42146
42147         <para><emphasis role="bold">Question</emphasis>: What is the 'inner
42148         counter' on the advanced serials pattern interface?</para>
42149
42150         <para><emphasis role="bold">Answer</emphasis>: I think it is better to
42151         give an example to understand this :</para>
42152
42153         <para>Example for a monthly subscription :</para>
42154
42155         <itemizedlist>
42156           <listitem>
42157             <para>First issue publication date : April 2010</para>
42158           </listitem>
42159
42160           <listitem>
42161             <para>Numbering : No {X}, year {Y}</para>
42162           </listitem>
42163
42164           <listitem>
42165             <para>First issue : No 4, year 2010</para>
42166           </listitem>
42167         </itemizedlist>
42168
42169         <para>For the year Y : you will want the year change on January
42170         2011</para>
42171
42172         <para>So, the advanced pattern for Y will be :</para>
42173
42174         <itemizedlist>
42175           <listitem>
42176             <para>Add : 1</para>
42177           </listitem>
42178
42179           <listitem>
42180             <para>once every : 12</para>
42181           </listitem>
42182
42183           <listitem>
42184             <para>When more than 9999999</para>
42185           </listitem>
42186
42187           <listitem>
42188             <para>inner counter : 3</para>
42189           </listitem>
42190
42191           <listitem>
42192             <para>Set back to 0</para>
42193           </listitem>
42194
42195           <listitem>
42196             <para>Begins with 2010</para>
42197           </listitem>
42198         </itemizedlist>
42199
42200         <para>Year is going to change after 12 received issues from April
42201         2010, that is in April 2011 if you don't set inner counter. Set inner
42202         counter to 3 will say to Koha : change year after 12-3 = 9 received
42203         issues.</para>
42204
42205         <para>Inner counter says to Koha to take into account the first issues
42206         of the year, even if they are not received with Koha. If you begin
42207         with first issue of the year write nothing or 0.</para>
42208       </section>
42209     </section>
42210
42211     <section id="reportsfaq">
42212       <title>Reports</title>
42213
42214       <para/>
42215
42216       <section id="accounttypefaq">
42217         <title>Define Codes Stored in DB</title>
42218
42219         <para/>
42220
42221         <section id="finescodefaq">
42222           <title>Fines Table</title>
42223
42224           <para><emphasis role="bold">Question:</emphasis> What do the codes
42225           in the accounttype field in the accountlines table stand for?</para>
42226
42227           <para><emphasis role="bold">Answer:</emphasis></para>
42228
42229           <itemizedlist>
42230             <listitem>
42231               <para>A = acc't management fee</para>
42232             </listitem>
42233
42234             <listitem>
42235               <para>C = credit</para>
42236             </listitem>
42237
42238             <listitem>
42239               <para>F = overdue fine</para>
42240             </listitem>
42241
42242             <listitem>
42243               <para>FOR =forgiven</para>
42244             </listitem>
42245
42246             <listitem>
42247               <para>FU = overdue, still acccruing</para>
42248             </listitem>
42249
42250             <listitem>
42251               <para>L = Lost Item</para>
42252             </listitem>
42253
42254             <listitem>
42255               <para>M = Sundry</para>
42256             </listitem>
42257
42258             <listitem>
42259               <para>N = New Card</para>
42260             </listitem>
42261
42262             <listitem>
42263               <para>PAY = payment</para>
42264             </listitem>
42265
42266             <listitem>
42267               <para>W = writeoff</para>
42268             </listitem>
42269           </itemizedlist>
42270         </section>
42271
42272         <section id="statscodefaq">
42273           <title>Statistics Table</title>
42274
42275           <para><emphasis role="bold">Question: </emphasis>What are the
42276           possible codes for the type field in the statistics table?</para>
42277
42278           <para><emphasis role="bold">Answer:</emphasis></para>
42279
42280           <itemizedlist>
42281             <listitem>
42282               <para>localuse</para>
42283
42284               <itemizedlist>
42285                 <listitem>
42286                   <para>Registers if an item that had been checked out to a
42287                   statistics patron (category type = 'X') is returned</para>
42288                 </listitem>
42289               </itemizedlist>
42290             </listitem>
42291
42292             <listitem>
42293               <para>issue</para>
42294             </listitem>
42295
42296             <listitem>
42297               <para>return</para>
42298             </listitem>
42299
42300             <listitem>
42301               <para>renew</para>
42302             </listitem>
42303
42304             <listitem>
42305               <para>writeoff</para>
42306             </listitem>
42307
42308             <listitem>
42309               <para>payment</para>
42310             </listitem>
42311
42312             <listitem>
42313               <para>CreditXXX</para>
42314
42315               <itemizedlist>
42316                 <listitem>
42317                   <para>stores different types of fee credits, so a query to
42318                   catch them all would include a clause like "type LIKE
42319                   'Credit%'"</para>
42320                 </listitem>
42321               </itemizedlist>
42322             </listitem>
42323           </itemizedlist>
42324         </section>
42325
42326         <section id="rescodefaq">
42327           <title>Reserves Table</title>
42328
42329           <para><emphasis role="bold">Question</emphasis>: What are the
42330           possible codes for the found field in the reserves and old_reserves
42331           tables?</para>
42332
42333           <para><emphasis role="bold">Answer</emphasis>:</para>
42334
42335           <itemizedlist>
42336             <listitem>
42337               <para>NULL: means the patron requested the 1st available, and we
42338               haven't chosen the item</para>
42339             </listitem>
42340
42341             <listitem>
42342               <para>T = Transit: the reserve is linked to an item but is in
42343               transit to the pickup branch</para>
42344             </listitem>
42345
42346             <listitem>
42347               <para>W =Waiting: the reserve is linked to an item, is at the
42348               pickup branch, and is waiting on the hold shelf</para>
42349             </listitem>
42350
42351             <listitem>
42352               <para>F = Finished: the reserve has been completed, and is
42353               done</para>
42354             </listitem>
42355           </itemizedlist>
42356         </section>
42357
42358         <section id="reportdicfaq">
42359           <title>Reports Dictionary Table</title>
42360
42361           <para><emphasis role="bold">Question</emphasis>: What are the
42362           possible codes for the area field in the reports_dictionary
42363           table?</para>
42364
42365           <para><emphasis role="bold">Answer</emphasis>:</para>
42366
42367           <itemizedlist>
42368             <listitem>
42369               <para>1 = Circulation</para>
42370             </listitem>
42371
42372             <listitem>
42373               <para>2 = Catalog</para>
42374             </listitem>
42375
42376             <listitem>
42377               <para>3 = Patrons</para>
42378             </listitem>
42379
42380             <listitem>
42381               <para>4 = Acquistions</para>
42382             </listitem>
42383
42384             <listitem>
42385               <para>5 = Accounts</para>
42386             </listitem>
42387           </itemizedlist>
42388         </section>
42389
42390         <section id="msgtablefaq">
42391           <title>Messages Table</title>
42392
42393           <para><emphasis role="bold">Question</emphasis>: What are the
42394           possible codes for the message_type field in the messages
42395           table?</para>
42396
42397           <para><emphasis role="bold">Answer</emphasis>:</para>
42398
42399           <itemizedlist>
42400             <listitem>
42401               <para>L = For Librarians</para>
42402             </listitem>
42403
42404             <listitem>
42405               <para>B = For Patrons/Borrowers</para>
42406             </listitem>
42407           </itemizedlist>
42408         </section>
42409
42410         <section id="serialtablefaq">
42411           <title>Serial Table</title>
42412
42413           <para><emphasis role="bold">Question</emphasis>: What are the
42414           possible codes for the status field in the serial table"?</para>
42415
42416           <para><emphasis role="bold">Answer</emphasis>:</para>
42417
42418           <itemizedlist>
42419             <listitem>
42420               <para>1 = Expected</para>
42421             </listitem>
42422
42423             <listitem>
42424               <para>2 = Arrived</para>
42425             </listitem>
42426
42427             <listitem>
42428               <para>3 = Late</para>
42429             </listitem>
42430
42431             <listitem>
42432               <para>4 = Missing</para>
42433             </listitem>
42434
42435             <listitem>
42436               <para>5 = Not Available</para>
42437             </listitem>
42438
42439             <listitem>
42440               <para>6 = Delete</para>
42441             </listitem>
42442           </itemizedlist>
42443         </section>
42444       </section>
42445
42446       <section id="runtimefaq">
42447         <title>Runtime Parameters</title>
42448
42449         <para><emphasis role="bold">Question</emphasis>: Is there a way to
42450         filter my custom SQL reports before they run?</para>
42451
42452         <para><emphasis role="bold">Answer</emphasis>: If you feel that your
42453         report might be too resource intensive you might want to consider
42454         using runtime parameters to your query. Runtime parameters basically
42455         make a filter appear before the report is run to save your system
42456         resources.</para>
42457
42458         <para>There is a specific syntax that Koha will understand as 'ask for
42459         values when running the report'. The syntax is &lt;&lt;Question to
42460         ask|authorized_value&gt;&gt;.</para>
42461
42462         <itemizedlist>
42463           <listitem>
42464             <para>The &lt;&lt; and &gt;&gt; are just delimiters. You must put
42465             &lt;&lt; at the beginning and &gt;&gt; at the end of your
42466             parameter</para>
42467           </listitem>
42468
42469           <listitem>
42470             <para>The 'Question to ask' will be displayed on the left of the
42471             string to enter.</para>
42472           </listitem>
42473
42474           <listitem>
42475             <para>The authorized_value can be omitted if not applicable. If it
42476             contains an authorized value category, or branches or itemtype or
42477             categorycode, a list with the Koha authorized values will be
42478             displayed instead of a free field Note that you can have more than
42479             one parameter in a given SQL Note that entering nothing at run
42480             time won't probably work as you expect. It will be considered as
42481             "value empty" not as "ignore this parameter". For example entering
42482             nothing for : "title=&lt;&lt;Enter title&gt;&gt;" will display
42483             results with title='' (no title). If you want to have to have
42484             something not mandatory, use "title like &lt;&lt;Enter
42485             title&gt;&gt;" and enter a % at run time instead of nothing</para>
42486           </listitem>
42487         </itemizedlist>
42488
42489         <para>Examples:</para>
42490
42491         <itemizedlist>
42492           <listitem>
42493             <para>SELECT surname,firstname FROM borrowers WHERE
42494             branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt; AND
42495             surname like &lt;&lt;Enter filter for patron surname (% if
42496             none)&gt;&gt;</para>
42497           </listitem>
42498
42499           <listitem>
42500             <para>SELECT * FROM items WHERE homebranch = &lt;&lt;Pick your
42501             branch|branches&gt;&gt; and barcode like &lt;&lt;Partial barcode
42502             value here&gt;&gt;</para>
42503           </listitem>
42504         </itemizedlist>
42505
42506         <tip>
42507           <para>To generate a date picker calendar to the right of the field
42508           when running a report you can use the 'date' keyword like this:
42509           &lt;&lt;Enter Date|date&gt;&gt;</para>
42510
42511           <screenshot>
42512             <screeninfo>Date Picker</screeninfo>
42513
42514             <mediaobject>
42515               <imageobject>
42516                 <imagedata fileref="images/reports/datepicker.png"/>
42517               </imageobject>
42518             </mediaobject>
42519           </screenshot>
42520         </tip>
42521
42522         <tip>
42523           <para>You have to put "%" in a text box to 'leave it blank'.
42524           Otherwise, it literally looks for "" (empty string) as the value for
42525           the field.</para>
42526         </tip>
42527
42528         <para><important>
42529             <para>In addition to using any authorized value code to generate a
42530             dropdown, you can use the following values as well: Branches
42531             (branches), Item Types (itemtypes) and Patron Categories
42532             (categorycode). For example a branch pull down would be generated
42533             like this &lt;&lt;Branch|branches&gt;&gt;</para>
42534
42535             <screenshot>
42536               <screeninfo>Branch pull down</screeninfo>
42537
42538               <mediaobject>
42539                 <imageobject>
42540                   <imagedata fileref="images/reports/branchpulldown.png"/>
42541                 </imageobject>
42542               </mediaobject>
42543             </screenshot>
42544           </important></para>
42545       </section>
42546
42547       <section id="reportlimitfaq">
42548         <title>Results Limited</title>
42549
42550         <para><emphasis role="bold">Question</emphasis>: When I download my
42551         report it's limited to 10,000 results, how do I get all of the results
42552         to download?</para>
42553
42554         <para><emphasis role="bold">Answer</emphasis>: There is a limit of
42555         10,000 records put on SQL statements entered in Koha. To get around
42556         this you want to add 'LIMIT 100000' to the end of your SQL statement
42557         (or any other number above 10,000.</para>
42558       </section>
42559     </section>
42560
42561     <section id="searchfaq">
42562       <title>Searching</title>
42563
42564       <para/>
42565
42566       <section id="advancedsearchfaq">
42567         <title>Advanced Search</title>
42568
42569         <para/>
42570
42571         <section id="scanindexfaq">
42572           <title>Scan Indexes</title>
42573
42574           <para><emphasis role="bold">Question</emphasis>: What does 'scan
42575           indexes' on the advanced search page mean?</para>
42576
42577           <para><emphasis role="bold">Answer</emphasis>: When you choose an
42578           index, enter a term, click 'scan indexes' and do the search, Koha
42579           displays the searched term and the following terms found in this
42580           index with the number of corresponding records That is search is not
42581           made directly in the catalog, but first in the indexes It works only
42582           for one index at once, and only with no limit in Location (All
42583           libraries needed)</para>
42584         </section>
42585
42586         <section id="searchstartswith">
42587           <title>Searching for Terms that Start With a Character</title>
42588
42589           <para><emphasis role="bold">Question</emphasis>: How do I search for
42590           all titles that start with the letter 'C'?</para>
42591
42592           <para><emphasis role="bold">Answer</emphasis>: You can choose to
42593           search for things that start with a character or series of
42594           characters by using the CCL 'first-in-subfield'</para>
42595
42596           <itemizedlist>
42597             <listitem>
42598               <para>example: ti,first-in-subfield=C</para>
42599             </listitem>
42600           </itemizedlist>
42601         </section>
42602       </section>
42603
42604       <section id="wildcardsearchfaq">
42605         <title>Wildcard Searching</title>
42606
42607         <para><emphasis role="bold">Question</emphasis>:What is the difference
42608         between a keyword search using the &lsquo;*&rsquor; (asterisk) versus
42609         a keyword search using the &lsquo;%&rsquor; (percent)? Both work in
42610         the catalog, but return different sets. Why?</para>
42611
42612         <para><emphasis role="bold">Answer</emphasis>: A wildcard is a
42613         character (*,?,%,.) that can be used to represent one or more
42614         characters in a word. Two of the wildcard characters that can be used
42615         in Koha searches are the asterisk (&lsquo;*&rsquor;) and the percent
42616         sign (&lsquo;%&rsquor;). However, these two characters act differently
42617         when used in searching.</para>
42618
42619         <para>The &lsquo;*&rsquor; is going to force a more exact search of
42620         the first few characters you enter prior to the &lsquo;*&rsquor;. The
42621         asterisk will allow for an infinite number of characters in the search
42622         as long as the first few characters designated by your search remain
42623         the same. For example, searching for authors using the term, Smi*,
42624         will return a list that may include Smith, Smithers, Smithfield,
42625         Smiley, etc depending on the authors in your database.</para>
42626
42627         <para>The &lsquo;%&rsquor; will treat the words you enter in the terms
42628         of &ldquo;is like&rdquor;. So a search of Smi% will search for words
42629         like Smi. This results in a much more varied results list. For
42630         example, a search on Smi% will return a list containing Smothers,
42631         Smith, Smelley, Smithfield and many others depending on what is your
42632         database.</para>
42633
42634         <para>The bottom line in searching with wildcards: &lsquo;*&rsquor; is
42635         more exact while &lsquo;%&rsquor; searches for like terms.</para>
42636       </section>
42637     </section>
42638
42639     <section id="enhancedcontentfaq">
42640       <title>Enhanced Content</title>
42641
42642       <para/>
42643
42644       <section id="frbrfaq">
42645         <title>FRBRizing Content</title>
42646
42647         <para><emphasis role="bold">Question: </emphasis>At our public library
42648         we are running a Koha installation and we've tried to turn on all the
42649         nice functionalities in Koha such as the frbrising tool, but do not
42650         get the same result as Nelsonville public library.</para>
42651
42652         <para><emphasis role="bold">Answer: </emphasis>In fact, this feature
42653         is quite tricky to make that right. First it looks at XISBN service.
42654         And then search in your database for that ISBN. So both XISBN and your
42655         internal ISBN (in biblio table) have to be normalized. You could
42656         therefore use the script misc/batchupdateISBNs.pl (it removes all the
42657         - in your local ISBNs)</para>
42658       </section>
42659
42660       <section id="amzfaq">
42661         <title>Amazon</title>
42662
42663         <para/>
42664
42665         <section id="amzprivatekey">
42666           <title>Amazon Private Key</title>
42667
42668           <para><emphasis role="bold">Question</emphasis>: Why do I need the
42669           <link linkend="AWSPrivateKey">AWSPrivateKey</link> as well as the
42670           <link linkend="AWSAccessKeyID">AWSAccessKeyID</link> to use Amazon
42671           Content?</para>
42672
42673           <para><emphasis role="bold">Answer</emphasis>: After 2009-08-15,
42674           Amazon Web Services will expect that all requests to the Product
42675           Advertising API, which is what Koha uses for retrieving reviews and
42676           other enhanced content from Amazon, include signatures. This patch
42677           and subsequent patches implement this functionality.</para>
42678
42679           <para>What this means in practice (assuming the user has elected to
42680           use any enhanced content from Amazon) is that</para>
42681
42682           <orderedlist>
42683             <listitem>
42684               <para>The user must get a Amazon Secret Access Key. This can be
42685               done by logging in to the user's AWS account at (e.g.)
42686               http://aws.amazon.com/, going to the 'Access Identifiers' page,
42687               and from there retrieving and/or creating a new Secret Access
42688               Key.</para>
42689             </listitem>
42690
42691             <listitem>
42692               <para>The contents of the Secret Access Key should then be
42693               entered into the new AWSPrivateKey system preference.</para>
42694             </listitem>
42695           </orderedlist>
42696
42697           <para>Once that is done, grabbing reviews and table of contents from
42698           Amazon should work as normal. If the user doesn't do this before
42699           2009-08-15, reviews and TOCs will no longer be supplied from Amazon,
42700           although there should be no crashes - the content will simply not
42701           show up.</para>
42702
42703           <para>Note that the requirement to sign requests does *NOT* appear
42704           to apply to simply displaying book covers from Amazon.</para>
42705         </section>
42706
42707         <section id="amazonfaq">
42708           <title>All Amazon Content</title>
42709
42710           <para><emphasis role="bold">Question</emphasis>: I have all of the
42711           Amazon preferences turned on and have entered both of my keys, but
42712           none of the content appears in my system, why is that?</para>
42713
42714           <para><emphasis role="bold">Answer</emphasis>: Amazon's API checks
42715           your server time on all requests and if your server time is not set
42716           properly requests will be denied. To resolve this issue be sure to
42717           set your system time appropriately. Once that change in made Amazon
42718           content should appear immediately.</para>
42719
42720           <para>On Debian the the command is <emphasis>date -s "2010-06-30
42721           17:21"</emphasis> (with the proper date and time for your
42722           timezone).</para>
42723         </section>
42724       </section>
42725     </section>
42726
42727     <section id="systemfaq">
42728       <title>System Administration</title>
42729
42730       <para/>
42731
42732       <section id="zebracronfaq">
42733         <title>Errors in Zebra Cron</title>
42734
42735         <para><emphasis role="bold">Question</emphasis>: I am noticing some
42736         errors in the koha-zebradaemon-output.log file. When new records are
42737         added it takes a bit longer to index than we think they should.
42738         Running rebuild zebra is often faster. Zebra ends up indexing and
42739         search works, but I am concerned about the errors. Any ideas?</para>
42740
42741         <para><emphasis role="bold">Answer</emphasis>: Rebuild_zebra.pl -r
42742         deletes all of the files in the Zebra db directories (such as
42743         reci-0.mf) and then recreates them. Thus, permissions will be lost,
42744         and the files will be owned by the user who ran rebuild_zebra.pl. If
42745         one rebuilds the zebra indexes as root, the daemons, which typically
42746         run under the user Koha, will not be able to update the indexes. Thus,
42747         it's important then that the zebra rebuilds are put in the cronjob
42748         file of the user Koha, and not root. Also important is that other
42749         users, such as root, don't manually execute rebuilds.</para>
42750
42751         <para>If one desires that another user be able to execute
42752         rebuild_zebra.pl, he should be given the permission to execute 'sudo
42753         -u Koha .../rebuild_zebra.pl,' (if you want to do this, you also have
42754         to edit the sudoers file to pass the PERL5LIB variable with the
42755         env_keep option as by default sudo strips away almost all environment
42756         variables). Or, as root user, one can use a simple 'su koha' and then
42757         the rebuild_zebra.pl command.</para>
42758
42759         <para>I've also tried to set the sticky bit on rebuild_zebra.pl, but
42760         for whatever reason it didn't seem to work due to some problem with
42761         the PERL5LIB variable that I wasn't able to figure. That seems to me
42762         the easiest thing to do, if anybody has any idea how to make it work.
42763         If it worked and were the default, I think it would help folks to
42764         avoid a great deal of the problems that come up with zebra.</para>
42765       </section>
42766
42767       <section id="publicztarget">
42768         <title>Making Z39.50 Target Public</title>
42769
42770         <para><emphasis role="bold">Question</emphasis>: Could someone tell me
42771         the exact steps I need to take to configure Zebra to expose my Koha 3
42772         db as a public Z39.50 service?</para>
42773
42774         <para><emphasis role="bold">Answer</emphasis>: Edit the KOHA_CONF file
42775         that your Koha is using. Uncomment the publicserver line like:</para>
42776
42777         <para>&lt;!-- &lt;listen id="publicserver"
42778         &gt;tcp:@:9999&lt;/listen&gt; --&gt;</para>
42779
42780         <para>to be:</para>
42781
42782         <para>&lt;listen id="publicserver"
42783         &gt;tcp:@:9999&lt;/listen&gt;</para>
42784
42785         <para>Then restart zebasrv and connect on the port specified
42786         (9999).</para>
42787       </section>
42788
42789       <section id="authvalfaq">
42790         <title>Shelving Location Authorized Values</title>
42791
42792         <para><emphasis role="bold">Question</emphasis>: When editing an item,
42793         the new shelving location I created is not showing up by default in
42794         the items where I assigned it to.</para>
42795
42796         <para><emphasis role="bold">Answer</emphasis>: This is because you
42797         created the new shelving location with a code value of 0 (zero) Just
42798         FYI the system interprets authorized values of 0 as equaling a null so
42799         when you edit a record in cataloging where the authorized value in a
42800         field was assigned where the code was 0, the value displays as null in
42801         the item editor (or MARC editor) instead of the value the library
42802         meant it to be.</para>
42803       </section>
42804
42805       <section id="whyauthvals">
42806         <title>Why do I need Authorized Values?</title>
42807
42808         <para><emphasis role="bold">Question</emphasis>: Why would I want to
42809         define authorized values for MARC tags?</para>
42810
42811         <para><emphasis role="bold">Answer</emphasis>: Authorized Values
42812         create a 'controlled vocabulary' for your staff. As an example, let us
42813         assume that your Koha installation is used by several libraries, and
42814         you use MARC 21. You might want to restrict the 850a MARC subfield to
42815         the institution codes for just those libraries. In that case, you
42816         could define an authorized values category (perhaps called "INST") and
42817         enter the institution codes as the authorized values for that
42818         category.</para>
42819
42820         <tip>
42821           <para>Koha automatically sets up authorized value categories for
42822           your item types and branch codes, and you can link these authorized
42823           values to MARC subfields when you set up your MARC tag
42824           structure.</para>
42825         </tip>
42826       </section>
42827
42828       <section id="sessionstblfaq">
42829         <title>How do I clean up the sessions table?</title>
42830
42831         <para><emphasis role="bold">Question</emphasis>: Is there a periodic
42832         job that can be run to cull old sessions from the table? We don't want
42833         to backup all the useless session data every night.</para>
42834
42835         <para><emphasis role="bold">Answer</emphasis>: You can run <link
42836         linkend="cleandbcron">cleanup database cron job</link>.</para>
42837
42838         <para>Or just before doing a backup command (mysqldump), you can
42839         truncate session table: &nbsp;</para>
42840
42841         <para><programlisting>mysql -u&lt;kohauser -p&lt;password &lt;koha-db-name -e 'TRUNCATE TABLE sessions'</programlisting></para>
42842       </section>
42843     </section>
42844
42845     <section id="hardwarefaq">
42846       <title>Hardware</title>
42847
42848       <para/>
42849
42850       <section id="barcodefaq">
42851         <title>Barcode Scanners</title>
42852
42853         <para><emphasis role="bold">Question</emphasis>: What barcode scanners
42854         have been known to work with Koha?</para>
42855
42856         <para><emphasis role="bold">Answer</emphasis>: The simple rule of
42857         thumb is, does it act like a keyboard device?, if so, it will work.
42858         (i.e. can you take the scanner, scan a barcode and have it show up in
42859         a text editor, if so, it will work.)</para>
42860
42861         <para>The main points to check are that it connects to your PC
42862         conveniently (can be USB or "keyboard wedge" which means it connects
42863         in line with the keyboard, which is useful with older computers), and
42864         that it scans the barcode type that you are using.</para>
42865
42866         <para>It is a good idea to test some 'used' barcodes if you have any,
42867         to see whether the scanner can read scuffed or slightly wrinkled ones
42868         successfully. Most scanners are capable of reading several barcode
42869         types - there are many, and the specification should list the ones it
42870         can read. You may need to adjust settings slightly, such as prefix and
42871         suffix characters, or whether you want to send an 'enter' character or
42872         not.</para>
42873
42874         <para>One more tip - some can be set 'always on' and may come with a
42875         stand, some have triggers under the handle, some have buttons on top,
42876         some are held like a pen. Think about the staff working with the
42877         hardware before choosing, as a button in the wrong place can be very
42878         awkward to use.</para>
42879       </section>
42880
42881       <section id="printersfaq">
42882         <title>Printers</title>
42883
42884         <para/>
42885
42886         <section id="kohaprinters">
42887           <title>Printers used by Koha libraries</title>
42888
42889           <itemizedlist>
42890             <listitem>
42891               <para>POS-X receipt printer</para>
42892             </listitem>
42893
42894             <listitem>
42895               <para>Star Micronics printer (exact model unknown) with a
42896               generic/plain text driver.</para>
42897             </listitem>
42898
42899             <listitem>
42900               <para>Star SP2000 (Nelsonville)</para>
42901             </listitem>
42902
42903             <listitem>
42904               <para>Star TSP-100 futurePRINT (Geauga)</para>
42905
42906               <itemizedlist>
42907                 <listitem>
42908                   <para>"I know there have been a lot of questions on receipt
42909                   printers so I thought I'd pass on my findings. We have been
42910                   testing the Star TSP-100 futurePRINT. I found this print to
42911                   be VERY easy to configure for Koha. I was even able to
42912                   customize the print job by adding our system logo (a .gif)
42913                   to the top of every receipt. Also with a bitmap created in
42914                   Paint was able to add a message at the bottom of each
42915                   receipt with the contact information, hours and website for
42916                   the library that the materials were checked out at."</para>
42917                 </listitem>
42918               </itemizedlist>
42919             </listitem>
42920
42921             <listitem>
42922               <para>Epson TM 88 IIIP thermal receipt printers</para>
42923             </listitem>
42924
42925             <listitem>
42926               <para>Epson TM-T88IV</para>
42927             </listitem>
42928
42929             <listitem>
42930               <para>1x1 labels using a Dymolabelwriter printer</para>
42931             </listitem>
42932           </itemizedlist>
42933         </section>
42934
42935         <section id="braillefaq">
42936           <title>Braille Support</title>
42937
42938           <para><emphasis role="bold">Question</emphasis>: Are there any
42939           braille embosser or printer which has inbuilt braille converter and
42940           it is accessible with UNIX environment?</para>
42941
42942           <para><emphasis role="bold">Answer</emphasis>: You may want to look
42943           into BRLTTY (<ulink
42944           url="http://www.emptech.info/product_details.php?ID=1232">http://www.emptech.info/product_details.php?ID=1232</ulink>).</para>
42945         </section>
42946
42947         <section id="hardwaresupport">
42948           <title>Additional Support</title>
42949
42950           <itemizedlist>
42951             <listitem>
42952               <para><ulink
42953               url="http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/">http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/</ulink></para>
42954             </listitem>
42955           </itemizedlist>
42956         </section>
42957       </section>
42958     </section>
42959   </appendix>
42960
42961   <appendix id="extending">
42962     <title>Extending Koha</title>
42963
42964     <section id="amzlookup">
42965       <sectioninfo>
42966         <author>
42967           <firstname>Cab</firstname>
42968
42969           <surname>Vinton</surname>
42970
42971           <affiliation>
42972             <orgname>Sanbornton Public Library</orgname>
42973           </affiliation>
42974         </author>
42975
42976         <pubdate>September 2009</pubdate>
42977
42978         <bibliosource><ulink
42979         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>
42980       </sectioninfo>
42981
42982       <title>Amazon lookup script for Koha libraries</title>
42983
42984       <para>We order most of our materials from Amazon, so I've been looking
42985       for a convenient way to tell if a book under consideration is in our
42986       catalog already.</para>
42987
42988       <para>Greasemonkey &amp; a custom user script fit the bill
42989       nicely:</para>
42990
42991       <itemizedlist>
42992         <listitem>
42993           <para><ulink
42994           url="https://addons.mozilla.org/en-US/firefox/addon/748">https://addons.mozilla.org/en-US/firefox/addon/748</ulink></para>
42995         </listitem>
42996
42997         <listitem>
42998           <para><ulink
42999           url="http://userscripts.org/scripts/show/56847">http://userscripts.org/scripts/show/56847</ulink></para>
43000         </listitem>
43001       </itemizedlist>
43002
43003       <para>A few caveats:</para>
43004
43005       <itemizedlist>
43006         <listitem>
43007           <para>Like most scripts, this one was designed to work with Firefox;
43008           I haven't explored getting it to work with other browsers.</para>
43009         </listitem>
43010
43011         <listitem>
43012           <para>I'm not a JavaScript programmer -- this was adapted from
43013           others' work. Just a few lines would have to be changed to get the
43014           script to work with your catalog.</para>
43015         </listitem>
43016
43017         <listitem>
43018           <para>It depends on the existence of ISBN for the item in question,
43019           so movies, older books, etc. would not work.</para>
43020         </listitem>
43021       </itemizedlist>
43022
43023       <para>Others have added all sorts of bells &amp; whistles: XISBN lookups
43024       to search for related titles, custom messages based on the status of
43025       items (on order, on hold, etc.), ... just search the UserScripts site
43026       for Amazon + library. For a later date!</para>
43027     </section>
43028
43029     <section id="extendkeywordclouds">
43030       <title>Keyword Clouds</title>
43031
43032       <para>In addition to the traditional tag cloud available in Koha, there
43033       is a way to generate clouds for popular subjects within Koha.</para>
43034
43035       <para>The <link linkend="keywordclouds">Author/Subject Cloud cron
43036       job</link> is used to help with this process. This cron job sends its
43037       output to files.</para>
43038
43039       <itemizedlist>
43040         <listitem>
43041           <para>/home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html</para>
43042         </listitem>
43043
43044         <listitem>
43045           <para>/home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html</para>
43046         </listitem>
43047       </itemizedlist>
43048
43049       <para>This means that you can produce clouds for authors, collective
43050       author, all kind of subjects, classifications, etc. And since it works
43051       on zebra indexes, it is quick, even on large DBs. Tags clouds are sent
43052       to files. It's up to library webmaster to deal with those files in order
43053       to include them in <link
43054       linkend="OpacMainUserBlock">OPACMainUserBlock</link>, or include them
43055       into their library CMS.</para>
43056
43057       <para>Some libraries even send the file into a Samba shared folder where
43058       webmaster take them, eventually clean them a little bit before
43059       integrating them into navigation widgets or pages.</para>
43060     </section>
43061
43062     <section id="newtitlesoption">
43063       <title>Newest Titles Pulldown</title>
43064
43065       <para>Often we want to add a way for our patrons to do searches for the
43066       newest items. In this example I'll show you how to create a pull down
43067       menu of the newest items by item type. These tips will work (with a
43068       couple changes) for collection codes or shelving locations as
43069       well.</para>
43070
43071       <para>First, it's important to note that every link in Koha is a
43072       permanent link. This means if I do a search for everything of a specific
43073       item type sorted by the acquisitions date and bookmark that URL,
43074       whenever I click it I'll see the newest items of that type on the first
43075       few pages of the results.</para>
43076
43077       <para>I took this knowledge and wrote a form takes this functionality in
43078       to consideration. It basically just does a search of your Koha catalog
43079       for a specific item type and sorts the results by acquisitions
43080       date.</para>
43081
43082       <para>The first thing I did was write a MySQL statement to generate a
43083       list of item types for me - why copy and paste when you can use the
43084       power of MySQL?</para>
43085
43086       <para><programlisting>select concat('&lt;option value=\"mc-itype:', itemtype, '\"&gt;',description,'&lt;/option&gt;') from itemtypes</programlisting></para>
43087
43088       <para>The above looks at the itemtypes table and slaps the necessary
43089       HTML around each item type for me. I then exported that to CSV and
43090       opened it in my text editor and added the other parts of the
43091       form.</para>
43092
43093       <para><programlisting>&lt;p&gt;&lt;strong&gt;New Items&lt;/strong&gt;&lt;/p&gt;
43094 &lt;p&gt;&lt;form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl"&gt;
43095 &lt;input name="idx" value="kw" type="hidden"&gt;
43096 &lt;input name="sort_by" value="acqdate_dsc" type="hidden"&gt;
43097 &lt;input name="do" value="OK" type="hidden"&gt;
43098 &lt;select name="limit" onchange="this.form.submit()"&gt;
43099 &lt;option&gt;-- Please choose --&lt;/option&gt;
43100 &lt;option value="mc-itype:BOOK"&gt;Book&lt;/option&gt;
43101 &lt;option value="mc-itype:BOOKCD"&gt;Book on CD&lt;/option&gt;
43102 &lt;option value="mc-itype:DVD"&gt;DVD&lt;/option&gt;
43103 &lt;option value="mc-itype:LRG_PRINT"&gt;Large print book&lt;/option&gt;
43104 &lt;option value="mc-itype:MAGAZINE"&gt;Magazine&lt;/option&gt;
43105 &lt;option value="mc-itype:NEWSPAPER"&gt;Newspaper&lt;/option&gt;
43106 &lt;option value="mc-itype:VIDEO"&gt;Videocassette&lt;/option&gt;
43107 &lt;/select&gt;
43108 &lt;/form&gt;
43109 &lt;/p&gt;</programlisting></para>
43110
43111       <para>Now, what does all of that mean? The important bits are
43112       these:</para>
43113
43114       <para>First the starting of the form.</para>
43115
43116       <para><programlisting>&lt;p&gt;&lt;form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl"&gt;</programlisting></para>
43117
43118       <para>This tells the browser to take any value selected and put it at
43119       the end of this http://YOURSITE/cgi-bin/koha/opac-search.pl. If you want
43120       to embed this form on your library website (and not on your OPAC) you
43121       can put the full OPAC URL in there.</para>
43122
43123       <para>Next, there is a hidden value that is telling the search to sort
43124       by acquisitions date descending (newest items at the top):</para>
43125
43126       <para><programlisting>&lt;input name="sort_by" value="acqdate_dsc" type="hidden"&gt;</programlisting></para>
43127
43128       <para>And finally you have an option for each item type you want people
43129       to search.<programlisting>&lt;option value="mc-itype:BOOK"&gt;Book&lt;/option&gt;</programlisting></para>
43130
43131       <para>These options each include the string "mc-itype:" which tells Koha
43132       to do an item type search.</para>
43133
43134       <para>Once you have all of that in place you can copy and paste the form
43135       to somewhere on your OPAC. The <ulink
43136       url="http://catalog.farmingtonlibraries.org">Farmington Public Libraries
43137       OPAC</ulink> has a few examples of this on the left.</para>
43138     </section>
43139   </appendix>
43140
43141   <appendix id="siteintegration">
43142     <title>Koha and Your Website</title>
43143
43144     <para>This appendix will include tips for integrating Koha in to your
43145     library website.</para>
43146
43147     <section id="embedsearch">
43148       <title>Koha search on your site</title>
43149
43150       <para>Often you'll want to add a Koha search box to your library
43151       website. To do so, just copy and paste the following code in to your
43152       library website and update the YOURCATALOG bit with your
43153       catalog&rsquor;s URL and you&rsquor;re set to go.</para>
43154
43155       <para><programlisting>
43156 &lt;form name="searchform" method="get" action="http://YOURCATLOG/cgi-bin/koha/opac-search.pl" id="searchform"&gt;
43157 &lt;input id="transl1" name="q" type="text"&gt;&lt;p&gt;
43158 &lt;select name="idx" id="masthead_search"&gt;
43159 &lt;option value="kw"&gt;Keyword&lt;/option&gt;
43160 &lt;option value="ti"&gt;Title&lt;/option&gt;
43161 &lt;option value="au"&gt;Author&lt;/option&gt;
43162 &lt;option value="su"&gt;Subject&lt;/option&gt;
43163 &lt;option value="nb"&gt;ISBN&lt;/option&gt;
43164 &lt;option value="se"&gt;Series&lt;/option&gt;
43165 &lt;option value="callnum"&gt;Call Number&lt;/option&gt;
43166 &lt;/select&gt;
43167 &lt;input value="Search" id="searchsubmit" type="submit"&gt;
43168 &lt;/p&gt;&lt;/form&gt;
43169       </programlisting></para>
43170     </section>
43171   </appendix>
43172
43173   <appendix id="gpl">
43174     <title><acronym>GNU</acronym> General Public License version 3</title>
43175
43176     <para>Version 3, 29 June 2007</para>
43177
43178     <para>Copyright &copy; 2007 Free Software Foundation, Inc. <ulink
43179     url="http://fsf.org/">http://fsf.org/</ulink></para>
43180
43181     <para>Everyone is permitted to copy and distribute verbatim copies of this
43182     license document, but changing it is not allowed.</para>
43183
43184     <bridgehead id="Preamble" renderas="sect1">Preamble</bridgehead>
43185
43186     <para>The <acronym>GNU</acronym> General Public License is a free,
43187     copyleft license for software and other kinds of works.</para>
43188
43189     <para>The licenses for most software and other practical works are
43190     designed to take away your freedom to share and change the works. By
43191     contrast, the <acronym>GNU</acronym> General Public License is intended to
43192     guarantee your freedom to share and change all versions of a
43193     program&mdash;to make sure it remains free software for all its users. We,
43194     the Free Software Foundation, use the <acronym>GNU</acronym> General
43195     Public License for most of our software; it applies also to any other work
43196     released this way by its authors. You can apply it to your programs,
43197     too.</para>
43198
43199     <para>When we speak of free software, we are referring to freedom, not
43200     price. Our General Public Licenses are designed to make sure that you have
43201     the freedom to distribute copies of free software (and charge for them if
43202     you wish), that you receive source code or can get it if you want it, that
43203     you can change the software or use pieces of it in new free programs, and
43204     that you know you can do these things.</para>
43205
43206     <para>To protect your rights, we need to prevent others from denying you
43207     these rights or asking you to surrender the rights. Therefore, you have
43208     certain responsibilities if you distribute copies of the software, or if
43209     you modify it: responsibilities to respect the freedom of others.</para>
43210
43211     <para>For example, if you distribute copies of such a program, whether
43212     gratis or for a fee, you must pass on to the recipients the same freedoms
43213     that you received. You must make sure that they, too, receive or can get
43214     the source code. And you must show them these terms so they know their
43215     rights.</para>
43216
43217     <para>Developers that use the <acronym>GNU</acronym>
43218     <acronym>GPL</acronym> protect your rights with two steps: (1) assert
43219     copyright on the software, and (2) offer you this License giving you legal
43220     permission to copy, distribute and/or modify it.</para>
43221
43222     <para>For the developers' and authors' protection, the
43223     <acronym>GPL</acronym> clearly explains that there is no warranty for this
43224     free software. For both users' and authors' sake, the
43225     <acronym>GPL</acronym> requires that modified versions be marked as
43226     changed, so that their problems will not be attributed erroneously to
43227     authors of previous versions.</para>
43228
43229     <para>Some devices are designed to deny users access to install or run
43230     modified versions of the software inside them, although the manufacturer
43231     can do so. This is fundamentally incompatible with the aim of protecting
43232     users' freedom to change the software. The systematic pattern of such
43233     abuse occurs in the area of products for individuals to use, which is
43234     precisely where it is most unacceptable. Therefore, we have designed this
43235     version of the <acronym>GPL</acronym> to prohibit the practice for those
43236     products. If such problems arise substantially in other domains, we stand
43237     ready to extend this provision to those domains in future versions of the
43238     <acronym>GPL</acronym>, as needed to protect the freedom of users.</para>
43239
43240     <para>Finally, every program is threatened constantly by software patents.
43241     States should not allow patents to restrict development and use of
43242     software on general-purpose computers, but in those that do, we wish to
43243     avoid the special danger that patents applied to a free program could make
43244     it effectively proprietary. To prevent this, the <acronym>GPL</acronym>
43245     assures that patents cannot be used to render the program non-free.</para>
43246
43247     <para>The precise terms and conditions for copying, distribution and
43248     modification follow.</para>
43249
43250     <bridgehead>TERMS AND CONDITIONS</bridgehead>
43251
43252     <bridgehead id="Definitions" renderas="sect1">0. Definitions.</bridgehead>
43253
43254     <para>&ldquo;This License" refers to version 3 of the
43255     <acronym>GNU</acronym> General Public License.</para>
43256
43257     <para>&ldquo;Copyright" also means copyright-like laws that apply to other
43258     kinds of works, such as semiconductor masks.</para>
43259
43260     <para>&ldquo;The Program" refers to any copyrightable work licensed under
43261     this License. Each licensee is addressed as &ldquo;you". &ldquo;Licensees"
43262     and &ldquo;recipients" may be individuals or organizations.</para>
43263
43264     <para>To &ldquo;modify" a work means to copy from or adapt all or part of
43265     the work in a fashion requiring copyright permission, other than the
43266     making of an exact copy. The resulting work is called a &ldquo;modified
43267     version" of the earlier work or a work &ldquo;based on" the earlier
43268     work.</para>
43269
43270     <para>A &ldquo;covered work" means either the unmodified Program or a work
43271     based on the Program.</para>
43272
43273     <para>To &ldquo;propagate" a work means to do anything with it that,
43274     without permission, would make you directly or secondarily liable for
43275     infringement under applicable copyright law, except executing it on a
43276     computer or modifying a private copy. Propagation includes copying,
43277     distribution (with or without modification), making available to the
43278     public, and in some countries other activities as well.</para>
43279
43280     <para>To &ldquo;convey" a work means any kind of propagation that enables
43281     other parties to make or receive copies. Mere interaction with a user
43282     through a computer network, with no transfer of a copy, is not
43283     conveying.</para>
43284
43285     <para>An interactive user interface displays &ldquo;Appropriate Legal
43286     Notices" to the extent that it includes a convenient and prominently
43287     visible feature that (1) displays an appropriate copyright notice, and (2)
43288     tells the user that there is no warranty for the work (except to the
43289     extent that warranties are provided), that licensees may convey the work
43290     under this License, and how to view a copy of this License. If the
43291     interface presents a list of user commands or options, such as a menu, a
43292     prominent item in the list meets this criterion.</para>
43293
43294     <bridgehead id="SourceCode" renderas="sect1">1. Source Code.</bridgehead>
43295
43296     <para>The &ldquo;source code" for a work means the preferred form of the
43297     work for making modifications to it. &ldquo;Object code" means any
43298     non-source form of a work.</para>
43299
43300     <para>A &ldquo;Standard Interface" means an interface that either is an
43301     official standard defined by a recognized standards body, or, in the case
43302     of interfaces specified for a particular programming language, one that is
43303     widely used among developers working in that language.</para>
43304
43305     <para>The &ldquo;System Libraries" of an executable work include anything,
43306     other than the work as a whole, that (a) is included in the normal form of
43307     packaging a Major Component, but which is not part of that Major
43308     Component, and (b) serves only to enable use of the work with that Major
43309     Component, or to implement a Standard Interface for which an
43310     implementation is available to the public in source code form. A
43311     &ldquo;Major Component", in this context, means a major essential
43312     component (kernel, window system, and so on) of the specific operating
43313     system (if any) on which the executable work runs, or a compiler used to
43314     produce the work, or an object code interpreter used to run it.</para>
43315
43316     <para>The &ldquo;Corresponding Source" for a work in object code form
43317     means all the source code needed to generate, install, and (for an
43318     executable work) run the object code and to modify the work, including
43319     scripts to control those activities. However, it does not include the
43320     work's System Libraries, or general-purpose tools or generally available
43321     free programs which are used unmodified in performing those activities but
43322     which are not part of the work. For example, Corresponding Source includes
43323     interface definition files associated with source files for the work, and
43324     the source code for shared libraries and dynamically linked subprograms
43325     that the work is specifically designed to require, such as by intimate
43326     data communication or control flow between those subprograms and other
43327     parts of the work.</para>
43328
43329     <para>The Corresponding Source need not include anything that users can
43330     regenerate automatically from other parts of the Corresponding
43331     Source.</para>
43332
43333     <para>The Corresponding Source for a work in source code form is that same
43334     work.</para>
43335
43336     <bridgehead id="BasicPermissions" renderas="sect1">2. Basic
43337     Permissions.</bridgehead>
43338
43339     <para>All rights granted under this License are granted for the term of
43340     copyright on the Program, and are irrevocable provided the stated
43341     conditions are met. This License explicitly affirms your unlimited
43342     permission to run the unmodified Program. The output from running a
43343     covered work is covered by this License only if the output, given its
43344     content, constitutes a covered work. This License acknowledges your rights
43345     of fair use or other equivalent, as provided by copyright law.</para>
43346
43347     <para>You may make, run and propagate covered works that you do not
43348     convey, without conditions so long as your license otherwise remains in
43349     force. You may convey covered works to others for the sole purpose of
43350     having them make modifications exclusively for you, or provide you with
43351     facilities for running those works, provided that you comply with the
43352     terms of this License in conveying all material for which you do not
43353     control copyright. Those thus making or running the covered works for you
43354     must do so exclusively on your behalf, under your direction and control,
43355     on terms that prohibit them from making any copies of your copyrighted
43356     material outside their relationship with you.</para>
43357
43358     <para>Conveying under any other circumstances is permitted solely under
43359     the conditions stated below. Sublicensing is not allowed; section 10 makes
43360     it unnecessary.</para>
43361
43362     <bridgehead id="Protecting" renderas="sect1">3. Protecting Users' Legal
43363     Rights From Anti-Circumvention Law.</bridgehead>
43364
43365     <para>No covered work shall be deemed part of an effective technological
43366     measure under any applicable law fulfilling obligations under article 11
43367     of the WIPO copyright treaty adopted on 20 December 1996, or similar laws
43368     prohibiting or restricting circumvention of such measures.</para>
43369
43370     <para>When you convey a covered work, you waive any legal power to forbid
43371     circumvention of technological measures to the extent such circumvention
43372     is effected by exercising rights under this License with respect to the
43373     covered work, and you disclaim any intention to limit operation or
43374     modification of the work as a means of enforcing, against the work's
43375     users, your or third parties' legal rights to forbid circumvention of
43376     technological measures.</para>
43377
43378     <bridgehead id="ConveyingVerbatim" renderas="sect1">4. Conveying Verbatim
43379     Copies.</bridgehead>
43380
43381     <para>You may convey verbatim copies of the Program's source code as you
43382     receive it, in any medium, provided that you conspicuously and
43383     appropriately publish on each copy an appropriate copyright notice; keep
43384     intact all notices stating that this License and any non-permissive terms
43385     added in accord with section 7 apply to the code; keep intact all notices
43386     of the absence of any warranty; and give all recipients a copy of this
43387     License along with the Program.</para>
43388
43389     <para>You may charge any price or no price for each copy that you convey,
43390     and you may offer support or warranty protection for a fee.</para>
43391
43392     <bridgehead id="ConveyingModified" renderas="sect1">5. Conveying Modified
43393     Source Versions.</bridgehead>
43394
43395     <para>You may convey a work based on the Program, or the modifications to
43396     produce it from the Program, in the form of source code under the terms of
43397     section 4, provided that you also meet all of these conditions:</para>
43398
43399     <orderedlist numeration="loweralpha">
43400       <listitem>
43401         <para>The work must carry prominent notices stating that you modified
43402         it, and giving a relevant date.</para>
43403       </listitem>
43404
43405       <listitem>
43406         <para>The work must carry prominent notices stating that it is
43407         released under this License and any conditions added under section 7.
43408         This requirement modifies the requirement in section 4 to &ldquo;keep
43409         intact all notices".</para>
43410       </listitem>
43411
43412       <listitem>
43413         <para>You must license the entire work, as a whole, under this License
43414         to anyone who comes into possession of a copy. This License will
43415         therefore apply, along with any applicable section 7 additional terms,
43416         to the whole of the work, and all its parts, regardless of how they
43417         are packaged. This License gives no permission to license the work in
43418         any other way, but it does not invalidate such permission if you have
43419         separately received it.</para>
43420       </listitem>
43421
43422       <listitem>
43423         <para>If the work has interactive user interfaces, each must display
43424         Appropriate Legal Notices; however, if the Program has interactive
43425         interfaces that do not display Appropriate Legal Notices, your work
43426         need not make them do so.</para>
43427       </listitem>
43428     </orderedlist>
43429
43430     <para>A compilation of a covered work with other separate and independent
43431     works, which are not by their nature extensions of the covered work, and
43432     which are not combined with it such as to form a larger program, in or on
43433     a volume of a storage or distribution medium, is called an
43434     &ldquo;aggregate" if the compilation and its resulting copyright are not
43435     used to limit the access or legal rights of the compilation's users beyond
43436     what the individual works permit. Inclusion of a covered work in an
43437     aggregate does not cause this License to apply to the other parts of the
43438     aggregate.</para>
43439
43440     <bridgehead id="ConveyingNonSource" renderas="sect1">6. Conveying
43441     Non-Source Forms.</bridgehead>
43442
43443     <para>You may convey a covered work in object code form under the terms of
43444     sections 4 and 5, provided that you also convey the machine-readable
43445     Corresponding Source under the terms of this License, in one of these
43446     ways:</para>
43447
43448     <orderedlist numeration="loweralpha">
43449       <listitem>
43450         <para>Convey the object code in, or embodied in, a physical product
43451         (including a physical distribution medium), accompanied by the
43452         Corresponding Source fixed on a durable physical medium customarily
43453         used for software interchange.</para>
43454       </listitem>
43455
43456       <listitem>
43457         <para>Convey the object code in, or embodied in, a physical product
43458         (including a physical distribution medium), accompanied by a written
43459         offer, valid for at least three years and valid for as long as you
43460         offer spare parts or customer support for that product model, to give
43461         anyone who possesses the object code either (1) a copy of the
43462         Corresponding Source for all the software in the product that is
43463         covered by this License, on a durable physical medium customarily used
43464         for software interchange, for a price no more than your reasonable
43465         cost of physically performing this conveying of source, or (2) access
43466         to copy the Corresponding Source from a network server at no
43467         charge.</para>
43468       </listitem>
43469
43470       <listitem>
43471         <para>Convey individual copies of the object code with a copy of the
43472         written offer to provide the Corresponding Source. This alternative is
43473         allowed only occasionally and noncommercially, and only if you
43474         received the object code with such an offer, in accord with subsection
43475         6b.</para>
43476       </listitem>
43477
43478       <listitem>
43479         <para>Convey the object code by offering access from a designated
43480         place (gratis or for a charge), and offer equivalent access to the
43481         Corresponding Source in the same way through the same place at no
43482         further charge. You need not require recipients to copy the
43483         Corresponding Source along with the object code. If the place to copy
43484         the object code is a network server, the Corresponding Source may be
43485         on a different server (operated by you or a third party) that supports
43486         equivalent copying facilities, provided you maintain clear directions
43487         next to the object code saying where to find the Corresponding Source.
43488         Regardless of what server hosts the Corresponding Source, you remain
43489         obligated to ensure that it is available for as long as needed to
43490         satisfy these requirements.</para>
43491       </listitem>
43492
43493       <listitem>
43494         <para>Convey the object code using peer-to-peer transmission, provided
43495         you inform other peers where the object code and Corresponding Source
43496         of the work are being offered to the general public at no charge under
43497         subsection 6d.</para>
43498       </listitem>
43499     </orderedlist>
43500
43501     <para>A separable portion of the object code, whose source code is
43502     excluded from the Corresponding Source as a System Library, need not be
43503     included in conveying the object code work.</para>
43504
43505     <para>A &ldquo;User Product" is either (1) a &ldquo;consumer product",
43506     which means any tangible personal property which is normally used for
43507     personal, family, or household purposes, or (2) anything designed or sold
43508     for incorporation into a dwelling. In determining whether a product is a
43509     consumer product, doubtful cases shall be resolved in favor of coverage.
43510     For a particular product received by a particular user, &ldquo;normally
43511     used" refers to a typical or common use of that class of product,
43512     regardless of the status of the particular user or of the way in which the
43513     particular user actually uses, or expects or is expected to use, the
43514     product. A product is a consumer product regardless of whether the product
43515     has substantial commercial, industrial or non-consumer uses, unless such
43516     uses represent the only significant mode of use of the product.</para>
43517
43518     <para>&ldquo;Installation Information" for a User Product means any
43519     methods, procedures, authorization keys, or other information required to
43520     install and execute modified versions of a covered work in that User
43521     Product from a modified version of its Corresponding Source. The
43522     information must suffice to ensure that the continued functioning of the
43523     modified object code is in no case prevented or interfered with solely
43524     because modification has been made.</para>
43525
43526     <para>If you convey an object code work under this section in, or with, or
43527     specifically for use in, a User Product, and the conveying occurs as part
43528     of a transaction in which the right of possession and use of the User
43529     Product is transferred to the recipient in perpetuity or for a fixed term
43530     (regardless of how the transaction is characterized), the Corresponding
43531     Source conveyed under this section must be accompanied by the Installation
43532     Information. But this requirement does not apply if neither you nor any
43533     third party retains the ability to install modified object code on the
43534     User Product (for example, the work has been installed in
43535     <acronym>ROM</acronym>).</para>
43536
43537     <para>The requirement to provide Installation Information does not include
43538     a requirement to continue to provide support service, warranty, or updates
43539     for a work that has been modified or installed by the recipient, or for
43540     the User Product in which it has been modified or installed. Access to a
43541     network may be denied when the modification itself materially and
43542     adversely affects the operation of the network or violates the rules and
43543     protocols for communication across the network.</para>
43544
43545     <para>Corresponding Source conveyed, and Installation Information
43546     provided, in accord with this section must be in a format that is publicly
43547     documented (and with an implementation available to the public in source
43548     code form), and must require no special password or key for unpacking,
43549     reading or copying.</para>
43550
43551     <bridgehead id="AdditionalTerms" renderas="sect1">7. Additional
43552     Terms.</bridgehead>
43553
43554     <para>&ldquo;Additional permissions" are terms that supplement the terms
43555     of this License by making exceptions from one or more of its conditions.
43556     Additional permissions that are applicable to the entire Program shall be
43557     treated as though they were included in this License, to the extent that
43558     they are valid under applicable law. If additional permissions apply only
43559     to part of the Program, that part may be used separately under those
43560     permissions, but the entire Program remains governed by this License
43561     without regard to the additional permissions.</para>
43562
43563     <para>When you convey a copy of a covered work, you may at your option
43564     remove any additional permissions from that copy, or from any part of it.
43565     (Additional permissions may be written to require their own removal in
43566     certain cases when you modify the work.) You may place additional
43567     permissions on material, added by you to a covered work, for which you
43568     have or can give appropriate copyright permission.</para>
43569
43570     <para>Notwithstanding any other provision of this License, for material
43571     you add to a covered work, you may (if authorized by the copyright holders
43572     of that material) supplement the terms of this License with terms:</para>
43573
43574     <orderedlist numeration="loweralpha">
43575       <listitem>
43576         <para>Disclaiming warranty or limiting liability differently from the
43577         terms of sections 15 and 16 of this License; or</para>
43578       </listitem>
43579
43580       <listitem>
43581         <para>Requiring preservation of specified reasonable legal notices or
43582         author attributions in that material or in the Appropriate Legal
43583         Notices displayed by works containing it; or</para>
43584       </listitem>
43585
43586       <listitem>
43587         <para>Prohibiting misrepresentation of the origin of that material, or
43588         requiring that modified versions of such material be marked in
43589         reasonable ways as different from the original version; or</para>
43590       </listitem>
43591
43592       <listitem>
43593         <para>Limiting the use for publicity purposes of names of licensors or
43594         authors of the material; or</para>
43595       </listitem>
43596
43597       <listitem>
43598         <para>Declining to grant rights under trademark law for use of some
43599         trade names, trademarks, or service marks; or</para>
43600       </listitem>
43601
43602       <listitem>
43603         <para>Requiring indemnification of licensors and authors of that
43604         material by anyone who conveys the material (or modified versions of
43605         it) with contractual assumptions of liability to the recipient, for
43606         any liability that these contractual assumptions directly impose on
43607         those licensors and authors.</para>
43608       </listitem>
43609     </orderedlist>
43610
43611     <para>All other non-permissive additional terms are considered
43612     &ldquo;further restrictions" within the meaning of section 10. If the
43613     Program as you received it, or any part of it, contains a notice stating
43614     that it is governed by this License along with a term that is a further
43615     restriction, you may remove that term. If a license document contains a
43616     further restriction but permits relicensing or conveying under this
43617     License, you may add to a covered work material governed by the terms of
43618     that license document, provided that the further restriction does not
43619     survive such relicensing or conveying.</para>
43620
43621     <para>If you add terms to a covered work in accord with this section, you
43622     must place, in the relevant source files, a statement of the additional
43623     terms that apply to those files, or a notice indicating where to find the
43624     applicable terms.</para>
43625
43626     <para>Additional terms, permissive or non-permissive, may be stated in the
43627     form of a separately written license, or stated as exceptions; the above
43628     requirements apply either way.</para>
43629
43630     <bridgehead id="Termination" renderas="sect1">8. Termination.</bridgehead>
43631
43632     <para>You may not propagate or modify a covered work except as expressly
43633     provided under this License. Any attempt otherwise to propagate or modify
43634     it is void, and will automatically terminate your rights under this
43635     License (including any patent licenses granted under the third paragraph
43636     of section 11).</para>
43637
43638     <para>However, if you cease all violation of this License, then your
43639     license from a particular copyright holder is reinstated (a)
43640     provisionally, unless and until the copyright holder explicitly and
43641     finally terminates your license, and (b) permanently, if the copyright
43642     holder fails to notify you of the violation by some reasonable means prior
43643     to 60 days after the cessation.</para>
43644
43645     <para>Moreover, your license from a particular copyright holder is
43646     reinstated permanently if the copyright holder notifies you of the
43647     violation by some reasonable means, this is the first time you have
43648     received notice of violation of this License (for any work) from that
43649     copyright holder, and you cure the violation prior to 30 days after your
43650     receipt of the notice.</para>
43651
43652     <para>Termination of your rights under this section does not terminate the
43653     licenses of parties who have received copies or rights from you under this
43654     License. If your rights have been terminated and not permanently
43655     reinstated, you do not qualify to receive new licenses for the same
43656     material under section 10.</para>
43657
43658     <bridgehead id="AcceptanceNotRequired" renderas="sect1">9. Acceptance Not
43659     Required for Having Copies.</bridgehead>
43660
43661     <para>You are not required to accept this License in order to receive or
43662     run a copy of the Program. Ancillary propagation of a covered work
43663     occurring solely as a consequence of using peer-to-peer transmission to
43664     receive a copy likewise does not require acceptance. However, nothing
43665     other than this License grants you permission to propagate or modify any
43666     covered work. These actions infringe copyright if you do not accept this
43667     License. Therefore, by modifying or propagating a covered work, you
43668     indicate your acceptance of this License to do so.</para>
43669
43670     <bridgehead id="AutomaticDownstream" renderas="sect1">10. Automatic
43671     Licensing of Downstream Recipients.</bridgehead>
43672
43673     <para>Each time you convey a covered work, the recipient automatically
43674     receives a license from the original licensors, to run, modify and
43675     propagate that work, subject to this License. You are not responsible for
43676     enforcing compliance by third parties with this License.</para>
43677
43678     <para>An &ldquo;entity transaction" is a transaction transferring control
43679     of an organization, or substantially all assets of one, or subdividing an
43680     organization, or merging organizations. If propagation of a covered work
43681     results from an entity transaction, each party to that transaction who
43682     receives a copy of the work also receives whatever licenses to the work
43683     the party's predecessor in interest had or could give under the previous
43684     paragraph, plus a right to possession of the Corresponding Source of the
43685     work from the predecessor in interest, if the predecessor has it or can
43686     get it with reasonable efforts.</para>
43687
43688     <para>You may not impose any further restrictions on the exercise of the
43689     rights granted or affirmed under this License. For example, you may not
43690     impose a license fee, royalty, or other charge for exercise of rights
43691     granted under this License, and you may not initiate litigation (including
43692     a cross-claim or counterclaim in a lawsuit) alleging that any patent claim
43693     is infringed by making, using, selling, offering for sale, or importing
43694     the Program or any portion of it.</para>
43695
43696     <bridgehead id="Patents" renderas="sect1">11. Patents.</bridgehead>
43697
43698     <para>A &ldquo;contributor" is a copyright holder who authorizes use under
43699     this License of the Program or a work on which the Program is based. The
43700     work thus licensed is called the contributor's &ldquo;contributor
43701     version".</para>
43702
43703     <para>A contributor's &ldquo;essential patent claims" are all patent
43704     claims owned or controlled by the contributor, whether already acquired or
43705     hereafter acquired, that would be infringed by some manner, permitted by
43706     this License, of making, using, or selling its contributor version, but do
43707     not include claims that would be infringed only as a consequence of
43708     further modification of the contributor version. For purposes of this
43709     definition, &ldquo;control" includes the right to grant patent sublicenses
43710     in a manner consistent with the requirements of this License.</para>
43711
43712     <para>Each contributor grants you a non-exclusive, worldwide, royalty-free
43713     patent license under the contributor's essential patent claims, to make,
43714     use, sell, offer for sale, import and otherwise run, modify and propagate
43715     the contents of its contributor version.</para>
43716
43717     <para>In the following three paragraphs, a &ldquo;patent license" is any
43718     express agreement or commitment, however denominated, not to enforce a
43719     patent (such as an express permission to practice a patent or covenant not
43720     to sue for patent infringement). To &ldquo;grant" such a patent license to
43721     a party means to make such an agreement or commitment not to enforce a
43722     patent against the party.</para>
43723
43724     <para>If you convey a covered work, knowingly relying on a patent license,
43725     and the Corresponding Source of the work is not available for anyone to
43726     copy, free of charge and under the terms of this License, through a
43727     publicly available network server or other readily accessible means, then
43728     you must either (1) cause the Corresponding Source to be so available, or
43729     (2) arrange to deprive yourself of the benefit of the patent license for
43730     this particular work, or (3) arrange, in a manner consistent with the
43731     requirements of this License, to extend the patent license to downstream
43732     recipients. &ldquo;Knowingly relying" means you have actual knowledge
43733     that, but for the patent license, your conveying the covered work in a
43734     country, or your recipient's use of the covered work in a country, would
43735     infringe one or more identifiable patents in that country that you have
43736     reason to believe are valid.</para>
43737
43738     <para>If, pursuant to or in connection with a single transaction or
43739     arrangement, you convey, or propagate by procuring conveyance of, a
43740     covered work, and grant a patent license to some of the parties receiving
43741     the covered work authorizing them to use, propagate, modify or convey a
43742     specific copy of the covered work, then the patent license you grant is
43743     automatically extended to all recipients of the covered work and works
43744     based on it.</para>
43745
43746     <para>A patent license is &ldquo;discriminatory" if it does not include
43747     within the scope of its coverage, prohibits the exercise of, or is
43748     conditioned on the non-exercise of one or more of the rights that are
43749     specifically granted under this License. You may not convey a covered work
43750     if you are a party to an arrangement with a third party that is in the
43751     business of distributing software, under which you make payment to the
43752     third party based on the extent of your activity of conveying the work,
43753     and under which the third party grants, to any of the parties who would
43754     receive the covered work from you, a discriminatory patent license (a) in
43755     connection with copies of the covered work conveyed by you (or copies made
43756     from those copies), or (b) primarily for and in connection with specific
43757     products or compilations that contain the covered work, unless you entered
43758     into that arrangement, or that patent license was granted, prior to 28
43759     March 2007.</para>
43760
43761     <para>Nothing in this License shall be construed as excluding or limiting
43762     any implied license or other defenses to infringement that may otherwise
43763     be available to you under applicable patent law.</para>
43764
43765     <bridgehead id="NoSurrender" renderas="sect1">12. No Surrender of Others'
43766     Freedom.</bridgehead>
43767
43768     <para>If conditions are imposed on you (whether by court order, agreement
43769     or otherwise) that contradict the conditions of this License, they do not
43770     excuse you from the conditions of this License. If you cannot convey a
43771     covered work so as to satisfy simultaneously your obligations under this
43772     License and any other pertinent obligations, then as a consequence you may
43773     not convey it at all. For example, if you agree to terms that obligate you
43774     to collect a royalty for further conveying from those to whom you convey
43775     the Program, the only way you could satisfy both those terms and this
43776     License would be to refrain entirely from conveying the Program.</para>
43777
43778     <bridgehead id="UsedWithAGPL" renderas="sect1">13. Use with the
43779     <acronym>GNU</acronym> Affero General Public License.</bridgehead>
43780
43781     <para>Notwithstanding any other provision of this License, you have
43782     permission to link or combine any covered work with a work licensed under
43783     version 3 of the <acronym>GNU</acronym> Affero General Public License into
43784     a single combined work, and to convey the resulting work. The terms of
43785     this License will continue to apply to the part which is the covered work,
43786     but the special requirements of the <acronym>GNU</acronym> Affero General
43787     Public License, section 13, concerning interaction through a network will
43788     apply to the combination as such.</para>
43789
43790     <bridgehead id="RevisedVersions" renderas="sect1">14. Revised Versions of
43791     this License.</bridgehead>
43792
43793     <para>The Free Software Foundation may publish revised and/or new versions
43794     of the <acronym>GNU</acronym> General Public License from time to time.
43795     Such new versions will be similar in spirit to the present version, but
43796     may differ in detail to address new problems or concerns.</para>
43797
43798     <para>Each version is given a distinguishing version number. If the
43799     Program specifies that a certain numbered version of the
43800     <acronym>GNU</acronym> General Public License &ldquo;or any later version"
43801     applies to it, you have the option of following the terms and conditions
43802     either of that numbered version or of any later version published by the
43803     Free Software Foundation. If the Program does not specify a version number
43804     of the <acronym>GNU</acronym> General Public License, you may choose any
43805     version ever published by the Free Software Foundation.</para>
43806
43807     <para>If the Program specifies that a proxy can decide which future
43808     versions of the <acronym>GNU</acronym> General Public License can be used,
43809     that proxy's public statement of acceptance of a version permanently
43810     authorizes you to choose that version for the Program.</para>
43811
43812     <para>Later license versions may give you additional or different
43813     permissions. However, no additional obligations are imposed on any author
43814     or copyright holder as a result of your choosing to follow a later
43815     version.</para>
43816
43817     <bridgehead id="WarrantyDisclaimer" renderas="sect1">15. Disclaimer of
43818     Warranty.</bridgehead>
43819
43820     <para>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
43821     APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
43822     HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM &ldquo;AS IS" WITHOUT
43823     WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
43824     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
43825     PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
43826     THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
43827     THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</para>
43828
43829     <bridgehead id="LiabilityLimitation" renderas="sect1">16. Limitation of
43830     Liability.</bridgehead>
43831
43832     <para>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
43833     WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
43834     CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
43835     INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
43836     ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
43837     LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
43838     SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
43839     WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
43840     ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</para>
43841
43842     <bridgehead id="InterpretationSecs1516" renderas="sect1">17.
43843     Interpretation of Sections 15 and 16.</bridgehead>
43844
43845     <para>If the disclaimer of warranty and limitation of liability provided
43846     above cannot be given local legal effect according to their terms,
43847     reviewing courts shall apply local law that most closely approximates an
43848     absolute waiver of all civil liability in connection with the Program,
43849     unless a warranty or assumption of liability accompanies a copy of the
43850     Program in return for a fee.</para>
43851
43852     <bridgehead>END OF TERMS AND CONDITIONS</bridgehead>
43853
43854     <bridgehead id="HowToApply" renderas="sect1">How to Apply These Terms to
43855     Your New Programs</bridgehead>
43856
43857     <para>If you develop a new program, and you want it to be of the greatest
43858     possible use to the public, the best way to achieve this is to make it
43859     free software which everyone can redistribute and change under these
43860     terms.</para>
43861
43862     <para>To do so, attach the following notices to the program. It is safest
43863     to attach them to the start of each source file to most effectively state
43864     the exclusion of warranty; and each file should have at least the
43865     &ldquo;copyright" line and a pointer to where the full notice is
43866     found.</para>
43867
43868     <screen>
43869 <replaceable>one line to give the program's name and a brief idea of what it does.</replaceable>
43870 Copyright (C) <replaceable>year</replaceable> <replaceable>name of author</replaceable>
43871
43872 This program is free software: you can redistribute it and/or modify
43873 it under the terms of the <acronym>GNU</acronym> General Public License as published by
43874 the Free Software Foundation, either version 3 of the License, or
43875 (at your option) any later version.
43876
43877 This program is distributed in the hope that it will be useful,
43878 but WITHOUT ANY WARRANTY; without even the implied warranty of
43879 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
43880 <acronym>GNU</acronym> General Public License for more details.
43881
43882 You should have received a copy of the <acronym>GNU</acronym> General Public License
43883 along with this program.  If not, see <ulink
43884         url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>.
43885   </screen>
43886
43887     <para>Also add information on how to contact you by electronic and paper
43888     mail.</para>
43889
43890     <para>If the program does terminal interaction, make it output a short
43891     notice like this when it starts in an interactive mode:</para>
43892
43893     <screen>
43894 <replaceable>program</replaceable> Copyright (C) <replaceable>year</replaceable> <replaceable>name of author</replaceable>
43895 This program comes with ABSOLUTELY NO WARRANTY; for details type &lsquo;<literal>show w</literal>'.
43896 This is free software, and you are welcome to redistribute it
43897 under certain conditions; type &lsquo;<literal>show c</literal>' for details.
43898   </screen>
43899
43900     <para>The hypothetical commands &lsquo;<literal>show w</literal>' and
43901     &lsquo;<literal>show c</literal>' should show the appropriate parts of the
43902     General Public License. Of course, your program's commands might be
43903     different; for a GUI interface, you would use an &ldquo;about box".</para>
43904
43905     <para>You should also get your employer (if you work as a programmer) or
43906     school, if any, to sign a &ldquo;copyright disclaimer" for the program, if
43907     necessary. For more information on this, and how to apply and follow the
43908     <acronym>GNU</acronym> <acronym>GPL</acronym>, see <ulink
43909     url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>.</para>
43910
43911     <para>The <acronym>GNU</acronym> General Public License does not permit
43912     incorporating your program into proprietary programs. If your program is a
43913     subroutine library, you may consider it more useful to permit linking
43914     proprietary applications with the library. If this is what you want to do,
43915     use the <acronym>GNU</acronym> Lesser General Public License instead of
43916     this License. But first, please read <ulink
43917     url="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</ulink>.</para>
43918   </appendix>
43919 </book>