ac47dffe2ff5e57bc652140e65f3f92bd6e2f1b7
[kohadocs.git] / en / source / manual.rst
1
2
3 Lists & Cart
4 ============
5
6 Lists are a way to save a collection of content on a specific topic or
7 for a specific purpose. The Cart is a session specific storage space.
8
9 -  *Get there:* More > Lists
10
11 `Lists <#lists>`__
12 ------------------
13
14 `Create a List <#createlist>`__
15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
17 A list can be created by visiting the Lists page and clicking 'New List'
18
19 New List Button
20 |image868|
21
22 The new list form offers several options for creating your list:
23
24 New List Form
25 |image869|
26
27 -  The name is what will appear on the list of Lists
28
29 -  You can also choose how to sort the list
30
31 -  Next decide if your list is going to be private or public
32
33    -  A Private List is managed by you and can be seen only by you
34       (depending on your permissions settings below)
35
36    -  A Public List can be seen by everybody, but managed only by you
37       (depending on your permissions settings below)
38
39 -  Finally decide what your permissions will be on the list. You can all
40    or disallow:
41
42    -  anyone else to add entries
43
44    -  anyone to remove his own contributed entries
45
46       -  **Note**
47
48              The owner of a list is always allowed to add entries, but
49              needs permission to remove.
50
51    -  anyone to remove other contributed entries    
52
53 A list can also be created from the catalog search results
54
55 New list from catalog search
56 |image870|
57
58 -  Check the box to the left of the titles you want to add to the new
59    list
60
61 -  Choose [New List] from the 'Add to:' pull down menu
62
63    New List from Search Results
64    |image871|
65
66    -  Name the list and choose what type of list this is
67
68       -  A Private List is managed by you and can be seen only by you
69
70       -  A Public List can be seen by everybody, but managed only by you
71
72 Once the list is saved it will accessible from the Lists page and from
73 the 'Add to' menu at the top of the search results.
74
75 `Add to a List <#addtolist>`__
76 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77
78 To add titles to an existing list click on the list name from the page
79 of lists
80
81 List of Lists
82 |image872|
83
84 To open a list you can click the list name.
85
86 From that page you can add titles by scanning barcodes into the box at
87 the bottom of the page
88
89 Content of a List
90 |image873|
91
92 A title can also be added to a list by selecting titles on the search
93 results page and choosing the list from the 'Add to' menu
94
95 Add to List
96 |image874|
97
98 `Viewing Lists <#viewlist>`__
99 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100
101 To see the contents of a list, visit the Lists page on the staff client
102
103 List of Lists
104 |image875|
105
106 Clicking on the 'List Name' will show the contents of the list
107
108 Content of a List
109 |image876|
110
111 From this list of items you can perform several actions
112
113 -  'New list' will allow you to create another list
114
115 -  'Edit' will allow you to edit the description and permissions for
116    this list
117
118 -  'Send list' will send the list to the email address you enter (`view
119    sample List email <#examplelistemail>`__)
120
121 -  'Download list' will allow you to download the cart using one of 3
122    default formats or your `CSV Profiles <#csvprofiles>`__
123
124 -  'Print list' will present you with a printable version of the list
125
126 Using the filters at the top of each column you can find specific items
127 in your list.
128
129 `Merging Bibliographic Records Via Lists <#mergebibrecs>`__
130 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
132 One way to merge together duplicate bibliographic records is to add them
133 to a list and use the Merge Tool from there.
134
135 List of Duplicate Records
136 |image877|
137
138 Once you have selected the records to merge together the process is the
139 same as if you had chosen to `merge via cataloging <#mergebibs>`__.
140
141 `Cart <#cart>`__
142 ----------------
143
144 The cart is a temporary holding place for items in the OPAC and/or staff
145 client. The cart will be emptied once the session is ended (by closing
146 the browser or logging out). The cart is best used for performing batch
147 operations (holds, printing, emailing) or for getting a list of items to
148 be printed or emailed to yourself or a patron.
149
150 If you would like to enable the cart in the staff client, you need to
151 set the `intranetbookbag <#intranetbookbag>`__ system preference to
152 'Show.' To add things to the cart, search the catalog and select the
153 items you would like added to your cart and choose 'Cart' from the 'Add
154 to' menu
155
156 Add to Cart
157 |image878|
158
159 A confirmation will appear below the cart button at the top of the staff
160 client
161
162 Items added to Cart
163 |image879|
164
165 Clicking on the Cart icon will provide you with the contents of the cart
166
167 Cart Contents
168 |image880|
169
170 From this list of items you can perform several actions
171
172 -  'More details' will show more information about the items in the cart
173
174 -  'Send' will send the list to the email address you enter (`view
175    sample Cart email <#examplecartemail>`__)
176
177 -  'Download' will allow you to download the cart using one of 3 default
178    formats or your `CSV Profiles <#csvprofiles>`__
179
180 -  'Print' will present you with a printable version of the cart
181
182 -  'Empty and Close' will empty the list and close the window
183
184 -  'Hide Window' will close the window
185
186 Reports
187 =======
188
189 Reports in Koha are a way to gather data. Reports are used to generate
190 statistics, member lists, shelving lists, or any list of data in your
191 database.
192
193 -  *Get there:* More > Reports
194
195 `Custom Reports <#customreports>`__
196 -----------------------------------
197
198 Koha's data is stored in a MySQL database which means that librarians
199 can generate nearly any report they would like by either using the
200 `Guided Reports Wizard <#quidedreportwizard>`__ or writing their own
201 `SQL query <#reportfromsql>`__.
202
203 `Add Custom Report <#customreport>`__
204 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
205
206 `Guided Report Wizard <#quidedreportwizard>`__
207 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208
209 The guided report wizard will walk you through a six step process to
210 generate a report.
211
212 Step 1: Choose the module you want to report on. This will determine
213 what tables and fields are available for you to query.
214
215 'Report is public' should be left to the default of 'No' in most cases.
216 A report can be made public if you intend to allow access to it through
217 the JSON webservice interface. This is a system that can be used by
218 developers to make custom presentations of the data from the report, for
219 example displaying it using a graphing API. To learn more speak to your
220 local developer.
221
222 -  A public report is accessible via a URL that looks like this:
223    http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID
224
225 Chose Module for Report
226 |image881|
227
228     **Note**
229
230     If your system administrator has set up memcache on your server you
231     might see one more option for the Cache expiry. This is related to
232     your public reports. If you make the report public then it's
233     constantly running and will cause a large load on your system.
234     Setting this value prevents that.Cache expiry
235
236 Step 2: Choose a report type. For now, Tabular is the only option
237 available.
238
239 Report Type
240 |image882|
241
242 Step 3: Choose the fields you want in your report. You can select
243 multiple fields and add them all at once by using CTRL+Click on each
244 item you want to add before clicking the Add button.
245
246 Select database fields to query
247 |image883|
248
249 Step 4: Choose any limits you might want to apply to your report (such
250 as item types or branches). If you don't want to apply any limits,
251 simply click Next instead of making an option.
252
253 Choose limits
254 |image884|
255
256 Step 5: Perform math functions. If you don't want to do any
257 calculations, simply click Next instead of making an option.
258
259 Choose math functions
260 |image885|
261
262 Step 6: Choose data order. If you want the data to print out in the
263 order it's found in the database, simply click Finish.
264
265 Choose ordering
266 |image886|
267
268 When you are finished you will be presented with the SQL generated by
269 the report wizard. From here you can choose to save the report by
270 clicking 'Save' or copy the SQL and make edits to it by hand.
271
272 Custom Report Confirmation
273 |image887|
274
275 If you choose to save the report you will be asked to name your report,
276 sort it in to groups and subgroups and enter any notes regarding it.
277
278 Save custom report
279 |image888|
280
281 Once your report is saved it will appear on the 'Use Saved' page with
282 all other saved reports.
283
284 Saved Reports list
285 |image889|
286
287 From here you can make edits, run the report, or schedule a time to have
288 the report run. To find the report you created you can sort by any of
289 the columns by clicking the on the column header (creation date is the
290 best bet for finding the report you just added). You can also filter
291 your results using the filter menu on the left or use the tabs to find
292 reports based on your custom groups.
293
294 `Report from SQL <#reportfromsql>`__
295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
296
297 In addition to the report wizard, you have the option to write your own
298 queries using SQL. To find reports written by other Koha users, visit
299 the Koha Wiki: http://wiki.koha-community.org/wiki/SQL_Reports_Library.
300 You can also find your database structure in
301 /installer/data/mysql/kohastructure.sql or online at:
302 `http://schema.koha-community.org <http://schema.koha-community.org/>`__.
303
304 To add your query, click the link to 'Create from SQL' on the main
305 reports module or the 'New report' button at the top of the 'Saved
306 reports' page.
307
308 New SQL Report
309 |image890|
310
311 Fill in the form presented
312
313 Create Report from SQL
314 |image891|
315
316 -  The 'Name' is what will appear on the Saved Reports page to help you
317    identify the report later. It will also be searchable using the
318    filters found the left of the Saved Reports page.
319
320 -  You can use the 'Report group' to organize your reports so that you
321    can easily filter reports by groups. Report groups are set in the
322    `REPORT\_GROUP <#reportgroup>`__ authorized value category or can be
323    added on the fly when creating the report by choosing the 'or create'
324    radio button.Report group
325
326    -  **Note**
327
328           If you're adding a report group on the fly, remember that you
329           code should be fewer than 10 characters and should not include
330           special characters or spaces.
331
332 -  You can use 'Report subgroup' to further organize your reports so
333    that you can easily filter reports by groups and subgroups. Report
334    subgroups are set in the `REPORT\_SUBGROUP <#reportsubgroup>`__
335    authorized value category or can be added on the fly when creating
336    the report by choosing the 'or create' radio button.
337
338    Report subgroup
339    |image892|
340
341    -  **Note**
342
343           If you're adding a report subgroup on the fly, remember that
344           you code should be fewer than 10 characters and should not
345           include special characters or spaces.
346
347 -  'Report is public' should be left to the default of 'No' in most
348    cases. A report can be made public if you intend to allow access to
349    it through the JSON webservice interface. This is a system that can
350    be used by developers to make custom presentations of the data from
351    the report, for example displaying it using a graphing API. To learn
352    more speak to your local developer.
353
354    -  A public report is accessible via a URL that looks like this:
355       http://MYOPAC/cgi-bin/koha/svc/report?id=REPORTID
356
357 -  'Notes' will also appear on the Saved Reports page, this can be used
358    to provide more details about the report or tips on how to enter
359    values when it runs
360
361 -  The type should always be 'Tabular' at this time since the other
362    formats have not been implemented
363
364 -  In the 'SQL' box you will type or paste the SQL for the report
365
366 -  If you feel that your report might be too resource intensive you
367    might want to consider using runtime parameters to your query.
368    Runtime parameters basically make a filter appear before the report
369    is run to save your system resources.
370
371    There is a specific syntax that Koha will understand as 'ask for
372    values when running the report'. The syntax is <<Question to
373    ask\|authorized\_value>>.
374
375    -  The << and >> are just delimiters. You must put << at the
376       beginning and >> at the end of your parameter
377
378    -  The 'Question to ask' will be displayed on the left of the string
379       to enter.
380
381    -  The authorized\_value can be omitted if not applicable. If it
382       contains an authorized value category, or branches or itemtype or
383       categorycode or biblio\_framework, a list with the Koha authorized
384       values will be displayed instead of a free field Note that you can
385       have more than one parameter in a given SQL Note that entering
386       nothing at run time won't probably work as you expect. It will be
387       considered as "value empty" not as "ignore this parameter". For
388       example entering nothing for : "title=<<Enter title>>" will
389       display results with title='' (no title). If you want to have to
390       have something not mandatory, use "title like <<Enter title>>" and
391       enter a % at run time instead of nothing
392
393    Examples:
394
395    -  SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter
396       patrons library\|branches>> AND surname like <<Enter filter for
397       patron surname (% if none)>>
398
399    -  SELECT \* FROM items WHERE homebranch = <<Pick your
400       branch\|branches>> and barcode like <<Partial barcode value here>>
401
402    -  SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the
403       frameworkcode\|biblio\_framework>>
404
405        **Note**
406
407        To generate a date picker calendar to the right of the field when
408        running a report you can use the 'date' keyword like this:
409        <<Enter Date\|date>>
410
411        Date Picker
412        |image893|
413
414        **Note**
415
416        You have to put "%" in a text box to 'leave it blank'. Otherwise,
417        it literally looks for "" (empty string) as the value for the
418        field.
419
420        **Important**
421
422        In addition to using any authorized value code to generate a
423        dropdown, you can use the following values as well: Framework
424        codes (biblio\_framework), Branches (branches), Item Types
425        (itemtypes) and Patron Categories (categorycode). For example a
426        branch pull down would be generated like this
427        <<Branch\|branches>>
428
429        Branch pull down
430        |image894|
431
432     **Note**
433
434     There is a limit of 10,000 records put on SQL statements entered in
435     Koha. To get around this you want to add 'LIMIT 100000' to the end
436     of your SQL statement (or any other number above 10,000).
437
438     **Note**
439
440     If your system administrator has set up memcache on your server you
441     might see one more option for the Cache expiry. This is related to
442     your public reports. If you make the report public then it's
443     constantly running and will cause a large load on your system.
444     Setting this value prevents that.Cache expiry
445
446 Once everything is entered click the 'Save Report' button and you'll be
447 presented with options to run it. Once a report is saved you do not have
448 to recreate it you can simply find it on the Saved Reports page and
449 `run <#runcustomreport>`__ or `edit <#editcustomreports>`__ it.
450
451 `Duplicate Report <#duplicatereport>`__
452 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
453
454 Reports can also be added by duplicating an existing report. Visit the
455 'Saved reports' page to see all of the reports listed on your system
456 already.
457
458 Saved Reports
459 |image895|
460
461 To the right of every report there is an 'Actions' pull down. Clickin
462 that and choose 'Duplicate' to use an existing report as the basis for
463 your new report. That will populate the new report form with the
464 existing SQL for easy editing and resaving.
465
466 `Edit Custom Reports <#editcustomreports>`__
467 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
468
469 Every report can be edited from the reports lists. To see the list of
470 reports already stored in Koha, click 'Use Saved.'
471
472 Saved Reports
473 |image896|
474
475 To find the report you'd like to edit you can sort by any of the columns
476 by clicking the on the column header. You can also filter your results
477 using the filter menu on the left or use the tabs to find reports based
478 on your custom groups.
479
480 From this list you can edit any custom report by clicking 'Actions' to
481 the right of the report and choosing 'Edit' from the menu that appears.
482
483 Edit Report Option
484 |image897|
485
486 The form to edit the report will appear.
487
488 Edit SQL Form
489 |image898|
490
491 `Running Custom Reports <#runcustomreport>`__
492 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
493
494 Once custom reports are saved to Koha, you can run them by going to the
495 Saved Reports page and clicking the 'Actions' button to the right of the
496 report and choosing 'Run'.
497
498 Run Report
499 |image899|
500
501 When you report runs you will either be asked for some values
502
503 Enter report parameters
504 |image900|
505
506 or you will see the results right away
507
508 Report results
509 |image901|
510
511 From the results you can choose to rerun the report by clicking 'Run
512 report' at the top, edit the report by clicking the 'Edit' button or
513 starting over and creating a new report by using the 'New' button. You
514 can also download your results by choosing a file type at the bottom of
515 the results next to the 'Download the report' label and clicking
516 'Download.'
517
518     **Note**
519
520     A Comma Separated Text file is a CSV file and it can be opened by
521     any spreadsheet application.
522
523 `Statistics Reports <#statsreports>`__
524 --------------------------------------
525
526 Statistic reports will show you counts and sums. These reports are all
527 about numbers and statistics, for reports that return more detailed
528 data, use the `Guided Report Wizard <#quidedreportwizard>`__. These
529 reports are limited in what data they can look at, so it's often
530 recommended to use `custom reports <#customreports>`__ for official end
531 of the year statistics.
532
533 `Acquisitions Statistics <#acqstats>`__
534 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
535
536     **Note**
537
538     These reports are limited in what data they can look at, so it's
539     often recommended to use `custom reports <#customreports>`__ for
540     official end of the year statistics.
541
542 Using the form provided, choose which value you would like to appear in
543 the Column and which will appear in the Row.
544
545 Acquisitions Statistics
546 |image902|
547
548 If you choose to output to the browser your results will print to the
549 screen.
550
551 Acquisitions Statistics Results
552 |image903|
553
554 You can also choose to export to a file that you can manipulate to your
555 needs.
556
557 When generating your report, note that you get to choose between
558 counting or summing the values.
559
560 Acquisitions Stats Options
561 |image904|
562
563 Choosing amount will change your results to appear as the sum of the
564 amounts spent.
565
566 Acquisitions statistics with totals
567 |image905|
568
569 `Patron Statistics <#patstats>`__
570 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
571
572     **Note**
573
574     These reports are limited in what data they can look at, so it's
575     often recommended to use `custom reports <#customreports>`__ for
576     official end of the year statistics.
577
578 Using the form provided, choose which value you would like to appear in
579 the Column and which will appear in the Row.
580
581 Patron Statistics Options
582 |image906|
583
584 If you choose to output to the browser your results will print to the
585 screen.
586
587 Patron Statistics Results
588 |image907|
589
590 Based on your selections, you may see some query information above your
591 results table. You can also choose to export to a file that you can
592 manipulate to your needs.
593
594 `Catalog Statistics <#catstats>`__
595 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
596
597     **Note**
598
599     These reports are limited in what data they can look at, so it's
600     often recommended to use `custom reports <#customreports>`__ for
601     official end of the year statistics.
602
603 Using the form provided, choose which value you would like to appear in
604 the Column and which will appear in the Row.
605
606 Catalog Statistics Form
607 |image908|
608
609 If you choose to output to the browser your results will print to the
610 screen.
611
612 Catalog Statistic Results
613 |image909|
614
615 You can also choose to export to a file that you can manipulate to your
616 needs.
617
618 `Circulation Statistics <#circstats>`__
619 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
620
621     **Note**
622
623     These reports are limited in what data they can look at, so it's
624     often recommended to use `custom reports <#customreports>`__ for
625     official end of the year statistics.
626
627 Using the form provided, choose which value you would like to appear in
628 the Column and which will appear in the Row.
629
630 Circulation Statistics
631 |image910|
632
633 If you choose to output to the browser your results will print to the
634 screen.
635
636 Circulation Statistic Results
637 |image911|
638
639 You can also choose to export to a file that you can manipulate to your
640 needs.
641
642     **Note**
643
644     To get a complete picture of your monthly or daily circulation, you
645     can run the report twice, once for 'Type' of 'Checkout' and again
646     for 'Renewal.'
647
648     This report uses 'Period,' or date, filtering that allows you to
649     limit to a month by simply selecting the first day of the first
650     month through the first day of the next month. For example, 10/1 to
651     11/1 to find statistics for the month of October.
652
653     -  To find daily statistics, set your date range.</br> Example: "I
654        want circulation data starting with date XXX up to, but not
655        including, date XXX."
656
657     -  For a whole month, an example range would be: 11/01/2009 to
658        12/01/2009
659
660     -  For a whole year, an example range would be: 01/01/2009 to
661        01/01/2010
662
663     -  For a single day, an example would be: 11/15/2009 to 11/16/2009
664        to find what circulated on the 15th
665
666 `Tracking in house use <#inhouseuse>`__
667 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
668
669 Using the Circulation statistics reporting wizard you can run reports on
670 in house usage of items simply by choosing 'Local Use' from the 'Type'
671 pull down:
672
673 In House Use Stats
674 |image912|
675
676 `Serials Statistics <#serialstats>`__
677 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
678
679     **Note**
680
681     These reports are limited in what data they can look at, so it's
682     often recommended to use `custom reports <#customreports>`__ for
683     official end of the year statistics.
684
685 Using the form provided, choose how you would like to list the serials
686 in your system.
687
688 Serials Statistics
689 |image913|
690
691 If you choose to output to the browser your results will print to the
692 screen.
693
694 Serials Results
695 |image914|
696
697 You can also choose to export to a file that you can manipulate to your
698 needs.
699
700 `Holds Statistics <#holdstats>`__
701 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
702
703     **Note**
704
705     These reports are limited in what data they can look at, so it's
706     often recommended to use `custom reports <#customreports>`__ for
707     official end of the year statistics.
708
709 Using the form provided you can see statistics for holds placed, filled,
710 cancelled and more at your library. From the form choose what value you
711 want to display in the column and what value to show in the row. You can
712 also choose from the filters on the far right of the form.
713
714 Hold Statistics Form
715 |image915|
716
717 If you choose to output to the browser your results will print to the
718 screen.
719
720 Hold Stats Results
721 |image916|
722
723 You can also choose to export to a file that you can manipulate to your
724 needs.
725
726 `Patrons with the most checkouts <#mostcheckouts>`__
727 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
728
729 This report will simply list the patrons who have the most checkouts.
730
731 Patrons with the most checkouts form
732 |image917|
733
734 If you choose to output to the browser your results will print to the
735 screen.
736
737 Top checkouts results
738 |image918|
739
740 You can also choose to export to a file that you can manipulate to your
741 needs.
742
743 `Most Circulated Items <#mostcirculated>`__
744 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
745
746 This report will simply list the items that have the been checked out
747 the most.
748
749 Most Circulation Items Form
750 |image919|
751
752 If you choose to output to the browser your results will print to the
753 screen.
754
755 Top Circulation Items Results
756 |image920|
757
758 You can also choose to export to a file that you can manipulate to your
759 needs.
760
761 `Patrons with no checkouts <#patnocheckouts>`__
762 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
763
764 This report will list for you the patrons in your system who haven't
765 checked any items out.
766
767 Patrons with no Checkouts
768 |image921|
769
770 If you choose to output to the browser your results will print to the
771 screen.
772
773 Results for Patrons with no Checkouts
774 |image922|
775
776 You can also choose to export to a file that you can manipulate to your
777 needs.
778
779 `Items with no checkouts <#itemnocheckouts>`__
780 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
781
782 This report will list items in your collection that have never been
783 checked out.
784
785 Items with No Checkouts
786 |image923|
787
788 If you choose to output to the browser your results will print to the
789 screen.
790
791 Items with no checkouts results
792 |image924|
793
794 You can also choose to export to a file that you can manipulate to your
795 needs.
796
797 `Catalog by Item Type <#catbyitem>`__
798 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
799
800 This report will list the total number of items of each item type per
801 branch.
802
803 Catalog by Item Type
804 |image925|
805
806 If you choose to output to the browser your results will print to the
807 screen.
808
809 Total of Items by Type and Branch
810 |image926|
811
812 You can also choose to export to a file that you can manipulate to your
813 needs.
814
815 `Lost Items <#lostreport>`__
816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
817
818 This report will allow you to generate a list of items that have been
819 marked as Lost within the system
820
821 Lost Items Report
822 |image927|
823
824 `Average Loan Time <#avloantime>`__
825 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
826
827 This report will list the average time items are out on loan based on
828 the criteria you enter:
829
830 Average Checkout Period Form
831 |image928|
832
833 If you choose to output to the browser your results will print to the
834 screen.
835
836 Average Checkout Period Results
837 |image929|
838
839 You can also choose to export to a file that you can manipulate to your
840 needs.
841
842 `Report Dictionary <#reportdic>`__
843 ----------------------------------
844
845 The report dictionary is a way to pre-define common filters you'd like
846 to apply to your reports. This is a good way to add in filters that the
847 report wizard doesn't include by default. To add a new definition, or
848 filter, click 'New Definition' on the Reports Dictionary page and follow
849 the 4 step process.
850
851 Step 1: Name the definition and provide a description if necessary
852
853 Create a Definition
854 |image930|
855
856 Step 2: Choose the module that the will be queried.
857
858 Select Koha Module
859 |image931|
860
861 Step 3: Choose columns to query from the tables presented.
862
863 Choose columns
864 |image932|
865
866 Step 4: Choose the value(s) from the field(s). These will be
867 automatically populated with options available in your database.
868
869 Choose fields and values
870 |image933|
871
872 Confirm your selections to save the definition.
873
874 Confirm Definition
875 |image934|
876
877 Your definitions will all appear on the Reports Dictionary page
878
879 Reports Dictionary Listing
880 |image935|
881
882 Then when generating reports on the module you created the value for you
883 will see an option to limit by the definition at the bottom of the usual
884 filters.
885
886 Dictionary Limit Option
887 |image936|
888
889 OPAC
890 ====
891
892 This chapter assumes that you have the following preferences set as
893 follows:
894
895 -  `opacthemes <#opacthemes>`__ = bootstrap
896
897 -  `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ = default
898
899 -  `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ = default
900
901 -  `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ = show
902
903 -  `TagsEnabled <#TagsEnabled>`__ = Allow
904
905 -  `TagsInputOnDetail <#TagsInputOnDetail>`__ =Allow
906
907 -  `TagsInputOnList <#TagsInputOnList>`__ = Allow
908
909 -  `reviewson <#reviewson>`__ = Allow
910
911 -  `ShowReviewer <#ShowReviewer>`__ = Allow
912
913 -  `ShowReviewerPhoto <#ShowReviewerPhoto>`__ =Allow
914
915 -  `OPACFRBRizeEditions <#OPACFRBRizeEditions>`__ = Show
916
917 -  `OPACAmazonCoverImages <#OPACAmazonCoverImages>`__ = Show
918
919 -  `XISBN <#XISBN>`__ = Use
920
921 -  `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ = Default set of
922    links
923
924 -  `OPACShowCheckoutName <#OPACShowCheckoutName>`__ = Don't show
925
926 -  `RequestOnOpac <#RequestOnOpac>`__ = Allow
927
928 -  `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ = Allow
929
930 -  `OpacBrowseResults <#OpacBrowseResults>`__ = Enable
931
932 -  `SuspendHoldsOpac <#SuspendHoldsOpac>`__ = Allow
933
934 -  `OPACShowBarcode <#OPACShowBarcode>`__ = Don't show
935
936 -  `OpacSeparateHoldings <#OpacSeparateHoldings>`__ = Don't separate
937
938 -  `OpacSeparateHoldingsBranch <#OpacSeparateHoldings>`__ = home library
939
940 -  `DisplayLibraryFacets <#DisplayLibraryFacets>`__ = holding library
941
942 If your system preferences are set differently your displays may differ.
943
944 `Search Results <#opacsearchresults>`__
945 ---------------------------------------
946
947 To search the OPAC you can either choose to enter your search words in
948 the box at the top of the OPAC or click on the 'Advanced Search' link to
949 perform a more detailed search.
950
951 OPAC Search Box
952 |image937|
953
954 For more on searching check the '`Searching <#searching>`__' chapter in
955 this manual.
956
957 `Results Overview <#opacresultsoverview>`__
958 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
959
960 After performing a search the number of results found for your search
961 will appear above the results
962
963 Total Results
964 |image938|
965
966 By default your search results will be sorted based on your
967 `OPACdefaultSortField and OPACdefaultSortOrder <#opacdefaultsort>`__
968 system preference values. To change this you can choose another sorting
969 method from the pull down on the right.
970
971 Results Sorting Options
972 |image939|
973
974 Under each title on your results list a series of values from your
975 leader will appear. It is important to note that this has nothing to do
976 with the item types or collection codes you have applied to your
977 records, this data is all pulled from your fixed fields. This can be
978 turned on or off with the
979 `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ system preference.
980
981 Leader Visualization
982 |image940|
983
984 Below each title you will see the availability for the items attached to
985 the record.
986
987     **Note**
988
989     Even if you filtered on one library location all locations that hold
990     the item will appear on the search results.
991
992     **Important**
993
994     An item's hold status doesn't not affect whether or not the item is
995     'available' until the item is in 'waiting' status. Items with
996     on-shelf holds will show as available until a librarian has pulled
997     them from the shelf and checked the item in make it show 'waiting'.
998
999 Holdings Information
1000 |image941|
1001
1002 If you have turned on `Enhanced Content <#enhancedcontent>`__
1003 preferences you may have book jackets on your search results.
1004
1005 Book Jacket on Results
1006 |image942|
1007
1008 If you have set your `Did you mean? <#didyoumean>`__ options you will
1009 see a yellow bar across the top of your results will other related
1010 searches.
1011
1012 Did you mean?
1013 |image943|
1014
1015 If you performed an advanced search you see an option to go back and
1016 edit your advanced search blow the list of results pages.Return to the
1017 last advanced search
1018
1019 `Filters <#opacfilter>`__
1020 ~~~~~~~~~~~~~~~~~~~~~~~~~
1021
1022 To filter your results click on the links below the 'Refine Your Search'
1023 menu on the left of your screen
1024
1025 Refine Your Results
1026 |image944|
1027
1028 Depending on your setting for the
1029 `DisplayLibraryFacets <#DisplayLibraryFacets>`__ system preference you
1030 will see filters for your home, holding or both libraries.Library Facet
1031
1032 After clicking a facet you can remove that filter from your results by
1033 clicking the small 'x' that appears to the right of the facet.Remove
1034 library facet
1035
1036 `Search RSS Feeds <#searchrss>`__
1037 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1038
1039 You will be able to subscribe to your search results as an RSS feed by
1040 clicking the RSS icon in your address bar or next to the number of
1041 results. To learn more about what RSS feeds are check out `this tutorial
1042 video <http://www.youtube.com/watch?v=0klgLsSxGsU>`__.
1043
1044 RSS Feed Icon
1045 |image945|
1046
1047 Subscribing to search results as RSS feeds will allow you to see when a
1048 new item is added to the catalog in your area of interest.
1049
1050 `Bibliographic Record <#opacbibrec>`__
1051 --------------------------------------
1052
1053 When you click on a title from the search results, you're brought to the
1054 bibliographic detail of the record. This page is broken down in several
1055 different areas.
1056
1057 At the top of your screen will be the title and the GMD:
1058
1059 Title
1060 |image946|
1061
1062 Below the title the authors will be listed. These come from your 1xx and
1063 7xx fields. Clicking the author will run a search for other titles with
1064 that author.
1065
1066 Author Display
1067 |image947|
1068
1069 If you have an authority file you will see a magnifying glass to the
1070 right of author (and other) authorities. Clicking that magnifying glass
1071 will take you directly to the authority record.
1072
1073 Authority link
1074 |image948|
1075
1076 If you have your `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__
1077 preference set to 'show' you will see a material type that is determined
1078 by values in your fixed fields (learn more in the `XSLT Item
1079 Types <#XSLTiTypes>`__ Appendix).
1080
1081 XSLT Item Type
1082 |image949|
1083
1084 Next you'll see the description of the record you're viewing:
1085
1086 Basic Details
1087 |image950|
1088
1089 Following that information you'll find the subject headings which can be
1090 clicked to search for other titles on similar topics
1091
1092 Bibliographic Subjects
1093 |image951|
1094
1095 If your record has a table of contents or summary it will appear next to
1096 the 'Summary' or 'Table of Contents' label
1097
1098 Summary
1099 |image952|
1100
1101 If your record has data in the 856 fields you'll see the links to the
1102 right of the 'Online Resources' label
1103
1104 Online Resources
1105 |image953|
1106
1107 If the title you're viewing is in a public list then you'll see a list
1108 of those to the right of the 'List(s) this item appears in' label and if
1109 it has tags they will appear below the 'Tags from this library' label
1110
1111 Tags
1112 |image954|
1113
1114 In the tabs below the details you will find your holdings data
1115
1116 |image955|
1117
1118 Any notes (5xx fields) that have been cataloged will appear under 'Title
1119 Notes'
1120
1121 Title notes
1122 |image956|
1123
1124 If you're allowing comments they will appear in the next tab
1125
1126 Comments
1127 |image957|
1128
1129 And finally if you have enabled FRBR and you have other editions of the
1130 title in your collection you will see the 'Editions' tab.
1131
1132 Editions
1133 |image958|
1134
1135 To the right of the details you'll find a series of boxes. The first box
1136 is a list of buttons to help navigate the search results. From there you
1137 can see the next or previous result from your search or return to the
1138 results.
1139
1140 Search Options
1141 |image959|
1142
1143 Clicking Browse Results at the top of the right column will open up your
1144 search results on the detail page
1145
1146 Search Results
1147 |image960|
1148
1149 Below the search buttons you'll find the links to place a hold, print
1150 the record, save the record to your lists, or add it to your cart
1151
1152 More options
1153 |image961|
1154
1155 Clicking 'More Searches' will show the list of libraries you entered in
1156 your `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ preference
1157
1158 More Searches
1159 |image962|
1160
1161 Under the 'Save Record' label you will find a series of file formats you
1162 can save the record as. This list can be customized by altering the
1163 `OpacExportOptions <#OpacExportOptions>`__ system preference.
1164
1165 Save Record
1166 |image963|
1167
1168 If at any time you want to change the view from the 'Normal' view to see
1169 the Marc or the ISBD you can click the tabs across the top of the record
1170
1171 Record Views
1172 |image964|
1173
1174 `Lists & Cart <#opaclistscart>`__
1175 ---------------------------------
1176
1177 A cart is a temporary holding place for records you're interested in
1178 finding during this session. That means that once you log out of the
1179 OPAC or close the browser you lose the items in your cart. A list is a
1180 more permanent location for saving items. To learn more about lists,
1181 check the `Lists in the Staff Client <#stafflists>`__ chapter of this
1182 manual.
1183
1184 `Lists <#opaclists>`__
1185 ~~~~~~~~~~~~~~~~~~~~~~
1186
1187 Patrons can manage their own private lists by visiting the 'my lists'
1188 section of their account.
1189
1190 Lists Management
1191 |image965|
1192
1193 `Creating Lists <#opacaddlists>`__
1194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1195
1196 Lists can also be created by choosing the 'New List' option in the 'Add
1197 to' menu on the search results
1198
1199 Add to New List
1200 |image966|
1201
1202 To create a list the patron simply needs to click the 'New List' link
1203 and populate the form that appears
1204
1205 Create a new list
1206 |image967|
1207
1208 The only field required is the 'List Name,' but the patron can also
1209 choose how they want the list sorted and if the list is public or
1210 private.
1211
1212 -  A Private List is managed by you and can be seen only by you
1213    (depending on your permissions settings below)
1214
1215 -  A Public List can be seen by everybody, but managed only by you
1216    (depending on your permissions settings below)
1217
1218     **Important**
1219
1220     If you aren't allowing patrons to create public lists with the
1221     `OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
1222     preference then patrons will only be able to create private lists.
1223
1224     Create a new private list
1225     |image968|
1226
1227 -  Finally decide what your permissions will be on the list. You can all
1228    or disallow:
1229
1230    -  anyone else to add entries
1231
1232    -  anyone to remove his own contributed entries
1233
1234       -  **Note**
1235
1236              The owner of a list is always allowed to add entries, but
1237              needs permission to remove.
1238
1239    -  anyone to remove other contributed entries    
1240
1241 `Adding titles to Lists <#opacaddtolists>`__
1242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1243
1244 Titles can be added to lists from the search results and/or from the
1245 bibliographic record. On the search results options to add items to the
1246 list appear below each result and across the top of the results page
1247
1248 Add to Lists from Results
1249 |image969|
1250
1251 To add a single title to a list, click the 'Save to Lists' option and
1252 then choose the list you'd like to add the title to. To add multiple
1253 titles to a list check the boxes on the left of the titles you want to
1254 add and then choose the list you want to add the titles to from the 'Add
1255 too' pull down at the top of the screen.
1256
1257 `Viewing Lists Contents <#listscontent>`__
1258 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1259
1260 To view the contents of a list, click on the list name under the Lists
1261 button.
1262
1263 Lists
1264 |image970|
1265
1266 The contents of the list will look similar to your search results pages
1267 except that there will be different menu options across the top of the
1268 list.
1269
1270 List View
1271 |image971|
1272
1273 To the right of the list title there is an RSS icon that will allow you
1274 to subscribe to updates to the list.
1275
1276 Using the menu options above the list you can place multiple items on
1277 hold, download the list contents, email the list or print the list out.
1278
1279 -  To place a hold on one or more list items check the box to the left
1280    of the item and click the 'Place Hold' link at the top
1281
1282 -  To download the list contents click the 'Download List' link and
1283    choose the format you'd like to download the list in
1284
1285 -  To email the list contents to someone, click the 'Send List' link and
1286    enter in your email details in the form that pops up (`view a sample
1287    Lists email <#examplelistemail>`__)
1288
1289    Email List Contents
1290    |image972|
1291
1292 -  To print the contents of your list out click the 'Print List' link
1293
1294 `Managing Lists <#opacmanagelists>`__
1295 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1296
1297 Once the list is saved patrons can begin adding items to it. From the
1298 'my lists' tab on the patron record the patron can edit and delete the
1299 lists they have created by clicking the appropriate link to the right of
1300 the list name.
1301
1302 My Lists
1303 |image973|
1304
1305 To edit the list's title or sorting patrons click the 'Edit' link to the
1306 right of the list description.
1307
1308 Editing List
1309 |image974|
1310
1311 When clicking 'Delete' next to a list you will be asked to confirm that
1312 you want to delete the list.
1313
1314 Delete list confirmation
1315 |image975|
1316
1317 The list will not be deleted until the 'Confirm' button is clicked to
1318 the right of the list you'd like to delete.
1319
1320 If the library is allowing you to share private lists with the
1321 `OpacAllowSharingPrivateLists <#OpacAllowSharingPrivateLists>`__
1322 preference then you will see the 'Share' link on your list of lists and
1323 the 'Share list' link at the top of each individual list. Clicking this
1324 will ask you to enter the email address of a patron.Share list
1325
1326 Once the email address is entered Koha will present you with a
1327 confirmation message
1328
1329 Share list confirmation
1330 |image976|
1331
1332 and will send a message to that patron.
1333
1334 `Cart <#opaccart>`__
1335 ~~~~~~~~~~~~~~~~~~~~
1336
1337 `Adding titles to the Cart <#opacaddtocart>`__
1338 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1339
1340 Titles can be added to the cart from the search results and/or from the
1341 bibliographic record. On the search results options to add items to the
1342 cart appear below each result and across the top of the results page
1343
1344 Add to Cart on Search Results
1345 |image977|
1346
1347 Clicking the 'Add to Cart' button will add the one title to your cart.
1348 To add multiple titles at once, check the box to the left of each result
1349 and then choose 'Cart' from the 'Add to' pull down at the top of the
1350 screen. Once titles are added to the cart you will be presented with a
1351 confirmation
1352
1353 Items added to Cart
1354 |image978|
1355
1356 From the results you will see which items are in your cart and will be
1357 able to remove those items by clicking '(remove)'.Item in your cart
1358
1359 `Managing the Cart <#manageopaccart>`__
1360 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1361
1362 Once you have titles in your cart you can manage the contents by
1363 clicking on the 'Cart' button usually found at the top of the screen.
1364 Your cart will open in a new window.
1365
1366 Contents of your cart
1367 |image979|
1368
1369 From this window you are presented with several options. Across the top
1370 of the cart are several buttons.
1371
1372 First is the 'More details' button. Clicking this will show you
1373 additional information about the titles in your cart (ISBNs, Subjects,
1374 Publisher Info, Notes and more).More details in the cart
1375
1376 Next is the option to send the contents of your cart to an email
1377 address. This is handy if you want to send the resources you found at
1378 the library to your home email account to refer to later or to send to a
1379 patron researching a specific topic. Clicking this link will open up a
1380 new window that asks for the email address and message to send. `View a
1381 sample Cart email <#examplecartemail>`__.
1382
1383 Email Cart
1384 |image980|
1385
1386     **Important**
1387
1388     The cart can only be emailed by logged in users. This will prevent
1389     your cart email function from being used for spamming.
1390
1391 In addition to sending your cart you can download the contents of your
1392 cart in several pre-defined formats or using a `CSV
1393 Profile <#csvprofiles>`__ that you defined in the Tools module.
1394
1395 Download Cart
1396 |image981|
1397
1398 Finally you can print out the contents of your cart by choosing the
1399 'Print' link.
1400
1401 In addition to the various different ways to save the contents of your
1402 cart, there are ways to add value to the data in your cart. By selecting
1403 one or more titles from the cart you can add them to a list (click 'Add
1404 to a List'), place hold(s) (click 'Place hold'), or tag them (click
1405 'Tag'). All of these operations follow the same procedure as they do
1406 when performing them in the OPAC.
1407
1408 `Placing Holds <#opacplacehold>`__
1409 ----------------------------------
1410
1411 Patrons can place holds on items via the OPAC if they're logged in and
1412 you have the `RequestOnOpac <#RequestOnOpac>`__ preference set to
1413 'Allow'. If the item can be placed on hold the option to place it on
1414 hold will appear in several different places.
1415
1416 -  When viewing a list or search results page you'll see the option to
1417    place hold on multiple items by checking the boxes to the left of the
1418    results and clicking 'Place Hold' at the top
1419
1420    Place Hold from Results
1421    |image982|
1422
1423 -  When viewing a list or search results page you'll see the option to
1424    place the item on hold below the basic information about the title
1425
1426    Place Hold
1427    |image983|
1428
1429 -  When viewing an individual title you'll see the option to place a
1430    hold in the box on the right side of the screen
1431
1432    Place Hold
1433    |image984|
1434
1435 No matter which of the above links you click to place your hold you'll
1436 be brought to the same hold screen.
1437
1438 Place Hold Form
1439 |image985|
1440
1441 -  Check the box to the left of the items you'd like to place on hold
1442
1443 -  The title includes a link back to the detail page for the record
1444
1445 -  The priority shows where in the holds queue this hold will fall
1446
1447 -  If allowed by your
1448    `OPACAllowUserToChooseBranch <#OPACAllowUserToChooseBranch>`__
1449    preference the patron can choose where they'd like to pick up their
1450    hold
1451
1452 -  If you would like to see more options you can click 'Show more
1453    options'
1454
1455    Place Hold Form with More Options
1456
1457    -  If you have the
1458       `AllowHoldItemTypeSelection <#AllowHoldItemTypeSelection>`__
1459       preference set to 'Allow' and the record had more than one item
1460       type attached you will see an option to choose to limit the hold
1461       to a specific item typeAllowHoldItemTypeSelection
1462
1463 -  If allowed by your
1464    `OPACAllowHoldDateInFuture <#OPACAllowHoldDateInFuture>`__
1465    preference, the 'Hold Starts on Date' column will show. This field
1466    allows the patron to have their hold start on a future date.
1467
1468 -  By default holds placed in the system remain until canceled, but if
1469    the patron fills in a 'Hold Not Needed After' date then the hold has
1470    an expiration date.
1471
1472    -  **Important**
1473
1474           Expired holds are removed by the `Expired Holds Cron
1475           Job <#expiredholdscron>`__, this is not an automatic process
1476           and must be set up by your system administrator
1477
1478 -  If allowed by the `OpacHoldNotes <#OpacHoldNotes>`__ preference then
1479    patrons can leave notes about their holds for the library by clicking
1480    the 'Edit notes' button
1481
1482    Hold notes
1483    |image986|
1484
1485 -  Depending on the rules you set regarding item specific holds in your
1486    `circulation and fines rules <#circfinerules>`__ the patron will be
1487    allowed to choose whether to place the hold on the next available
1488    copy and/or a specific copy
1489
1490    Specific Copy Hold
1491    |image987|
1492
1493 After clicking the Place Hold button the patron will be brought to their
1494 account page where they'll see all of the items they have on hold.
1495
1496 `Enhanced Content <#opacenhancedcontent>`__
1497 -------------------------------------------
1498
1499 `Tagging <#opactagging>`__
1500 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1501
1502 Depending on your settings for the `TagsEnabled <#TagsEnabled>`__,
1503 `TagsInputOnList <#TagsInputOnList>`__ and
1504 `TagsInputOnDetail <#TagsInputOnDetail>`__ preferences you may be able
1505 to add tags to bibliographic records from the search results and/or
1506 bibliographic records. If you are allowing patrons to add tags from the
1507 search results screen you will see an input box below each result and a
1508 'Tag' option at the top of the screen.
1509
1510 Tagging Options on Results
1511 |image988|
1512
1513 To add a tag to one item, type the tabs (separated by commas) in the
1514 'New tag' box and click 'Add'. You will be presented with a confirmation
1515 of your tags being added.
1516
1517 Tags Added on Results
1518 |image989|
1519
1520 From the results you can also tag items in bulk by clicking the
1521 checkboxes on the left and then clicking the 'Tag' button at the top.
1522 After clicking the button it will change into an input box for you to
1523 add tags to all of the items you have selected.
1524
1525 Add Tags to Multiple Items
1526 |image990|
1527
1528 `Comments <#opaccomments>`__
1529 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1530
1531 Patrons can leave comments in the OPAC if you have the
1532 `reviewson <#reviewson>`__ preference set to allow this. Each
1533 bibliographic record has a comments tab below the bibliographic
1534 information.
1535
1536 Comments Tab
1537 |image991|
1538
1539 If the patron is logged in they will see a link to add a comment to the
1540 item. Clicking this link will open a pop up window with a box for their
1541 comments.
1542
1543 Add a Comment
1544 |image992|
1545
1546 Once the comment has been typed and the 'Submit' button clicked, the
1547 patron will see their comment as pending and other patrons will simply
1548 see that there are no comments on the item.
1549
1550 Pending Comment
1551 |image993|
1552
1553 Once the comment is approved the patron will see the number of comments
1554 on the 'Comments' tab and their comment labeled amongst the other
1555 comments. If you have set your
1556 `ShowReviewerPhoto <#ShowReviewerPhoto>`__ preference to 'Show' then
1557 you'll see the patron's photo pulled from the
1558 `Libravatar <https://www.libravatar.org>`__ library.
1559
1560 Your Comments
1561 |image994|
1562
1563 Other patrons will see the comment with the name of the patron who left
1564 the comment (unless you have set the `ShowReviewer <#ShowReviewer>`__
1565 preference to not show patron names).
1566
1567 Comment by other patron
1568 |image995|
1569
1570 If you have your `OpacShowRecentComments <#OpacShowRecentComments>`__
1571 set to show then you'll see the approved comments on that page.
1572
1573 Recent Comments List
1574 |image996|
1575
1576 From this page patrons can subscribe to the recent comments using RSS if
1577 they would like.
1578
1579 `Zotero <#zotero>`__
1580 ~~~~~~~~~~~~~~~~~~~~
1581
1582 Zotero is a Firefox add on that allows for the saving and generating of
1583 a bibliography. Learn more about and download Zotero at
1584 http://zotero.org.
1585
1586 When on the search results in the Koha OPAC, if you have Zotero
1587 installed, you will see a folder icon in the address bar to the right of
1588 the URL. Clicking that folder will open up a list of titles on the page
1589 for you to pick from to add to Zotero.
1590
1591 Zotero pop up
1592 |image997|
1593
1594 Select the titles you want to add to Zotero and then click the 'OK'
1595 button. This will add the title to Zotero. You can see the title by
1596 opening your Zotero library.
1597
1598 Title in the Zotero Library
1599 |image998|
1600
1601 `Custom RSS Feeds <#customrss>`__
1602 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1603
1604 Using misc/cronjobs/rss/rss.pl you can generate an RSS feed for any SQL
1605 query (for example a new acquisitions RSS feed). rss.pl is run on the
1606 command line to produce an RSS XML document.
1607
1608 The output should be placed in a directory accessible to the OPAC (or
1609 staff) web interface so that users can download the RSS feed.
1610
1611 An example of usage can be found at: misc/cronjobs/rss.pl
1612 lastAcquired.conf
1613
1614 Normally rss.pl should be run periodically (e.g., daily) to keep the
1615 feed up-to-date.
1616
1617 The configuration file (e.g., lastAcquired.conf) lists
1618
1619 -  name of the template file to use
1620
1621 -  path of output file
1622
1623 -  SQL query
1624
1625 rss.pl runs the SQL query, then feeds the output of the query through
1626 the template to produce the output file.
1627
1628     **Important**
1629
1630     To use custom RSS feeds you need to turn on the rss.pl cron job.
1631
1632 `OPAC Self Registration <#selfregistration>`__
1633 ----------------------------------------------
1634
1635 If you allow it, patrons can register for their own accounts via the
1636 OPAC. If you have the
1637 `PatronSelfRegistration <#PatronSelfRegistration>`__ preference set to
1638 'Allow' then patrons will see a link to register below the log in box on
1639 the right of the main OPAC page.
1640
1641 Registration link in OPAC
1642 |image999|
1643
1644 When the patron clicks the 'Register here' link they will be brough to a
1645 registration page. The options on the registration page can be conrolled
1646 by editing the
1647 `PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
1648 and the
1649 `PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
1650 preferences.
1651
1652 Registration form
1653 |image1000|
1654
1655 Once the patron has confirmed submitted their registration they will
1656 either be sent an email to confirm their account (if you have the
1657 `PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
1658 preference to require this) or presented with their new username and
1659 password.
1660
1661 New account confirmation
1662 |image1001|
1663
1664 Patrons registered in this way will not have a cardnumber until assigned
1665 one by the library, but will have access to all OPAC functionality
1666 immediately. For this reason it is recommended that you:
1667
1668 -  set up a provisional `patron category <#addingpatroncat>`__ for self
1669    registered patrons (such as 'Self Registered) instead of using an
1670    existing patron category and set that value in the
1671    `PatronSelfRegistrationDefaultCategory <#PatronSelfRegistrationDefaultCategory>`__
1672    preference
1673
1674 -  give this patron category minimal circulation privileges in the
1675    `Circulation and Fine Rules <#circfinerules>`__ (such as allowing a
1676    couple holds, but no check outs)
1677
1678 That way patrons will either have to come in to the library to verify
1679 their identity before given a cardnumber and the ability to check items
1680 out or the library will have to come up with internal policy on
1681 generating cardnumbers before providing them to self registered patrons.
1682 Once this is done the library can change the category to one that is
1683 more appropriate (be it an adult, resident, non resident, student, etc)
1684 and add a cardnumber/barcode.
1685
1686 `My Account <#opacmyaccount>`__
1687 -------------------------------
1688
1689 From the OPAC patrons can log in and access their account if you have
1690 set the `opacuserlogin <#opacuserlogin>`__ preference to 'Allow'. Once
1691 logged in patrons are brought to their account summary. If you would
1692 like to get to your account in the OPAC, you can click on your name in
1693 the top right of any page in the OPAC.
1694
1695 `Resetting your password <#resetpwopac>`__
1696 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1697
1698 If you have the `OpacResetPassword <#OpacResetPassword>`__ set to allow
1699 patrons to reset their password they can click 'Forgot your password?'
1700 link found under the log in box to reset their passwords.
1701
1702 'Forgot your password?' link
1703 |image1002|
1704
1705 Once clicked they will be presented with a form asking for their
1706 username and their email address (patrons must have an email address on
1707 file to reset their password).Recover password
1708
1709 The system will then email the patron instructions for resetting their
1710 password.Reset password confirmation
1711
1712 `My Summary <#opacmysummary>`__
1713 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1714
1715 My Summary
1716 |image1003|
1717
1718 From the 'my summary' tab, patrons will see all of the items they have
1719 checked out with the overdue items highlighted in red. If you have
1720 `OpacRenewalAllowed <#OpacRenewalAllowed>`__ set to 'Allow' then your
1721 patrons will be able to renew their books right from the OPAC. If you
1722 have HTML entered in the `OPACMySummaryHTML <#OPACMySummaryHTML>`__
1723 preference then you will see that to the right of the 'Fines' column.
1724
1725 Checked out tab with OPACMySummaryHTML set
1726 |image1004|
1727
1728 If your patrons would like to see the items barcodes on their list of
1729 checked out items you can set up a `patron
1730 attribute <#patronattributetypes>`__ with the value of SHOW\_BCODE and
1731 `authorized value <#authorizedvalues>`__ of YES\_NO.
1732
1733 Add SHOW\_BCODE patron attribute
1734 |image1005|
1735
1736 Then on the `patron's record set the value <#editpatrons>`__ for
1737 SHOW\_BCODE to yes.
1738
1739 Setting value for SHOW\_BCODE on patron record
1740 |image1006|
1741
1742 This will add a column to the check out summary in the OPAC that shows
1743 the patrons the barcodes of the items they have checked out.
1744
1745 Barcode number on checkout list in OPAC
1746 |image1007|
1747
1748 If their guarantee has allowed it via `their
1749 privacy <#opacmyprivacy>`__, when the guarantor logs in they will see a
1750 tab labeled "Relatives' checkouts" on their summary tab.Relatives'
1751 checkouts
1752
1753 Clicking on the 'Overdue' tab will show only the items that are overdue.
1754
1755 Overdue Items
1756 |image1008|
1757
1758 The 'Fines' tab will show just a total of what the patron owes. Clicking
1759 on the total will take them to the 'my fines' tab where they will see a
1760 complete breakdown of their fines and bills. If you don't charge fines
1761 at your library you can turn the display of these tabs off by setting
1762 the `OPACFinesTab <#OPACFinesTab>`__ preference to 'Don't Allow.'
1763
1764 Patron Fines
1765 |image1009|
1766
1767 Finally, clicking on the 'Holds' tab will show the patron the status of
1768 all of the items they have on hold.
1769
1770 Patron holds status
1771 |image1010|
1772
1773 Patrons can cancel or suspend (depending on the value of your
1774 `SuspendHoldsOpac <#SuspendHoldsOpac>`__ system preference) their own
1775 holds if they are not in transit or already waiting for them. When they
1776 click 'Suspend' they will be presented with the option to choose a date
1777 for their hold to resume.Suspend until
1778
1779 They can also suspend all of their holds indefinitely or until a
1780 specific date if they choose by filling in the suspend options at the
1781 bottom of the page.
1782
1783     **Note**
1784
1785     If you have your
1786     `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference
1787     set to "Don't allow" then you will not have the option to put an end
1788     date on the hold suspension
1789
1790 `Patron Flags <#opacmyaccount-flags>`__
1791 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1792
1793 If you have `flagged your patron's account <#patronflags>`__ they may
1794 see one of the following error messages at the top of their account.
1795
1796 -  Card marked as lost
1797
1798    Library card lost
1799    |image1011|
1800
1801 -  Patron address in question
1802
1803    Patron address in question
1804    |image1012|
1805
1806    -  **Note**
1807
1808           this error message will not include a link to the update form
1809           if you have `OPACPatronDetails <#OPACPatronDetails>`__ set to
1810           'Don't allow'
1811
1812 -  Patron marked restricted
1813
1814    Patron restricted
1815    |image1013|
1816
1817 `My Fines <#opacmyfines>`__
1818 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
1819
1820 If your library charges fines the next tab on the left is 'my fines.'
1821 Opening this tab will show the patron an entire history of their
1822 accounting at the library.
1823
1824 Library Fines & Charges
1825 |image1014|
1826
1827 If you are allowing patrons to pay their fines using PayPal with the
1828 `EnablePayPalOpacPayments <#EnablePayPalOpacPayments>`__ preference
1829 there will be checkboxes to the left of each fine with an outstanding
1830 amount.Fines with checkboxes
1831
1832 At the bottom the patron will see the option to pay with PayPal for the
1833 items they have checked.
1834
1835 PayPal Payment
1836 |image1015|
1837
1838 After paying they will be presented with a confirmationPayPal
1839 Confirmation
1840
1841 And you will see that the fine was paid using PayPal on the staff
1842 side.Staff side fines
1843
1844 `My Details <#opacmydetails>`__
1845 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1846
1847 If you have your `OPACPatronDetails <#OPACPatronDetails>`__ preference
1848 set to 'Allow', your patrons will see a form filled in with their
1849 contacting information by clicking on the 'my personal details' tab. You
1850 can control what fields patrons see and can modify via the OPAC by
1851 setting the
1852 `PatronSelfRegistrationBorrowerMandatoryField <#PatronSelfRegistrationBorrowerMandatoryField>`__
1853 `PatronSelfRegistrationBorrowerUnwantedField <#PatronSelfRegistrationBorrowerUnwantedField>`__
1854 preferences.
1855
1856 Patron's personal details
1857 |image1016|
1858
1859 Patrons can edit their details in this form and click 'Submit Changes'
1860 to have their edits sent to the library for review before their record
1861 is updated. Staff will see all patrons requesting modification to their
1862 record listed below the modules on the main dashboard along with
1863 anything else awaiting library attention.
1864
1865 Patron requests waiting review
1866 |image1017|
1867
1868 If the `OPACPatronDetails <#OPACPatronDetails>`__ preference is set to
1869 'Don't allow' then patrons will simply see their details and a message
1870 stating that they should contact the library for changes.
1871
1872 Patron's personal details with no edits
1873 |image1018|
1874
1875 `My Tags <#opacmytags>`__
1876 ~~~~~~~~~~~~~~~~~~~~~~~~~
1877
1878 If your library has `TagsEnabled <#TagsEnabled>`__ set to 'Allowed' then
1879 the next tab on the left will be 'my tags.' This tab will show patrons
1880 all of the tags in the system as a cloud and then all of the tags they
1881 have applied in a list format. From here patrons have the ability to
1882 remove tags that they have added if they want.
1883
1884 Patron's tags
1885 |image1019|
1886
1887 `Change My Password <#opacmypassword>`__
1888 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1889
1890 Next, if you have `OpacPasswordChange <#OpacPasswordChange>`__ set to
1891 'Allow' the next tab will be 'change my password,' where patrons can
1892 change their password for logging into the OPAC. Patrons will be
1893 presented with a standard form asking them to enter their old password
1894 and then their new password twice.
1895
1896 Change my password
1897 |image1020|
1898
1899 `My Search History <#opacmysearchistory>`__
1900 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1901
1902 If you have your `EnableOpacSearchHistory <#EnableOpacSearchHistory>`__
1903 preference set to 'Allow' then your patrons can access their search
1904 history via the 'my search history' tab.
1905
1906 my search history tab
1907 |image1021|
1908
1909 The search history is a record of all searches run by the patron.
1910 Clicking on any of the search phrases will re-run the search for the
1911 patron. The search history can be deleted by the patron at any time by
1912 clicking the 'Delete your search history' link found at the top of this
1913 tab or by clicking the little red 'x' next to the 'Search history' link
1914 at the top right of the OPAC.
1915
1916 Search history link at the top right of the OPAC
1917 |image1022|
1918
1919 `My Reading History <#opacmyhistory>`__
1920 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1921
1922 Depending on your library's setting for
1923 `opacreadinghistory <#opacreadinghistory>`__ your patrons may see the
1924 'my reading history' tab next. This will show the patron their entire
1925 reading history unless they have asked the library to not keep that
1926 information via the 'my privacy' tab which will appear if you have the
1927 `OPACPrivacy <#OPACPrivacy>`__ preference set to 'Allow.'
1928
1929 Patron reading history
1930 |image1023|
1931
1932 If you have HTML entered in the
1933 `OPACMySummaryHTML <#OPACMySummaryHTML>`__ preference then you will see
1934 that to the right of the 'Date' column.
1935
1936 `My Privacy <#opacmyprivacy>`__
1937 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1938
1939 The 'my privacy' tab will appear if you have both the
1940 `opacreadinghistory <#opacreadinghistory>`__ and the
1941 `OPACPrivacy <#OPACPrivacy>`__ preferences set to 'Allow.' This tab will
1942 allow the patrons to decide how the library keeps their circulation
1943 history data.
1944
1945 my privacy tab
1946 |image1024|
1947
1948 The patron can choose from three options:
1949
1950 -  Forever: keep my reading history without limit. This is the option
1951    for users who want to keep track of what they are reading.
1952
1953 -  Default: keep my reading history according to local laws. This is the
1954    default option : the library will keep your reading history for the
1955    duration permitted by local laws.
1956
1957 -  Never: Delete my reading history immediately. This will delete all
1958    record of the item that was checked-out upon check-in.
1959
1960 Depending on the patron's suggestions the contents of the '`my reading
1961 history <#opacmyhistory>`__' tab and the '`Circulation
1962 History <#circhistory>`__' tab in the staff client may change.
1963
1964 Regardless of the patron's choice they can delete their reading history
1965 in bulk at any time by clicking the 'Immediate deletion' button.
1966
1967 Delete Circulation History
1968 |image1025|
1969
1970 Clicking this button will not delete items that are currently checked
1971 out, but will clear the patron's past reading history.
1972
1973     **Important**
1974
1975     In order for the patron to be able to delete their reading history
1976     you must have the `AnonymousPatron <#AnonymousPatron>`__ preference
1977     set.
1978
1979 If you're allowing guarantees to grand permission to their guarantors to
1980 view their current checkouts with the
1981 `AllowPatronToSetCheckoutsVisibilityForGuarantor <#AllowPatronToSetCheckoutsVisibilityForGuarantor>`__
1982 preference they will see that option on this
1983 screen.AllowPatronToSetCheckoutsVisibilityForGuarantor
1984
1985 When the guarantor logs in they will see a tab labeled "Relatives'
1986 checkouts" on their summary tab.Relatives' checkouts
1987
1988 `My Purchase Suggestions <#opacmysuggestions>`__
1989 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1990
1991 If your library allows patrons to make purchase suggestions the next tab
1992 will show all suggestions that the patron made to the library and their
1993 statuses. To disable this tab and the suggestion functionality set the
1994 `suggestion <#suggestionspref>`__ preference to 'Don't allow.'
1995
1996 Patron purchase suggestions
1997 |image1026|
1998
1999 If you have `OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__
2000 set to 'Show' then patrons will be able to search suggestions from the
2001 top of this list.
2002
2003 `My Messaging <#opacmymsgs>`__
2004 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2005
2006 If your library has the
2007 `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ and the
2008 `EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__
2009 preferences set to 'Allow' then your patrons will be able to choose
2010 which messages they receive from the library (with the exception of
2011 overdue notices which the library controls).
2012
2013 Patron messaging preferences
2014 |image1027|
2015
2016 If you use an outside driver for sending text messages set with the
2017 `SMSSendDriver <#SMSSendDriver>`__ preference, you will see an
2018 additional column to receive these messages as SMS (or text messages)
2019 and a field for a cell (or SMS) number.
2020
2021 SMSSendDriver in the OPAC
2022 |image1028|
2023
2024 If you are using the Email protocol for sending text messages set with
2025 the `SMSSendDriver <#SMSSendDriver>`__ preference, you will see an
2026 additional column to receive these messages as SMS (or text messages), a
2027 field for a cell (or SMS) number, and a pull down listing `cellular
2028 providers entered in administration <#smsadmin>`__.
2029
2030 SMSSendDriver in the OPAC
2031 |image1029|
2032
2033 If you are using the `Itiva Talking
2034 Tech <#TalkingTechItivaPhoneNotification>`__ service you will see an
2035 additional column to receive these messages via Phone.Phone messaging
2036 preferences in the OPAC
2037
2038 -  These notices are:
2039
2040    -  Advanced notice : A notice in advance of the patron's items being
2041       due (The patron can choose the number of days in advance)
2042
2043    -  Item checkout : A notice that lists all the of the items the
2044       patron has just checked out and/or renewed, this is an electronic
2045       form of the checkout receipt
2046
2047    -  Hold filled : A notice when you have confirmed the hold is waiting
2048       for the patron
2049
2050    -  Item due : A notice on the day and item is due back at the library
2051
2052    -  Item check-in : A notice that lists all the of the items the
2053       patron has just checked in
2054
2055 Patrons can choose to receive their notices as a digest by checking the
2056 'Digest only?' box along with the delivery method. A digest is a
2057 combination of all the messages of that type (so all items due in 3 days
2058 in one email) in to one email instead of multiple emails for each alert.
2059
2060     **Important**
2061
2062     You must choose a delivery method (SMS or Email or Phone) along with
2063     'Digest only?' if you would like to receive a digest of the
2064     messages.
2065
2066 `My Lists <#opacmylists>`__
2067 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
2068
2069 Finally, if your library has the `virtualshelves <#virtualshelves>`__
2070 set to 'Allow' then the last tab will by 'my lists.' From here your
2071 patrons can review public lists and create or edit their own private
2072 lists.
2073
2074 Patron lists
2075 |image1030|
2076
2077 `Ask for a Discharge <#opacdischarge>`__
2078 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2079
2080 If you have enabled the `useDischarge <#useDischarge>`__ preference then
2081 patrons will be able to request a discharge via the OPAC.Discharge tab
2082
2083 From here patrons can request a discharge
2084
2085 Request discharge
2086 |image1031|
2087
2088 And will receive confirmation of their request.
2089
2090 Discharge confirmation
2091 |image1032|
2092
2093 `Purchase Suggestions <#purchasesuggest>`__
2094 -------------------------------------------
2095
2096 If your library has the `suggestion <#suggestionspref>`__ preference set
2097 to 'Allow' then patrons will have the option to make purchase
2098 suggestions in several areas in the OPAC.
2099
2100 If you are allowing everyone to see the purchase suggestions made by
2101 others with the
2102 `OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__ preference,
2103 then there will be a link at the top of your OPAC under the search box.
2104
2105 Purchase Suggestions Link on Search Box
2106 |image1033|
2107
2108 There will be a link when the patron finds nothing for their search.
2109
2110 Purchase Suggestion Link from Search Results
2111 |image1034|
2112
2113 And there will be a link on the patron's `My Purchase
2114 Suggestions <#opacmysuggestions>`__ tab.
2115
2116 Purchase Suggestion from My Purchase Suggestions Tab
2117 |image1035|
2118
2119 Clicking any one of these links will open the purchase suggestion form.
2120
2121 New Purchase Suggestion
2122 |image1036|
2123
2124 -  From the form on the 'Title' is required by the library.
2125
2126 -  The Item type list can be edited by editing the SUGGEST\_FORMAT
2127    `authorized value <#authorizedvalues>`__.
2128
2129 -  If you would like the 'Reason for suggestion' menu shown in the
2130    screenshot above to appear on your suggestions list you need to add
2131    an `authorized value <#authorizedvalues>`__ category titled
2132    'OPAC\_SUG' and include reasons as values in that list.
2133
2134 -  If you would like the patron to be able to choose which branch they
2135    are making a suggestion for you need to set the
2136    `AllowPurchaseSuggestionBranchChoice <#AllowPurchaseSuggestionBranchChoice>`__
2137    preference to 'Allow'
2138
2139 Once the form is submitted the data will be saved to the
2140 `Acquisitions <#managesuggest>`__ module for the librarians to manage.
2141
2142 Searching
2143 =========
2144
2145 `Advanced Search Prefixes <#searchprefixes>`__
2146 ----------------------------------------------
2147
2148 The following prefixes can be added to search terms in the keyword
2149 search box to limit items returned
2150
2151 -  ti: title search
2152
2153    -  ex. ti:hamlet
2154
2155 -  su: subject search
2156
2157    -  ex. su:cooking
2158
2159 -  pb: publisher search
2160
2161    -  ex. pb:penguin
2162
2163 -  au: author search
2164
2165    -  ex. au:rowling
2166
2167 -  su-geo: geographic subjects
2168
2169    -  ex. su-geo:wales and kw:description and kw:travel
2170
2171 -  bc: barcode
2172
2173    -  ex. bc:502326000912
2174
2175 -  lex: lexile
2176
2177    -  levels lex:510
2178
2179 `Guide to Searching <#searchguide>`__
2180 -------------------------------------
2181
2182 This brief guide will explain a chart that shows a sample of how a
2183 MARC21 database can be configured, as well as a brief introductory
2184 searching guide. The indexing fields described in this document relate
2185 to the bibliographic data and does not address authority database
2186 indexing.
2187
2188 `Indexing and Searching Description <#searchguide-indexing>`__
2189 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2190
2191 Koha's databases are indexed by the Zebra open-source software. The
2192 overview to the documentation describes Zebra as:
2193
2194     "...Zebra is a high-performance, general-purpose structured text
2195     indexing and retrieval engine. It reads records in a variety of
2196     input formats (eg. email, XML, MARC) and provides access to them
2197     through a powerful combination of Boolean search expressions and
2198     relevance-ranked free-text queries.
2199
2200     Zebra supports large databases (tens of millions of records, tens of
2201     gigabytes of data). It allows safe, incremental database updates on
2202     live systems. Because Zebra supports the industry-standard
2203     information retrieval protocol, Z39.50, you can search Zebra
2204     databases using an enormous variety of programs and toolkits, both
2205     commercial and free, which understands this protocol..." Zebra -
2206     User's Guide and Reference, p. 1,
2207     http://www.indexdata.dk/zebra/doc/zebra.pdf
2208
2209 This brief guide will explain a chart that shows a sample of how a
2210 MARC21 database can be configured, as well as a brief introductory
2211 searching guide. The indexing fields described in this document relate
2212 to the bibliographic data and does not address authority database
2213 indexing.
2214
2215     **Note**
2216
2217     The indexing described in this document is the set used by
2218     SouthEastern University. Your local indexing may vary.
2219
2220 `Indexing Configuration <#searchguide-indexconfig>`__
2221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2222
2223 There are three configuration files that Koha uses while indexing.
2224
2225 The first configuration file (etc/zebradb/biblios/etc/bib1.att) contains
2226 the Z39.50 bib-1 attribute list, plus the Koha local use attributes for
2227 Biblio Indexes, Items Index, and Fixed Fields and other special indexes.
2228 The Z39.50 Bib-1 profile is made up of several different types of
2229 attributes: Use, Relation, Position, Structure, Truncation, and
2230 Completeness. The bib-1 'Use' attribute is represented on the chart; the
2231 other attributes are used primarily when doing searches. While there are
2232 over 150+ use attributes that could be used to define your indexing set,
2233 it's unlikely that you will choose to use them all. The attributes you
2234 elect to use are those that become the indexing rules for your database.
2235 The other five attribute sets define the various ways that a search can
2236 be further defined, and will not specifically be addressed in this
2237 document. For a complete list of the standard Bib-1 attributes, go to
2238 http://www.loc.gov/z3950/agency/defns/bib1.html.
2239
2240 The second file is
2241 etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/record.abs if you use
2242 grs1 indexing [the default until 3.16] or
2243 etc/zebradb/marc\_defs/[marc21\|unimarc]/biblios/biblio-koha-indexdefs.xml
2244 if you use dom indexing [the default from 3.18]. Either files contains
2245 the abstract syntax which maps the MARC21 tags to the set of Use
2246 Attributes you choose to use. To be more precise the xml file to be
2247 activate needs to be transform into biblio-zebra-indexdefs.xsl, read the
2248 head of biblio-zebra-indexdefs.xsl to know more about this topic. The
2249 rules established in this file provides a passable Bath level 0 and 1
2250 service, which includes author, title, subject, keyword and exact
2251 services such as standard identifiers (LCCN, ISBN, ISSN, etc.)
2252
2253 The third file (etc/zebradb/ccl.properties) is the Common Command
2254 Language (CCL) field mappings. This file combines the bib-1 attribute
2255 set file and the abstract file and adds the qualifiers, usually known as
2256 index names. The qualifiers, or indexes, for this database are: pn, cpn,
2257 cfn, ti, se, ut, nb, ns, sn, lcn, callnum, su, su-to, su-geo, su-ut,
2258 yr,pubdate, acqdate, ln, pl, ab, nt, rtype, mc-rtype, mus, au, su-na,
2259 kw, pb, ctype, and an.
2260
2261 The `Koha Indexing Chart <#kohasearchindexes>`__ summarizes the contents
2262 of all three of these files in a more readable format. The first two
2263 columns labeled Z39.50 attribute and Z39.50 name matches the Z39.50
2264 bib-1 attributes file. The third column labeled MARC tags indexed is
2265 where you find which MARC tags are mapped to an attribute. The fourth
2266 column labeled Qualifiers identifies the search abbreviations used in
2267 the internal CCL query. The following description provides a definition
2268 for the word 'qualifiers'.
2269
2270 *Qualifiers are used to direct the search to a particular searchable
2271 index, such as title (ti) and author indexes (au). The CCL standard
2272 itself doesn't specify a particular set of qualifiers, but it does
2273 suggest a few shorthand notations. You can customize the CCL parser to
2274 support a particular set of qualifiers to reflect the current target
2275 profile. Traditionally, a qualifier would map to a particular
2276 use-attribute within the BIB-1attribute set. It is also possible to set
2277 other attributes, such as the structure attribute.*
2278
2279 In the MARC tags indexed column, there are some conventions used that
2280 have specific meanings. They are:
2281
2282 -  A three digit tag (100) means that all subfields in the tag can be
2283    used in a search query. So, if you enter a search for 'Jackson' as an
2284    author, you will retrieve records where Jackson could be the last
2285    name or the first name.
2286
2287 -  A three digit tag that has a '$' followed by a letter (600$a) means
2288    that a search query will only search the 'a' subfield.
2289
2290 -  A three digit tag that is followed by a ':' and a letter (240:w)
2291    means that a search query can be further qualified. The letter
2292    following the ':' identifies how to conduct the search. The most
2293    common values you'll see are 'w' (word), 'p' (phrase), 's' (sort),
2294    and 'n' (numeric).
2295
2296 The contents of the MARC tags, subfields, and/or fixed field elements
2297 that are listed in this chart are all indexed. You'll see that every
2298 attribute line is not mapped to a specific qualifier (index)-LC card
2299 number, line 9 is one example. However, every indexed word (a string of
2300 characters preceded and succeeded by a space) can be searched using a
2301 keyword (kw) search. So, although an LC card number specific index
2302 doesn't exist, you can still search by the LCCN since tag 010 is
2303 assigned to the LC-card-number attribute. To verify this, enter 72180055
2304 in the persistent search box. You should retrieve The gods themselves,
2305 by Isaac Asimov.
2306
2307 Examples of fixed field elements indexing can be seen on the chart
2308 between Attribute 8822 and Attribute 8703. These attributes are most
2309 commonly used for limiting. The fixed field attributes currently
2310 represent the BK codes. Other format codes, if needed, could be defined.
2311
2312 `Basic Searching <#searchguide-basics>`__
2313 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2314
2315 The search box that library staff and library patrons will see most
2316 often is the persistent search box at the top of the page. Koha
2317 interprets the searches as keyword searches.
2318
2319 Koha search box
2320 |image1037|
2321
2322 To start a search, you enter a word or multiple words in the search box.
2323 When a single word is entered, a keyword search is performed. You can
2324 check this out by typing one word into the form and note the number of
2325 results located. Then, repeat the search with a minor change. In front
2326 of the search word, type 'kw=' followed by the same search term. The
2327 results will be identical.
2328
2329 When you have more than one word in the search box, Koha will still do a
2330 keyword search, but a bit differently. Each word will be searched on its
2331 own, then the Boolean connector 'and' will narrow your search to those
2332 items with all words contained in matching records.
2333
2334 Suppose you want to find material about how libraries are using mashups.
2335 You'll select the major words and enter them into the persistent search
2336 box.
2337
2338 Keyword Search
2339 |image1038|
2340
2341 The response to this search is:
2342
2343 Results
2344 |image1039|
2345
2346 The order of the words does not affect the retrieval results, so you
2347 could also enter the search as "mashups library". The response to this
2348 search is results
2349
2350 Results
2351 |image1040|
2352
2353 Too many words in the search box will find very few matches, as the
2354 following example illustrates:
2355
2356 No results found
2357 |image1041|
2358
2359 `Advanced Searching <#searchguide-advanced>`__
2360 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2361
2362 When you can't find the most appropriate material with a general search,
2363 you can move to the Advanced Search page by clicking on the Search
2364 option on the persistent toolbar.
2365
2366 Koha Menu
2367 |image1042|
2368
2369 The Advanced Search page offers many ways to limit the results of your
2370 search. You can search using the Boolean operators AND, OR, and NOT;
2371 limit by item type; limit by year and language; limit by subtypes
2372 audience, content, format, or additional content types; by location and
2373 by availability.
2374
2375 The first limiting section on the Advanced Search page provides a quick
2376 and simple way to use the Boolean operators in your search. Note that
2377 this display depends on a system preference setting. This option can be
2378 found on the Administration > System Preferences > Searching page. The
2379 option called `expandedSearchOption <#expandedSearchOption>`__ must be
2380 set to 'show' to see the following display.
2381
2382 Advanced Search Options
2383 |image1043|
2384
2385 In this section you can choose among the many indexes by clicking on the
2386 arrow in the first box. The blank box that follows is where you enter
2387 your first search term or terms. On the second line, you can choose the
2388 Boolean operator you want to use in your search. The options are 'and',
2389 'or', and 'not'. Then, you would again choose the index to search,
2390 followed by the second term or terms. If you have more concepts you want
2391 to include in your search, you can click the [+] to add another line for
2392 your search.
2393
2394 A sample search is shown next, followed by its results:
2395
2396 Advanced Search
2397 |image1044|
2398
2399 Results from Advanced Search
2400 |image1045|
2401
2402 When you use the Boolean operators to broaden or narrow a search,
2403 remember the action of each operator. The 'and' operator narrows the
2404 results you'll retrieve because the search will retrieve the records
2405 that include all your search terms. The 'or' operator expands the
2406 results because the search will look for occurrences of all of your
2407 search terms. The 'not' operator excludes records with the term that
2408 follows the operator.
2409
2410 Note: If you leave this `expandedSearchOption <#expandedSearchOption>`__
2411 set to 'don't show', this is the display you will see:
2412
2413 Fewer Search Options
2414 |image1046|
2415
2416 The Advanced Search page then shows the multiple kinds of limits that
2417 can be applied to your search results. Either check a box or select from
2418 the drop down menus to narrow your search. You will type the year, year
2419 range, or a 'greater than (>)' or 'less than (<)' year.
2420
2421 Other Advanced Search Options
2422 |image1047|
2423
2424 Finally, you can choose how the results will be sorted. The pre-defined
2425 sort options are in the final area of the Advanced Search screen.
2426
2427 Sort Results By
2428 |image1048|
2429
2430 The default sort is by relevance, although you can choose to sort by
2431 author, by title, by call number, by dates, or by popularity (which uses
2432 the information on total issues found in the items table). If you would
2433 prefer a different default sort, you can set
2434 `defaultSortField <#defaultSortField>`__ to one of the other choices in
2435 Administration > System Preferences > Searching.
2436
2437 `Item Searching <#searchguide-itemsearch>`__
2438 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2439
2440 If you are looking for specific items you can use the item search engine
2441 in the staff client to find them.
2442
2443 -  *Get there:* Search > Go to item search
2444
2445 At the top of the advanced search page in the staff client you will see
2446 a link to 'Go to item search'Item search link
2447
2448 Clicking that link will open up a item specific search engine.Item
2449 search
2450
2451 Using the search form that is presented you can find a list of specific
2452 items that can be output to the screen or to a CSV file. If your results
2453 are printed to the screen you will have the option to narrow your search
2454 further using filters at the top.Item search results
2455
2456 `Common Command Language Searching <#searchguide-ccl>`__
2457 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2458
2459 Koha uses the Common Command Language (CCL) (ISO 8777) as its internal
2460 search protocol. Searches initiated in the graphical interface use this
2461 protocol as well, although the searcher doesn't know which indexes,
2462 operators and limiters are available and being used to conduct their
2463 search. The searcher can use the Advanced Search when more precise
2464 results set are desired and where the search indexes are somewhat known.
2465 However, some library users and many library staff prefer using a
2466 command based structure. This part of the document will present and
2467 explain the use of the Koha command based structure. The indexes,
2468 operators, and limiters used are identical to those used in the
2469 graphical interface.
2470
2471 `Indexes <#searchguide-indexes>`__
2472 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2473
2474 The CCL standard itself doesn't specify a particular set of qualifiers
2475 (indexes), but it does suggest a few short-hand notations such as 'ti',
2476 'au', and 'su'. Koha has a default set of indexes; it's possible to
2477 customize that set by adding needed indexes based on local requirements.
2478 A qualifier (index) maps to a particular use-attribute within the Z39.50
2479 BIB-1 attribute set. The complete Z39.50 Bib-1 Attribute can be viewed
2480 at http://www.loc.gov/z3950/agency/defns/bib1.html.
2481
2482 The standard Koha set of indexes is a fairly common example of MARC21
2483 indexing rules. The indexes that are defined in Koha are indexes
2484 typically used by other integrated library systems. The defined Z39.50
2485 Bib-1 Attribute mapped to the indexes include:
2486
2487 +--------------------------------+----------------------------+
2488 | Bib-1 Attribute                | Qualifier (index)          |
2489 +================================+============================+
2490 | Personal-name                  | pn                         |
2491 +--------------------------------+----------------------------+
2492 | Corporate-name                 | cpn                        |
2493 +--------------------------------+----------------------------+
2494 | Conference-name                | cfn                        |
2495 +--------------------------------+----------------------------+
2496 | Title                          | ti                         |
2497 +--------------------------------+----------------------------+
2498 | Title-series                   | se                         |
2499 +--------------------------------+----------------------------+
2500 | Title-uniform                  | ut                         |
2501 +--------------------------------+----------------------------+
2502 | ISBN                           | nb                         |
2503 +--------------------------------+----------------------------+
2504 | ISSN                           | ns                         |
2505 +--------------------------------+----------------------------+
2506 | Local number                   | sn                         |
2507 +--------------------------------+----------------------------+
2508 | Local-classification           | lcn and callnum            |
2509 +--------------------------------+----------------------------+
2510 | Subject                        | su, su-to, su-geo, su-ut   |
2511 +--------------------------------+----------------------------+
2512 | Pubdate                        | yr,pubdate                 |
2513 +--------------------------------+----------------------------+
2514 | Date-of-Acquisition            | acqdate                    |
2515 +--------------------------------+----------------------------+
2516 | Language                       | ln                         |
2517 +--------------------------------+----------------------------+
2518 | Place-of-publication           | pl                         |
2519 +--------------------------------+----------------------------+
2520 | Abstract                       | ab                         |
2521 +--------------------------------+----------------------------+
2522 | Notes                          | nt                         |
2523 +--------------------------------+----------------------------+
2524 | Record-type                    | rtype, mc-rtype, mus       |
2525 +--------------------------------+----------------------------+
2526 | Author                         | au, aut                    |
2527 +--------------------------------+----------------------------+
2528 | Subject-person-name            | su-na                      |
2529 +--------------------------------+----------------------------+
2530 | Any (keyword)                  | kw                         |
2531 +--------------------------------+----------------------------+
2532 | Publisher                      | pb                         |
2533 +--------------------------------+----------------------------+
2534 | Content-type                   | ctype                      |
2535 +--------------------------------+----------------------------+
2536 | Koha-Auth-Number               | an                         |
2537 +--------------------------------+----------------------------+
2538 | Author-personal-bibliography   | aub                        |
2539 +--------------------------------+----------------------------+
2540 | Author-in-order                | auo                        |
2541 +--------------------------------+----------------------------+
2542
2543 Table: Attributes
2544
2545 Refer to the `Koha Indexing Chart <#kohasearchindexes>`__ for the MARC21
2546 tags mapped to each Bib-1 Attribute and index combination.
2547
2548 `Audience Examples <#search-audexamp>`__
2549 ''''''''''''''''''''''''''''''''''''''''
2550
2551 -  aud:a Preschool
2552
2553 -  aud:b Primary
2554
2555 -  aud:c Pre-Adolescent
2556
2557 -  aud:d Adolescent
2558
2559 -  aud:e Adult
2560
2561 -  aud:f Specialized
2562
2563 -  aud:g General
2564
2565 -  aud:j Juvenile
2566
2567 `Contents Examples <#search-contentsexamp>`__
2568 '''''''''''''''''''''''''''''''''''''''''''''
2569
2570 -  fic:1 Fiction
2571
2572 -  fic:0 Non Fiction
2573
2574 -  bio:b Biography
2575
2576 -  mus:j Musical recording
2577
2578 -  mus:I Non musical record
2579
2580 `Search Syntax <#searchguide-syntax>`__
2581 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2582
2583 In the persistent search box, single words generally retrieve large
2584 sets. To narrow a search, you can use multiple words. Koha automatically
2585 uses the 'and' Boolean operator to create a set of records matching your
2586 input. When you want to narrow the search to an author or a title or a
2587 subject or some other specific field or use a Boolean operator, there
2588 isn't an obvious way to accomplish that specificity. The library user
2589 can, of course, go to the Advanced Search page; however, if you know how
2590 to construct a CCL search, you can achieve more specificity while using
2591 the persistent search box on any page.
2592
2593 There is a specific order to the CCL search syntax. Although it can be
2594 used for simple searches, it is an especially effective way to perform
2595 complex searches, as it affords you a great deal of control over your
2596 search results. To construct a CCL search, first enter a desired index
2597 code, then an equal sign, followed by your search word(s). Following are
2598 examples of simple CCL searches.
2599
2600 -  ti=principles of accounting
2601
2602 -  au=brown joseph
2603
2604 -  su=poetry
2605
2606 -  su-na=Shakespeare
2607
2608 -  kw=marlin
2609
2610 You can refine your search by combining search terms with Boolean
2611 operators 'and', 'or', or 'not'. Following are examples of searches
2612 using Boolean operators.
2613
2614 -  ti=principles of accounting and au=brown joseph
2615
2616 -  su=poetry not su-na=Shakespeare
2617
2618 -  kw=communication and su=debate
2619
2620 You can also choose to search for things that start with a character or
2621 series of characters
2622
2623 -  ti,first-in-subfield=C (will show you all titles that start with the
2624    letter 'C')
2625
2626 Other string location searches can be performed with the following
2627 keywords:
2628
2629 -  rtrn : right truncation
2630
2631 -  ltrn : left truncation
2632
2633 -  lrtrn : left and right truncation
2634
2635 -  st-date : type date
2636
2637 -  st-numeric : type number (integer)
2638
2639 -  ext : exact search on whole subfield (does not work with icu)
2640
2641 -  phr : search on phrase anywhere in the subfield
2642
2643 -  startswithnt : subfield starts with
2644
2645 Using specific indexes and Boolean operators are not the only way a
2646 search can be refined. You can also refine your search as a phrase when
2647 looking for a title, author, or subject. The syntax for this search is
2648 *index,phr=search words*.
2649
2650 To illustrate the results of various search types, a search was done for
2651 the words 'supreme court'. The results illustrate that the search index
2652 and the word order make a difference in search results. Only the results
2653 count and the search itself is in these examples. The search executed
2654 will always be between the single quotes.
2655
2656 Sample Search 1
2657 |image1049|
2658
2659 Sample Search 2
2660 |image1050|
2661
2662 Sample Search 3
2663 |image1051|
2664
2665 Sample Search 4
2666 |image1052|
2667
2668 Sample Search 5
2669 |image1053|
2670
2671 Sample Search 6
2672 |image1054|
2673
2674 Sample Search 7
2675 |image1055|
2676
2677 Sample Search 8
2678 |image1056|
2679
2680 Sample Search 9
2681 |image1057|
2682
2683 You can also choose to use limiters in your search query. Some common
2684 limiters include dates, languages, record types, and item types. In the
2685 Advance Search, you can either click a box or key in data to limit your
2686 search. You can also apply the same limits with CCL by using the syntax
2687 in the following examples. In all
2688
2689 *By Date: su=supreme court and yr,st-numeric=>2000*
2690
2691 Sample Search 10
2692 |image1058|
2693
2694 When you limit by date, you can use the '>' (greater than), '<' (less
2695 than), '=' (equal), or 'yyyy-yyyy' (range) symbols.
2696
2697 *By Item Type: su=nursing and itype:BK*
2698
2699 Sample Search 11
2700 |image1059|
2701
2702 Each library will have a different set of item types defined in their
2703 circulation configuration. When you set up item types, you define a code
2704 and a name for each one. The name will appear on the Advance Search
2705 page. The code you assigned is used as a CCL search limit, formatted as
2706 'itype:x', where 'x' is the assigned code. The initial set of item types
2707 in Koha will usually be edited to reflect your collections, so your item
2708 type limiters may be different than the initial ones. The initial item
2709 type limiters follow.
2710
2711 -  itype:BKS Books, Booklets, Workbooks
2712
2713 -  itype:SR Audio Cassettes, CDs
2714
2715 -  itype:IR Binders
2716
2717 -  itype:CF CD-ROMs, DVD-ROMs, General Online Resources
2718
2719 -  itype:VR DVDs, VHS
2720
2721 -  itype:KT Kit
2722
2723 -  itype:AR Models
2724
2725 -  itype:SER Serials
2726
2727 *By format: su=supreme court not l-format:sr*
2728
2729 Sample Search 12
2730 |image1060|
2731
2732 The format limiters are derived from a combination of LDR, 006 and 007
2733 positions. The formats that are currently defined are the following.
2734
2735 -  l-format:ta Regular print
2736
2737 -  l-format:tb Large print
2738
2739 -  l-format:fk Braille
2740
2741 -  l-format:sd CD audio
2742
2743 -  l-format:ss Cassette recording
2744
2745 -  l-format:vf VHS tape
2746
2747 -  l-format:vd DVD video
2748
2749 -  l-format:co CD software
2750
2751 -  l-format:cr Website
2752
2753 *By content type: su=supreme court not ctype:l*
2754
2755 Sample Search 13
2756 |image1061|
2757
2758 The content types are taken from the 008 MARC tag, positions 24-27.
2759
2760 There are two other limiter types that are not described in this
2761 document. They are: Audience and Content. The only difference in the
2762 syntax of the CCL is the actual limiter. They are reproduced here just
2763 in case you would like to use these limiters.
2764
2765 `Koha Search Indexes <#kohasearchindexes>`__
2766 --------------------------------------------
2767
2768 By default, not all fields are indexed in the Zebra search engine, but
2769 many are. Below are the MARC21 fields that are indexed in Zebra.
2770
2771 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2772 | Field          | Description                                                                                                                                                                                                                                                                                                                                                                                                                        |
2773 +================+====================================================================================================================================================================================================================================================================================================================================================================================================================================+
2774 | Leader/06      | Record-type, rtype                                                                                                                                                                                                                                                                                                                                                                                                                 |
2775 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2776 | Leader/07      | Bib-level                                                                                                                                                                                                                                                                                                                                                                                                                          |
2777 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2778 | Leader/06-07   | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
2779 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2780 | 001            | Control-number                                                                                                                                                                                                                                                                                                                                                                                                                     |
2781 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2782 | 005            | Date/time-last-modified, dtlm, date-time-last-modified                                                                                                                                                                                                                                                                                                                                                                             |
2783 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2784 | 007            | Microform-generation:n:range(data,11,1), Material-type,ff7-00:w:range(data,0,1), ff7-01:w:range(data,1,1), ff7-02:w:range(data,2,1), ff7-01-02:w:range(data,0,2)                                                                                                                                                                                                                                                                   |
2785 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2786 | 008            | date-entered-on-file:n:range(data,0,5), date-entered-on-file:s:range(data,0,5), pubdate:w:range(data,7,4), pubdate:n:range(data,7,4), pubdate:y:range(data,7,4), pubdate:s:range(data,7,4), pl:w:range(data,15,3), ta:w:range(data,22,1), ff8-23:w:range(data,23,1), ff8-29:w:range(data,29,1), lf:w:range(data,33,1), bio:w:range(data,34,1), ln:n:range(data,35,3), ctype:w:range(data,24,4), Record-source:w:range(data,39,0)   |
2787 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2788 | 010            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
2789 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2790 | 011            | LC-card-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                |
2791 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2792 | 015            | BNB-card-number, BGF-number, Number-db, Number-natl-biblio, Identifier-standard                                                                                                                                                                                                                                                                                                                                                    |
2793 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2794 | 017            | Number-legal-deposit, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                          |
2795 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2796 | 018            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
2797 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2798 | 020$a          | ISBN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
2799 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2800 | 020            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
2801 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2802 | 022$a          | ISSN:w, Identifier-standard:w                                                                                                                                                                                                                                                                                                                                                                                                      |
2803 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2804 | 022            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
2805 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2806 | 023            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
2807 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2808 | 024$a          | Identifier-other                                                                                                                                                                                                                                                                                                                                                                                                                   |
2809 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2810 | 024            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
2811 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2812 | 025            | Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                                |
2813 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2814 | 027            | Report-number, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                 |
2815 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2816 | 028            | Number-music-publisher, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                        |
2817 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2818 | 030            | CODEN, Identifier-standard                                                                                                                                                                                                                                                                                                                                                                                                         |
2819 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2820 | 034            | Map-scale                                                                                                                                                                                                                                                                                                                                                                                                                          |
2821 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2822 | 037            | Identifier-standard, Stock-number                                                                                                                                                                                                                                                                                                                                                                                                  |
2823 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2824 | 040            | Code-institution, Record-source                                                                                                                                                                                                                                                                                                                                                                                                    |
2825 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2826 | 041$a          | ln-audio                                                                                                                                                                                                                                                                                                                                                                                                                           |
2827 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2828 | 041$h          | language-original                                                                                                                                                                                                                                                                                                                                                                                                                  |
2829 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2830 | 041$j          | ln-subtitle                                                                                                                                                                                                                                                                                                                                                                                                                        |
2831 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2832 | 041            | ln                                                                                                                                                                                                                                                                                                                                                                                                                                 |
2833 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2834 | 043            | Code-geographic                                                                                                                                                                                                                                                                                                                                                                                                                    |
2835 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2836 | 050$b          | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
2837 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2838 | 050            | LC-call-number:w, LC-call-number:p, LC-call-number:s                                                                                                                                                                                                                                                                                                                                                                               |
2839 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2840 | 052            | Geographic-class                                                                                                                                                                                                                                                                                                                                                                                                                   |
2841 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2842 | 060            | NLM-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
2843 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2844 | 070            | NAL-call-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
2845 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2846 | 080            | UDC-classification                                                                                                                                                                                                                                                                                                                                                                                                                 |
2847 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2848 | 082            | Dewey-classification:w, Dewey-classification:s                                                                                                                                                                                                                                                                                                                                                                                     |
2849 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2850 | 086            | Number-govt-pub                                                                                                                                                                                                                                                                                                                                                                                                                    |
2851 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2852 | 100$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
2853 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2854 | 100$a          | Author,Author:p, Author:s, Editor, Author-personal-bibliography, Author-personal-bibliography:p, Author-personal-bibliography:s                                                                                                                                                                                                                                                                                                    |
2855 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2856 | 100            | Author, Author-title, Author-name-personal, Name, Name-and-title, Personal-name                                                                                                                                                                                                                                                                                                                                                    |
2857 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2858 | 110$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2859 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2860 | 110            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Corporate-name                                                                                                                                                                                                                                                                                                                                                  |
2861 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2862 | 111$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2863 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2864 | 111            | Author, Author-title, Author-name-corporate, Name, Name-and-title, Conference-name                                                                                                                                                                                                                                                                                                                                                 |
2865 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2866 | 130$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
2867 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2868 | 130$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
2869 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2870 | 130$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2871 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2872 | 130            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
2873 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2874 | 210            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
2875 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2876 | 211            | Title, Title-abbreviated                                                                                                                                                                                                                                                                                                                                                                                                           |
2877 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2878 | 212            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
2879 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2880 | 214            | Title, Title-expanded                                                                                                                                                                                                                                                                                                                                                                                                              |
2881 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2882 | 222            | Title, Title-key                                                                                                                                                                                                                                                                                                                                                                                                                   |
2883 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2884 | 240$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
2885 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2886 | 240$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
2887 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2888 | 240            | Title:w, Title:p, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                    |
2889 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2890 | 243$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
2891 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2892 | 243$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
2893 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2894 | 243            | Title:w, Title:p, Title-collective                                                                                                                                                                                                                                                                                                                                                                                                 |
2895 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2896 | 245$a          | Title-cover:w, Title-cover:p, Title-cover:s, Title:w, Title:p, Title:s                                                                                                                                                                                                                                                                                                                                                             |
2897 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2898 | 245$c          | Author, Author-in-order:w, Author-in-order:p, Author-in-order:s                                                                                                                                                                                                                                                                                                                                                                    |
2899 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2900 | 245$9          | Cross-Reference:w, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                |
2901 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2902 | 245            | Title:w, Title:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
2903 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2904 | 246            | Title, Title:p, Title-abbreviated, Title-expanded, Title-former                                                                                                                                                                                                                                                                                                                                                                    |
2905 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2906 | 247            | Title, Title:p, Title-former, Title-other-variant, Related-periodical                                                                                                                                                                                                                                                                                                                                                              |
2907 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2908 | 260$a          | pl:w, pl:p                                                                                                                                                                                                                                                                                                                                                                                                                         |
2909 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2910 | 260$b          | Publisher:w, Publisher:p                                                                                                                                                                                                                                                                                                                                                                                                           |
2911 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2912 | 260$c          | copydate, copydate:s                                                                                                                                                                                                                                                                                                                                                                                                               |
2913 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2914 | 260            | Provider, pl                                                                                                                                                                                                                                                                                                                                                                                                                       |
2915 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2916 | 264            | Provider                                                                                                                                                                                                                                                                                                                                                                                                                           |
2917 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2918 | 300            | Extent:w, Extent:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
2919 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2920 | 400$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
2921 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2922 | 400$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
2923 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2924 | 400$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2925 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2926 | 400            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
2927 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2928 | 410            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
2929 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2930 | 410$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
2931 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2932 | 410$t          | Author-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                  |
2933 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2934 | 410$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2935 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2936 | 410            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
2937 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2938 | 411            | Author, Conference-name                                                                                                                                                                                                                                                                                                                                                                                                            |
2939 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2940 | 411$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
2941 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2942 | 411$t          | Author-title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                         |
2943 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2944 | 411            | Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                                        |
2945 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2946 | 440$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
2947 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2948 | 440$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2949 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2950 | 440            | Title-series:w, Title-series:p, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                |
2951 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2952 | 490$a          | Title-series:w, Title-series:p                                                                                                                                                                                                                                                                                                                                                                                                     |
2953 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2954 | 490            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
2955 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2956 | 490$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2957 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2958 | 500            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
2959 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2960 | 502            | Material-type                                                                                                                                                                                                                                                                                                                                                                                                                      |
2961 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2962 | 505$r          | Author                                                                                                                                                                                                                                                                                                                                                                                                                             |
2963 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2964 | 505$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
2965 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2966 | 505            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
2967 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2968 | 510            | Indexed-by                                                                                                                                                                                                                                                                                                                                                                                                                         |
2969 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2970 | 520            | Abstract:w, Abstract:p                                                                                                                                                                                                                                                                                                                                                                                                             |
2971 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2972 | 521$a          | lex:n                                                                                                                                                                                                                                                                                                                                                                                                                              |
2973 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2974 | 526$c          | arl, arl:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
2975 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2976 | 526$d          | arp, arp:n                                                                                                                                                                                                                                                                                                                                                                                                                         |
2977 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2978 | 590            | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
2979 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2980 | 600$a          | Name-and-title, Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                |
2981 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2982 | 600$t          | Name-and-title, Title, Subject                                                                                                                                                                                                                                                                                                                                                                                                     |
2983 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2984 | 600$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2985 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2986 | 600            | Name, Personal-name, Subject-name-personal, Subject                                                                                                                                                                                                                                                                                                                                                                                |
2987 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2988 | 610$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
2989 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2990 | 610$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
2991 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2992 | 610$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
2993 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2994 | 610            | Name, Subject, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                      |
2995 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2996 | 611            | Conference-name                                                                                                                                                                                                                                                                                                                                                                                                                    |
2997 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2998 | 611$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
2999 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3000 | 611$t          | Name-and-title, Title                                                                                                                                                                                                                                                                                                                                                                                                              |
3001 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3002 | 611$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3003 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3004 | 611            | Name, Subject                                                                                                                                                                                                                                                                                                                                                                                                                      |
3005 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3006 | 630$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
3007 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3008 | 630$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
3009 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3010 | 630$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3011 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3012 | 630            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
3013 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3014 | 650$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3015 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3016 | 650            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
3017 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3018 | 651$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3019 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3020 | 651            | Name-geographic, Subject,Subject:p                                                                                                                                                                                                                                                                                                                                                                                                 |
3021 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3022 | 652$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3023 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3024 | 653$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3025 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3026 | 653            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
3027 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3028 | 654$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3029 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3030 | 654            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
3031 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3032 | 655$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3033 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3034 | 655            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
3035 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3036 | 656$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3037 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3038 | 656            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
3039 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3040 | 657$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3041 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3042 | 657            | Subject                                                                                                                                                                                                                                                                                                                                                                                                                            |
3043 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3044 | 690$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3045 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3046 | 690            | Subject, Subject:p                                                                                                                                                                                                                                                                                                                                                                                                                 |
3047 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3048 | 700$9          | Cross-Reference, Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                  |
3049 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3050 | 700$a          | Author, Author:p                                                                                                                                                                                                                                                                                                                                                                                                                   |
3051 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3052 | 700$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
3053 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3054 | 700$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
3055 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3056 | 700$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
3057 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3058 | 700            | Author, Author-name-corporate, Author-name-personal, Name, Editor, Personal-name                                                                                                                                                                                                                                                                                                                                                   |
3059 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3060 | 710            | Author, Corporate-name                                                                                                                                                                                                                                                                                                                                                                                                             |
3061 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3062 | 710$t          | Author-title, Name-and-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                 |
3063 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3064 | 710$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
3065 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3066 | 710$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3067 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3068 | 710            | Author, Name                                                                                                                                                                                                                                                                                                                                                                                                                       |
3069 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3070 | 711$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
3071 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3072 | 711$t          | Author-title, Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                 |
3073 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3074 | 711$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3075 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3076 | 711            | Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                                       |
3077 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3078 | 730$n          | Thematic-number                                                                                                                                                                                                                                                                                                                                                                                                                    |
3079 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3080 | 730$r          | Music-key                                                                                                                                                                                                                                                                                                                                                                                                                          |
3081 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3082 | 730$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3083 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3084 | 730            | Title, Title-uniform                                                                                                                                                                                                                                                                                                                                                                                                               |
3085 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3086 | 740            | Title, Title-other-variant                                                                                                                                                                                                                                                                                                                                                                                                         |
3087 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3088 | 773$t          | Host-item                                                                                                                                                                                                                                                                                                                                                                                                                          |
3089 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3090 | 780$t          | Title                                                                                                                                                                                                                                                                                                                                                                                                                              |
3091 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3092 | 780$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
3093 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3094 | 780            | Title, Title-former, Related-periodical                                                                                                                                                                                                                                                                                                                                                                                            |
3095 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3096 | 785$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
3097 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3098 | 785            | Related-periodical                                                                                                                                                                                                                                                                                                                                                                                                                 |
3099 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3100 | 787$w          | Record-control-number                                                                                                                                                                                                                                                                                                                                                                                                              |
3101 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3102 | 800$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
3103 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3104 | 800$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
3105 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3106 | 800$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3107 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3108 | 800            | Author, Author-name-personal, Name, Personal-name                                                                                                                                                                                                                                                                                                                                                                                  |
3109 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3110 | 810$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
3111 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3112 | 810$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
3113 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3114 | 810$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3115 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3116 | 810            | Author, Corporate-name, Author-name-corporate, Name                                                                                                                                                                                                                                                                                                                                                                                |
3117 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3118 | 811$a          | Name-and-title                                                                                                                                                                                                                                                                                                                                                                                                                     |
3119 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3120 | 811$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3121 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3122 | 811$t          | Author-title, Name-and-title, Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                  |
3123 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3124 | 811            | Author, Author-name-corporate, Name, Conference-name                                                                                                                                                                                                                                                                                                                                                                               |
3125 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3126 | 830$9          | Koha-Auth-Number                                                                                                                                                                                                                                                                                                                                                                                                                   |
3127 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3128 | 830            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
3129 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3130 | 840            | Title, Title-series                                                                                                                                                                                                                                                                                                                                                                                                                |
3131 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3132 | 942$0          | totalissues:n, totalissues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
3133 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3134 | 942$2          | cn-bib-source                                                                                                                                                                                                                                                                                                                                                                                                                      |
3135 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3136 | 942$6          | cn-bib-sort:n, cn-bib-sort:s                                                                                                                                                                                                                                                                                                                                                                                                       |
3137 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3138 | 942$c          | itemtype:w                                                                                                                                                                                                                                                                                                                                                                                                                         |
3139 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3140 | 942$n          | Suppress:w, Suppress:n                                                                                                                                                                                                                                                                                                                                                                                                             |
3141 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3142 | 942$h          | cn-class                                                                                                                                                                                                                                                                                                                                                                                                                           |
3143 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3144 | 942$i          | cn-item                                                                                                                                                                                                                                                                                                                                                                                                                            |
3145 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3146 | 942$k          | cn-prefix                                                                                                                                                                                                                                                                                                                                                                                                                          |
3147 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3148 | 942$m          | cn-suffix                                                                                                                                                                                                                                                                                                                                                                                                                          |
3149 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3150 | 952$0          | withdrawn:n, withdrawn:w                                                                                                                                                                                                                                                                                                                                                                                                           |
3151 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3152 | 952$1          | lost, lost:n                                                                                                                                                                                                                                                                                                                                                                                                                       |
3153 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3154 | 952$2          | classification-source                                                                                                                                                                                                                                                                                                                                                                                                              |
3155 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3156 | 952$3          | materials-specified                                                                                                                                                                                                                                                                                                                                                                                                                |
3157 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3158 | 952$4          | damaged:n, damaged:w                                                                                                                                                                                                                                                                                                                                                                                                               |
3159 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3160 | 952$5          | restricted:n, restricted:w                                                                                                                                                                                                                                                                                                                                                                                                         |
3161 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3162 | 952$6          | cn-sort:n, cn-sort:s                                                                                                                                                                                                                                                                                                                                                                                                               |
3163 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3164 | 952$7          | notforloan:n, notforloan:w                                                                                                                                                                                                                                                                                                                                                                                                         |
3165 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3166 | 952$8          | ccode                                                                                                                                                                                                                                                                                                                                                                                                                              |
3167 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3168 | 952$9          | itemnumber:n, itemnumber:s                                                                                                                                                                                                                                                                                                                                                                                                         |
3169 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3170 | 952$a          | homebranch                                                                                                                                                                                                                                                                                                                                                                                                                         |
3171 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3172 | 952$b          | holdingbranch                                                                                                                                                                                                                                                                                                                                                                                                                      |
3173 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3174 | 952$c          | location                                                                                                                                                                                                                                                                                                                                                                                                                           |
3175 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3176 | 952$d          | Date-of-acquisition, Date-of-acquisition:d, Date-of-acquisition:s                                                                                                                                                                                                                                                                                                                                                                  |
3177 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3178 | 952$e          | acqsource                                                                                                                                                                                                                                                                                                                                                                                                                          |
3179 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3180 | 952$f          | coded-location-qualifier                                                                                                                                                                                                                                                                                                                                                                                                           |
3181 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3182 | 952$g          | price                                                                                                                                                                                                                                                                                                                                                                                                                              |
3183 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3184 | 952$j          | stack:n, stack:w                                                                                                                                                                                                                                                                                                                                                                                                                   |
3185 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3186 | 952$l          | issues:n, issues:w, issues:s                                                                                                                                                                                                                                                                                                                                                                                                       |
3187 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3188 | 952$m          | renewals:n, renewals:w                                                                                                                                                                                                                                                                                                                                                                                                             |
3189 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3190 | 952$n          | reserves:n, reserves:w                                                                                                                                                                                                                                                                                                                                                                                                             |
3191 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3192 | 952$o          | Local-classification:w, Local-classification:p, Local-classification:s                                                                                                                                                                                                                                                                                                                                                             |
3193 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3194 | 952$p          | barcode, barcode:n                                                                                                                                                                                                                                                                                                                                                                                                                 |
3195 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3196 | 952$q          | onloan:n, onloan:w                                                                                                                                                                                                                                                                                                                                                                                                                 |
3197 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3198 | 952$r          | datelastseen                                                                                                                                                                                                                                                                                                                                                                                                                       |
3199 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3200 | 952$s          | datelastborrowed                                                                                                                                                                                                                                                                                                                                                                                                                   |
3201 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3202 | 952$t          | copynumber                                                                                                                                                                                                                                                                                                                                                                                                                         |
3203 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3204 | 952$u          | uri:u                                                                                                                                                                                                                                                                                                                                                                                                                              |
3205 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3206 | 952$v          | replacementprice                                                                                                                                                                                                                                                                                                                                                                                                                   |
3207 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3208 | 952$w          | replacementpricedate                                                                                                                                                                                                                                                                                                                                                                                                               |
3209 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3210 | 952$y          | itype:w                                                                                                                                                                                                                                                                                                                                                                                                                            |
3211 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3212 | 952$z          | Note:w, Note:p                                                                                                                                                                                                                                                                                                                                                                                                                     |
3213 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3214 | 999$c          | Local-Number:n, Local-Number:w, Local-Number:s                                                                                                                                                                                                                                                                                                                                                                                     |
3215 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3216 | 999$d          | biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s                                                                                                                                                                                                                                                                                                                                                                         |
3217 +----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3218
3219 Table: Indexes
3220
3221 Plugin System
3222 =============
3223
3224 Koha's Plugin System allows for you to add additional tools and reports
3225 to Koha that are specific to your library. Plugins are installed by
3226 uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip
3227 file containing the perl files, template files, and any other files
3228 necessary to make the plugin work.
3229
3230 The plugin system needs to be turned on by a system administrator.
3231
3232 `Set up <#pluginsetup>`__
3233 -------------------------
3234
3235 To set up the Koha plugin system you must first make some changes to
3236 your install.
3237
3238 -  Change <enable\_plugins>0</enable\_plugins> to
3239    <enable\_plugins>1</enable\_plugins> in your koha-conf.xml file
3240
3241 -  Restart your webserver
3242
3243 Once set up is complete you will need to alter your
3244 `UseKohaPlugins <#UseKohaPlugins>`__ system preference. On the Tools
3245 page you will see the Tools Plugins and on the Reports page you will see
3246 the Reports Plugins.
3247
3248 Search History
3249 ==============
3250
3251 If you have your `EnableSearchHistory <#EnableSearchHistory>`__
3252 preference set to keep your search history then you can access this
3253 information by clicking on your username in the top right of the staff
3254 client and choosing 'Search history'.
3255
3256 Search history
3257 |image1062|
3258
3259 From this page you will see your bibliographic search history
3260
3261 Bibliographic search history
3262 |image1063|
3263
3264 And your authority search history.
3265
3266 Authority search history
3267 |image1064|
3268
3269 About Koha
3270 ==========
3271
3272 The 'About Koha' area will give you important server information as well
3273 as general information about Koha.
3274
3275 -  *Get there:* More > About Koha
3276
3277 `Server Information <#aboutserver>`__
3278 -------------------------------------
3279
3280 Under the 'Server Information' tab you will find information about the
3281 Koha version and the machine you have installed Koha on. This
3282 information is very important for debugging problems. When reporting
3283 issues to your support provider or to the various other support avenues
3284 (mailing lists, chat room, etc), it's always good to give the
3285 information from this screen.
3286
3287 Server Information on Koha
3288 |image1065|
3289
3290 `Perl Modules <#aboutserverperl>`__
3291 -----------------------------------
3292
3293 In order to take advantage of all of the functionalities of Koha, you
3294 will need to keep your Perl modules up to date. The 'Perl Modules' tab
3295 will show you all of the modules required by Koha, the version you have
3296 installed and whether you need to upgrade certain modules.
3297
3298 Perl Modules
3299 |image1066|
3300
3301 Items listed in bold are required by Koha, items highlighed in red are
3302 missing completely and items highlighted in yellow simply need to be
3303 upgraded.
3304
3305 `System Information <#aboutsystem>`__
3306 -------------------------------------
3307
3308 This tab will provide you with warnings if you are using system
3309 preferences that have since been deprecated or system preferences that
3310 you have set without other required preferences
3311
3312 System Information
3313 |image1067|
3314
3315 Implementation Checklist
3316 ========================
3317
3318 The following guide will walk you through the areas of Koha you need to
3319 look at in order to prepare to start using the system.
3320
3321 `Data Migration <#imp-migration>`__
3322 -----------------------------------
3323
3324 Before you can start using Koha you'll need to have some data. This can
3325 be done by entering it all by hand, but most people already have their
3326 data in electronic format of some sort and just need to reformat it a
3327 bit for importing into Koha.
3328
3329 -  Create a list of libraries and enter their info and codes into
3330    `Libraries & Groups <#libsgroups>`__
3331
3332 -  Define your list of `Item Types <#itemtypeadmin>`__
3333
3334 -  Define your patron categories and enter the categories and their
3335    codes into `Patron Categories <#patcats>`__
3336
3337 -  Enter any additional patron information fields you use in your
3338    library in the `Patron Attributes <#patronattributetypes>`__
3339
3340    -  Requires that you first set the
3341       `ExtendedPatronAttributes <#ExtendedPatronAttributes>`__ system
3342       preference if you have custom fields
3343
3344 -  Define all of your `Authorized Values <#authorizedvalues>`__
3345
3346    -  `Collection codes <#ccode>`__
3347
3348    -  `Shelving locations <#shelvelocvals>`__
3349
3350    -  Item statuses (`lost <#lost>`__, `not for loan <#notforloan>`__,
3351       `damaged <#damageauth>`__, `withdrawn <#withdrawnauth>`__)
3352
3353    -  Plus any others that are needed in your library
3354
3355 -  Optionally define `City/State/Postal Code <#citytowns>`__ combos
3356
3357 -  `Map your bibliographic data <#kohamarcmapping>`__ from your legacy
3358    system to Koha fields and migrate (remembering to use the collection,
3359    shelving, item type and library codes you entered in the above
3360    setting areas)
3361
3362 -  `Map your patron data <#patronimport>`__ from your legacy system to
3363    the Koha fields and migrate (remembering to use the patron and
3364    library codes you defined above)
3365
3366 -  Test your migrated data to be sure that everything is as you expect
3367    it to be, some things to test include:
3368
3369    -  Check some of your titles with diacritics and make sure that they
3370       migrated properly.
3371
3372    -  Check titles in a series and make sure that series information
3373       migrated properly.
3374
3375    -  Make sure that your patrons have their contact information in the
3376       right fields.
3377
3378    -  If your serials data was migrated search for these records in the
3379       catalog and confirm that they look right.
3380
3381    -  If your serials data was migrated search for these records in the
3382       serials module and confirm that they look right.
3383
3384    -  Check marc records to verify a variety of items are cataloged
3385       correctly
3386
3387    -  Check cataloging process to see if all necessary fields are
3388       available
3389
3390    -  If fines are migrated, check to see that they are applied
3391       correctly
3392
3393    -  If holds are migrated, check to see they are accurate in catalog
3394       and patron record
3395
3396 `Admin Configuration <#impadmin>`__
3397 -----------------------------------
3398
3399 Most of these preferences won't need to be changed to use your Koha
3400 system, but there are a few that you might want to customize.
3401
3402 -  If your library uses CAS Authentication, you'll want to set the
3403    various `CAS system preferences <#casauthentication>`__
3404
3405 -  Administration System Preferences
3406
3407    -  `KohaAdminEmailAddress <#KohaAdminEmailAddress>`__ : This is the
3408       email address that will be used by the system in 'from' lines and
3409       to send errors to if there is no email set for the branch
3410
3411    -  `noItemTypeImages <#noItemTypeImages>`__ : Decide if you want to
3412       show item type icons in the staff client and opac
3413
3414    -  `delimiter <#delimiter>`__ : This value will be put in between
3415       fields when exporting data from Koha
3416
3417    -  `virtualshelves <#virtualshelves>`__ : Decide if you want the
3418       staff and/or patrons to use lists in Koha
3419
3420    -  `AutoLocation <#AutoLocation>`__ : Require staff to log in to the
3421       staff client from a specific IP range
3422
3423    -  `IndependentBranches <#IndependentBranches>`__ : Prevent
3424       librarians from editing content that belongs to other branches
3425
3426 -  Go through the `Log System Preferences <#logs>`__ and decide which
3427    actions you want to keep track of in the logs
3428
3429 -  Decide if you'd like to share your library's information with the
3430    Koha community by setting the `Sharing system
3431    preferences <#heaprefs>`__.
3432
3433 -  Decide what `cron jobs <#cronjobsch>`__ you need to run and when.
3434
3435    -  If you're using the long overdue cron job be sure to set your
3436       `DefaultLongOverdueChargeValue <#DefaultLongOverdueChargeValue>`__,
3437       `DefaultLongOverdueLostValue <#DefaultLongOverdueLostValue>`__ &
3438       `DefaultLongOverdueDays <#DefaultLongOverdueLostValue>`__
3439       preferences.
3440
3441 `Localization Configuration <#implocal>`__
3442 ------------------------------------------
3443
3444 Koha is used worldwide and so you need to make sure you set your
3445 localization preferences so that options throughout Koha appear properly
3446 for your location/language.
3447
3448 -  Localization/Internationalization System Preferences
3449
3450    -  `dateformat <#dateformat>`__ : Decide how dates are displayed
3451       throughout Koha
3452
3453    -  `opaclanguagesdisplay <#opaclanguagesdisplay>`__ : Decide if
3454       patrons can choose what language the OPAC appears in
3455
3456       -  `opaclanguages <#opaclanguages>`__ : Decide which languages the
3457          patrons can choose from
3458
3459    -  `language <#languagepref>`__ : Decide which languages appear in
3460       the staff client
3461
3462    -  `CalendarFirstDayOfWeek <#CalendarFirstDayOfWeek>`__ : Define your
3463       first day of the week
3464
3465 `Circulation Configuration <#impcirc>`__
3466 ----------------------------------------
3467
3468 Before you start circulating your collection you'll need to set up your
3469 rules and preferences for circulation.
3470
3471 -  Define your `Circulation/Fine rules <#circfinerules>`__
3472
3473 -  Enter the `days your library is closed <#calholidays>`__ for fines
3474    and due date calculations
3475
3476 -  Circulation System Preferences
3477
3478    -  `CircControl <#CircControl>`__ : Define whether circ rules are
3479       based on item's location, patron's location or transaction
3480       location
3481
3482    -  `useDaysMode <#useDaysMode>`__ : Define how due dates are
3483       calculated
3484
3485    -  `finesCalendar <#finesCalendar>`__ : Define how fines are
3486       calculated (for every late date or only for days the library is
3487       open)
3488
3489    -  `SpecifyDueDate <#SpecifyDueDate>`__ : Decide if staff are allowed
3490       to override due dates on checkout
3491
3492    -  `SpecifyReturnDate <#SpecifyReturnDate>`__ : Decide if you want to
3493       let the staff specify an arbitrary return date on checkin
3494
3495    -  `itemBarcodeFallbackSearch <#itemBarcodeFallbackSearch>`__ :
3496       Decide if you want staff to be able to checkout using a keyword
3497       search (title, call number, etc)
3498
3499    -  `AutomaticItemReturn <#AutomaticItemReturn>`__ : Decide if items
3500       are sent back to the owning branch when checked in
3501
3502    -  `todaysIssuesDefaultSortOrder <#todaysIssuesDefaultSortOrder>`__ :
3503       Decide how items checked out today display on the patron record
3504
3505    -  `previousIssuesDefaultSortOrder <#previousIssuesDefaultSortOrder>`__
3506       : Decide how items checked out prior to today display on the
3507       patron record
3508
3509    -  `noissuescharge <#noissuescharge>`__ : Define the maximum amount a
3510       patron can owe before checkouts are blocked
3511
3512    -  `ReturnBeforeExpiry <#ReturnBeforeExpiry>`__ : Decide if patrons
3513       need to return items before their accounts expire
3514
3515    -  `AllowHoldsOnDamagedItems <#AllowHoldsOnDamagedItems>`__ : Decide
3516       if patrons can place holds on items that are marked as damaged
3517
3518       -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
3519          if you want the staff to be able to override the setting for
3520          the above at checkout
3521
3522    -  `maxreserves <#maxreserves>`__ : Decide how many items a patron
3523       can have on hold at once
3524
3525       -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
3526          if you want the staff to be able to override the setting for
3527          the above at checkout
3528
3529    -  `maxoutstanding <#maxoutstanding>`__ : Define the maximum amount a
3530       patron can owe before holds are blocked
3531
3532       -  `AllowHoldPolicyOverride <#AllowHoldPolicyOverride>`__ : Decide
3533          if you want the staff to be able to override the setting for
3534          the above at checkout
3535
3536    -  `ReservesMaxPickUpDelay <#ReservesMaxPickUpDelay>`__ : Define the
3537       number of days before a hold expires
3538
3539    -  `WebBasedSelfCheck <#WebBasedSelfCheck>`__ : Decide if you want to
3540       use the built in web-based self-checkout system
3541
3542       -  `AutoSelfCheckAllowed <#AutoSelfCheckAllowed>`__ : Decide if
3543          the self-checkout system requires login
3544
3545       -  `ShowPatronImageInWebBasedSelfCheck <#ShowPatronImageInWebBasedSelfCheck>`__
3546          : Decide if you want patron images to show on the self checkout
3547          screen
3548
3549    -  `AllowNotForLoanOverride <#AllowNotForLoanOverride>`__ : Decide if
3550       you want the staff to be able to checkout items marked as 'not for
3551       loan'
3552
3553    -  `AllowRenewalLimitOverride <#AllowRenewalLimitOverride>`__ :
3554       Decide if you want staff to override the limit put on renewals
3555
3556    -  `AllowFineOverride <#AllowFineOverride>`__ : Decide if you want
3557       staff to be able to override fine limits
3558
3559    -  `AllowTooManyOverride <#AllowTooManyOverride>`__ : Descide if you
3560       want staff to be able to check out more than the limit to a patron
3561
3562    -  `RenewalPeriodBase <#RenewalPeriodBase>`__ : Decide what date
3563       renewals are based on
3564
3565    -  `finesMode <#finesMode>`__ : Switch to 'Calculate and Charge'
3566       before go live if you charge fines
3567
3568    -  `OverdueNoticeBcc <#OverdueNoticeBcc>`__ : If you want to receive
3569       a copy of every overdue notice sent out, enter your email address
3570       here
3571
3572    -  `emailLibrarianWhenHoldIsPlaced <#emailLibrarianWhenHoldIsPlaced>`__
3573       : Decide if you want an email every time a hold is placed
3574
3575    -  `ReservesControlBranch <#ReservesControlBranch>`__ : Decide which
3576       branch's hold rules are considered first
3577
3578    -  `soundon <#AudioAlerts>`__ : Decide if you want to have sounds on
3579       for circulation actions
3580
3581    -  `FilterBeforeOverdueReport <#FilterBeforeOverdueReport>`__ : If
3582       you have a large amount of overdues, you might want to turn this
3583       preference on so as to allow you to filter before results appear
3584
3585    -  `DisplayClearScreenButton <#DisplayClearScreenButton>`__ : If you
3586       have a lot of staff members sharing one circ computer you might
3587       want to enable this so that staff can clear the screen in between
3588       checkouts to protect patron's privacy
3589
3590    -  `CircAutoPrintQuickSlip <#CircAutoPrintQuickSlip>`__ : Decide how
3591       you want Koha to react if you scan in a blank barcode on the
3592       checkout screen
3593
3594    -  `SuspendHoldsIntranet <#SuspendHoldsIntranet>`__ and/or
3595       `SuspendHoldsOpac <#SuspendHoldsOpac>`__ : Decide if you want
3596       patrons and/or staff to be able to suspend holds
3597
3598       -  `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ : If
3599          you allow holds to be suspended decide if you want them to
3600          automatically resume on the date entered by the staff and/or
3601          patron
3602
3603    -  `OnSiteCheckouts <#OnSiteCheckouts>`__ : Decide if you want to
3604       allow items to be checked out for use within the library
3605
3606    -  `RecordLocalUseOnReturn <#RecordLocalUseOnReturn>`__ : Set this to
3607       record local use of items when you check them in
3608
3609 -  Customize your `Notices & Slips <#notices>`__
3610
3611 -  Define your `Overdue Notice Triggers <#noticetriggers>`__
3612
3613 -  Set up your `cron jobs <#cronjobs>`__
3614
3615    -  Populate `your holds queue <#buildholdscron>`__ (every 1-4 hours)
3616
3617    -  Decide `when holds expire <#expiredholdscron>`__ (daily)
3618
3619    -  `Calculate fines due <#finescronjob>`__ (daily)
3620
3621       -  Fines on hourly loans will calculate when you check the items
3622          in
3623
3624    -  `Mark long overdue items as lost <#longoverduecron>`__ (daily)
3625
3626    -  Decide when the system `sends out messages <#msgqueuecron>`__ (1-4
3627       hours)
3628
3629    -  Decide when the system `queues overdue
3630       notices <#overduenoticecron>`__ (daily)
3631
3632    -  Set up `hold notices that didn't send for
3633       printing <#printholdcron>`__ (daily after overdues and message
3634       queue)
3635
3636    -  Decide when the system `queues the advanced notice of items
3637       due <#advnoticecron>`__ (daily)
3638
3639    -  Find holds that need to be `resumed and remove
3640       suspension <#unsuspendholdcron>`__ (daily)
3641
3642    -  If you're allowing automatic renewal of items `set them to
3643       renew <#autorenewcron>`__ (nightly)
3644
3645 `Patron Configuration <#imppratrons>`__
3646 ---------------------------------------
3647
3648 You have already imported patron data from your old system, but there
3649 are plenty of options available to you regarding patrons and their
3650 accounts.
3651
3652 -  Enter your `staff members as patrons <#addstaffpatron>`__
3653
3654    -  Define `staff members access permissions <#patronpermissions>`__
3655
3656 -  Patron System Preferences
3657
3658    -  `autoMemberNum <#autoMemberNum>`__ : Decide if the patrons
3659       barcodes are auto-generated or if you enter them yourself
3660
3661    -  `MaxFine <#MaxFine>`__ : Determine the maximum amount that people
3662       can owe in fines
3663
3664    -  `NotifyBorrowerDeparture <#NotifyBorrowerDeparture>`__ : Decide
3665       when to warn staff that the patron account is about to expire
3666
3667    -  `intranetreadinghistory <#intranetreadinghistory>`__ : Decide if
3668       the staff can see the patron's reading/checkout history
3669
3670    -  `BorrowerMandatoryField <#BorrowerMandatoryField>`__ : List fields
3671       that you want to appear as mandatory on the patron add/edit form
3672
3673    -  `BorrowersTitles <#BorrowersTitles>`__ : Add or change the titles
3674       for your patrons
3675
3676    -  `borrowerRelationship <#borrowerRelationship>`__ : Add or change
3677       borrower relationships (child to adult and professional to
3678       organization)
3679
3680    -  `AutoEmailPrimaryAddress <#AutoEmailPrimaryAddress>`__ : Determine
3681       if the patrons get an email confirming the creation of their
3682       account
3683
3684    -  `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ :
3685       Decide if staff can choose from a series of notices (other than
3686       overdues) for patrons
3687
3688    -  `EnhancedMessagingPreferencesOPAC <#EnhancedMessagingPreferencesOPAC>`__:
3689       Decide if patrons can choose from a series of notices (other than
3690       ovedues) for themselves
3691
3692    -  `patronimages <#patronimages>`__ : Decide if you want to save
3693       patron images in your system
3694
3695    -  `ExtendedPatronAttributes <#ExtendedPatronAttributes>`__ : Decide
3696       if you want to enable custom patron fields
3697
3698    -  `minPasswordLength <#minPasswordLength>`__ : Enter the minimum
3699       number of characters you want passwords to have
3700
3701    -  `BorrowerUnwantedField <#BorrowerUnwantedField>`__ : Decide what
3702       fields your library doesn't need to see on the patron entry form
3703
3704 -  Set up your `cron jobs <#cronjobs>`__
3705
3706    -  Decide if you would like `children to automatically be come
3707       adults <#j2acron>`__
3708
3709 `Cataloging Configuration <#impcatalog>`__
3710 ------------------------------------------
3711
3712 Before you start cataloging in Koha you'll want to set up your
3713 preferences and other rules.
3714
3715 -  Define your cataloging templates aka `MARC Bibliographic
3716    Frameworks <#marcbibframeworks>`__
3717
3718    -  Run the `MARC Bibliographic Framework
3719       Test <#marcbibframeworkstest>`__ to be sure your changes are valid
3720
3721 -  Define any `authorized values <#authorizedvalues>`__ you might want
3722    to use in cataloging
3723
3724 -  Set up `custom classification sources <#classificationsources>`__ (if
3725    you use something other than the defaults)
3726
3727 -  Set up `MARC matching rules <#recordmatchingrules>`__ for importing
3728    records from mrc files or Z39.50
3729
3730 -  Set up `Koha to Keyword mapping <#keywordmapping>`__ for deciding how
3731    to display marc fields to the screen (still in beta - only one field)
3732
3733 -  Set up the `Z39.50 targets <#z3950admin>`__ you want to search for
3734    cataloging (and acquisitions)
3735
3736 -  Cataloging System Preferences
3737
3738    -  `URLLinkText <#URLLinkText>`__ : Enter text to display when 856
3739       fields do not have pre-defined labels
3740
3741    -  `hide\_marc <#hide_marc>`__ : If you are unfamiliar with MARC you
3742       can have the MARC fields number hidden
3743
3744    -  `LabelMARCView <#LabelMARCView>`__ : Choose how you want duplicate
3745       fields to appear on the editor
3746
3747    -  `DefaultClassificationSource <#DefaultClassificationSource>`__ :
3748       Choose which classification source is the default in your library
3749
3750    -  `advancedMARCeditor <#advancedMARCeditor>`__ : Decide if you need
3751       labels to appear on your MARC editor
3752
3753    -  `marcflavour <#marcflavour>`__ : Choose your MARC format
3754
3755    -  `itemcallnumber <#itemcallnumber>`__ : Enter which field and
3756       subfields to look into for the call number
3757
3758    -  `MARCOrgCode <#MARCOrgCode>`__ : Enter your MARC Organizational
3759       Code (not the same as your OCLC number)
3760
3761    -  `autoBarcode <#autoBarcode>`__ : Decide if Koha generates item
3762       barcodes for you
3763
3764    -  `OpacSuppression <#OpacSuppression>`__ : Decide if you want to
3765       hide items marked as suppressed from the OPAC search results
3766
3767 -  Set up your `cron jobs <#cronjobs>`__
3768
3769    -  Decide when the system `checks URLs in catalog
3770       records <#checkurlcron>`__ to see if they are still valid
3771
3772 `Authorities Configuration <#impauthorities>`__
3773 -----------------------------------------------
3774
3775 Koha has the ability to keep track of your authority records and how
3776 they're linked to your bibliographic records. Before using authorities
3777 you should configure several preferences.
3778
3779 -  Set `Authority Frameworks <#authoritiesadmin>`__ aka templates
3780
3781 -  Authority System Preferences
3782
3783    -  `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ : Decide if
3784       Koha creates authorities when cataloging
3785
3786    -  `dontmerge <#dontmerge>`__ : Decide if updates to authorities
3787       trigger updates to the bibliographic records that link to them
3788
3789    -  `AutoCreateAuthorities <#AutoCreateAuthorities>`__ : Decide when
3790       authorities are created
3791
3792    -  `LinkerModule <#LinkerModule>`__ : Decide which match the
3793       authority linker should use
3794
3795    -  `LinkerOptions <#LinkerOptions>`__ : Decide if you want authority
3796       linking to be broader or more specific
3797
3798    -  `CatalogModuleRelink <#CatalogModuleRelink>`__ : Decide if you
3799       want to enable authority linking while cataloging
3800
3801 -  Set up your `cron jobs <#cronjobs>`__
3802
3803    -  Choose when the system looks for authorities updates to `merge
3804       changes into bibliographic records <#mergeauthcron>`__
3805
3806 `Searching Configuration <#impsearching>`__
3807 -------------------------------------------
3808
3809 There are several system preferences related to searching, it is not
3810 always recommended to make too many changes to these preferences since
3811 they are set to get you the most relevant results. If you would like to
3812 change the default way that Koha handles searching, view the `Searching
3813 system preferences <#searchingprefs>`__ tab.
3814
3815 -  Set up your `cron jobs <#cronjobs>`__
3816
3817    -  Decide how often your `system rebuilds the search
3818       index <#rebuildsearchcron>`__ (4-10 min)
3819
3820 -  Searching System Preferences
3821
3822    -  `AdvancedSearchTypes <#AdvancedSearchTypes>`__ : Decide which
3823       authorized value fields you want patrons and staff to be able to
3824       limit their advanced searches by
3825
3826    -  `AdvancedSearchLanguages <#AdvancedSearchLanguages>`__ : Decide
3827       which languages you want people to be able to limit to via the
3828       search engine
3829
3830    -  `UseAuthoritiesForTracings <#UseAuthoritiesForTracings>`__ :
3831       Decide how you want Koha to handle subject searches in the OPAC
3832
3833       -  `TraceCompleteSubfields <#TraceCompleteSubfields>`__ : Decide
3834          how you want Koha to handle subject searches in the OPAC
3835
3836       -  `TraceSubjectSubdivisions <#TraceSubjectSubdivisions>`__ :
3837          Decide how you want Koha to handle subject searches in the OPAC
3838
3839    -  `displayFacetCount <#displayFacetCount>`__ : Decide whether to
3840       show facet counts on search results
3841
3842 `OPAC Configuration <#impopac>`__
3843 ---------------------------------
3844
3845 There are a lot of ways you can customize your OPAC in Koha.
3846
3847 -  Decide how you want your OPAC to look & what content you want on the
3848    main page
3849
3850 -  Create a library branded stylesheet using CSS
3851
3852    -  **Important**
3853
3854           Do not edit the default CSS files, instead create a new one,
3855           that way the system can always fall back on the original CSS.
3856
3857 -  Create a custom XSLT stylesheet to change the way search results and
3858    bib records appear in the OPAC
3859
3860 -  OPAC System preferences
3861
3862    -  `OPACBaseURL <#OPACBaseURL>`__ : Enter your library's url
3863
3864    -  `opacuserlogin <#opacuserlogin>`__ : Decide if you want to allow
3865       patrons to login to the OPAC to access customized functionality
3866       (searching will be allowed without logging in)
3867
3868       -  `RequestOnOpac <#RequestOnOpac>`__ : Decide if patrons can
3869          place holds via the OPAC
3870
3871       -  `OpacPasswordChange <#OpacPasswordChange>`__ : Decide if
3872          patrons can change their password (don't allow this if you're
3873          using LDAP)
3874
3875       -  `OpacRenewalAllowed <#OpacRenewalAllowed>`__ : Decide if
3876          patrons can renew their checked out items via the OPAC
3877
3878       -  `opacreadinghistory <#opacreadinghistory>`__ : Decide if
3879          patrons can view their reading/checkout history via the OPAC
3880
3881       -  `reviewson <#reviewson>`__ : Decide if you want to allow
3882          patrons to comment on bib records via the OPAC
3883
3884       -  `OpacStarRatings <#OpacStarRatings>`__ : Decide if patrons can
3885          leave star ratings
3886
3887       -  `virtualshelves <#virtualshelves>`__ : Decide if you want
3888          patrons to be able to create Lists
3889
3890       -  `OpacAllowPublicListCreation <#OpacAllowPublicListCreation>`__
3891          : If patrons can create lists then decide if they are allowed
3892          to create public lists
3893
3894       -  `suggestion <#suggestionspref>`__ : Decide if you want patrons
3895          to be able to submit purchase suggestions
3896
3897       -  `OPACViewOthersSuggestions <#OPACViewOthersSuggestions>`__ :
3898          Decide if you want patrons to be able to see purchase
3899          suggestions made by other patrons
3900
3901    -  `opacbookbag <#opacbookbag>`__ : Decide if patrons can save items
3902       into their cart
3903
3904    -  `AnonSuggestions <#AnonSuggestions>`__ : Decide if you want non
3905       logged in users to be able to make purchase suggestions
3906
3907    -  `LibraryName <#LibraryName>`__ : Enter your library name for
3908       display in the <title> tag and on the top of the OPAC
3909
3910    -  `opaccredits <#opaccredits>`__ : Enter HTML to appear at the
3911       bottom of every page in the OPAC
3912
3913    -  `OpacMainUserBlock <#OpacMainUserBlock>`__ : Enter HTML that will
3914       appear in the center of the main OPAC page
3915
3916    -  `OpacNav <#OpacNav>`__ : Enter HTML that will appear to the left
3917       on the main OPAC page
3918
3919    -  `OpacNavBottom <#OpacNavBottom>`__ : Enter HTML that will appear
3920       below OpacNav
3921
3922    -  `OpacNavRight <#OpacNavRight>`__ : Enter HTML that will appear
3923       below the login box on the right
3924
3925    -  `opacheader <#opacheader>`__ : Enter the HTML that will appear
3926       above the search box on the OPAC
3927
3928    -  `OPACNoResultsFound <#OPACNoResultsFound>`__ : Enter the HTML that
3929       will appear when no results are found
3930
3931    -  `OPACResultsSidebar <#OPACResultsSidebar>`__ : Enter the HTML that
3932       will appear below the facets on your search results
3933
3934    -  `OPACMySummaryHTML <#OPACMySummaryHTML>`__ : Enter the HTML that
3935       will appear in the far right of the circulation summary in the
3936       OPAC
3937
3938    -  Customize your stylesheets:
3939
3940       -  `OPACUserCSS <#OPACUserCSS>`__ : Enter any additional fields
3941          you want to define styles for
3942
3943       -  `opaclayoutstylesheet <#opaclayoutstylesheet>`__ : Point to a
3944          CSS file on your Koha server
3945
3946    -  `OpacHighlightedWords <#OpacHighlightedWords>`__ : Decide if you
3947       want search terms to be highlighted on the search results
3948
3949    -  `hidelostitems <#hidelostitems>`__ : Decide if you want to show
3950       patrons items you have marked as lost
3951
3952    -  `BiblioDefaultView <#BiblioDefaultView>`__ : Decide what view is
3953       the default for bib records on the OPAC
3954
3955    -  `OPACShelfBrowser <#OPACShelfBrowser>`__ : Decide if you want to
3956       enable the shelf browse functionality
3957
3958    -  `OPACURLOpenInNewWindow <#OPACURLOpenInNewWindow>`__ : Decide if
3959       URLs clicked in the OPAC are opened in a new window
3960
3961    -  `SearchMyLibraryFirst <#SearchMyLibraryFirst>`__ : If you have a
3962       multi-branch system decide if you want patrons to search their
3963       library first
3964
3965    -  `OpacAuthorities <#OpacAuthorities>`__ : Decide if you want
3966       patrons to be able to search your authority file
3967
3968    -  `OpacBrowser <#OpacBrowser>`__ : Decide if you want patrons to
3969       browse your authority file (French libraries only)
3970
3971    -  `OPACSearchForTitleIn <#OPACSearchForTitleIn>`__ : Choose which
3972       libraries you want patrons to be able to re-run their search in
3973
3974    -  `OpacAddMastheadLibraryPulldown <#OpacAddMastheadLibraryPulldown>`__
3975       : If you're a multi-branch system you can add a pull down to the
3976       search bar for patrons to search which library to search
3977
3978    -  `EnableOpacSearchHistory <#EnableOpacSearchHistory>`__ : Decide if
3979       you want the system to keep a search history
3980
3981 -  Set up your `cron jobs <#cronjobs>`__
3982
3983    -  If you have the `OpacBrowser <#OpacBrowser>`__ preference set
3984       decide `when you want the contents to
3985       rebuild <#authbrowsercron>`__ (French libraries only)
3986
3987    -  If you have `custom RSS feeds <#customrss>`__, decide when you
3988       want the `feed to be populated <#customrssfeedcron>`__
3989
3990 `Editable OPAC Regions <#editableopac>`__
3991 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3992
3993 Using the OPAC system preferences you can customize various regions, the
3994 following graphic will define what preferences update each of the
3995 regions in the Bootstrap theme.
3996
3997 OPAC Editable Regions
3998 |image1068|
3999
4000 `Enhanced Content Configuration <#impenhanced>`__
4001 -------------------------------------------------
4002
4003 Koha allows you to pull in content from outside sources to enhance your
4004 bib records. All of this content can be toggled on and off using the
4005 enhanced content system preferences.
4006
4007 -  `FRBR/Editions <#frbrenhancedprefs>`__
4008
4009    -  If you would like to have your OPAC and/or staff client show an
4010       'Editions' tab on the bib record, you want to enable one or the
4011       other FRBR preferences and then either one or both of the ISBN
4012       services (XISBN and ThingISBN).
4013
4014 -  `Amazon <#amazonprefs>`__ : This service is free and just requires
4015    that you visit http://aws.amazon.com to sign up
4016
4017    -  Using the Amazon preferences you can choose to show cover images
4018       from Amazon.
4019
4020 -  `Babelthèque <#Babelthequeprefs>`__
4021
4022    -  This is a pay service. Contact Babelthèque to learn how to enable
4023       this content in the OPAC.
4024
4025 -  `Baker and Taylor <#btcontentprefs>`__
4026
4027    -  This is a pay service from Baker & Taylor. Contact Baker & Taylor
4028       for the information to enter into these preferences.
4029
4030 -  `HTML5 Media <#html5>`__
4031
4032    -  This allows libraries to embed streaming media in their catalog
4033
4034 -  `Google <#googleprefs>`__
4035
4036    -  This service is free and does not require registration, simply
4037       enable GoogleJackets and you're set to go.
4038
4039 -  `I Deam Books <#IDreamLibraries>`__
4040
4041    -  This is a free service that compiles reviews for popular titles
4042       from many different sources.
4043
4044 -  `LibraryThing <#librarythingprefs>`__
4045
4046    -  With the exception of ThingISBN, you will need to contact
4047       LibraryThing for the information to enter into these preferences
4048
4049    -  Enabling ThingISBN will help to populate the editions tab on the
4050       bib record display if you have enabled FRBR.
4051
4052 -  `Novelist <#novelistselect>`__
4053
4054    -  This is a pay service from Ebsco. Contact Ebsco for the
4055       information to enter into these preferences
4056
4057 -  `OCLC <#oclcprefs>`__
4058
4059    -  XISBN is used to populate the editions tab on the bib record
4060       display if you have enabled FRBR. This service is free for up to
4061       999 queries a day.
4062
4063 -  `Open Library <#OpenLibraryPrefs>`__
4064
4065    -  Open Library project is an open system that you can pull cover
4066       images (and in the future additional content) from
4067
4068 -  `Overdrive <#overdriveprefs>`__
4069
4070    -  This is a pay service that libraries can subscribe to for ebook
4071       content. If the library subscribes to Overdrive they can integrate
4072       that content in to Koha for free.
4073
4074 -  `Syndetics <#Syndeticsprefs>`__
4075
4076    -  This is a pay service from Syndetics to add content for your bib
4077       records. Contact Syndetics for the information to enter into these
4078       preferences.
4079
4080 -  `Tagging <#taggingprefs>`__
4081
4082    -  Choose whether or not you want to allow patrons to add tags to
4083       records in Koha.
4084
4085 `Acquisitions Configuration <#impacq>`__
4086 ----------------------------------------
4087
4088 When using acquisitions in Koha you first need to define some defaults.
4089
4090 -  Set up your `funds & budgets <#budgetplanning>`__
4091
4092 -  Choose your `default currency <#currexchangeadmin>`__ and enter
4093    others if you order from multiple countries
4094
4095 -  Enter in your `vendor information <#acqvendors>`__
4096
4097 -  Create an `Framework with the code ACQ <#marcbibframeworks>`__ (if
4098    you're going to enter item records at the time of ordering or
4099    receiving)
4100
4101 -  Acquisitions System preferences
4102
4103    -  `AcqCreateItem <#AcqCreateItem>`__ : Decide if an item record is
4104       created during acquisition
4105
4106    -  `CurrencyFormat <#CurrencyFormat>`__ : Decide how you want
4107       monetary amounts to display
4108
4109    -  `gist <#gist>`__ : Enter your sales tax (if you are billed for
4110       tax)
4111
4112    -  `OrderPdfFormat <#OrderPdfFormat>`__ : Decide what format you want
4113       your print orders to use
4114
4115 `Serials Configuration <#impserials>`__
4116 ---------------------------------------
4117
4118 When you use serials there are a few options you can set before hand.
4119
4120 -  Serials System Preferences
4121
4122    -  `RenewSerialAddsSuggestion <#RenewSerialAddsSuggestion>`__ :
4123       Decide if you want renewing serials to add a suggestion for easy
4124       purchasing
4125
4126    -  `RoutingSerials <#RoutingSerials>`__ : Decide if you want to route
4127       serials around your library
4128
4129    -  `RoutingListAddReserves <#RoutingListAddReserves>`__ : Decide if
4130       holds are placed on serials when there is a routing list in place
4131
4132 -  Cataloging System Preferences
4133
4134    -  `StaffSerialIssueDisplayCount <#StaffSerialIssueDisplayCount>`__ :
4135       Decide how many of the most recent issues to display in the staff
4136       client
4137
4138    -  `OPACSerialIssueDisplayCount <#OPACSerialIssueDisplayCount>`__ :
4139       Decide how many of the most recent issues to display in the OPAC
4140
4141    -  `SubscriptionHistory <#SubscriptionHistory>`__ : Decide how you
4142       want the subscription information to display in the OPAC
4143
4144 `Planning for Go-Live <#impgolive>`__
4145 -------------------------------------
4146
4147 Once you have all of your settings ready, you need to prepare for making
4148 your system live:
4149
4150 -  Decide if you need training by an outside service or if your staff
4151    can do the training themselves.
4152
4153 -  Make sure that there is time for your staff to play with your test
4154    system and get comfortable with it
4155
4156 -  If this is a migration, work with your previous company to extract
4157    data right before you go live
4158
4159 -  Come up with URLs for your new Koha OPAC & Staff Client
4160
4161 -  Make sure that if you're hosting your own system you have a backup
4162    plan
4163
4164 SOPAC2 Installation
4165 ===================
4166
4167 `Introduction <#sopacintro>`__
4168 ------------------------------
4169
4170 This is an installation guide for SOPAC2 and its Koha connector. It has
4171 been tested on Debian Lenny and Ubuntu Jaunty with Drupal 6.12 and Koha
4172 3.0.x. It does not cover the installation of Koha and Drupal, only
4173 SOPAC, its dependencies and the connector.
4174
4175 `Installation of Locum and Insurge <#sopacinstall>`__
4176 -----------------------------------------------------
4177
4178 Locum and Insurge are the two libraries used primarily by SOPAC. They
4179 serve as a layer of abstraction to the data. Insurge manages the social
4180 aspect (tags, reviews, ratings), while Locum manages the connection to
4181 the ILS via the connector. Both libraries use a different database from
4182 that of Drupal.
4183
4184 `Dependencies <#sopacdepend>`__
4185 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4186
4187 There are no packages for Debian MDB2 yet, you can install it via pear:
4188
4189 ::
4190
4191     # apt-get install php-pear
4192     # pear install MDB2
4193     # pear install MDB2#mysql
4194
4195 `Download <#sopacdownload>`__
4196 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4197
4198 Download the Locum and Insurge libraries from SVN:
4199
4200 ::
4201
4202     # cd /usr/local/lib
4203     # svn co http://dobby.darienlibrary.org/svn/locum/trunk/ locum
4204     # svn co http://dobby.darienlibrary.org/svn/insurge/trunk/ insurge
4205
4206 `Creation of the Database <#sopaccreatedb>`__
4207 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4208
4209 ::
4210
4211     $ mysql -u root
4212     mysql> create database scas;
4213     mysql> grant all privileges on scas.* to scas_user@'localhost' identified by 'scas_pass';
4214     mysql> flush privileges;
4215     mysql> exit
4216
4217 `Sync DSN <#sopacdsn>`__
4218 ~~~~~~~~~~~~~~~~~~~~~~~~
4219
4220 This file will provide the connection information to a DB libraries:
4221
4222 ::
4223
4224     # nano /usr/local/etc/locum_insurge_dsn.php
4225
4226 It should contain:
4227
4228 ::
4229
4230     <?php
4231     $dsn = 'mysql://scas_user:scas_pass@localhost/scas';
4232
4233 `Installation of Insurge <#sopacinstallinsurge>`__
4234 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4235
4236 If you customize the name of the database, remember to edit the sql
4237 file:
4238
4239 ::
4240
4241     # nano /usr/local/lib/insurge/sql/scas_insurge.sql
4242
4243 Import Insurge:
4244
4245 ::
4246
4247     $ mysql -u root -p < /usr/local/lib/insurge/sql/scas_insurge.sql
4248
4249 Configure Insurge:
4250
4251 ::
4252
4253     # nano /usr/local/lib/insurge/config/insurge.ini
4254
4255 The variables in insurge.ini are empty. The default values are too long
4256 and cause MySQL errors.
4257
4258 Here is a sample of insurge.ini
4259
4260 ::
4261
4262     ; This is the Locum configuration file
4263     ; General configuration options for your installation of Insurge.
4264     [insurge_config]
4265     dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
4266     ; This is where you configure your repository membership information.
4267     ;
4268     ; parent_server is the server name of the repository parent server you have been
4269     ; told to use.
4270     ; group_id = The group ID you have been given by your repository admin.
4271     ; These configuration points are OPTIONAL and are only necessary if you are
4272     ; participating in a repository relationship.
4273     [repository_info]
4274     parent_server = ""
4275     group_id = ""
4276     group_key = ""
4277
4278 `Installation of Locum <#sopacinstallocum>`__
4279 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4280
4281 The same procedure applies to Locum
4282
4283 ::
4284
4285     # nano /usr/local/lib/locum/sql/scas_locum.sql
4286     # mysql < /usr/local/lib/locum/sql/scas_locum.sql
4287     # nano /usr/local/lib/locum/sql/locum_init.sql
4288     # mysql < /usr/local/lib/locum/sql/locum_init.sql
4289     # nano /usr/local/lib/locum/config/locum.ini
4290     # mkdir /usr/local/var
4291     # mkdir /usr/local/var/log
4292
4293 Configure the DSN:
4294
4295 ::
4296
4297     [locum_config]
4298     dsn_file = "/usr/local/etc/locum_insurge_dsn.php"
4299
4300 And the information for your Koha installation:
4301
4302 ::
4303
4304     [ils_config]
4305     ils = "koha";
4306     ils_version = "30x"
4307     ils_server = "localhost"
4308     ils_harvest_port = "80"
4309
4310 The rest depends on your Koha configuration.
4311
4312 `Installation of Koha Connector <#sopackoha>`__
4313 -----------------------------------------------
4314
4315 Download the Koha connector using SVN:
4316
4317 ::
4318
4319     # cd /usr/local/lib/locum/connectors/
4320     # svn co http://dobby.darienlibrary.org/svn/connectors/koha/ locum_koha_30x
4321
4322 `Harvest Records <#sopacharvest>`__
4323 -----------------------------------
4324
4325 Now that the connector is in place, we will be able to launch
4326 harvest.php, a tool that will reap Locum DB Koha and fill the locum.
4327
4328 Start by configuring harvest.php:
4329
4330 ::
4331
4332     # nano /usr/local/lib/locum/tools/harvest.php
4333
4334 Here are the variables you must change:
4335
4336 ::
4337
4338     $first_record = 1;
4339     $last_record = 30;
4340
4341 These are the minimum and maximum biblionumbers from your Koha install.
4342
4343 Then start the harvest:
4344
4345 ::
4346
4347     # chmod +x /usr/local/lib/locum/tools/harvest.php
4348     $ /usr/local/lib/locum/tools/harvest.php
4349
4350 `Installation of Sphinx <#sopacphinx>`__
4351 ----------------------------------------
4352
4353 Sphinx is the indexer for the database used by Locum and Insurge.
4354
4355 `Dependencies <#sphinxdepend>`__
4356 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4357
4358 There is no Debian package for Sphinx so you'll have to compile the
4359 source directly:
4360
4361 ::
4362
4363     # apt-get install g++ make libmysql++-dev
4364
4365 `Download and Compile <#sphinxdownload>`__
4366 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4367
4368 ::
4369
4370     $ wget http://sphinxsearch.com/downloads/sphinx-0.9.8.tar.gz
4371     $ tar zxvf sphinx-0.9.8.tar.gz
4372     $ cd sphinx-0.9.8
4373     $ ./configure --prefix=/usr/local/sphinx
4374     $ make
4375     # make install
4376     # mkdir /usr/local/sphinx
4377     # mkdir /usr/local/sphinx/lib
4378     # cp api/sphinxapi.php /usr/local/sphinx/lib/
4379     $ rm -R sphinx-0.9.8*
4380
4381 `Creation of User and Group <#sphinxuser>`__
4382 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4383
4384 Creating a Sphinx user and change the owner:
4385
4386 ::
4387
4388     # adduser sphinx
4389     # addgroup sphinx
4390     # usermod -G sphinx sphinx
4391     # mkdir /usr/local/sphinx/var/run
4392     # chown -R sphinx.sphinx /usr/local/sphinx/var
4393
4394 `The Sphinx daemon <#demonsphinx>`__
4395 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4396
4397 Download:
4398
4399 ::
4400
4401     # cd /etc/init.d
4402     # wget http://www.thesocialopac.net/sites/thesocialopac.net/files/sphinx
4403     # chmod +x /etc/init.d/sphinx
4404
4405 Add Sphinx to the default boot services:
4406
4407 ::
4408
4409     # update-rc.d sphinx defaults
4410
4411 `Configuration <#sphinxconfig>`__
4412 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4413
4414 Copy the configuration file supplied with the source of Sphinx before
4415 the change:
4416
4417 ::
4418
4419     # cp /usr/local/lib/locum/sphinx/sphinx.conf /usr/local/sphinx/etc/
4420     # sed 's/locum_db_user/scas_user/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile;
4421     mv tmpfile /usr/local/sphinx/etc/sphinx.conf
4422     # sed 's/locum_db_pass/scas_pass/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf
4423
4424 And if you personalize the name of the database:
4425
4426 ::
4427
4428     # sed 's/scas/MY_DB/g' /usr/local/sphinx/etc/sphinx.conf > tmpfile; mv tmpfile /usr/local/sphinx/etc/sphinx.conf
4429
4430 `Indexing documents <#sphinxindexing>`__
4431 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4432
4433 Indexing is necessary if you want to use the search features of SOPAC.
4434
4435 You must first complete the Insurge table index
4436
4437 ::
4438
4439     # chmod +x /usr/local/lib/insurge/tools/update-index.php
4440     $ /usr/local/lib/insurge/tools/update-index.php
4441
4442 Then start indexing Sphinx
4443
4444 ::
4445
4446     $ /usr/local/sphinx/bin/indexer --all
4447
4448 Finally, we must start the daemon:
4449
4450 ::
4451
4452     # /etc/init.d/sphinx start
4453
4454 When the daemon is running, you can update the index with:
4455
4456 ::
4457
4458     $ /usr/local/sphinx/bin/indexer --all --rotate
4459
4460 `Installation of SOPAC2 <#installsopac>`__
4461 ------------------------------------------
4462
4463 Now to the SOPAC software itself:
4464
4465 `Download <#downloadsopac>`__
4466 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4467
4468 Download from SVN:
4469
4470 ::
4471
4472     $ cd /chemin/vers/drupal/sites/all/
4473     $ mkdir modules
4474     $ cd modules/
4475     $ svn co http://dobby.darienlibrary.org/svn/sopac/trunk/ sopac
4476
4477 `Installation <#sopacinstallation>`__
4478 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4479
4480 In Drupal's administration settings, activate the module. Also, enable
4481 the dependencies:
4482
4483 -  Profile
4484
4485 -  PHP Filter
4486
4487 -  Path
4488
4489 The Drupal menu should now list these entries.
4490
4491 `Configuration <#configsopac>`__
4492 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4493
4494 Then go into the settings of SOPAC.
4495
4496 -  Configure the paths to the Locum and Insurge libraries
4497
4498 -  Choose a URL prefix SOPAC, in my "catalog". Create a node with
4499    content like:
4500
4501 ::
4502
4503     <?php
4504     print sopac_search_form('both');
4505     print theme('pages_catalog');
4506
4507 -  Check the Input Format "PHP Code"
4508
4509 -  Check Move to front page
4510
4511 -  In URL path settings, set the SOPAC URL prefix you have chosen.
4512
4513 Go to the root of Drupal, a search form will appear.
4514
4515 Remember to empty Drupal's cache when something does not work.
4516
4517 Drupal offers a few blocks, which are not configured by default. You
4518 must specify on which page they should appear.
4519
4520 Cron Jobs
4521 =========
4522
4523 A cron job is a Linux command for scheduling a command or script on your
4524 server to complete repetitive tasks automatically. Scripts executed as a
4525 cron job are typically used to modify files or databases; however, they
4526 can perform other tasks that do not modify data on the server, like
4527 sending out email notifications. Koha has many cron jobs in place that
4528 you can enable (search engine indexing, overdue notice generation, data
4529 cleanup and more), this chapter will explain those for you.
4530
4531 `Cron Jobs <#cronjobs>`__
4532 -------------------------
4533
4534 The locations below assume a dev install which puts the crons in misc/,
4535 if you have a standard install you may want to look in bin/ for these
4536 files if you cannot find them in misc/
4537
4538 `Search <#searchcron>`__
4539 ~~~~~~~~~~~~~~~~~~~~~~~~
4540
4541 `Rebuild Index <#rebuildsearchcron>`__
4542 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4543
4544 Script path: misc/migration\_tools/rebuild\_zebra.pl
4545
4546 Does: Updates Zebra indexes with recently changed data.
4547
4548 Required by: Zebra
4549
4550 Frequency suggestion: every x minutes, (between 5-15 minutes) depending
4551 on performance needs
4552
4553 `Circulation <#circcron>`__
4554 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
4555
4556 `Holds Queue <#buildholdscron>`__
4557 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4558
4559 Script path: misc/cronjobs/holds/build\_holds\_queue.pl
4560
4561 Does: Updates holds queue report
4562
4563 Required by: `Holds Queue Report <#holdsqueue>`__
4564
4565 Frequency suggestion: every 1-4 hours
4566
4567 Description:
4568
4569 -  A script that should be run periodically if your library system
4570    allows borrowers to place on-shelf holds. This script decides which
4571    library should be responsible for fulfilling a given hold request.
4572
4573    It's behavior is controlled by the system preferences
4574    `StaticHoldsQueueWeight <#holdqueueweight>`__ and
4575    `RandomizeHoldsQueueWeight <#holdqueueweight>`__.
4576
4577    If you do not want all of your libraries to participate in the
4578    on-shelf holds fulfillment process, you should list the the libraries
4579    that \*do\* participate in the process here by inputting all the
4580    participating library's branchcodes, separated by commas ( e.g.
4581    "MPL,CPL,SPL,BML" etc. ).
4582
4583    By default, the holds queue will be generated such that the system
4584    will first attempt to hold fulfillment using items already at the
4585    pickup library if possible. If there are no items available at the
4586    pickup library to fill a hold, build\_holds\_queue.pl will then use
4587    the list of libraries defined in StaticHoldsQueueWeight. If
4588    RandomizeHoldsQueueWeight is disabled ( which it is by default ), the
4589    script will assign fulfillment requests in the order the branches are
4590    placed in the StaticHoldsQueueWeight system preference.
4591
4592    For example, if your system has three libraries, of varying sizes (
4593    small, medium and large ) and you want the burden of holds
4594    fulfillment to be on larger libraries before smaller libraries, you
4595    would want StaticHoldsQueueWeight to look something like
4596    "LRG,MED,SML".
4597
4598    If you want the burden of holds fulfillment to be spread out equally
4599    throughout your library system, simply enable
4600    RandomizeHoldsQueueWeight. When this system preference is enabled,
4601    the order in which libraries will be requested to fulfill an on-shelf
4602    hold will be randomized each time the list is regenerated.
4603
4604    Leaving StaticHoldsQueueWeight empty is contraindicated at this time.
4605    Doing so will cause the build\_holds\_queue script to ignore
4606    RandomizeHoldsQueueWeight, causing the script to request hold
4607    fulfillment not randomly, but by alphabetical order.
4608
4609 `Perl Documentation <#buildholdscronperl>`__
4610 ''''''''''''''''''''''''''''''''''''''''''''
4611
4612 **GetBibsWithPendingHoldRequests**
4613
4614 my $biblionumber\_aref = GetBibsWithPendingHoldRequests();
4615
4616 Return an arrayref of the biblionumbers of all bibs that have one or
4617 more unfilled hold requests.
4618
4619 **GetPendingHoldRequestsForBib**
4620
4621 my $requests = GetPendingHoldRequestsForBib($biblionumber);
4622
4623 Returns an arrayref of hashrefs to pending, unfilled hold requests on
4624
4625 the bib identified by $biblionumber. The following keys are present in
4626 each hashref:
4627
4628 -  biblionumber
4629
4630 -  borrowernumber
4631
4632 -  itemnumber
4633
4634 -  priority
4635
4636 -  branchcode
4637
4638 -  reservedate
4639
4640 -  reservenotes
4641
4642 -  borrowerbranch
4643
4644 The arrayref is sorted in order of increasing priority.
4645
4646 **GetItemsAvailableToFillHoldRequestsForBib**
4647
4648 my $available\_items =
4649
4650 GetItemsAvailableToFillHoldRequestsForBib($biblionumber);
4651
4652 Returns an arrayref of items available to fill hold requests for the bib
4653 identified by $biblionumber. An item is available to fill a hold
4654
4655 request if and only if:
4656
4657 -  it is not on loan
4658
4659 -  it is not withdrawn
4660
4661 -  it is not marked notforloan
4662
4663 -  it is not currently in transit
4664
4665 -  it is not lost
4666
4667 -  it is not sitting on the hold shelf
4668
4669 **MapItemsToHoldRequests**
4670
4671 MapItemsToHoldRequests($hold\_requests, $available\_items);
4672
4673 **CreatePickListFromItemMap**
4674
4675 **AddToHoldTargetMap**
4676
4677 **\_get\_branches\_to\_pull\_from**
4678
4679 Query system preferences to get ordered list of branches to use to fill
4680 hold requests.
4681
4682 `Expired Holds <#expiredholdscron>`__
4683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4684
4685 Script path: misc/cronjobs/holds/cancel\_expired\_holds.pl
4686
4687 Does: By default, this cron job will only automatically cancel holds
4688 where the user has set an expiration date. If the library is using the
4689 `ExpireReservesMaxPickUpDelay <#ExpireReservesMaxPickUpDelay>`__ and
4690 `ExpireReservesMaxPickUpDelayCharge <#ExpireReservesMaxPickUpDelayCharge>`__
4691 preferences then this script will also cancel holds that have been
4692 sitting on the hold shelf for too long and will (if the library does)
4693 charge the patron for not picking up the hold.
4694
4695 Frequency suggestion: daily
4696
4697 `Unsuspend Holds <#unsuspendholdcron>`__
4698 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4699
4700 Script path: misc/cronjobs/holds/auto\_unsuspend\_holds.pl
4701
4702 Does: This script checks to find holds that should no longer be
4703 suspended and removes the suspension if the
4704 `AutoResumeSuspendedHolds <#AutoResumeSuspendedHolds>`__ preference is
4705 set to 'allow'. This puts the patron back in to the queue where they
4706 were when the hold was suspended.
4707
4708 Frequency suggestion: daily
4709
4710 `Fines <#finescronjob>`__
4711 ^^^^^^^^^^^^^^^^^^^^^^^^^
4712
4713 Script path: misc/cronjobs/fines.pl
4714
4715 Does: Calculates and posts fines to patron accounts.
4716
4717 Required by: `finesMode <#finesMode>`__ system preference
4718
4719 Frequency suggestion: nightly
4720
4721 `Long Overdues <#longoverduecron>`__
4722 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4723
4724 Script path: misc/cronjobs/longoverdue.pl
4725
4726 Does: allows one to specify delays for changing items to different lost
4727 statuses, and optionally charge for them using the replacement price
4728 listed on the item record.
4729
4730 Frequency suggestion: nightly
4731
4732     **Note**
4733
4734     Staff can control some of the parameters for the longoverdue cron
4735     job with the
4736     `DefaultLongOverdueLostValue <#DefaultLongOverdueLostValue>`__ and
4737     `DefaultLongOverdueChargeValue <#DefaultLongOverdueChargeValue>`__
4738     preferences.
4739
4740 `Perl Documentation <#longoverduecronperl>`__
4741 '''''''''''''''''''''''''''''''''''''''''''''
4742
4743 **NAME**
4744
4745 longoverdue.pl cron script to set lost statuses on overdue materials.
4746 Execute without options for help.
4747
4748 **DESCRIPTION**
4749
4750 --lost \| -l
4751
4752 This option takes the form of n=lv, where n is num days overdue, and lv
4753 is the lost value. See warning below.
4754
4755 --charge \| -c
4756
4757 This specifies what lost value triggers Koha to charge the account for
4758 the lost item. Replacement costs are not charged if this is not
4759 specified.
4760
4761 --verbose \| v
4762
4763 verbose.
4764
4765 --confirm
4766
4767 confirm. without this option, the script will report the number of
4768 affected items and return without modifying any records.
4769
4770 --quiet
4771
4772 suppress summary output.
4773
4774 --maxdays
4775
4776 Specifies the end of the range of overdue days to deal with (defaults to
4777 366). This value is universal to all lost num days overdue passed.
4778
4779 --mark-returned
4780
4781 When an item is marked lost, remove it from the borrowers issued items.
4782
4783 `Track total checkouts <#updateissuescron>`__
4784 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4785
4786 Script path: misc/cronjobs/update\_totalissues.pl
4787
4788 Does: updates the biblioitems.totalissues field in the database with the
4789 latest tally of checkouts.
4790
4791 Frequency suggestion: nightly
4792
4793 `Perl Documentation <#updateissuesperldoc>`__
4794 '''''''''''''''''''''''''''''''''''''''''''''
4795
4796 **NAME**
4797
4798 update\_totalissues.pl
4799
4800 **SYNOPSIS**
4801
4802 update\_totalissues.pl --use-stats
4803
4804 update\_totalissues.pl --use-items
4805
4806 update\_totalissues.pl --commit=1000
4807
4808 update\_totalissues.pl --since='2012-01-01'
4809
4810 update\_totalissues.pl --interval=30d
4811
4812 **DESCRIPTION**
4813
4814 This batch job populates bibliographic records' total issues count based
4815 on historical issue statistics.
4816
4817 --help Prints this help
4818
4819 -v\|--verbose
4820
4821 Provide verbose log information (list every bib modified).
4822
4823 --use-stats
4824
4825 Use the data in the statistics table for populating total issues.
4826
4827 --use-items
4828
4829 Use items.issues data for populating total issues. Note that issues data
4830 from the items table does not respect the --since or --interval options,
4831 by definition. Also note that if both --use-stats and --use-items are
4832 specified, the count of biblios processed will be misleading.
4833
4834 -s\|--since=DATE
4835
4836 Only process issues recorded in the statistics table since DATE.
4837
4838 -i\|--interval=S
4839
4840 Only process issues recorded in the statistics table in the last N units
4841 of time. The interval should consist of a number with a one- letter unit
4842 suffix. The valid suffixes are h (hours), d (days), w (weeks), m
4843 (months), and y (years). The default unit is days.
4844
4845 --incremental
4846
4847 Add the number of issues found in the statistics table to the existing
4848 total issues count. Intended so that this script can be used as a cron
4849 job to update popularity information during low-usage periods. If
4850 neither --since or --interval are specified, incremental mode will
4851 default to processing the last twenty-four hours.
4852
4853 --commit=N
4854
4855 Commit the results to the database after every N records are processed.
4856
4857 --test
4858
4859 Only test the popularity population script.
4860
4861 **WARNING**
4862
4863 If the time on your database server does not match the time on your Koha
4864 server you will need to take that into account, and probably use the
4865 --since argument instead of the --interval argument for incremental
4866 updating.
4867
4868 **CREDITS**
4869
4870 This patch to Koha was sponsored by the Arcadia Public Library and the
4871 Arcadia Public Library Foundation in honor of Jackie Faust-Moreno, late
4872 director of the Arcadia Public Library.
4873
4874 **AUTHOR**
4875
4876 Jared Camins-Esakov <jcamins AT cpbibliography DOT com>
4877
4878 `Generate Patron File for Offline Circulation <#offlinecirccron>`__
4879 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4880
4881 Script path: misc/cronjobs/create\_koc\_db.pl
4882
4883 Does: Generates the borrowers.db file for use with the `Koha Offline
4884 Circulation <#windowsofflinecirc>`__ tool
4885
4886 Frequency suggestion: weekly
4887
4888 `Automatic renewal <#autorenewcron>`__
4889 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4890
4891 Script path: misc/cronjobs/automatic\_renewals.pl
4892
4893 Does: Will automatically renew items if you're allowing automatic
4894 renewal with your `circulation and fine rules <#circfinerules>`__.
4895
4896 Frequency suggestion: nightly
4897
4898 `Perl Documentation <#autorenewcronperl>`__
4899 '''''''''''''''''''''''''''''''''''''''''''
4900
4901 **NAME**
4902
4903 automatic\_renewals.pl - cron script to renew loans
4904
4905 **SYNOPSIS**
4906
4907 ./automatic\_renewals.pl
4908
4909 or, in crontab: 0 3 \* \* \* automatic\_renewals.pl
4910
4911 **DESCRIPTION**
4912
4913 This script searches for issues scheduled for automatic renewal
4914 (issues.auto\_renew). If there are still renews left (Renewals allowed)
4915 and the renewal isn't premature (No Renewal before) the issue is
4916 renewed.
4917
4918 **OPTIONS**
4919
4920 No options.
4921
4922 `Patrons <#patroncrons>`__
4923 ~~~~~~~~~~~~~~~~~~~~~~~~~~
4924
4925 `Unverified Registrations <#deleteexpiredregistrationcron>`__
4926 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4927
4928 Script path: misc/cronjobs/delete\_expired\_opac\_registrations.pl
4929
4930 Does: Deletes patron registrations that were submitted via the OPAC but
4931 not reviewed by the library within the number of days entered in the
4932 `PatronSelfRegistrationExpireTemporaryAccountsDelay <#PatronSelfRegistrationExpireTemporaryAccountsDelay>`__
4933 preference.
4934
4935 Frequency suggestion: nightly
4936
4937 `Unconfirmed Registrations <#deleteunverifiedcron>`__
4938 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4939
4940 Script path: misc/cronjobs/delete\_unverified\_opac\_registrations.pl
4941
4942 Does: Deletes patron self registrations that were submitted via the OPAC
4943 but not confirmed via email within 24 hours. This is only necessary if
4944 you are requiring patrons to confirm their registrations via email with
4945 the
4946 `PatronSelfRegistrationVerifyByEmail <#PatronSelfRegistrationVerifyByEmail>`__
4947 preference.
4948
4949 Frequency suggestion: hourly
4950
4951 `Anonymize Patron Data <#anonymizecron>`__
4952 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4953
4954 Script path: misc/cronjobs/batch\_anonymise.pl
4955
4956 Does: Used to anonymize patron data. This will remove borrowernumbers
4957 from circulation history so that the stats are kept, but the patron
4958 information is removed for privacy reasons.
4959
4960 `Update Child to Adult Patron Type <#j2acron>`__
4961 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4962
4963 Script path: misc/cronjobs/j2a.pl
4964
4965 Does: Convert juvenile/child patrons from juvenile patron category and
4966 category code to corresponding adult patron category and category code
4967 when they reach the upper age limit defined in the Patron Categories.
4968
4969 Frequency suggestion: nightly
4970
4971 `Perl Documentation <#j2aperldoc>`__
4972 ''''''''''''''''''''''''''''''''''''
4973
4974 **NAME**
4975
4976 juv2adult.pl - convert juvenile/child patrons from juvenile patron
4977 category and category code to corresponding adult patron category and
4978 category code when they reach the upper age limit defined in the Patron
4979 Categories.
4980
4981 **SYNOPSIS**
4982
4983 juv2adult.pl [ -b=<branchcode> -f=<categorycode> -t=<categorycode> ]
4984
4985 Options:
4986
4987 --help brief help message
4988
4989 --man full documentation
4990
4991 -v verbose mode
4992
4993 -n take no action, display only
4994
4995 -b <branchname> only deal with patrons from this library/branch
4996
4997 -f <categorycode> change patron category from this category
4998
4999 -t <categorycode> change patron category to this category
5000
5001 =head1 OPTIONS
5002
5003 --help Print a brief help message and exits.
5004
5005 --man Prints the manual page and exits.
5006
5007 -v Verbose. Without this flag set, only fatal errors are reported.
5008
5009 -n No Action. With this flag set, script will report changes but not
5010 actually execute them on the database.
5011
5012 -b changes patrons for one specific branch. Use the value in the
5013 branches.branchcode table.
5014
5015 -f \*required\* defines the juvenile category to update. Expects the
5016 code from categories.categorycode.
5017
5018 -t \*required\* defines the category juvenile patrons will be converted
5019 to. Expects the code from categories.categorycode.
5020
5021 **DESCRIPTION**
5022
5023 This script is designed to update patrons from juvenile to adult patron
5024 types, remove the guarantor, and update their category codes
5025 appropriately when they reach the upper age limit defined in the Patron
5026 Categories.
5027
5028 **USAGE EXAMPLES**
5029
5030 "juv2adult.pl" - Suggests that you read this help. :)
5031
5032 "juv2adult.pl" -b=<branchcode> -f=<categorycode> -t=<categorycode> -
5033 Processes a single branch, and updates the patron categories from
5034 fromcat to tocat.
5035
5036 "juv2adult.pl" -f=<categorycode> -t=<categorycode> -v -n - Processes all
5037 branches, shows all messages, and reports the patrons who would be
5038 affected. Takes no action on the database.
5039
5040 `Notices <#noticescron>`__
5041 ~~~~~~~~~~~~~~~~~~~~~~~~~~
5042
5043 `Message Queue <#msgqueuecron>`__
5044 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5045
5046 Script path: misc/cronjobs/process\_message\_queue.pl
5047
5048 Does: processes the message queue to send the check out, check in and
5049 hold filled emails and SMS message to users and sends outgoing emails to
5050 patrons. requires
5051 `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ to be
5052 on
5053
5054 Frequency suggestion: 1-4 hours
5055
5056     **Important**
5057
5058     Item due and Advanced due notices are controlled by the
5059     `advance\_notices cron <#advnoticecron>`__.
5060
5061 `Advanced Notice <#advnoticecron>`__
5062 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5063
5064 Script path: misc/cronjobs/advance\_notices.pl
5065
5066 Does: prepares "pre-due" notices and "item due" notices for patrons who
5067 request them prepares notices for patrons for items just due or coming
5068 due soon. requires
5069 `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ to be
5070 on
5071
5072 Frequency suggestion: nightly
5073
5074     **Note**
5075
5076     This script does not actually send the notices. It queues them in
5077     the `message queue <#msgqueuecron>`__ for later
5078
5079 `Perl Documentation <#advnoticecronperl>`__
5080 '''''''''''''''''''''''''''''''''''''''''''
5081
5082 **NAME**
5083
5084 advance\_notices.pl - cron script to put item due reminders into message
5085 queue
5086
5087 **SYNOPSIS**
5088
5089 ./advance\_notices.pl -c
5090
5091 or, in crontab: 0 1 \* \* \* advance\_notices.pl -c
5092
5093 **DESCRIPTION**
5094
5095 This script prepares pre-due and item due reminders to be sent to
5096 patrons. It queues them in the message queue, which is processed by the
5097 process\_message\_queue.pl cronjob. The type and timing of the messages
5098 can be configured by the patrons in their "My Alerts" tab in the OPAC.
5099
5100 **METHODS**
5101
5102 parse\_letter
5103
5104 `Overdue Notice <#overduenoticecron>`__
5105 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5106
5107 Script path: misc/cronjobs/overdue\_notices.pl
5108
5109 Does: prepares messages to alert patrons of overdue messages (both via
5110 email and print)
5111
5112 Frequency suggestion: nightly
5113
5114     **Note**
5115
5116     This script does not actually send the notices. It queues them in
5117     the `message queue <#msgqueuecron>`__ for later or generates the
5118     HTML for later printing
5119
5120 `Perl Documentation <#overduenoticecronperl>`__
5121 '''''''''''''''''''''''''''''''''''''''''''''''
5122
5123 **NAME**
5124
5125 overdue\_notices.pl - prepare messages to be sent to patrons for overdue
5126 items
5127
5128 **SYNOPSIS**
5129
5130 overdue\_notices.pl [ -n ] [ -library <branchcode> ] [ -library
5131 <branchcode>...] [ -max <number of days> ] [ -csv [ <filename> ] ]
5132 [-itemscontent <field list> ]
5133
5134 Options:
5135
5136 -help brief help message
5137
5138 -man full documentation
5139
5140 -n No email will be sent
5141
5142 -max <days> maximum days overdue to deal with
5143
5144 -library <branchname> only deal with overdues from this library
5145 (repeatable : several libraries can be given)
5146
5147 -csv <filename> populate CSV file
5148
5149 -html <filename> Output html to file
5150
5151 -itemscontent <list of fields> item information in templates
5152
5153 -borcat <categorycode> category code that must be included
5154
5155 -borcatout <categorycode> category code that must be excluded
5156
5157 **OPTIONS**
5158
5159 -help Print a brief help message and exits.
5160
5161 -man Prints the manual page and exits.
5162
5163 -v Verbose. Without this flag set, only fatal errors are reported.
5164
5165 -n Do not send any email. Overdue notices that would have been sent to
5166 the patrons or to the admin are printed to standard out. CSV data (if
5167 the -csv flag is set) is written to standard out or to any csv filename
5168 given.
5169
5170 -max Items older than max days are assumed to be handled somewhere else,
5171 probably the longoverdues.pl script. They are therefore ignored by this
5172 program. No notices are sent for them, and they are not added to any CSV
5173 files. Defaults to 90 to match longoverdues.pl.
5174
5175 -library
5176
5177 select overdues for one specific library. Use the value in the
5178 branches.branchcode table. This option can be repeated in order to
5179 select overdues for a group of libraries.
5180
5181 -csv Produces CSV data. if -n (no mail) flag is set, then this CSV data
5182 is sent to standard out or to a filename if provided. Otherwise, only
5183 overdues that could not be emailed are sent in CSV format to the admin.
5184
5185 -itemscontent
5186
5187 comma separated list of fields that get substituted into templates in
5188 places of the <<items.content>> placeholder. This defaults to
5189 issuedate,title,barcode,author
5190
5191 Other possible values come from fields in the biblios, items, and issues
5192 tables.
5193
5194 -borcat Repetable field, that permit to select only few of patrons
5195 categories.
5196
5197 -borcatout
5198
5199 Repetable field, permis to exclude some patrons categories.
5200
5201 -t \| --triggered
5202
5203 This option causes a notice to be generated if and only if an item is
5204 overdue by the number of days defined in a notice trigger.
5205
5206 By default, a notice is sent each time the script runs, which is
5207 suitable for less frequent run cron script, but requires syncing notice
5208 triggers with the cron schedule to ensure proper behavior. Add the
5209 --triggered option for daily cron, at the risk of no notice being
5210 generated if the cron fails to run on time.
5211
5212 -list-all
5213
5214 Default items.content lists only those items that fall in the range of
5215 the currently processing notice. Choose list-all to include all overdue
5216 items in the list (limited by -max setting).
5217
5218 **DESCRIPTION**
5219
5220 This script is designed to alert patrons and administrators of overdue
5221 items.
5222
5223 Configuration
5224
5225 This script pays attention to the overdue notice configuration performed
5226 in the "Overdue notice/status triggers" section of the "Tools" area of
5227 the staff interface to Koha. There, you can choose which letter
5228 templates are sent out after a configurable number of days to patrons of
5229 each library. More information about the use of this section of Koha is
5230 available in the Koha manual.
5231
5232 The templates used to craft the emails are defined in the "Tools:
5233 Notices" section of the staff interface to Koha.
5234
5235 Outgoing emails
5236
5237 Typically, messages are prepared for each patron with overdue items.
5238 Messages for whom there is no email address on file are collected and
5239 sent as attachments in a single email to each library administrator, or
5240 if that is not set, then to the email address in the
5241 "KohaAdminEmailAddress" system preference.
5242
5243 These emails are staged in the outgoing message queue, as are messages
5244 produced by other features of Koha. This message queue must be processed
5245 regularly by the misc/cronjobs/process\_message\_queue.pl program.
5246
5247 In the event that the "-n" flag is passed to this program, no emails are
5248 sent. Instead, messages are sent on standard output from this program.
5249 They may be redirected to a file if desired.
5250
5251 Templates
5252
5253 Templates can contain variables enclosed in double angle brackets like
5254 <<this>>. Those variables will be replaced with values specific to the
5255 overdue items or relevant patron. Available variables are:
5256
5257 <<bib>>
5258
5259 the name of the library
5260
5261 <<items.content>>
5262
5263 one line for each item, each line containing a tab separated list of
5264 title, author, barcode, issuedate
5265
5266 <<borrowers.\*>>
5267
5268 any field from the borrowers table
5269
5270 <<branches.\*>>
5271
5272 any field from the branches table
5273
5274 CSV output
5275
5276 The "-csv" command line option lets you specify a file to which overdues
5277 data should be output in CSV format.
5278
5279 With the "-n" flag set, data about all overdues is written to the file.
5280 Without that flag, only information about overdues that were unable to
5281 be sent directly to the patrons will be written. In other words, this
5282 CSV file replaces the data that is typically sent to the administrator
5283 email address.
5284
5285 **USAGE EXAMPLES**
5286
5287 "overdue\_notices.pl" - In this most basic usage, with no command line
5288 arguments, all libraries are processed individually, and notices are
5289 prepared for all patrons with overdue items for whom we have email
5290 addresses. Messages for those patrons for whom we have no email address
5291 are sent in a single attachment to the library administrator's email
5292 address, or to the address in the KohaAdminEmailAddress system
5293 preference.
5294
5295 "overdue\_notices.pl -n -csv /tmp/overdues.csv" - sends no email and
5296 populates /tmp/overdues.csv with information about all overdue items.
5297
5298 "overdue\_notices.pl -library MAIN max 14" - prepare notices of overdues
5299 in the last 2 weeks for the MAIN library.
5300
5301 **SEE ALSO**
5302
5303 The misc/cronjobs/advance\_notices.pl program allows you to send
5304 messages to patrons in advance of their items becoming due, or to alert
5305 them of items that have just become due.
5306
5307 **INTERNAL METHODS**
5308
5309 These methods are internal to the operation of overdue\_notices.pl.
5310
5311 parse\_letter
5312
5313 parses the letter template, replacing the placeholders with data
5314 specific to this patron, biblio, or item
5315
5316 named parameters:
5317
5318 letter - required hashref
5319
5320 borrowernumber - required integer
5321
5322 substitute - optional hashref of other key/value pairs that should be
5323 substituted in the letter content
5324
5325 returns the "letter" hashref, with the content updated to reflect the
5326 substituted keys and values.
5327
5328 prepare\_letter\_for\_printing
5329
5330 returns a string of text appropriate for printing in the event that an
5331 overdue notice will not be sent to the patron's email address. Depending
5332 on the desired output format, this may be a CSV string, or a
5333 human-readable representation of the notice.
5334
5335 required parameters:
5336
5337 letter
5338
5339 borrowernumber
5340
5341 optional parameters:
5342
5343 outputformat
5344
5345 `Print Hold Notices <#printholdcron>`__
5346 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5347
5348 Script path: misc/cronjobs/gather\_print\_notices.pl
5349
5350 Does: looks through the message queue for hold notices that didn't go
5351 through because the patron didn't have an email address and generates a
5352 print notice
5353
5354 Frequency suggestion: nightly
5355
5356 `Talking Tech <#talkingtechcrons>`__
5357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5358
5359 To learn more about setting up this third party product view the
5360 `Talking Tech Appendix <#talkingtechappendix>`__.
5361
5362 `Sending Notices File <#talkingtechsendcron>`__
5363 '''''''''''''''''''''''''''''''''''''''''''''''
5364
5365 Script path: misc/cronjobs/thirdparty/TalkingTech\_itiva\_outbound.pl
5366
5367 Does: Script to generate Spec C outbound notifications file for Talking
5368 Tech i-tiva phone notification system.
5369
5370 Required by:
5371 `TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
5372
5373 Frequency suggestion: nightly
5374
5375 `Perl Documentation <#talkingsendcronperl>`__
5376
5377
5378 **USAGE**
5379
5380 TalkingTech\_itiva\_outbound.pl
5381
5382 TalkingTech\_itiva\_outbound.pl --type=OVERDUE -w 0 -w 2 -w 6
5383 --output=/tmp/talkingtech/outbound.csv
5384
5385 TalkingTech\_itiva\_outbound.pl --type=RESERVE --type=PREOVERDUE
5386 --lang=FR
5387
5388 Script to generate Spec C outbound notifications file for Talking Tech
5389 i-tiva phone notification system.
5390
5391 --help -h
5392
5393 Prints this help
5394
5395 -v Provide verbose log information.
5396
5397 --output -o
5398
5399 Destination for outbound notifications file (CSV format). If no value is
5400 specified, output is dumped to screen.
5401
5402 --lang
5403
5404 Sets the language for all outbound messages. Currently supported values
5405 are EN, FR and ES. If no value is specified, EN will be used by default.
5406
5407 --type
5408
5409 REQUIRED. Sets which messaging types are to be used. Can be given
5410 multiple times, to specify multiple types in a single output file.
5411 Currently supported values are RESERVE, PREOVERDUE and OVERDUE. If no
5412 value is given, this script will not produce any outbound notifications.
5413
5414 --waiting-hold-day -w
5415
5416 OPTIONAL for --type=RESERVE. Sets the days after a hold has been set to
5417 waiting on which to call. Use switch as many times as desired. For
5418 example, passing "-w 0 -w 2 -w 6" will cause calls to be placed on the
5419 day the hold was set to waiting, 2 days after the waiting date, and 6
5420 days after. See example above. If this switch is not used with
5421 --type=RESERVE, calls will be placed every day until the waiting reserve
5422 is picked up or canceled.
5423
5424 --library-code --code -c
5425
5426 OPTIONAL The code of the source library of the message. The library code
5427 is used to group notices together for consortium purposes and apply
5428 library specific settings, such as prompts, to those notices. This field
5429 can be blank if all messages are from a single library.
5430
5431 `Receiving Notices File <#talkingtechreceivecron>`__
5432 ''''''''''''''''''''''''''''''''''''''''''''''''''''
5433
5434 Script path: misc/cronjobs/thirdparty/TalkingTech\_itiva\_inbound.pl
5435
5436 Does: Script to process received Results files for Talking Tech i-tiva
5437 phone notification system.
5438
5439 Required by:
5440 `TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
5441
5442 Frequency suggestion: nightly
5443
5444 `Perl Documentation <#talkingreceivecronperl>`__
5445
5446
5447 **USAGE**
5448
5449 TalkingTech\_itiva\_inbound.pl
5450
5451 TalkingTech\_itiva\_inbound.pl -v --input=/tmp/talkingtech/results.csv
5452
5453 Script to process received Results files for Talking Tech i-tiva phone
5454 notification system.
5455
5456 --help -h
5457
5458 Prints this help
5459
5460 -v Provide verbose log information.
5461
5462 --input -i
5463
5464 REQUIRED. Path to incoming results file.
5465
5466 `Notify Patrons of Expiration <#patronexpirycron>`__
5467 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5468
5469 Script path: misc/cronjobs/membership\_expiry.pl
5470
5471 Does: Sends messages to warn patrons of their card expiration to the
5472 `messaage queue <#msgqueuecron>`__ cron.
5473
5474 Requires: `MembershipExpiryDaysNotice <#MembershipExpiryDaysNotice>`__
5475
5476 Frequency: nightly
5477
5478 `In Processing/Book Cart <#proccartcron>`__
5479 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5480
5481 Script path: misc/cronjobs/cart\_to\_shelf.pl
5482
5483 Does: Updates all items with a location of CART to the item's permanent
5484 location.
5485
5486 Required by: `NewItemsDefaultLocation <#NewItemsDefaultLocation>`__,
5487 `InProcessingToShelvingCart <#InProcessingToShelvingCart>`__, &
5488 `ReturnToShelvingCart <#ReturnToShelvingCart>`__ system preferences
5489
5490 Frequency suggestion: hourly
5491
5492 `Perl Documentation <#proccartcronperl>`__
5493 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5494
5495 **NAME**
5496
5497 cart\_to\_shelf.pl cron script to set items with location of CART to
5498 original shelving location after X hours. Execute without options for
5499 help.
5500
5501 `Catalog <#catalogcron>`__
5502 ~~~~~~~~~~~~~~~~~~~~~~~~~~
5503
5504 `Check URLs <#checkurlcron>`__
5505 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5506
5507 Script path: misc/cronjobs/check-url.pl
5508
5509 Does: checks URLs in 856$u field. Script output can now be formatted in
5510 CSV or HTML. The HTML version links directly to MARC biblio record
5511 editor.
5512
5513 Frequency suggestion: monthly
5514
5515 Learn more: http://wiki.koha-community.org/wiki/Check-url_enhancements
5516
5517 `Perl Documentation <#checkurlcronperl>`__
5518 ''''''''''''''''''''''''''''''''''''''''''
5519
5520 **NAME**
5521
5522 C4::URL::Checker - base object for checking URL stored in Koha DB
5523
5524 **SYNOPSIS**
5525
5526 ::
5527
5528     use C4::URL::Checker;
5529
5530             my $checker = C4::URL::Checker->new( );
5531             $checker->{ host_default } = 'http://mylib.kohalibrary.com';
5532             my $checked_urls = $checker->check_biblio( 123 );
5533             foreach my $url ( @$checked_urls ) {
5534                 print "url:        ", $url->{ url       A }, "\n",
5535                       "is_success: ", $url->{ is_success }, "\n",
5536                       "status:     ", $url->{ status     }, "\n";
5537             }
5538
5539 **FUNCTIONS**
5540
5541 new
5542
5543 Create a URL Checker. The returned object can be used to set default
5544 host variable :
5545
5546 ::
5547
5548     my $checker = C4::URL::Checker->new( );
5549             $checker->{ host_default } = 'http://mylib.kohalibrary.com';
5550
5551 check\_biblio
5552
5553 Check all URL from a biblio record. Returns a pointer to an array
5554 containing all URLs with checking for each of them.
5555
5556 ::
5557
5558      my $checked_urls = $checker->check_biblio( 123 );
5559
5560 With 2 URLs, the returned array will look like that:
5561
5562 ::
5563
5564          [
5565                {
5566                  'url' => 'http://mylib.tamil.fr/img/62265_0055B.JPG',
5567                  'is_success' => 1,
5568                  'status' => 'ok'
5569                },
5570                {
5571                  'url' => 'http://mylib.tamil.fr//img/62265_0055C.JPG',
5572                  'is_success' => 0,
5573                  'status' => '404 - Page not found'
5574                }
5575              ],
5576
5577 **NAME**
5578
5579 check-url.pl - Check URLs from 856$u field.
5580
5581 **USAGE**
5582
5583 check-url.pl [--verbose\|--help] [--host=http://default.tld]
5584
5585 Scan all URLs found in 856$u of bib records and display if resources are
5586 available or not.
5587
5588 **PARAMETERS**
5589
5590 --host=http://default.tld
5591
5592 Server host used when URL doesn't have one, ie doesn't begin with
5593 'http:'. For example, if --host=http://www.mylib.com, then when 856$u
5594 contains 'img/image.jpg', the url checked is:
5595 http://www.mylib.com/image.jpg'.
5596
5597 --verbose\|-v
5598
5599 Outputs both successful and failed URLs.
5600
5601 --html
5602
5603 Formats output in HTML. The result can be redirected to a file
5604 accessible by http. This way, it's possible to link directly to biblio
5605 record in edit mode. With this parameter --host-pro is required.
5606
5607 --host-pro=http://koha-pro.tld
5608
5609 Server host used to link to biblio record editing page.
5610
5611 --help\|-h
5612
5613 Print this help page.
5614
5615 `Update Authorities <#mergeauthcron>`__
5616 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5617
5618 Script path: misc/migration\_tools/merge\_authority.pl
5619
5620 Does: Updates biblio data with changes to authorities records
5621
5622     **Note**
5623
5624     The name of this script is misleading. This script does not merge
5625     authorities together it instead merges authority data with linked
5626     bib records. Edits to authority records will be applied to
5627     bibliographic records that use that authority when this script is
5628     run.
5629
5630 Required by: `dontmerge <#dontmerge>`__ system preference
5631
5632 Frequency suggestion: nightly
5633
5634 `Serials Update <#serialscron>`__
5635 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5636
5637 Script path: misc/cronjobs/serialsUpdate.pl
5638
5639 Does: checks if there is a "late" issue on active subscriptions, and if
5640 there is, the script will set it as late, and add the next one as
5641 expected.
5642
5643 Frequency suggestion: nightly
5644
5645 `Automatic item update <#autoitemupdatecron>`__
5646 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5647
5648 Script path: misc/cronjobs/automatic\_item\_modification\_by\_age.pl
5649
5650 Does: updates items based on the list of rules set forth in the
5651 `Automatic item modifications by age <#autoitemagemod>`__ tool
5652
5653 Required by: `Automatic item modifications by age <#autoitemagemod>`__
5654
5655 Frequency suggestions: nightly
5656
5657 `Perl Documentation <#autoitemupdatecrondoc>`__
5658 '''''''''''''''''''''''''''''''''''''''''''''''
5659
5660 **NAME**
5661
5662 automatic\_item\_modification\_by\_age.pl
5663
5664 **SYNOPSIS**
5665
5666 ./automatic\_item\_modification\_by\_age.pl -h
5667
5668 Toggle recent acquisitions status. Use this script to delete "new"
5669 status for items.
5670
5671 **OPTIONS**
5672
5673 -h\|--help Prints this help message.
5674
5675 -v\|--verbose Set the verbose flag.
5676
5677 -c\|--confirm The script will modify the items.
5678
5679 **AUTHOR**
5680
5681 Jonathan Druart <jonathan.druart@biblibre.com>
5682
5683 **COPYRIGHT**
5684
5685 Copyright 2013 BibLibre
5686
5687 **LICENSE**
5688
5689 This file is part of Koha.
5690
5691 Koha is free software; you can redistribute it and/or modify it under
5692 the terms of the GNU General Public License as published by the Free
5693 Software Foundation; either version 3 of the License, or (at your
5694 option) any later version.
5695
5696 Koha is distributed in the hope that it will be useful, but WITHOUT ANY
5697 WARRANTY; without even the implied warranty of MERCHANTABILITY or
5698 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
5699 more details.
5700
5701 You should have received a copy of the GNU General Public License along
5702 with Koha; if not, see <http://www.gnu.org/licenses>.
5703
5704 `OPAC <#opaccrons>`__
5705 ~~~~~~~~~~~~~~~~~~~~~
5706
5707 `RSS Feeds <#customrssfeedcron>`__
5708 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5709
5710 Script path: misc/cronjobs/rss/rss.pl
5711
5712 Does: Produces an RSS XML document for any SQL query (not used for
5713 search results RSS feed). `Learn more <#customrss>`__.
5714
5715 Frequency suggestion: hourly
5716
5717 `Authorities Browser <#authbrowsercron>`__
5718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5719
5720 Script path: misc/cronjobs/build\_browser\_and\_cloud.pl
5721
5722 Does: Generate content for authorities browse in OPAC
5723
5724 Required by: `OpacBrowser <#OpacBrowser>`__ system preference
5725
5726     **Important**
5727
5728     This preference and cron job should only be used on French systems.
5729
5730 `Subject/Author Clouds <#keywordclouds>`__
5731 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5732
5733 Script path: misc/cronjobs/cloud-kw.pl
5734
5735 Does: Generates HTML keywords clouds from Koha Zebra indexes.
5736 misc/cronjobs/cloud-sample.conf has a sample of how this script
5737 operates.
5738
5739 Frequency: This is the type of script you can run once a month or so,
5740 the content generated isn't going to change very much over time.
5741
5742 `Perl Documentation <#keywordcloudsperl>`__
5743 '''''''''''''''''''''''''''''''''''''''''''
5744
5745 **NAME**
5746
5747 cloud-kw.pl - Creates HTML keywords clouds from Koha Zebra Indexes
5748
5749 **USAGE**
5750
5751 cloud-kw.pl [--verbose\|--help] --conf=cloud.conf
5752
5753 Creates multiple HTML files containing keywords cloud with top terms
5754 sorted by their logarithmic weight. cloud.conf is a YAML configuration
5755 file driving cloud generation process.
5756
5757 **PARAMETERS**
5758
5759 --conf=configuration file
5760
5761 Specify configuration file name
5762
5763 --verbose\|-v
5764
5765 Enable script verbose mode.
5766
5767 --help\|-h
5768
5769 Print this help page.
5770
5771 **CONFIGURATION**
5772
5773 Configuration file looks like that:
5774
5775 ::
5776
5777       ---
5778              # Koha configuration file for a specific installation
5779              # If not present, defaults to KOHA_CONF
5780              KohaConf: /home/koha/mylibray/etc/koha-conf.xml
5781              # Zebra index to scan
5782              ZebraIndex: Author
5783              # Koha index used to link found kewords with an opac search URL
5784              KohaIndex: au
5785              # Number of top keyword to use for the cloud
5786              Count: 50
5787              # Include CSS style directives with the cloud
5788              # This could be used as a model and then CSS directives are
5789              # put in the appropriate CSS file directly.
5790              Withcss: Yes
5791              # HTML file where to output the cloud
5792              Output: /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
5793             ---
5794              KohaConf: /home/koha/yourlibray/etc/koha-conf.xml
5795              ZebraIndex: Subject
5796              KohaIndex: su
5797              Count: 200
5798              Withcss: no
5799              Output: /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html
5800
5801 **IMPROVEMENTS**
5802
5803 Generated top terms have more informations than those outputted from the
5804 time being. Some parameters could be easily added to improve this
5805 script:
5806
5807 WithCount
5808
5809 In order to output terms with the number of occurrences they have been
5810 found in Koha Catalogue by Zebra.
5811
5812 CloudLevels
5813
5814 Number of levels in the cloud. Now 24 levels are hardcoded.
5815
5816 Weighting
5817
5818 Weighting method used to distribute terms in the cloud. We could have
5819 two values: Logarithmic and Linear. Now it's Logarithmic by default.
5820
5821 Order
5822
5823 Now terms are outputted in the lexical order. They could be sorted by
5824 their weight.
5825
5826 `System Administration <#systemcron>`__
5827 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5828
5829 `Clean up Database <#cleandbcron>`__
5830 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5831
5832 Script path: misc/cronjobs/cleanup\_database.pl
5833
5834 Does: Truncates the sessions table, cleans out old zebraqueue entries,
5835 action logs and staged MARC files.
5836
5837 Perl Documentation
5838 ''''''''''''''''''
5839
5840 **USAGE**
5841
5842 kohaclone/misc/cronjobs/cleanup\_database.pl [-h\|--help] [--sessions]
5843 [--sessdays DAYS] [-v\|--verbose] [--zebraqueue DAYS] [-m\|--mail]
5844 [--merged] [--import DAYS] [--logs DAYS] [--searchhistory DAYS]
5845
5846 **PARAMETERS**
5847
5848 -h --help
5849
5850 prints this help message, and exits, ignoring all other options
5851
5852 --sessions
5853
5854 purge the sessions table. If you use this while users are logged into
5855 Koha, they will have to reconnect.
5856
5857 --sessdays DAYS
5858
5859 purge only sessions older than DAYS days
5860
5861 -v --verbose
5862
5863 will cause the script to give you a bit more information about the run.
5864
5865 --zebraqueue DAYS
5866
5867 purge completed zebraqueue entries older than DAYS days. Defaults to 30
5868 days if no days specified.
5869
5870 -m --mail DAYS
5871
5872 purge items from the mail queue that are older than DAYS days. Defaults
5873 to 30 days if no days specified.
5874
5875 --merged
5876
5877 purged completed entries from need\_merge\_authorities.
5878
5879 --import DAYS
5880
5881 purge records from import tables older than DAYS days. Defaults to 60
5882 days if no days specified
5883
5884 --z3950
5885
5886 purge records from import tables that are the result of Z39.50 searches
5887
5888 --logs DAYS
5889
5890 purge entries from action\_logs older than DAYS days. Defaults to 180
5891 days if no days specified
5892
5893 --searchhistory DAYS
5894
5895 purge entries from search\_history older than DAYS days. Defaults to 30
5896 days if no days specified
5897
5898 --list-invites DAYS
5899
5900 purge (unaccepted) list share invites older than DAYS days. Defaults to
5901 14 days if no days specified.
5902
5903 --restrictions DAYS
5904
5905 purge patrons restrictions expired since more than DAYS days. Defaults
5906 to 30 days if no days specified.
5907
5908 `Share Usage Stats <#usagecron>`__
5909 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5910
5911 Script path: misc/cronjobs/share\_usage\_with\_koha\_community.pl
5912
5913 Does: If you're sharing information via the `UsageStats <#UsageStats>`__
5914 feature this will send your info to the `Hea
5915 website <http://hea.koha-community.org/>`__.
5916
5917 Frequency: monthly
5918
5919 `Perl Documentation <#usagecronperl>`__
5920 '''''''''''''''''''''''''''''''''''''''
5921
5922 **NAME**
5923
5924 share\_usage\_with\_koha\_community.pl - Share your library's usage with
5925 the Koha community
5926
5927 **SYNOPSIS**
5928
5929 share\_usage\_with\_koha\_community.pl [-h\|--help] [-v\|--verbose]
5930
5931 If the `UsageStats <#UsageStats>`__ system preference is set, you can
5932 launch this script to share your usage data anonymously with the Koha
5933 community.
5934
5935 Collecting Koha usage statistics will help developers to know how Koha
5936 is used across the world.
5937
5938 This script will send the usage data for the bibliographic and authority
5939 records, checkouts, holds, orders, and subscriptions.
5940
5941 Only the total number is retrieved. In no case will private data be
5942 shared!
5943
5944 In order to know which parts of Koha modules are used, this script will
5945 collect some system preference values.
5946
5947 If you want to tell us who you are, you can fill the
5948 `UsageStatsLibraryName <#UsageStatsLibraryName>`__ system preference
5949 with your library name,
5950 `UsageStatsLibraryUrl <#UsageStatsLibraryUrl>`__,
5951 `UsageStatsLibraryType <#UsageStatsLibraryType>`__ and/or
5952 `UsageStatsCountry <#UsageStatsCountry>`__.
5953
5954 All these data will be analyzed on the http://hea.koha-community.org
5955 Koha community website.
5956
5957 IMPORTANT : please do NOT run the cron on the 1st, but on another day.
5958 The idea is to avoid all Koha libraries sending their data at the same
5959 time ! So choose any day between 1 and 28 !
5960
5961 **OPTIONS**
5962
5963 -h\|--help
5964
5965 Print a brief help message
5966
5967 -v\|--verbose
5968
5969 Verbose mode.
5970
5971 -f\|--force
5972
5973 Force the update.
5974
5975 **AUTHOR**
5976
5977 Alex Arnaud <alex.arnaud@biblibre.com>
5978
5979 Jonathan Druart <jonathan.druart@biblibre.com>
5980
5981 **COPYRIGHT**
5982
5983 Copyright 2014 BibLibre
5984
5985 **LICENSE**
5986
5987 This file is part of Koha.
5988
5989 Koha is free software; you can redistribute it and/or modify it under
5990 the terms of the GNU General Public License as published by the Free
5991 Software Foundation; either version 3 of the License, or (at your
5992 option) any later version.
5993
5994 You should have received a copy of the GNU General Public License along
5995 with Koha; if not, write to the Free Software Foundation, Inc., 51
5996 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
5997
5998 `Acquisitions <#acqcrons>`__
5999 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6000
6001 `Clean up old suggestions <#cleansuggcron>`__
6002 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6003
6004 Script path: misc/cronjobs/purge\_suggestions.pl
6005
6006 Does: Removes old (defined by you) suggestions from the suggestion
6007 management area.
6008
6009 `Email suggestions to process <#emailsuggestfund>`__
6010 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6011
6012 Script path: misc/cronjobs/notice\_unprocessed\_suggestions.pl
6013
6014 Does: Generates a notice to the fund owner that there are suggestions in
6015 need of processing
6016
6017 `Perl Documentation <#emailsuggestfundperl>`__
6018 ''''''''''''''''''''''''''''''''''''''''''''''
6019
6020 **NAME**
6021
6022 notice\_unprocessed\_suggestions.pl - Generate notification for
6023 unprocessed suggestions.
6024
6025 The budget owner will be notified.
6026
6027 The letter template 'TO\_PROCESS' will be used.
6028
6029 **SYNOPSIS**
6030
6031 notice\_unprocessed\_suggestions.pl [-h\|--help] [-v\|--verbose]
6032 [-c\|--confirm] [--days=NUMBER\_OF\_DAYS]
6033
6034 **OPTIONS**
6035
6036 -h\|--help Print a brief help message
6037
6038 -c\|--confirm This flag must be provided in order for the script to
6039 actually generate notices. If it is not supplied, the script will only
6040 report on the patron it would have noticed.
6041
6042 --days This parameter is mandatory. It must contain an integer
6043 representing the number of days elapsed since the last modification of
6044 suggestions to process.
6045
6046 -v\|--verbose Verbose mode.
6047
6048 `EDI Message Processing <#edicron>`__
6049 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6050
6051 Script path: misc/cronjobs/edi\_cron.pl
6052
6053 Does: Sends and received EDI messages
6054
6055 Frequency: Every 15 minutes
6056
6057 `Deprecated scripts <#deprecatedcrons>`__
6058 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6059
6060 These should not be run without modification:
6061
6062 Script path: misc/cronjobs/update\_items.pl
6063
6064 Script path:misc/cronjobs/smsoverdues.pl
6065
6066 Script path:misc/cronjobs/notifyMailsOp.pl
6067
6068 Script path:misc/cronjobs/reservefix.pl
6069
6070 Script path:misc/cronjobs/zebraqueue\_start.pl
6071
6072 Web Services
6073 ============
6074
6075 `OAI-PMH <#OAI-PMHservice>`__
6076 -----------------------------
6077
6078 For the Open Archives Initiative-Protocol for Metadata Harvesting
6079 (OAI-PMH) there are two groups of 'participants': Data Providers and
6080 Service Providers. Data Providers (open archives, repositories) provide
6081 free access to metadata, and may, but do not necessarily, offer free
6082 access to full texts or other resources. OAI-PMH provides an easy to
6083 implement, low barrier solution for Data Providers. Service Providers
6084 use the OAI interfaces of the Data Providers to harvest and store
6085 metadata. Note that this means that there are no live search requests to
6086 the Data Providers; rather, services are based on the harvested data via
6087 OAI-PMH.
6088
6089 Koha at present can only act as a Data Provider. It can not harvest from
6090 other repositories. The biggest stumbling block to having Koha harvest
6091 from other repositories is that MARC is the only metadata format that
6092 Koha indexes natively. Visit
6093 http://www.oaforum.org/tutorial/english/page3.htm for diagrams of how
6094 OAI-PMH works.
6095
6096 Learn more about OAI-PMH at: http://www.openarchives.org/pmh/
6097
6098 To enable OAI-PMH in Koha edit the `OAI-PMH <#OAI-PMH>`__ preference.
6099 Once enabled you can visit http://YOURKOHACATALOG/cgi-bin/koha/oai.pl to
6100 see your file.
6101
6102 `Sample OAI Conf File <#oaiconfsample>`__
6103 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6104
6105 ::
6106
6107            format:
6108              vs:
6109                metadataPrefix: vs
6110                metadataNamespace: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs
6111                schema: http://veryspecial.tamil.fr/vs/format-pivot/1.1/vs.xsd
6112                xsl_file: /usr/local/koha/xslt/vs.xsl
6113              marcxml:
6114                metadataPrefix: marxml
6115                metadataNamespace: http://www.loc.gov/MARC21/slim
6116     http://www.loc.gov/standards/marcxml/schema/MARC21slim
6117                schema: http://www.loc.gov/MARC21/slim
6118     http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
6119              oai_dc:
6120                metadataPrefix: oai_dc
6121                metadataNamespace: http://www.openarchives.org/OAI/2.0/oai_dc/
6122                schema: http://www.openarchives.org/OAI/2.0/oai_dc.xsd
6123                xsl_file:
6124     /usr/local/koha/koha-tmpl/intranet-tmpl/xslt/UNIMARCslim2OAIDC.xsl
6125
6126 `REST services <#Rest-services>`__
6127 ----------------------------------
6128
6129 Koha can now be requested by REST http requests. BibLibre wrotes an
6130 external module to adds more possibilities than ILS-DI can provide.There
6131 is no authentication process, but authorized ips are listed in the
6132 config file. Services have been tested in 3.10, 3.12 and 3.14 koha
6133 versions. You can find more information about it into README file and
6134 opac/rest.pl documentation on http://git.biblibre.com. If you want to
6135 add features, send us a patch at dev\_patches AT biblibre DOT com.
6136
6137 Services provided in 1.4 version are:
6138
6139 ::
6140
6141                GET branches
6142                GET user/byid/:borrowernumber/holds
6143                GET user/:user_name/holds
6144                GET user/byid/:borrowernumber/issues
6145                GET user/:user_name/issues
6146                GET user/:user_name/issues_history
6147                GET user/byid/:borrowernumber/issues_history
6148                GET user/today
6149                GET user/all
6150                POST user
6151                PUT user/:user_name
6152                GET biblio/:biblionumber/items
6153                GET biblio/:biblionumber/holdable
6154                GET biblio/:biblionumber/items_holdable_status
6155                GET item/:itemnumber/holdable
6156                PUT auth/change_password
6157                GET /suggestions
6158                GET /suggestions/:suggestionid
6159                POST /suggestions
6160                PUT /suggestions/:suggestionid
6161                DELETE /suggestions/:suggestionid
6162
6163
6164 Using the SRU server
6165 ====================
6166
6167 `Using the SRU server <#usingsru>`__
6168 ------------------------------------
6169
6170 Koha implements the Search/Retrieve via URL (SRU) protocol. More
6171 information about the protocol itself can be found at
6172 http://www.loc.gov/standards/sru/. The version implemented is version
6173 1.1.
6174
6175 `Explain <#sru_explain>`__
6176 ~~~~~~~~~~~~~~~~~~~~~~~~~~
6177
6178 If you want to have information about the implementation of SRU on a
6179 given server, you should have access to the Explain file using a request
6180 to the server without any parameter. Like
6181 <http://myserver.com:9999/biblios/>. The response from the server is an
6182 XML file that should look like the following and will give you
6183 information about the default settings of the SRU server.
6184
6185 ::
6186
6187                    <zs:explainResponse>
6188                         <zs:version>1.1</zs:version>
6189                         <zs:record>
6190                              <zs:recordSchema>http://explain.z3950.org/dtd/2.0/</zs:recordSchema>
6191                              <zs:recordPacking>xml</zs:recordPacking>
6192                              <zs:recordData>
6193                              <explain xml:base="zebradb/explain-biblios.xml">
6194                              <!--
6195                              try stylesheet url: http://./?stylesheet=docpath/sru2.xsl
6196                              -->
6197                         <serverInfo protocol="SRW/SRU/Z39.50">
6198                              <host>biblibre</host>
6199                              <port>9999</port>
6200                              <database>biblios</database>
6201                         </serverInfo>
6202                         <databaseInfo>
6203                              <title lang="en" primary="true">Koha 3 Bibliographic SRU/SRW/Z39.50 server</title>
6204                              <description lang="en" primary="true">Koha 3 Bibliographic Server</description>
6205                              <links>
6206                                   <sru>http://biblibre:9999</sru>
6207                              </links>
6208                         </databaseInfo>
6209                         <indexInfo>
6210                              <set name="cql" identifier="info:srw/cql-context-set/1/cql-v1.1">
6211                                   <title>CQL Standard Set</title>
6212                              </set>
6213                              <index search="true" scan="true" sort="false">
6214                              <title lang="en">CQL Server Choice</title>
6215                              <map>
6216                                   <name set="cql">serverChoice</name>
6217                              </map>
6218                         <map>
6219                            <attr type="1" set="bib1">text</attr>
6220                            </map>
6221                       </index>
6222                   <index search="true" scan="true" sort="false">
6223                      <title lang="en">CQL All</title>
6224                          <map>
6225             <name set="cql">all</name>
6226             </map>
6227             <map>
6228             <attr type="1" set="bib1">text</attr>
6229             </map>
6230             </index>
6231             <!-- Record ID index -->
6232             <index search="true" scan="true" sort="false">
6233             <title lang="en">Record ID</title>
6234             <map>
6235             <name set="rec">id</name>
6236             </map>
6237             <map>
6238             <attr type="1" set="bib1">rec:id</attr>
6239             <attr type="4" set="bib1">3</attr>
6240             </map>
6241             </index>
6242
6243
6244 `Search <#sru_search>`__
6245 ~~~~~~~~~~~~~~~~~~~~~~~~
6246
6247 This url :
6248 http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=reefs
6249 is composed of the following elements:
6250
6251 -  base url of the SRU server : http://myserver.com:9999/biblios?
6252
6253 -  search part with the 3 required parameters : version, operation and
6254    query. The parameters within the search part should be of the
6255    key=value form, and can be combined with the & character.
6256
6257 One can add optional parameters to the query, for instance
6258 maximumRecords indicating the maximum number of records to be returned
6259 by the server. So
6260 http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=reefs&maximumRecords=5
6261 will only get the first 5 results results from the server.
6262
6263 http://www.loc.gov/standards/sru/sru1-1archive/search-retrieve-operation.html
6264 gives more details about the search operations and in particular the
6265 list of optional parameters for searching.
6266
6267 `More details about Search <#sru_search_more_details>`__
6268 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6269
6270 The "operation" key can take two values: scan or searchRetrieve.
6271
6272 If operation=searchRetrieve, then the search key should be query. As in
6273 : operation=searchRetrieve&query=reefs
6274
6275 If operation=scan, then the search key should be scanClause. As in :
6276 operation=scan&scanClause=reefs
6277
6278 etc/zebradb/biblios/etc/bib1.att defines Zebra/3950 indexes that exist
6279 on your system. For instance you'll see that we have indexes for Subject
6280 and for Title: att 21 Subject and att 4 Title respectively.
6281
6282 In the pqf.properties file located under etc/zebradb/pqf.properties I
6283 see that an access point already uses my Subject index (index.dc.subject
6284 = 1=21) while another uses my Title index (index.dc.title = 1=4) I know
6285 this is my Subject index because as I've seen just before in my bib1.att
6286 file, it's called with =1=21 in Z3950: so index.dc.subject = 1=21
6287 correctly points to my Subject index. And Title was called with 1=4 so
6288 index.dc.title = 1=4 correctly points to my Title index. I can now
6289 construct my query just like I would in a search box, just preceding it
6290 with the "query" key: query=Subject=reefs and Title=coral searches
6291 "reefs" in the subject and "coral" in the title. The full url would be
6292 http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs
6293 and Title=coral If I want to limit the result set to just 5 records, I
6294 can do
6295 http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Subject=reefs
6296 and Title=coral&maximumRecords=5
6297
6298 I can also play with truncate, relations, etc. Those are also defined in
6299 my pqf.properties file. I can see for instance the position properties
6300 defined as:
6301
6302 ::
6303
6304                    position.first              = 3=1 6=1
6305                   # "first in field"
6306                    position.any                = 3=3 6=1
6307                      # "any position in field"
6308
6309
6310 So as an example if I want "coral" to be at the beginning of the title,
6311 I can do this query :
6312 http://myserver.com:9999/biblios?version=1.1&operation=searchRetrieve&query=Title=coral
6313 first
6314
6315 `Retrieve <#sru_retrieve>`__
6316 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6317
6318 My search for
6319 http://univ\_lyon3.biblibre.com:9999/biblios?version=1.1&operation=searchRetrieve&query=coral
6320 reefs&maximumRecords=1 retrieves just on record. The response looks like
6321 this:
6322
6323 ::
6324
6325               <zs:searchRetrieveResponse>
6326     <zs:version>1.1</zs:version>
6327     <zs:numberOfRecords>1</zs:numberOfRecords>
6328     <zs:records>
6329     <zs:record>
6330     <zs:recordPacking>xml</zs:recordPacking>
6331     <zs:recordData>
6332     <record xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd">
6333     <leader> cam a22 4500</leader>
6334     <datafield tag="010" ind1=" " ind2=" ">
6335     <subfield code="a">2-603-01193-6</subfield>
6336     <subfield code="b">rel.</subfield>
6337     <subfield code="d">159 F</subfield>
6338     </datafield>
6339     <datafield tag="020" ind1=" " ind2=" ">
6340     <subfield code="a">FR</subfield>
6341     <subfield code="b">00065351</subfield>
6342     </datafield>
6343     <datafield tag="101" ind1="1" ind2=" ">
6344     <subfield code="c">ita</subfield>
6345     </datafield>
6346     <datafield tag="105" ind1=" " ind2=" ">
6347     <subfield code="a">a z 00|y|</subfield>
6348     </datafield>
6349     <datafield tag="106" ind1=" " ind2=" ">
6350     <subfield code="a">r</subfield>
6351     </datafield>
6352     <datafield tag="100" ind1=" " ind2=" ">
6353     <subfield code="a">20091130 frey50 </subfield>
6354     </datafield>
6355     <datafield tag="200" ind1="1" ind2=" ">
6356     <subfield code="a">Guide des récifs coralliens / A Guide to Coral Reefs</subfield>
6357     <subfield code="b">Texte imprimé</subfield>
6358     <subfield code="e">la faune sous-marine des coraux</subfield>
6359     <subfield code="f">A. et A. Ferrari</subfield>
6360     </datafield>
6361     <datafield tag="210" ind1=" " ind2=" ">
6362     <subfield code="a">Lausanne</subfield>
6363     <subfield code="a">Paris</subfield>
6364     <subfield code="c">Delachaux et Niestlé</subfield>
6365     <subfield code="d">cop. 2000</subfield>
6366     <subfield code="e">impr. en Espagne</subfield>
6367     </datafield>
6368     <datafield tag="215" ind1=" " ind2=" ">
6369     <subfield code="a">287 p.</subfield>
6370     <subfield code="c">ill. en coul., couv. ill. en coul.</subfield>
6371     <subfield code="d">20 cm</subfield>
6372     </datafield>
6373     ......
6374     <idzebra>
6375     <size>4725</size>
6376     <localnumber>2</localnumber>
6377     <filename>/tmp/nw10BJv9Pk/upd_biblio/exported_records</filename>
6378     </idzebra>
6379     </record>
6380     </zs:recordData>
6381     <zs:recordPosition>1</zs:recordPosition>
6382     </zs:record>
6383     </zs:records>
6384     </zs:searchRetrieveResponse>
6385
6386
6387
6388 New titles slider for OPAC
6389 ==========================
6390
6391 Often times libraries will want to add a flowing widget with new
6392 materials at the library to their main public catalog page. To do this
6393 you can use a widget from any number of services (usually for a cost) or
6394 you can `enable plugins <#pluginsystem>`__ in Koha and use the `Cover
6395 Flow
6396 plugin <http://git.bywatersolutions.com/koha-plugins.git/shortlog/refs/heads/cover_flow>`__
6397 which is based on the
6398 `Flipster <https://github.com/drien/jquery-flipster>`__, a responsive
6399 jQuery coverflow plugin.
6400
6401 Once the plugin is installed, the steps to get your coverflow to show up
6402 are as follows:
6403
6404 First, you need to create one or more public reports for your coverflow
6405 widget or widgets to be based on. This is how the plugin knows what the
6406 content of your widget should contain. Each report needs only three
6407 columns; title, biblionumber, and isbn. It is important that you have a
6408 good and valid isbn, as that is the datum used to actually fetch the
6409 cover. In the iteration of the plugin, we are using Amazon cover images,
6410 but I believe in the end I will make the cover image fetcher
6411 configurable so we can use any data source for cover image fetching.
6412
6413 Second, we need to configure the plugin. The plugin configuration is a
6414 single text area that uses YAML ( actually, it’s JSON, whcih is a subset
6415 of YAML ) to store the configuration options. In this example it looks
6416 like this:
6417
6418 ::
6419
6420     - id: 42
6421       selector: #coverflow
6422       options:
6423       style: coverflow
6424
6425 In this example, we are telling the plugin to use the report with id 42,
6426 and use it to create a coverflow widget to replace the HTML element with
6427 the id “coverflow”. The options list is passed directly to Flipster, so
6428 any options supported by Flipster can be set from the plugin
6429 configuration! In fact, in addition to the traditional coverflow,
6430 Flipster has a “carousel” mode which is a much more compact version of
6431 the coverflow. You can also configure which cover the widget will start
6432 on, among other options.
6433
6434 At the time the plugins options are saved or updated, the plugin will
6435 then generate some minified JavaScript code that is automatically stored
6436 in the Koha system preference OPACUserJS. Here is an example of the
6437 output:
6438
6439 ::
6440
6441     /* JS for Koha CoverFlow Plugin
6442      This JS was added automatically by installing the CoverFlow plugin
6443      Please do not modify */$(document).ready(function(){$.getScript("/plugin/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/jquery-flipster/src/js/jquery.flipster.min.js",function(data,textStatus,jqxhr){$("head").append("<link id='flipster-css' href='/plugin/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/jquery-flipster/src/css/jquery.flipster.min.css' type='text/css' rel='stylesheet' />");$('#coverflow').load("/coverflow.pl?id=42",function(){var opt={'items':'.item','minfactor':15,'distribution':1.5,'scalethreshold':0,'staticbelowthreshold':false,'titleclass':'itemTitle','selectedclass':'selectedItem','scrollactive':true,'step':{'limit':4,'width':10,'scale':true}};$('#coverflow').flipster({style:'coverflow',});});});});
6444     /* End of JS for Koha CoverFlow Plugin */
6445
6446 Why do this? For speed! Rather than regenerating this code each and
6447 every time the page loads, we can generate it once, and use it over and
6448 over again.
6449
6450 If you inspect the code closely, you’ll notice it references a script
6451 “coverflow.pl”. This is a script that is included with the coverflow
6452 plugin. Since we need to access this from the OPAC ( and we don’t want
6453 to set off any XSS attack alarms ), we need to modify the web server
6454 configuration for the public catalog and add the followup to it:
6455
6456 ::
6457
6458     ScriptAlias /coverflow.pl "/var/lib/koha/mykoha/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/coverflow.pl"
6459
6460 This line gives us access to the coverflow.pl script from the OPAC. This
6461 script retrieves the report data and passes it back to the public
6462 catalog for creating the coverflow widget. Koha::Cache is supported in
6463 order to make the widget load as quickly as possible!
6464
6465 The final step is to put your selector element somewhere in your public
6466 catalog. In this example, I put the following in the system preference
6467 OpacMainUserBlock:
6468
6469 ::
6470
6471     <span id="coverflow">Loading...</span>
6472
6473 Once that is in place, you need only refresh your OPAC page, and there
6474 you have it, your very own catalog coverflow widget! Not only do these
6475 coverflows look great on a computer screen, but they look great on
6476 mobile platforms as well, and are even touch responsive!Coverflow Widget
6477
6478 System Preference Defaults
6479 ==========================
6480
6481 `ISBD Defaults <#isbddefaults>`__
6482 ---------------------------------
6483
6484 Default values for the `ISBD <#isbdpref>`__ preference.
6485
6486 `MARC Default <#isbddefault>`__
6487 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6488
6489 #100\|\|{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d
6490 }{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k
6491 }{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t
6492 }\|<br/><br/>
6493
6494 #245\|\|{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s }{
6495 245h }\|
6496
6497 #246\|\|{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }{ 246h
6498 }\|
6499
6500 #242\|\|{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }\|
6501
6502 #245\|\|{ 245c }\|
6503
6504 #242\|\|{ = 242c }\|
6505
6506 #250\| - \|{ 250a }{ 250b }\|
6507
6508 #254\|, \|{ 254a }\|
6509
6510 #255\|, \|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{ 255f }{ 255g }\|
6511
6512 #256\|, \|{ 256a }\|
6513
6514 #257\|, \|{ 257a }\|
6515
6516 #258\|, \|{ 258a }{ 258b }\|
6517
6518 #260\| - \|{ 260a }{ 260b }{ 260c }\|
6519
6520 #300\| - \|{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }\|
6521
6522 #306\| - \|{ 306a }\|
6523
6524 #307\| - \|{ 307a }{ 307b }\|
6525
6526 #310\| - \|{ 310a }{ 310b }\|
6527
6528 #321\| - \|{ 321a }{ 321b }\|
6529
6530 #340\| - \|{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{
6531 340h }{ 340i }\|
6532
6533 #342\| - \|{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{
6534 342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{
6535 342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }\|
6536
6537 #343\| - \|{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{
6538 343h }{ 343i }\|
6539
6540 #351\| - \|{ 3513 }{ 351a }{ 351b }{ 351c }\|
6541
6542 #352\| - \|{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{
6543 352i }{ 352q }\|
6544
6545 #362\| - \|{ 362a }{ 351z }\|
6546
6547 #440\| - \|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\|.
6548
6549 #490\| - \|{ 490a }{ 490v }{ 490x }\|.
6550
6551 #800\| - \|{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{
6552 800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{
6553 800r }{ 800s }{ 800t }{ 800u }{ 800v }\|.
6554
6555 #810\| - \|{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{
6556 810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{
6557 810t }{ 810u }{ 810v }\|.
6558
6559 #811\| - \|{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{
6560 811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v
6561 }\|.
6562
6563 #830\| - \|{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{
6564 830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }\|.
6565
6566 #500\|<br/><br/>\|{ 5003 }{ 500a }\|
6567
6568 #501\|<br/><br/>\|{ 501a }\|
6569
6570 #502\|<br/><br/>\|{ 502a }\|
6571
6572 #504\|<br/><br/>\|{ 504a }\|
6573
6574 #505\|<br/><br/>\|{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }\|
6575
6576 #506\|<br/><br/>\|{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }\|
6577
6578 #507\|<br/><br/>\|{ 507a }{ 507b }\|
6579
6580 #508\|<br/><br/>\|{ 508a }{ 508a }\|
6581
6582 #510\|<br/><br/>\|{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }\|
6583
6584 #511\|<br/><br/>\|{ 511a }\|
6585
6586 #513\|<br/><br/>\|{ 513a }{513b }\|
6587
6588 #514\|<br/><br/>\|{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ 514f
6589 }{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }\|
6590
6591 #515\|<br/><br/>\|{ 515a }\|
6592
6593 #516\|<br/><br/>\|{ 516a }\|
6594
6595 #518\|<br/><br/>\|{ 5183 }{ 518a }\|
6596
6597 #520\|<br/><br/>\|{ 5203 }{ 520a }{ 520b }{ 520u }\|
6598
6599 #521\|<br/><br/>\|{ 5213 }{ 521a }{ 521b }\|
6600
6601 #522\|<br/><br/>\|{ 522a }\|
6602
6603 #524\|<br/><br/>\|{ 524a }\|
6604
6605 #525\|<br/><br/>\|{ 525a }\|
6606
6607 #526\|<br/><br/>\|{\\n510i }{\\n510a }{ 510b }{ 510c }{ 510d }{\\n510x
6608 }\|
6609
6610 #530\|<br/><br/>\|{\\n5063 }{\\n506a }{ 506b }{ 506c }{ 506d }{\\n506u
6611 }\|
6612
6613 #533\|<br/><br/>\|{\\n5333 }{\\n533a }{\\n533b }{\\n533c }{\\n533d
6614 }{\\n533e }{\\n533f }{\\n533m }{\\n533n }\|
6615
6616 #534\|<br/><br/>\|{\\n533p }{\\n533a }{\\n533b }{\\n533c }{\\n533d
6617 }{\\n533e }{\\n533f }{\\n533m }{\\n533n }{\\n533t }{\\n533x }{\\n533z
6618 }\|
6619
6620 #535\|<br/><br/>\|{\\n5353 }{\\n535a }{\\n535b }{\\n535c }{\\n535d }\|
6621
6622 #538\|<br/><br/>\|{\\n5383 }{\\n538a }{\\n538i }{\\n538u }\|
6623
6624 #540\|<br/><br/>\|{\\n5403 }{\\n540a }{ 540b }{ 540c }{ 540d }{\\n520u
6625 }\|
6626
6627 #544\|<br/><br/>\|{\\n5443 }{\\n544a }{\\n544b }{\\n544c }{\\n544d
6628 }{\\n544e }{\\n544n }\|
6629
6630 #545\|<br/><br/>\|{\\n545a }{ 545b }{\\n545u }\|
6631
6632 #546\|<br/><br/>\|{\\n5463 }{\\n546a }{ 546b }\|
6633
6634 #547\|<br/><br/>\|{\\n547a }\|
6635
6636 #550\|<br/><br/>\|{ 550a }\|
6637
6638 #552\|<br/><br/>\|{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ 552f
6639 }{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ 562o
6640 }{ 552p }{ 552u }\|
6641
6642 #555\|<br/><br/>\|{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }\|
6643
6644 #556\|<br/><br/>\|{ 556a }{ 506z }\|
6645
6646 #563\|<br/><br/>\|{ 5633 }{ 563a }{ 563u }\|
6647
6648 #565\|<br/><br/>\|{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }\|
6649
6650 #567\|<br/><br/>\|{ 567a }\|
6651
6652 #580\|<br/><br/>\|{ 580a }\|
6653
6654 #581\|<br/><br/>\|{ 5633 }{ 581a }{ 581z }\|
6655
6656 #584\|<br/><br/>\|{ 5843 }{ 584a }{ 584b }\|
6657
6658 #585\|<br/><br/>\|{ 5853 }{ 585a }\|
6659
6660 #586\|<br/><br/>\|{ 5863 }{ 586a }\|
6661
6662 #020\|<br/><br/><label>ISBN: </label>\|{ 020a }{ 020c }\|
6663
6664 #022\|<br/><br/><label>ISSN: </label>\|{ 022a }\|
6665
6666 #222\| = \|{ 222a }{ 222b }\|
6667
6668 #210\| = \|{ 210a }{ 210b }\|
6669
6670 #024\|<br/><br/><label>Standard No.: </label>\|{ 024a }{ 024c }{ 024d }{
6671 0242 }\|
6672
6673 #027\|<br/><br/><label>Standard Tech. Report. No.: </label>\|{ 027a }\|
6674
6675 #028\|<br/><br/><label>Publisher. No.: </label>\|{ 028a }{ 028b }\|
6676
6677 #013\|<br/><br/><label>Patent No.: </label>\|{ 013a }{ 013b }{ 013c }{
6678 013d }{ 013e }{ 013f }\|
6679
6680 #030\|<br/><br/><label>CODEN: </label>\|{ 030a }\|
6681
6682 #037\|<br/><br/><label>Source: </label>\|{ 037a }{ 037b }{ 037c }{ 037f
6683 }{ 037g }{ 037n }\|
6684
6685 #010\|<br/><br/><label>LCCN: </label>\|{ 010a }\|
6686
6687 #015\|<br/><br/><label>Nat. Bib. No.: </label>\|{ 015a }{ 0152 }\|
6688
6689 #016\|<br/><br/><label>Nat. Bib. Agency Control No.: </label>\|{ 016a }{
6690 0162 }\|
6691
6692 #600\|<br/><br/><label>Subjects--Personal Names: </label>\|{\\n6003
6693 }{\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h
6694 }{--600k}{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t
6695 }{ 600u }{--600x}{--600z}{--600y}{--600v}\|
6696
6697 #610\|<br/><br/><label>Subjects--Corporate Names: </label>\|{\\n6103
6698 }{\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h
6699 }{--610k}{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t
6700 }{ 610u }{--610x}{--610z}{--610y}{--610v}\|
6701
6702 #611\|<br/><br/><label>Subjects--Meeting Names: </label>\|{\\n6113
6703 }{\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h
6704 }{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t
6705 }{ 611u }{--611x}{--611z}{--611y}{--611v}\|
6706
6707 #630\|<br/><br/><label>Subjects--Uniform Titles: </label>\|{\\n630a}{
6708 630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }{
6709 630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t
6710 }{--630x}{--630z}{--630y}{--630v}\|
6711
6712 #648\|<br/><br/><label>Subjects--Chronological Terms: </label>\|{\\n6483
6713 }{\\n648a }{--648x}{--648z}{--648y}{--648v}\|
6714
6715 #650\|<br/><br/><label>Subjects--Topical Terms: </label>\|{\\n6503
6716 }{\\n650a}{ 650b }{ 650c }{ 650d }{ 650e
6717 }{--650x}{--650z}{--650y}{--650v}\|
6718
6719 #651\|<br/><br/><label>Subjects--Geographic Terms: </label>\|{\\n6513
6720 }{\\n651a}{ 651b }{ 651c }{ 651d }{ 651e
6721 }{--651x}{--651z}{--651y}{--651v}\|
6722
6723 #653\|<br/><br/><label>Subjects--Index Terms: </label>\|{ 653a }\|
6724
6725 #654\|<br/><br/><label>Subjects--Facted Index Terms: </label>\|{\\n6543
6726 }{\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}\|
6727
6728 #655\|<br/><br/><label>Index Terms--Genre/Form: </label>\|{\\n6553
6729 }{\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}\|
6730
6731 #656\|<br/><br/><label>Index Terms--Occupation: </label>\|{\\n6563
6732 }{\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}\|
6733
6734 #657\|<br/><br/><label>Index Terms--Function: </label>\|{\\n6573
6735 }{\\n657a}{--657x}{--657z}{--657y}{--657v}\|
6736
6737 #658\|<br/><br/><label>Index Terms--Curriculum Objective:
6738 </label>\|{\\n658a}{--658b}{--658c}{--658d}{--658v}\|
6739
6740 #050\|<br/><br/><label>LC Class. No.: </label>\|{ 050a }{ / 050b }\|
6741
6742 #082\|<br/><br/><label>Dewey Class. No.: </label>\|{ 082a }{ / 082b }\|
6743
6744 #080\|<br/><br/><label>Universal Decimal Class. No.: </label>\|{ 080a }{
6745 080x }{ / 080b }\|
6746
6747 #070\|<br/><br/><label>National Agricultural Library Call No.:
6748 </label>\|{ 070a }{ / 070b }\|
6749
6750 #060\|<br/><br/><label>National Library of Medicine Call No.:
6751 </label>\|{ 060a }{ / 060b }\|
6752
6753 #074\|<br/><br/><label>GPO Item No.: </label>\|{ 074a }\|
6754
6755 #086\|<br/><br/><label>Gov. Doc. Class. No.: </label>\|{ 086a }\|
6756
6757 #088\|<br/><br/><label>Report. No.: </label>\|{ 088a }\|
6758
6759 `UNIMARC Default <#unimarcdefault>`__
6760 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6761
6762 #200\|<h2>Title : \|{200a}{. 200c}{ : 200e}{200d}{. 200h}{. 200i}\|</h2>
6763
6764 #461\|<label class="ipt">A part of : </label>\|<a
6765 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=461t&idx=ti}">{461t}</a>{N∞
6766 461h} {v. 461v}{(461d)}<br/>\|
6767
6768 #200b\|<label class="ipt">Material Designation : </label>\| {200b
6769 }\|<br/>
6770
6771 #101a\|<label class="ipt">Language(s): </label>\|<a
6772 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=101a&idx=ln}">{101a}</a>\|<br/>
6773
6774 #200f\|<label class="ipt">Authors : </label>\|<a
6775 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=200f&idx=au}">{200f
6776 ; }</a>\|<br/>
6777
6778 #200g\|<label class="ipt">Co-authors : </label>\|<a
6779 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=200g&idx=au}">{200g
6780 ; }</a>\|<br/>
6781
6782 #210a\|<br/><label class="ipt">Place of pubblication : </label>\|<a
6783 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=pl&q={210a}">{210a}</a>\|<br/>
6784
6785 #210c\|<label class="ipt">Publisher : </label>\|<a
6786 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=pb&q={210c}">{210c
6787 ; }</a>\|<br/>
6788
6789 #210d\|<label class="ipt">Date of pubblication : </label>\|{
6790 210d}\|<br/>
6791
6792 #215\|<label class="ipt">Description : </label>\|{215a}{ : 215c}{ ;
6793 215d}{ + 215e}\|<br/>
6794
6795 #225a\|<label class="ipt">Series :</label>\|<a
6796 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search{&q=225a&idx=se}">{225a
6797 ;}</a> \|
6798
6799 #225\|\|{ = 225d}{ : 225e}{. 225h}{. 225i}{ / 225f}{, 225x}{ ;
6800 225v}\|<br/>
6801
6802 #686\|<label>Classification : </label>\|{ 686a }\|<br/>
6803
6804 #608\|<label>Form, Genre : </label>\|<a
6805 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={608a}"><img
6806 border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
6807 title="Search on {608a}">{ 608a}</a>\|<br/><br/>
6808
6809 #200\|\|<label class="ipt">Subjects : </label><br/>\|<ul>
6810
6811 #600\|<label class="ipt">Person(s) </label><br/> \|<li><a
6812 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={600a}"><img
6813 border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
6814 title="Search on {600a}">{ 600a}</a></li>\|<br/>
6815
6816 #601\|<label class="ipt">Organisation(s) </label><br/>\|<li><a
6817 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={601a}"><img
6818 border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
6819 title="Search on {601a}">{ 601a}</a></li>\|<br/>
6820
6821 #606\|<label class="ipt">Term(s) </label><br/>\|<li><a
6822 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={606a}"><img
6823 border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
6824 title="Search on {606a}">{ 606a}</a></li>\|<br/>
6825
6826 #607\|<label class="ipt">Place(s) </label><br/>\|<li><a
6827 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={607a}"><img
6828 border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
6829 title="Search on {607a}">{ 607a}</a></li>\|<br/>
6830
6831 #610\|<label>Keywords</label><br/>\|<li><a
6832 href="/cgi-bin/koha/catalogue/search.pl?op=do\_search&idx=su&q={610a}"><img
6833 border="0" src="/opac-tmpl/css/en/images/filefind.png" height="15"
6834 title="Search on {610a}">{ 610a}</a></li>\|
6835
6836 #200\|\|</ul>\|
6837
6838 #856\|<label class="ipt">Electronic resource : </label>\|<a
6839 href="{856u}">click here</a> to go to the external resource<br/>
6840
6841 #010\|<label class="ipt">ISBN : </label>\|{010a ;}\|<br/>
6842
6843 #011\|<label class="ipt">ISSN : </label>\|{011a ;}\|<br/>
6844
6845 #200\|\|<label class="ipt">Notes : </label>\|<br/><ul>
6846
6847 #300\|\|<li>{300a}</li>\|
6848
6849 #307\|\|<li>{307a}</li>\|
6850
6851 #310\|\|<li>{310a}</li>\|
6852
6853 #326\|\|<li>{326a}</li>\|
6854
6855 #327\|\|<li>{327a}</li>\|
6856
6857 #333\|<li>Public : \|{333a}</li>\|
6858
6859 #200\|\|</ul>\|
6860
6861 #330\|\|<label class="ipt">Abstract : </label>\|<br/>
6862
6863 #330\|\|{330a}\|<br/>
6864
6865 #200\|\|<br/><h2>Items</h2>\|
6866
6867 #200\|<table>\|<th>Call number</th><th>Copy
6868 note</th><th>Fonds</th><th>Genre detail</th><th>Circulation
6869 type</th><th>Barcode</th>\|
6870
6871 #995\|\|<tr><td> {995k}</td><td> {995u}</td><td>
6872 {995y}</td><td>{995e}  </td><td>
6873 {995o}</td><td>{995f}</td></tr>\|</table>
6874
6875 `OPACISBD Defaults <#opacisbddefaults>`__
6876 -----------------------------------------
6877
6878 Default values for the `OPACISBD <#OPACISBD>`__ preference.
6879
6880 `MARC <#opacisbdmarcdefault>`__
6881 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6882
6883 #100\|\|{ 100a }{ 100b }{ 100c }{ 100d }{ 110a }{ 110b }{ 110c }{ 110d
6884 }{ 110e }{ 110f }{ 110g }{ 130a }{ 130d }{ 130f }{ 130g }{ 130h }{ 130k
6885 }{ 130l }{ 130m }{ 130n }{ 130o }{ 130p }{ 130r }{ 130s }{ 130t
6886 }\|<br/><br/>
6887
6888 #245\|\|{ 245a }{ 245b }{245f }{ 245g }{ 245k }{ 245n }{ 245p }{ 245s }{
6889 245h }\|
6890
6891 #246\|\|{ : 246i }{ 246a }{ 246b }{ 246f }{ 246g }{ 246n }{ 246p }{ 246h
6892 }\|
6893
6894 #242\|\|{ = 242a }{ 242b }{ 242n }{ 242p }{ 242h }\|
6895
6896 #245\|\|{ 245c }\|
6897
6898 #242\|\|{ = 242c }\|
6899
6900 #250\| - \|{ 250a }{ 250b }\|
6901
6902 #254\|, \|{ 254a }\| #255\|, \|{ 255a }{ 255b }{ 255c }{ 255d }{ 255e }{
6903 255f }{ 255g }\| #256\|, \|{ 256a }\|
6904
6905 #257\|, \|{ 257a }\|
6906
6907 #258\|, \|{ 258a }{ 258b }\|
6908
6909 #260\| - \|{ 260a }{ 260b }{ 260c }\|
6910
6911 #300\| - \|{ 300a }{ 300b }{ 300c }{ 300d }{ 300e }{ 300f }{ 300g }\|
6912
6913 #306\| - \|{ 306a }\| #307\| - \|{ 307a }{ 307b }\|
6914
6915 #310\| - \|{ 310a }{ 310b }\|
6916
6917 #321\| - \|{ 321a }{ 321b }\|
6918
6919 #340\| - \|{ 3403 }{ 340a }{ 340b }{ 340c }{ 340d }{ 340e }{ 340f }{
6920 340h }{ 340i }\|
6921
6922 #342\| - \|{ 342a }{ 342b }{ 342c }{ 342d }{ 342e }{ 342f }{ 342g }{
6923 342h }{ 342i }{ 342j }{ 342k }{ 342l }{ 342m }{ 342n }{ 342o }{ 342p }{
6924 342q }{ 342r }{ 342s }{ 342t }{ 342u }{ 342v }{ 342w }\|
6925
6926 #343\| - \|{ 343a }{ 343b }{ 343c }{ 343d }{ 343e }{ 343f }{ 343g }{
6927 343h }{ 343i }\|
6928
6929 #351\| - \|{ 3513 }{ 351a }{ 351b }{ 351c }\|
6930
6931 #352\| - \|{ 352a }{ 352b }{ 352c }{ 352d }{ 352e }{ 352f }{ 352g }{
6932 352i }{ 352q }\|
6933
6934 #362\| - \|{ 362a }{ 351z }\|
6935
6936 #440\| - \|{ 440a }{ 440n }{ 440p }{ 440v }{ 440x }\|. #490\| - \|{ 490a
6937 }{ 490v }{ 490x }\|.
6938
6939 #800\| - \|{ 800a }{ 800b }{ 800c }{ 800d }{ 800e }{ 800f }{ 800g }{
6940 800h }{ 800j }{ 800k }{ 800l }{ 800m }{ 800n }{ 800o }{ 800p }{ 800q }{
6941 800r }{ 800s }{ 800t }{ 800u }{ 800v }\|.
6942
6943 #810\| - \|{ 810a }{ 810b }{ 810c }{ 810d }{ 810e }{ 810f }{ 810g }{
6944 810h }{ 810k }{ 810l }{ 810m }{ 810n }{ 810o }{ 810p }{ 810r }{ 810s }{
6945 810t }{ 810u }{ 810v }\|.
6946
6947 #811\| - \|{ 811a }{ 811c }{ 811d }{ 811e }{ 811f }{ 811g }{ 811h }{
6948 811k }{ 811l }{ 811n }{ 811p }{ 811q }{ 811s }{ 811t }{ 811u }{ 811v
6949 }\|.
6950
6951 #830\| - \|{ 830a }{ 830d }{ 830f }{ 830g }{ 830h }{ 830k }{ 830l }{
6952 830m }{ 830n }{ 830o }{ 830p }{ 830r }{ 830s }{ 830t }{ 830v }\|.
6953
6954 #500\|<br/><br/>\|{ 5003 }{ 500a }\|
6955
6956 #501\|<br/><br/>\|{ 501a }\|
6957
6958 #502\|<br/><br/>\|{ 502a }\|
6959
6960 #504\|<br/><br/>\|{ 504a }\|
6961
6962 #505\|<br/><br/>\|{ 505a }{ 505t }{ 505r }{ 505g }{ 505u }\|
6963
6964 #506\|<br/><br/>\|{ 5063 }{ 506a }{ 506b }{ 506c }{ 506d }{ 506u }\|
6965
6966 #507\|<br/><br/>\|{ 507a }{ 507b }\| #508\|<br/><br/>\|{ 508a }{ 508a
6967 }\|
6968
6969 #510\|<br/><br/>\|{ 5103 }{ 510a }{ 510x }{ 510c }{ 510b }\|
6970
6971 #511\|<br/><br/>\|{ 511a }\|
6972
6973 #513\|<br/><br/>\|{ 513a }{513b }\|
6974
6975 #514\|<br/><br/>\|{ 514z }{ 514a }{ 514b }{ 514c }{ 514d }{ 514e }{ 514f
6976 }{ 514g }{ 514h }{ 514i }{ 514j }{ 514k }{ 514m }{ 514u }\|
6977
6978 #515\|<br/><br/>\|{ 515a }\|
6979
6980 #516\|<br/><br/>\|{ 516a }\|
6981
6982 #518\|<br/><br/>\|{ 5183 }{ 518a }\|
6983
6984 #520\|<br/><br/>\|{ 5203 }{ 520a }{ 520b }{ 520u }\|
6985
6986 #521\|<br/><br/>\|{ 5213 }{ 521a }{ 521b }\|
6987
6988 #522\|<br/><br/>\|{ 522a }\|
6989
6990 #524\|<br/><br/>\|{ 524a }\|
6991
6992 #525\|<br/><br/>\|{ 525a }\|
6993
6994 #526\|<br/><br/>\|{\\n510i }{\\n510a }{ 510b }{ 510c }{ 510d }{\\n510x
6995 }\|
6996
6997 #530\|<br/><br/>\|{\\n5063 }{\\n506a }{ 506b }{ 506c }{ 506d }{\\n506u
6998 }\|
6999
7000 #533\|<br/><br/>\|{\\n5333 }{\\n533a }{\\n533b }{\\n533c }{\\n533d
7001 }{\\n533e }{\\n533f }{\\n533m }{\\n533n }\|
7002
7003 #534\|<br/><br/>\|{\\n533p }{\\n533a }{\\n533b }{\\n533c }{\\n533d
7004 }{\\n533e }{\\n533f }{\\n533m }{\\n533n }{\\n533t }{\\n533x }{\\n533z
7005 }\|
7006
7007 #535\|<br/><br/>\|{\\n5353 }{\\n535a }{\\n535b }{\\n535c }{\\n535d }\|
7008
7009 #538\|<br/><br/>\|{\\n5383 }{\\n538a }{\\n538i }{\\n538u }\|
7010
7011 #540\|<br/><br/>\|{\\n5403 }{\\n540a }{ 540b }{ 540c }{ 540d }{\\n520u
7012 }\|
7013
7014 #544\|<br/><br/>\|{\\n5443 }{\\n544a }{\\n544b }{\\n544c }{\\n544d
7015 }{\\n544e }{\\n544n }\|
7016
7017 #545\|<br/><br/>\|{\\n545a }{ 545b }{\\n545u }\|
7018 #546\|<br/><br/>\|{\\n5463 }{\\n546a }{ 546b }\|
7019
7020 #547\|<br/><br/>\|{\\n547a }\| #550\|<br/><br/>\|{ 550a }\|
7021
7022 #552\|<br/><br/>\|{ 552z }{ 552a }{ 552b }{ 552c }{ 552d }{ 552e }{ 552f
7023 }{ 552g }{ 552h }{ 552i }{ 552j }{ 552k }{ 552l }{ 552m }{ 552n }{ 562o
7024 }{ 552p }{ 552u }\|
7025
7026 #555\|<br/><br/>\|{ 5553 }{ 555a }{ 555b }{ 555c }{ 555d }{ 555u }\|
7027
7028 #556\|<br/><br/>\|{ 556a }{ 506z }\| #563\|<br/><br/>\|{ 5633 }{ 563a }{
7029 563u }\|
7030
7031 #565\|<br/><br/>\|{ 5653 }{ 565a }{ 565b }{ 565c }{ 565d }{ 565e }\|
7032
7033 #567\|<br/><br/>\|{ 567a }\|
7034
7035 #580\|<br/><br/>\|{ 580a }\|
7036
7037 #581\|<br/><br/>\|{ 5633 }{ 581a }{ 581z }\|
7038
7039 #584\|<br/><br/>\|{ 5843 }{ 584a }{ 584b }\|
7040
7041 #585\|<br/><br/>\|{ 5853 }{ 585a }\|
7042
7043 #586\|<br/><br/>\|{ 5863 }{ 586a }\|
7044
7045 #020\|<br/><br/><label>ISBN: </label>\|{ 020a }{ 020c }\|
7046
7047 #022\|<br/><br/><label>ISSN: </label>\|{ 022a }\|
7048
7049 #222\| = \|{ 222a }{ 222b }\|
7050
7051 #210\| = \|{ 210a }{ 210b }\|
7052
7053 #024\|<br/><br/><label>Standard No.: </label>\|{ 024a }{ 024c }{ 024d }{
7054 0242 }\|
7055
7056 #027\|<br/><br/><label>Standard Tech. Report. No.: </label>\|{ 027a }\|
7057
7058 #028\|<br/><br/><label>Publisher. No.: </label>\|{ 028a }{ 028b }\|
7059
7060 #013\|<br/><br/><label>Patent No.: </label>\|{ 013a }{ 013b }{ 013c }{
7061 013d }{ 013e }{ 013f }\|
7062
7063 #030\|<br/><br/><label>CODEN: </label>\|{ 030a }\|
7064
7065 #037\|<br/><br/><label>Source: </label>\|{ 037a }{ 037b }{ 037c }{ 037f
7066 }{ 037g }{ 037n }\|
7067
7068 #010\|<br/><br/><label>LCCN: </label>\|{ 010a }\|
7069
7070 #015\|<br/><br/><label>Nat. Bib. No.: </label>\|{ 015a }{ 0152 }\|
7071
7072 #016\|<br/><br/><label>Nat. Bib. Agency Control No.: </label>\|{ 016a }{
7073 0162 }\|
7074
7075 #600\|<br/><br/><label>Subjects--Personal Names: </label>\|{\\n6003
7076 }{\\n600a}{ 600b }{ 600c }{ 600d }{ 600e }{ 600f }{ 600g }{ 600h
7077 }{--600k}{ 600l }{ 600m }{ 600n }{ 600o }{--600p}{ 600r }{ 600s }{ 600t
7078 }{ 600u }{--600x}{--600z}{--600y}{--600v}\|
7079
7080 #610\|<br/><br/><label>Subjects--Corporate Names: </label>\|{\\n6103
7081 }{\\n610a}{ 610b }{ 610c }{ 610d }{ 610e }{ 610f }{ 610g }{ 610h
7082 }{--610k}{ 610l }{ 610m }{ 610n }{ 610o }{--610p}{ 610r }{ 610s }{ 610t
7083 }{ 610u }{--610x}{--610z}{--610y}{--610v}\|
7084
7085 #611\|<br/><br/><label>Subjects--Meeting Names: </label>\|{\\n6113
7086 }{\\n611a}{ 611b }{ 611c }{ 611d }{ 611e }{ 611f }{ 611g }{ 611h
7087 }{--611k}{ 611l }{ 611m }{ 611n }{ 611o }{--611p}{ 611r }{ 611s }{ 611t
7088 }{ 611u }{--611x}{--611z}{--611y}{--611v}\|
7089
7090 #630\|<br/><br/><label>Subjects--Uniform Titles: </label>\|{\\n630a}{
7091 630b }{ 630c }{ 630d }{ 630e }{ 630f }{ 630g }{ 630h }{--630k }{ 630l }{
7092 630m }{ 630n }{ 630o }{--630p}{ 630r }{ 630s }{ 630t
7093 }{--630x}{--630z}{--630y}{--630v}\|
7094
7095 #648\|<br/><br/><label>Subjects--Chronological Terms: </label>\|{\\n6483
7096 }{\\n648a }{--648x}{--648z}{--648y}{--648v}\|
7097 #650\|<br/><br/><label>Subjects--Topical Terms: </label>\|{\\n6503
7098 }{\\n650a}{ 650b }{ 650c }{ 650d }{ 650e
7099 }{--650x}{--650z}{--650y}{--650v}\|
7100
7101 #651\|<br/><br/><label>Subjects--Geographic Terms: </label>\|{\\n6513
7102 }{\\n651a}{ 651b }{ 651c }{ 651d }{ 651e
7103 }{--651x}{--651z}{--651y}{--651v}\|
7104
7105 #653\|<br/><br/><label>Subjects--Index Terms: </label>\|{ 653a }\|
7106
7107 #654\|<br/><br/><label>Subjects--Facted Index Terms: </label>\|{\\n6543
7108 }{\\n654a}{--654b}{--654x}{--654z}{--654y}{--654v}\|
7109
7110 #655\|<br/><br/><label>Index Terms--Genre/Form: </label>\|{\\n6553
7111 }{\\n655a}{--655b}{--655x }{--655z}{--655y}{--655v}\|
7112
7113 #656\|<br/><br/><label>Index Terms--Occupation: </label>\|{\\n6563
7114 }{\\n656a}{--656k}{--656x}{--656z}{--656y}{--656v}\|
7115
7116 #657\|<br/><br/><label>Index Terms--Function: </label>\|{\\n6573
7117 }{\\n657a}{--657x}{--657z}{--657y}{--657v}\|
7118
7119 #658\|<br/><br/><label>Index Terms--Curriculum Objective:
7120 </label>\|{\\n658a}{--658b}{--658c}{--658d}{--658v}\|
7121
7122 #050\|<br/><br/><label>LC Class. No.: </label>\|{ 050a }{ / 050b }\|
7123
7124 #082\|<br/><br/><label>Dewey Class. No.: </label>\|{ 082a }{ / 082b }\|
7125
7126 #080\|<br/><br/><label>Universal Decimal Class. No.: </label>\|{ 080a }{
7127 080x }{ / 080b }\|
7128
7129 #070\|<br/><br/><label>National Agricultural Library Call No.:
7130 </label>\|{ 070a }{ / 070b }\|
7131
7132 #060\|<br/><br/><label>National Library of Medicine Call No.:
7133 </label>\|{ 060a }{ / 060b }\|
7134
7135 #074\|<br/><br/><label>GPO Item No.: </label>\|{ 074a }\|
7136
7137 #086\|<br/><br/><label>Gov. Doc. Class. No.: </label>\|{ 086a }\|
7138
7139 #088\|<br/><br/><label>Report. No.: </label>\|{ 088a }\|
7140
7141 Configuring Receipt Printers
7142 ============================
7143
7144 The following instructions are for specific receipt printers, but can
7145 probably be used to help with setup of other brands as well.
7146
7147 `For Epson TM-T88III (3) & TM-T88IV (4) Printers <#epsonprinters>`__
7148 --------------------------------------------------------------------
7149
7150 `In the Print Driver <#epsonprintdriver>`__
7151 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7152
7153 For these instructions, we are using version 5,0,3,0 of the Epson
7154 TM-T88III print driver; the EPSON TM-T88IV version is ReceiptE4.
7155 Register at the `EpsonExpert Technical Resource Center
7156 website <https://www.epsonexpert.com/login>`__ to gain access to the
7157 drivers; go to Technical Resources, then choose the printer model from
7158 the Printers drop-down list.
7159
7160 Click Start > Printers and Faxes > Right click the receipt printer >
7161 Properties:
7162
7163 -  Advanced Tab, click Printing Defaults button
7164
7165 -  Layout Tab: Paper size: Roll Paper 80 x 297mm
7166
7167 -  TM-T88III: Layout Tab: Check Reduce Printing and Fit to Printable
7168    Width
7169
7170 -  TM-T88IV: Check Reduced Size Print; Click OK on the popup window that
7171    appears. Fit to Printable Width should be automatically selected.
7172
7173 -  OK your way out of there.
7174
7175 `In Firefox <#epsonfirefox>`__
7176 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7177
7178 Under File > Page Setup:
7179
7180 -  Shrink to fit page on Format & Options tab
7181
7182 -  0,0,0,0 for Margins on Margins & Header/Footer Tab. This makes the
7183    receipts use all available space on the paper roll.
7184
7185 -  Set all Headers/Footers to -blank-. This removes all of the gunk you
7186    might normally find on a print from Firefox, such as the URL, number
7187    of pages, etc.
7188
7189 -  Click OK
7190
7191 Set the default printer settings in Firefox so you don't see a "Print"
7192 dialog:
7193
7194 -  Go to File > Print
7195
7196 -  Set the Printer to the receipt printer.
7197
7198 -  Click the Advanced (or Properties) button
7199
7200 -  Layout Tab: Paper size: Roll Paper 80 x 297mm
7201
7202 -  TM-T88III: Layout Tab: Check Reduce Printing and Fit to Printable
7203    Width
7204
7205 -  TM-T88IV: Check Reduced Size Print; click OK on the popup window that
7206    appears. Fit to Printable Width should be automatically selected.
7207
7208 -  OK your way out, go ahead and print whatever page you are on.
7209
7210 -  Type about:config, in the address bar. Click "I'll be careful, I
7211    promise!" on the warning message.
7212
7213 -  Type, print.always in Filter.
7214
7215 -  Look for print.always\_print\_silent.
7216
7217    -  If the preference is there then set the value to true.
7218
7219 -  If the preference is not there (and it shouldn't be in most browsers)
7220    you have to add the preference.
7221
7222    -  Right click the preference area and select New > Boolean
7223
7224    -  Type print.always\_print\_silent in the dialog box and set the
7225       value to True. This sets the print settings in Firefox to always
7226       use the same settings and print without showing a dialog box.
7227
7228     **Warning**
7229
7230     Setting the print.always\_print\_silent setting in about:config
7231     DISABLES the ability to choose a printer in Firefox.
7232
7233 `For Epson TM-T88II (2) Printers <#epson2>`__
7234 ---------------------------------------------
7235
7236 Register at the `EpsonExpert Technical Resource Center
7237 website <https://www.epsonexpert.com/login>`__ to gain access to the
7238 drivers; go to Technical Resources, then choose the printer model from
7239 the Printers drop-down list.
7240
7241 `In Firefox <#epson2firefox>`__
7242 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7243
7244 Under File > Page Setup:
7245
7246 -  Shrink to fit page on Format & Options tab
7247
7248 -  0,0,0,0 for Margins on Margins & Header/Footer Tab. This makes the
7249    receipts use all available space on the paper roll.
7250
7251 -  Set all Headers/Footers to -blank-. This removes all of the gunk you
7252    might normally find on a print from Firefox, such as the URL, number
7253    of pages, etc.
7254
7255 -  Click OK
7256
7257 Set the default printer settings in Firefox so you don't see a "Print"
7258 dialog:
7259
7260 -  Go to File > Print
7261
7262 -  Set the Printer to the receipt printer.
7263
7264 -  Print whatever page you are on.
7265
7266 -  Type about:config, in the address bar. Click "I'll be careful, I
7267    promise!" on the warning message.
7268
7269 -  Type, print.always in Filter.
7270
7271 -  Look for, print.always\_print\_silent.
7272
7273    -  If the preference is there then set the value to true.
7274
7275 -  If the preference is not there (and it shouldn't be in most browsers)
7276    you have to add the preference.
7277
7278    -  Right click the preference area and select New > Boolean
7279
7280    -  Type, print.always\_print\_silent in the dialog box and set the
7281       value to True. This sets the print settings in Firefox to always
7282       use the same settings and print without showing a dialog box.
7283
7284     **Warning**
7285
7286     Setting the print.always\_print\_silent setting in about:config
7287     DISABLES the ability to choose a printer in Firefox.
7288
7289 `For Star SP542 Printers <#starprinter>`__
7290 ------------------------------------------
7291
7292 `Installing the Printer <#installstarprinter>`__
7293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7294
7295 While the following comments are based on the Star SP542 receipt
7296 printer, they probably apply to all printers in the SP5xx series.
7297
7298 The Star SP542 receipt printer works well with Koha and **Firefox on
7299 Windows XP SP3**. This printer, with either the parallel or USB
7300 interface, is fairly easy to install and configure. You will need the
7301 following executable file which is available from numerous places on the
7302 Internet:
7303
7304 linemode\_2k-xp\_20030205.exe
7305
7306 This executable actually does all of the installation; you will not need
7307 to use the Microsoft Windows "Add Printer" program. We recommend that
7308 when installing, the option for the software monitor not be selected; we
7309 have experienced significant pauses and delays in printing with it.
7310 Instead, simply choose to install the receipt printer without the
7311 monitor.
7312
7313 Additionally, the install program may not put the printer on the correct
7314 port, especially if using the USB interface. This is easily corrected by
7315 going to "Start -> Printers and Faxes -> Properties for the SP542
7316 printer -> Ports", then check the appropriate port.
7317
7318 A reboot may be required, even if not indicated by the installation
7319 software or the operating system.
7320
7321 **Windows 7** users should refer to this page:
7322 http://www.starmicronics.com/supports/win7.aspx.
7323
7324 `Configuring Firefox to Print to Receipt Printer <#firefoxreceipt>`__
7325 ---------------------------------------------------------------------
7326
7327 -  Open File > Page Setup
7328
7329 -  Make all the headers and footers blank
7330
7331 -  Set the margins to 0 (zero)
7332
7333 -  In the address bar of Firefox, type about:config
7334
7335 -  Search for print.always\_print\_silent and double click it
7336
7337 -  Change it from false to true
7338
7339    -  This lets you skip the Print pop up box that comes up, as well as
7340       skipping the step where you have to click OK, automatically
7341       printing the right sized slip.
7342
7343 -  If print.always\_print\_silent does not come up
7344
7345    -  Right click on a blank area of the preference window
7346
7347    -  Select new > Boolean
7348
7349    -  Enter "print.always\_print\_silent" as the name (without quotes)
7350
7351    -  Click OK
7352
7353    -  Select true for the value
7354
7355 -  You may also want to check what is listed for print.print\_printer
7356
7357    -  You may have to choose Generic/Text Only (or whatever your receipt
7358       printer might be named)
7359
7360 Notice & Slips Guides
7361 =====================
7362
7363 `Field Guide for Notices & Slips <#noticesfieldguide>`__
7364 --------------------------------------------------------
7365
7366 This guide will break down the notices and slips information in 3 ways.
7367 First it will tell you what file generates the notice, then how you will
7368 present the item info in that notice and finally if the notice can be
7369 branch specific or not.
7370
7371 +---------------------+----------------------------+---------------------------------------+--------------------------+
7372 | Letter Code         | Used In                    | Detail tag                            | Can be branch specific   |
7373 +=====================+============================+=======================================+==========================+
7374 | DUE                 | advance\_notices.pl        | <<items.content>>                     | No                       |
7375 +---------------------+----------------------------+---------------------------------------+--------------------------+
7376 | DUEDGST             | advance\_notices.pl        | <<items.content>>                     | No                       |
7377 +---------------------+----------------------------+---------------------------------------+--------------------------+
7378 | PREDUE              | advance\_notices.pl        | <<items.content>>                     | No                       |
7379 +---------------------+----------------------------+---------------------------------------+--------------------------+
7380 | PREDUEDGST          | advance\_notices.pl        | <<items.content>>                     | No                       |
7381 +---------------------+----------------------------+---------------------------------------+--------------------------+
7382 | ODUE\*              | overdue\_notices.pl        | <<items.content>> or <item> </item>   | Yes                      |
7383 +---------------------+----------------------------+---------------------------------------+--------------------------+
7384 | CHECKOUT            | C4/Circulation.pm          | N/A                                   | Yes                      |
7385 +---------------------+----------------------------+---------------------------------------+--------------------------+
7386 | RENEWAL             | C4/Circulation.pm          | N/A                                   | Yes                      |
7387 +---------------------+----------------------------+---------------------------------------+--------------------------+
7388 | TRANSFERSLIP        | C4/Circulation.pm          | N/A                                   | Yes                      |
7389 +---------------------+----------------------------+---------------------------------------+--------------------------+
7390 | ISSUESLIP           | C4/Members.pm              | <checkedout> </checkedout>            | Yes                      |
7391 |                     |                            |                                       |                          |
7392 |                     |                            | <overdue> </overdue>                  |                          |
7393 |                     |                            |                                       |                          |
7394 |                     |                            | <news> </news>                        |                          |
7395 +---------------------+----------------------------+---------------------------------------+--------------------------+
7396 | ISSUEQSLIP          | C4/Members.pm              | <checkedout> </checkedout>            | Yes                      |
7397 +---------------------+----------------------------+---------------------------------------+--------------------------+
7398 | HOLDPLACED          | C4/Reserves.pm             | N/A                                   | Yes                      |
7399 +---------------------+----------------------------+---------------------------------------+--------------------------+
7400 | RESERVESLIP         | C4/Reserves.pm             | N/A                                   | Yes                      |
7401 +---------------------+----------------------------+---------------------------------------+--------------------------+
7402 | ASKED               | C4/Suggestions.pm          | N/A                                   | Yes                      |
7403 +---------------------+----------------------------+---------------------------------------+--------------------------+
7404 | CHECKED             | C4/Suggestions.pm          | N/A                                   | Yes                      |
7405 +---------------------+----------------------------+---------------------------------------+--------------------------+
7406 | ACCEPTED            | C4/Suggestions.pm          | N/A                                   | Yes                      |
7407 +---------------------+----------------------------+---------------------------------------+--------------------------+
7408 | REJECTED            | C4/Suggestions.pm          | N/A                                   | Yes                      |
7409 +---------------------+----------------------------+---------------------------------------+--------------------------+
7410 | OPAC\_REG\_VERIFY   | opac/opac-memberentry.pl   | N/A                                   | No                       |
7411 +---------------------+----------------------------+---------------------------------------+--------------------------+
7412
7413 Example Notice
7414 ==============
7415
7416 Nicole Engard
7417
7418 410 Library Rd.
7419
7420 Philadelphia, PA 19107
7421
7422 Dear Nicole Engard (23529000035726),
7423
7424 According to our records, at the time of this notice, you have items
7425 that are overdue. Please return or renew them as soon as possible to
7426 avoid increasing late fines.
7427
7428 If you have registered a password with the library, you may use it with
7429 your library card number to renew online.
7430
7431 If you believe you have returned the items below please call at and
7432 library staff will be happy to help resolve the issue.
7433
7434 The following item(s) are currently overdue:
7435
7436 07/08/2008 Creating drug-free schools and communities : 502326000054
7437 Fox, C. Lynn.
7438
7439 06/27/2008 Eating fractions / 502326000022 McMillan, Bruce.
7440
7441 Sincerely, Library Staff
7442
7443 Sample Serials
7444 ==============
7445
7446 `Reader's Digest (0034-0375) <#readersdigestsample>`__
7447 ------------------------------------------------------
7448
7449 -  Published 12 times a year (monthly)
7450
7451 -  The Volume number changes every 6 months and the numbers continues on
7452    (requires an advanced pattern).
7453
7454    Sample Reader's Digest Subscription
7455    |image1069|
7456
7457 `People Weekly (1076-0091) <#peoplesample>`__
7458 ---------------------------------------------
7459
7460 -  Published weekly
7461
7462    -  The website says "on Saturday except the first week of August,
7463       Thanksgiving week, the first and last weeks of the year" but this
7464       does not match the pattern for 2007 or 2008
7465
7466 -  In the Jul-Dec there are 26 issues
7467
7468 -  In the Jan-Jun there are 25 issues (no issue for the first week of
7469    January)
7470
7471 Since the irregularity on the first # 26 does not skip a week, this
7472 would be set up as to roll over on issue 25. The 26th issue in the
7473 second half of the year would have to be received as a supplemental.
7474
7475 The irregularity check will complain that 52 issues were expected, but
7476 25 entered. The current irregularity check can only check that the first
7477 position of the numbering pattern matches the expected issue count of
7478 the periodicity. But we do need to trigger the rollover on the volume,
7479 so we need to define the last two weeks of the year as irregularities.
7480 So we receive 50 issues the first 50 weeks, then one supplemental issue
7481 in week 51, which we have to define the enumeration for, then the next
7482 predicted issue will be the following year's first week.
7483
7484 `Et-Mol <#hebrewserialsample>`__
7485 --------------------------------
7486
7487 This journal is published with the following rules:
7488
7489 -  6 issues a year (every 2 months)
7490
7491 -  year changes every 6 issues
7492
7493 -  we start in 2011
7494
7495 -  the issue number goes up indefinitely
7496
7497 -  starting from issue 215
7498
7499 The planning would look like this:
7500
7501 Sample for this Hebrew Journal
7502 |image1070|
7503
7504 `Backpacker (0277-867X) <#backpackerserial>`__
7505 ----------------------------------------------
7506
7507 Published 9 times a year irregularly. The issues continues while the
7508 volume and number rolls over every 9 issues. If you're holding Volume
7509 41, Number 3, Issue 302 in your hand the prediction would look like
7510 this:
7511
7512 Backpacker numbering pattern
7513 |image1071|
7514
7515 And the received issues would number like this:
7516
7517 v. 41, no. 3, iss. 302  
7518
7519 v. 41, no. 4, iss. 303
7520
7521 v. 41, no. 5, iss. 304
7522
7523 v. 41, no. 6, iss. 305
7524
7525 v. 41, no. 7, iss. 306
7526
7527 v. 41, no. 8, iss. 307
7528
7529 v. 41, no. 9, iss. 308
7530
7531 v. 42, no. 1, iss. 309
7532
7533 v. 42, no. 2, iss. 310
7534
7535 v. 42, no. 3, iss. 311
7536
7537 v. 42, no. 4, iss. 312
7538
7539 `Keats-Shelley Journal (0453-4387) <#keatsserial>`__
7540 ----------------------------------------------------
7541
7542 This journal is published once per year in July.  The numbering follows
7543 this pattern:  
7544
7545 -  Vol. 61 2013
7546
7547 -  Vol. 62 2014
7548
7549 -  Vol. 63 2015
7550
7551 Setup should look like this (if you're starting in July 2014):
7552
7553 Serial planning
7554 |image1072|
7555
7556 `Computers in Libraries (1041-7915) <#cilserial>`__
7557 ---------------------------------------------------
7558
7559 Computers in Libraries is published ten times per year (monthly with
7560 January/February and July/August combined issues).
7561
7562 Subscription details
7563 |image1073|
7564
7565 Serial Planning
7566 |image1074|
7567
7568 Received details
7569 |image1075|
7570
7571 Sample List & Cart Emails
7572 =========================
7573
7574 `Example Email from List <#examplelistemail>`__
7575 -----------------------------------------------
7576
7577 Below is an example of an email from a list in Koha.
7578
7579 ::
7580
7581     Hi,
7582
7583     Here is your list called If You Like Jodi Picoult, sent from our online catalog.
7584
7585     Please note that the attached file is a MARC bibliographic records file
7586     which can be imported into a Personal Bibliographic Software like EndNote,
7587     Reference Manager or ProCite.
7588     ---------------------------------------------
7589
7590     Home safe : a novel /
7591
7592     by Berg, Elizabeth.
7593
7594     Published by: Random House,, 260 p. ;, 25 cm.
7595     Copyright year: 2009
7596     LCCN:   2008049247
7597     In the online catalog:
7598         http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12113
7599     Items :
7600         North Branch FIC (FIC Ber) TVSN500088894O
7601         Main Library FIC (FIC Boh) TVSN5000921548
7602         South Branch FIC (FIC Boh) TVSN500092156A
7603         West Branch FIC (FIC Boh) TVSN5000921559
7604
7605     ---------------------------------------------
7606
7607     Half a heart /
7608
7609     by Brown, Rosellen.
7610
7611     Published by: Farrar, Straus, and Giroux,, 402 p. ;, 24 cm.
7612     Copyright year: 2000
7613     LCCN:    00022926
7614     In the online catalog:
7615         http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=12501
7616     Items :
7617         East Branch  (813/.54)
7618         South Branch FIC (FIC Bro) TVSN5000451333
7619
7620 `Example Email from Cart <#examplecartemail>`__
7621 -----------------------------------------------
7622
7623 Below is a sample of what an email from the Cart in Koha will look like:
7624
7625 ::
7626
7627     Hi,
7628
7629        Joaquin D'Planque sent you a cart from our online catalog.
7630
7631        Please note that the attached file is a MARC bibliographic records
7632        file which can be imported into personal bibliographic software like
7633        EndNote, Reference Manager or ProCite.
7634
7635        ---------------------------------------------------------------------
7636
7637
7638          1.  Book /
7639            Author(s): Brookfield, Karen. ;
7640            Published by: Knopf : | Distributed by Random House, , 63 p. : ,
7641            29 cm.
7642            Copyright year: 1993
7643            Notes : Includes index.
7644            LCCN: 93018833 /AC
7645
7646            In online catalog:
7647            http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=31644
7648
7649            Items:
7650
7651              *  East Branch (JNF 002 Bro) TVSN500017618A
7652
7653            -----------------------------------------------------------------
7654
7655          2.  The 1965 World book year book :
7656
7657            Published by: Field Enterprises Educational Corp., , 628 p. : , 26
7658            cm.
7659            Copyright year: 1965
7660            Notes : Includes index. | Spine title: Year book, 1965. | Cover
7661            title: The World book year book, 1965.
7662            URL:
7663            http://www.archive.org/details/1965worldbookyea00chic%20%7C%20http://www.openlibrary.org/books/OL24199089M
7664
7665            In online catalog:
7666            http://MYCATALOG/cgi-bin/koha/opac-detail.pl?biblionumber=88666
7667
7668            -----------------------------------------------------------------
7669
7670 Using Koha as a Content Management System (CMS)
7671 ===============================================
7672
7673 `Setup <#kohacmssetup>`__
7674 -------------------------
7675
7676 These are instructions for taking a default install of Koha and allowing
7677 it to function as a little content management system. This will allow a
7678 library to publish an arbitrary number of pages based on a template.
7679 This example uses the template for the main opac page, but you could
7680 just as well use any template you wish with a bit more editing. This may
7681 be appropriate if you have a small library, want to allow librarians to
7682 easily add pages, and do not want to support a complete CMS.
7683
7684 -  Copy /usr/share/koha/opac/cgi-bin/opac/opac-main.pl to
7685    /usr/share/koha/opac/cgi-bin/opac/pages.pl (in the same directory)
7686
7687 -  Edit pages.pl in an editor
7688
7689 -  At approximately line 33 change this code:
7690
7691    ::
7692
7693        template_name  => "opac-main.tmpl",
7694
7695 -  To this code:
7696
7697    ::
7698
7699        template_name  => "pages.tmpl",
7700
7701 -  At approximately line 62 after this code:
7702
7703    ::
7704
7705        $template->param(
7706                   koha_news       => $all_koha_news,
7707                   koha_news_count => $koha_news_count,
7708                   display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
7709                   daily_quote         => $quote,
7710                   );
7711
7712 -  Add these lines:
7713
7714    ::
7715
7716                my $page = "page_" . $input->param('p');          # go for "p" value in URL and do the concatenation
7717                my $preference = C4::Context->preference($page);  # Go for preference
7718                $template->{VARS}->{'page_test'} = $preference;   # pass variable to template pages.tt
7719
7720 -  Note pages.pl file must have Webserver user execution permissions,
7721    you can use `chmod <http://en.wikipedia.org/wiki/Chmod>`__ command if
7722    you are actually logged in as such user:
7723
7724    ::
7725
7726                $chmod 755 pages.pl
7727
7728 -  In the browser go to Home > Administration > System Preferences >
7729    Local Use and add a New Preference called "page\_test"
7730
7731 -  Fill it out as so
7732
7733    -  Explanation: test page for pages tiny cms
7734
7735    -  Variable: page\_test
7736
7737    -  Value: Lorem ipsum
7738
7739    -  Click the TextArea link (or enter "TextArea" into the input field
7740       below it)
7741
7742    -  variable options (last field): 80\|50
7743
7744 -  In a browser go to http://youraddress/cgi-bin/koha/pages.pl?p=test
7745    The page should come up with the words "Lorem ipsum" in the main
7746    content area of the page. (replace "youraddress" with localhost,
7747    127.0.0.1, or your domain name depending on how you have Apache set
7748    up.)
7749
7750 -  To add more pages simply create a system preference where the title
7751    begins with "page\_" followed by any arbitrary letters. You can add
7752    any markup you want as the value of the field. Reference the new page
7753    by changing the value of the "p" parameter in the URL.
7754
7755 To learn more visit the Koha wiki page on this topic:
7756 http://wiki.koha-community.org/wiki/Koha_as_a_CMS
7757
7758 `Editing the pages template <#kohacmstmpl>`__
7759 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7760
7761 The file to create / edit for the pages template will depend on your
7762 `opacthemes <#opacthemes>`__ system preference setting
7763
7764 `Editing 'bootstrap' theme template (current) <#kohacmstmplboot>`__
7765 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7766
7767 -  Copy
7768    /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-main.tt
7769    to
7770    /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt
7771
7772 -  Edit
7773    /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/pages.tt
7774
7775 -  At approximately line 61, change this:
7776
7777    ::
7778
7779                [% IF ( OpacMainUserBlock ) %]<div id="opacmainuserblock">[% OpacMainUserBlock %]</div>[% END %]
7780
7781 -  To this:
7782
7783    ::
7784
7785                [% IF ( page_test ) %]<div id="opacmainuserblock">[% page_test %]</div>[% END %]
7786
7787 Remark: You may wish to disable your News block of these CMS style pages
7788 e.g. when you do not want it displayed on the CMS style pages or where
7789 the News block is long enough that it actually makes the 'page\_test'
7790 include scroll outside the default viewport dimensions. In that case,
7791 remove the following code from your pages.tt template.
7792
7793 ::
7794
7795                       [% IF ( koha_news_count ) %]
7796                           <div id="news">
7797                           <table class="table table-bordered">
7798                           [% FOREACH koha_new IN koha_news %]
7799                             <thead><tr><th>[% koha_new.title %]</th></tr></thead>
7800                             <tbody><tr><td><p>[% koha_new.new %]</p>
7801                             <p class="newsfooter"><i>(published on [% koha_new.newdate %])</i></p></td></tr></tbody>
7802                           [% END %]
7803                           </table>
7804                           </div>
7805                          [% END %]
7806
7807
7808 `Troubleshooting <#kohacmstrouble>`__
7809 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7810
7811 If you have problems check file permissions on pages.pl and pages.tmpl.
7812 They should have the same user and group as other Koha files like
7813 opac-main.pl.
7814
7815 `Bonus Points <#kohacmsbonus>`__
7816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7817
7818 Instead of using the address
7819 http://youraddress/cgi-bin/koha/pages.pl?p=test you can shorten it to
7820 http://youraddress/pages.pl?p=test Just open up
7821 /etc/koha/koha-httpd.conf and add the follow at about line 13:
7822
7823 ::
7824
7825     ScriptAlias /pages.pl "/usr/share/koha/opac/cgi-bin/opac/pages.pl"
7826
7827 Then restart Apache.
7828
7829 `Usage <#kohacmsusage>`__
7830 -------------------------
7831
7832 After setting up Koha as a CMS you can create new pages following these
7833 instructions:
7834
7835 `Adding Pages <#kohacmspages>`__
7836 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7837
7838 To add a new page you need to add a system preference under Local Use.
7839
7840 -  Get there: More > Administration > Global System Preferences > Local
7841    Use
7842
7843 -  Click 'New Preference'
7844
7845 -  Enter in a description in the Explanation field
7846
7847 -  Enter a value that starts with 'page\_' in the Variable field
7848
7849 -  Enter starting HTML in the Value field
7850
7851    Add a new preference
7852    |image1076|
7853
7854 -  Set the Variable Type to Textarea
7855
7856 -  Set the Variable options to something like 20\|20 for 20 rows and 20
7857    columns
7858
7859    Settings for the new preference
7860    |image1077|
7861
7862 `Viewing your page <#kohacmsview>`__
7863 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7864
7865 You can view your new page at
7866 http://YOUR-OPAC/cgi-bin/koha/pages.pl?p=PAGENAME where PAGENAME is the
7867 part you entered after 'page\_' in the Variable field.
7868
7869 `Example <#kohacmsexpage>`__
7870 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7871
7872 This process can be used to create recommended reading lists within
7873 Koha. So once the code changes have been made per the instructions on
7874 'Koha as a CMS' you go through the 'Adding a New Page' instructions
7875 above to great a page for 'Recommended Reading Lists'
7876
7877 Create page by modifying a system preference
7878 |image1078|
7879
7880 Next we need to create pages for our various classes (or categories). To
7881 do this, return to the 'Adding a New Page' section and create a
7882 preference for the first class.
7883
7884 Add a new sys pref for another page
7885 |image1079|
7886
7887 Next you'll want to link your first page to your new second page, go to
7888 the page\_recommend preference and click 'Edit.' Now you want to edit
7889 the HTML to include a link to your newest page:
7890
7891 Edit original preference to add new page
7892 |image1080|
7893
7894 `Live Examples <#examplecms>`__
7895 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7896
7897 -  The Crawford Library at Dallas Christian College is using this method
7898    for their recommended reading lists: http://opac.dallas.edu/
7899
7900 Resetting the Koha Database
7901 ===========================
7902
7903 These notes on how to reset the database for Koha were derived from the
7904 following email thread:
7905 http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html
7906 and http://lists.katipo.co.nz/public/koha/2014-June/039701.html
7907
7908 Resetting the database may be useful if you install Koha with the sample
7909 data, and then wish to use real data without reinstalling the software.
7910
7911 `Delete sample data from Tables <#deletetables>`__
7912 --------------------------------------------------
7913
7914 Use your preferred MySQL client to
7915 `delete <http://dev.mysql.com/doc/refman/5.5/en/delete.html>`__ the
7916 following tables:
7917
7918 -  bibio
7919
7920 -  biblioitems
7921
7922 -  items
7923
7924 -  auth\_header
7925
7926 -  sessions
7927
7928 -  zebraqueue
7929
7930 You may need to disable foreign key checks to delete data from same
7931 tables. For instructions follow this thread:
7932 https://lists.katipo.co.nz/pipermail/koha/2013-July/036853.html.
7933
7934 `Reset the Zebra Index <#resetzebra>`__
7935 ---------------------------------------
7936
7937 Run the following commands to reset the authorities and biblios Zebra
7938 indices.
7939
7940 ::
7941
7942     $ zebraidx -c /etc/koha/zebradb/zebra-authorities-dom.cfg -g iso2709 -d authorities init
7943     $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init
7944
7945 If you are running a package install then you'll want to run the
7946 following commands to reset the authorities and biblios Zebra indices
7947 instead:
7948
7949 ::
7950
7951     $ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-authorities-dom.cfg  -g iso2709 -d authorities init
7952     $ sudo zebraidx -c /etc/koha/sites/YOURLIBRARY/zebra-biblios.cfg  -g iso2709 -d biblios init
7953
7954 Replacing YOURLIBRARY with your Koha installation name.
7955
7956 Important Links
7957 ===============
7958
7959 `Koha Related <#koharelatedlinks>`__
7960 ------------------------------------
7961
7962 -  Report Koha Bugs - http://bugs.koha-community.org
7963
7964 -  Koha Versioning Control - http://git.koha-community.org/
7965
7966 -  Database Structure - http://schema.koha-community.org
7967
7968 -  Koha Community Statistics - http://hea.koha-community.org
7969
7970 -  Koha as a CMS - http://wiki.koha-community.org/wiki/Koha_as_a_CMS
7971
7972 -  Kyles's Koha Tools - http://kylehall.info/index.php/projects/koha/
7973
7974 -  Koha Bibliography - http://www.zotero.org/groups/koha
7975
7976 -  Koha Shared Links - http://groups.diigo.com/group/everything-koha
7977
7978 `Circulation Related <#circrelatedlinks>`__
7979 -------------------------------------------
7980
7981 -  Koha Desktop Offline Circulation:
7982    https://github.com/bywatersolutions/koha-offline-circulation/releases
7983
7984 -  Koha Firefox Offline Circulation:
7985    https://addons.mozilla.org/en-US/firefox/addon/koct/
7986
7987 `Cataloging Related <#catalogrelatedlinks>`__
7988 ---------------------------------------------
7989
7990 -  Koha MARC Tutorials - http://www.pakban.net/brooke/
7991
7992 -  IRSpy Open Z39.50 Server Search - http://irspy.indexdata.com/
7993
7994 -  Z39.50 Server List -
7995    http://staff.library.mun.ca/staff/toolbox/z3950hosts.htm
7996
7997 -  Open Koha Z39.50 Targets -
7998    http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources
7999
8000 -  Library of Congress Authorities - http://authorities.loc.gov/
8001
8002 -  MARC Country Codes - http://www.loc.gov/marc/countries/
8003
8004 -  Search the MARC Code List for Organizations -
8005    http://www.loc.gov/marc/organizations/org-search.php
8006
8007 -  Search for Canadian MARC Codes -
8008    http://www.collectionscanada.gc.ca/illcandir-bin/illsear/l=0/c=1
8009
8010 -  Z39.50 Bib-1 Attribute -
8011    http://www.loc.gov/z3950/agency/defns/bib1.html
8012
8013 `Enhanced Content Related <#enhancedcontentlinks>`__
8014 ----------------------------------------------------
8015
8016 -  Amazon Associates -
8017    `https://affiliate-program.amazon.com <https://affiliate-program.amazon.com/>`__
8018
8019 -  Amazon Web Services - http://aws.amazon.com
8020
8021 -  WorldCat Affiliate Tools -
8022    http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister
8023
8024 -  XISBN - http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp
8025
8026 -  LibraryThing for Libraries - http://www.librarything.com/forlibraries
8027
8028 `Design Related <#opaclinks>`__
8029 -------------------------------
8030
8031 -  JQuery Library - http://wiki.koha-community.org/wiki/JQuery_Library
8032
8033 -  HTML & CSS Library -
8034    http://wiki.koha-community.org/wiki/HTML_%26_CSS_Library
8035
8036 -  Owen Leonard's Koha Blog - http://www.myacpl.org/koha
8037
8038 `Reports Related <#reportlinks>`__
8039 ----------------------------------
8040
8041 -  SQL Reports Library -
8042    http://wiki.koha-community.org/wiki/SQL_Reports_Library
8043
8044 -  Database Schema - http://schema.koha-community.org
8045
8046 -  Sample reports from NEKLS -
8047    http://www.nexpresslibrary.org/training/reports-training/
8048
8049 `Installation Guides <#installlinks>`__
8050 ---------------------------------------
8051
8052 -  Installing Koha 3 on Ubuntu -
8053    http://www.blazingmoon.org/guides/k3-on-u810-1.html
8054
8055 -  Koha on Debian installation documentation -
8056    http://openlib.org/home/krichel/courses/lis508/doc/koha_installation_overview.html
8057
8058 -  Koha 3.2 on Debian Squeeze -
8059    http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze
8060
8061 `Misc <#misclinks>`__
8062 ---------------------
8063
8064 -  Zotero - http://zotero.org
8065
8066 -  SOPAC - `http://thesocialopac.net <http://thesocialopac.net/>`__
8067
8068 Koha XSLT Item Types
8069 ====================
8070
8071 When you have any of the XSLT system preferences
8072 (`OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__,
8073 `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__,
8074 `XSLTDetailsDisplay <#XSLTDetailsDisplay>`__, and/or
8075 `XSLTResultsDisplay <#XSLTResultsDisplay>`__) along with the
8076 `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ and
8077 `DisplayIconsXSLT <#DisplayIconsXSLT>`__ preferences turned on you will
8078 see item type icons on the related screen.
8079
8080     **Important**
8081
8082     These images are coming from values found in your leader, if your
8083     leader is not cataloged properly it might be best to turn off the
8084     `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ preference (which
8085     can be done while leaving the other XSLT preferences turned on).
8086
8087 Book image
8088 |image1081|
8089
8090 -  Book [BK]
8091
8092    -  leader6 = a (and one of the leader7 values below)
8093
8094       -  leader7 = a
8095
8096       -  leader7 = c
8097
8098       -  leader7 = d
8099
8100       -  leader7 = m
8101
8102    -  leader6 = t
8103
8104 Computer Image
8105 |image1082|
8106
8107 -  Computer File [CF]
8108
8109    -  leader6 = m
8110
8111 Continuing Resource Image
8112 |image1083|
8113
8114 -  Continuing Resource [CR]
8115
8116    -  leader7 = b
8117
8118    -  leader7 = i
8119
8120    -  leader7 = s
8121
8122 Map Image
8123 |image1084|
8124
8125 -  Map [MP]
8126
8127    -  leader6 = e
8128
8129    -  leader6 = f
8130
8131 Mixed Materials Image
8132 |image1085|
8133
8134 -  Mixed [MX]
8135
8136    -  leader6 = p
8137
8138 Sound Image
8139 |image1086|
8140
8141 -  Sound [MU]
8142
8143    -  leader6 = c
8144
8145    -  leader6 = d
8146
8147    -  leader6 = i
8148
8149    -  leader6 = j
8150
8151 Visual Material Image
8152 |image1087|
8153
8154 -  Visual Material [VM]
8155
8156    -  leader6 = g
8157
8158    -  leader6 = k
8159
8160    -  leader6 = r
8161
8162 Kit Image
8163 |image1088|
8164
8165 -  Kit
8166
8167    -  leader6 = o
8168
8169 MarcEdit
8170 ========
8171
8172 Many libraries like to use MarcEdit for modifications or data cleanup.
8173 If you'd like to do this you will need to download it at:
8174 http://marcedit.reeset.net/
8175
8176     **Important**
8177
8178     Many of the actions described in this chapter can be done in Koha
8179     using `Marc Modification Templates <#marcmodtemplates>`__, but this
8180     section is here for those who are used to MarcEdit.
8181
8182 `Adding a prefix to call numbers <#marceditprefix>`__
8183 -----------------------------------------------------
8184
8185 When bringing data into Koha, you may want to first clean it up. One
8186 common action among Koha users is to add a prefix to the call number.
8187
8188 -  Open MarcEdit
8189
8190    MarcEdit
8191    |image1089|
8192
8193 -  Click 'MarcEditor'
8194
8195 -  Go to Tools > Edit Subfield Data
8196
8197    Edit subfield data
8198    |image1090|
8199
8200 -  To prepend data the special character is: ^b  To simply prepend data
8201    to the beginning of a subfield, add ^b to the Field Data: textbox and
8202    the data to be appended in the Replace
8203
8204    Prepend data to a field
8205    |image1091|
8206
8207    -  To prepend data to the beginning of the subfield while replacing a
8208       text string, add ^b[string to replace] to the Field Data textbox
8209       and the data to be appended in the Replace With textbox.
8210
8211 `Importing Excel data into Koha <#marceditexcel>`__
8212 ---------------------------------------------------
8213
8214 Suppose you have records of your library in excel data sheet format and
8215 want them to import into Koha. But how will you do this? Koha will not
8216 let you import excel records directly. Well here is a very simple
8217 solution for you which will let you import your excel records in Koha
8218 easily. First, we will convert excel file into Marc file and then will
8219 import it into Koha.
8220
8221 Follow the given steps to import your excel records into Koha
8222
8223 `Converting from Excel format into .mrk format <#convertexcel>`__
8224 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8225
8226 First, we will convert excel format into .mrk format. For this we will
8227 use MarcEdit. You can download it from http://marcedit.reeset.net/
8228
8229 Now open it and select Add-ins-->Delimited Text Translator.
8230
8231 Delimited Text Translator
8232 |image1092|
8233
8234 Click Next when the following window appears.
8235
8236 Delimited Text Translator
8237 |image1093|
8238
8239 Browse for your excel file.
8240
8241 Delimited Text Translator
8242 |image1094|
8243
8244 Locate your excel file by choosing the format Excel File(\*.xls).
8245
8246 Delimited Text Translator
8247 |image1095|
8248
8249 Similarly, fill all the other entries such as Output File, Excel Sheet
8250 Name and check UTF-8 Encoded (if required) and Click Next.
8251
8252 Delimited Text Translator
8253 |image1096|
8254
8255 Now you will be prompted for mapping the fields to recognise the fields
8256 by standard marc format.
8257
8258 Suppose for Field 0 that is first column I entered Map to: 022$a( Valid
8259 ISSN for the continuing resource) and then click on Apply.
8260
8261 Delimited Text Translator
8262 |image1097|
8263
8264     **Note**
8265
8266     You can customize Indicators and all other things, for more
8267     information on marc21 format visit the `official library of congress
8268     site <http://www.loc.gov/marc/bibliographic/>`__.
8269
8270 Similarly map all other fields and then Click on Finish.
8271
8272 Delimited Text Translator
8273 |image1098|
8274
8275 And then a window will appear indicating that your Marc Text
8276 File(\*.mrk) has been created.
8277
8278 Delimited Text Translator
8279 |image1099|
8280
8281 Click Close and we have created a .mrk file from .xls file in this step.
8282 You can view the file by double clicking on it.
8283
8284 `Convert .mrk file to .mrc <#convertmrk>`__
8285 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8286
8287 We will convert .mrk file that we have created in the above step into
8288 raw Marc format that can be directly imported into Koha.
8289
8290 For this again open MarcEdit and Select MARC Tools.
8291
8292 MARC Tools
8293 |image1100|
8294
8295 Next Select MarcMaker to convert .mrk file into .mrc format.
8296
8297 MarcMaker
8298 |image1101|
8299
8300 Locate your input file and name your output file. Then Click Execute.
8301
8302 MarcMaker
8303 |image1102|
8304
8305 And it will show you the Result.
8306
8307 MarcMaker
8308 |image1103|
8309
8310 Click Close and now we have raw Marc records with us (.mrc file).
8311
8312 `Import .mrc into Koha <#importmrc>`__
8313 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8314
8315 More information on importing records into Koha can be found in the
8316 '`Stage MARC Records for Import <#stagemarc>`__' section of this manual.
8317
8318 Finally we will import above created .mrc file into Koha.
8319
8320 Click on Tools in your Koha staff client.
8321
8322 Koha Staff Client
8323 |image1104|
8324
8325 Next Click on Stage MARC Records for Import.
8326
8327 Stage MARC Records for Import
8328 |image1105|
8329
8330 After this, choose your previously created .mrc file and click on
8331 Upload.
8332
8333 Stage File
8334 |image1106|
8335
8336 You can also add comment about file and finally click on Stage For
8337 Import.
8338
8339 Stage for Import
8340 |image1107|
8341
8342 When the import is done, you will get a result something like this
8343
8344 Staged Records Summary
8345 |image1108|
8346
8347 Next, click on Manage staged records.
8348
8349 Here you can even change matching rules.
8350
8351 Manage Staged Records
8352 |image1109|
8353
8354 Click on Import this batch into catalog when you are done.
8355
8356 Thats it. After all the records get imported, check Status and it should
8357 read "imported"
8358
8359 Finalize Import
8360 |image1110|
8361
8362 You can even undo the Import operation.
8363
8364 And within few minutes, we have imported around 10,000 records in Koha
8365
8366 Talking Tech
8367 ============
8368
8369 Talking Tech I-tiva is a third party, proprietary, product that
8370 libraries can subscribe to. Learn more here:
8371 http://www.talkingtech.com/solutions/library.
8372
8373 `Installation and Setup Instructions <#talkingtechinstall>`__
8374 -------------------------------------------------------------
8375
8376 Be sure you've run
8377 installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
8378 to install the required data pack (new syspref, notice placeholders and
8379 messaging transport preferences)
8380
8381 To use,
8382 `TalkingTechItivaPhoneNotification <#TalkingTechItivaPhoneNotification>`__
8383 syspref must be turned on.
8384
8385 If you wish to process PREOVERDUE or RESERVES messages, you'll need the
8386 `EnhancedMessagingPreferences <#EnhancedMessagingPreferences>`__ system
8387 preference turned on, and patrons to have filled in a preference for
8388 receiving these notices by phone.
8389
8390 For OVERDUE messages, overdue notice triggers must be configured under
8391 Koha -> Tools -> `Overdue Notice Triggers <#noticetriggers>`__. Either
8392 branch-specific triggers or the default level triggers may be used
8393 (script will select whichever is appropriate).
8394
8395 `Sending Notices File <#talkingtechsend>`__
8396 -------------------------------------------
8397
8398 1. Add the `TalkingTech\_itiva\_outbound.pl <#talkingtechsendcron>`__
8399    script to your crontab
8400
8401 2. Add an FTP/SFTP or other transport method to send the output file to
8402    the I-tiva server
8403
8404 3. If you wish, archive the sent notices file in another directory after
8405    sending
8406
8407 Run TalkingTech\_itiva\_outbound.pl --help for more information
8408
8409 `Receiving Results File <#talkingtechreceive>`__
8410 ------------------------------------------------
8411
8412 1. Add an FTP/SFTP or other transport method to send the Results file to
8413    a known directory on your Koha server
8414
8415 2. Add the `TalkingTech\_itiva\_inbound.pl <#talkingtechreceivecron>`__
8416    script to your crontab, aimed at that directory
8417
8418 3. If you wish, archive the results file in another directory after
8419    processing
8420
8421 Run TalkingTech\_itiva\_inbound.pl --help for more information
8422
8423 OCLC Connexion Gateway
8424 ======================
8425
8426 Koha can be set to work with the OCLC Connextion Gateway. This allows
8427 libraries to use OCLC Connexion as their cataloging tool and simply send
8428 those records to Koha with a single click. The following instructions
8429 will help you set up the OCLC Connexion Gateway, if you have a system
8430 administrator you will want to consult with them on this process.
8431
8432 `Setting up OCLC service on Koha <#oclckohasetup>`__
8433 ----------------------------------------------------
8434
8435 First, you'll need to create a file somewhere on your system with
8436 configuration information.  You could put this anywhere that is visible
8437 to the account that will be running the service.
8438
8439 The file contains 11 lines. The first 6 will be about your Koha system:
8440
8441 ::
8442
8443     host: The IP address of your Koha server
8444     port: The port you want to use for the Connexion service. This port must be different from your SIP port, or any other service
8445     koha: The full URL of your staff client
8446     log: The location (full file specification) of your log for the service
8447     user: The default Koha username to use for importing
8448     password: The password that goes with that username
8449
8450 The remaining lines describe how to do the staging:
8451
8452 ::
8453
8454     match: The name of the matching rule from your system to use
8455     overlay_action: "replace", "create_new", or "ignore"-- what to do if there is a match
8456     nomatch_action: "create_new" or "ignore"-- what to do if there is no match
8457     item_action: "always_add","add_only_for_matches","add_only_for_new", or "ignore" -- what to do with embedded 952 item data
8458     import_mode: "direct" or "stage"
8459
8460 A sample file would look like this:
8461
8462 ::
8463
8464     host: 1.2.3.4
8465     port: 8000
8466     log: /home/koha/koha-dev/var/log/connexion.log
8467     koha: http://kohastaff.myuniversity.edu
8468     user: koha_generic_staff
8469     password: password
8470     match: 001
8471     overlay_action: replace
8472     nomatch_action: create_new
8473     item_action: ignore
8474     import_mode: direct
8475
8476 When choosing an 'import\_mode' if you use "direct" then the staged
8477 record will be immediately imported into Koha, and should be searchable
8478 after your indexes catch up.  If you choose "stage", then the record
8479 will be placed in a staged batch for you to later go the `Manage Staged
8480 MARC Records <#managestaged>`__ tool to finish the import.
8481
8482 If you import multiple records, they'll be in the same batch, until that
8483 batch is imported, then a new batch will be created.
8484
8485 In "direct" mode, each record will be in its' own batch.
8486
8487 To start the service, run the script:
8488
8489 ::
8490
8491     /location/of/connexion/import/daemon/connexion_import_daemon.pl -d -c /location/of/config/file.cnf
8492
8493 `Setting up your OCLC desktop client <#oclcdesktopsetup>`__
8494 -----------------------------------------------------------
8495
8496     **Note**
8497
8498     Screenshots are OCLC Connexion Client v.2.50, Koha v.3.12
8499
8500 To set up the OCLC Connexion desktop client to connect to Koha, go to
8501 Tools > Options, then choose the Export tab. Connexion Export Tab
8502
8503 -  Click the "Create..." button to set up a new destination, then choose
8504    "OCLC Gateway Export" and click OK.
8505
8506    -  Enter the following information:
8507
8508       -  "Host Name:" Your catalog’s appropriate IP address (from your
8509          `config file above <#oclckohasetup>`__)
8510
8511       -  "Port:" Your catalog's appropriate port number (from your
8512          `config file above <#oclckohasetup>`__)
8513
8514       -  "Login ID:" The cataloger's Koha login
8515
8516       -  "Password:" The cataloger's Koha password
8517
8518       -  "Notify Host Before Disconnect" = checked,
8519
8520       -  "Timeout" = 100, "Retries" = 3, "Delay" = 0 (zero),
8521
8522       -  "Send Local System Logon ID Password" = checked.
8523
8524    OCLC Gateway Export Settings
8525    |image1111|
8526
8527 -  Select "OK" when finished, and you should see your new "Gateway
8528    Export" option listed (The catalog's IP address and port are blacked
8529    out in the following screenshot)
8530
8531    Gateway Export Added
8532
8533 -  Click on "Record Characteristics" and make sure that the
8534    bibliographic records are using MARC21, UTF-8 Unicode, and click OK
8535    to save.
8536
8537    Record Characteristics
8538
8539 You should be ready to go!  To export a record from OCLC Connexion
8540 Client to Koha, just press F5 while the record is on-screen.  The export
8541 dialog will pop up, and you'll see Connexion attempting to talk to Koha.
8542  You should get a message that the record was added or overlaid,
8543 including its biblio number, and a URL that you can copy into your web
8544 browser to jump straight to the record.
8545
8546 `Using the OCLC Connexion Gateway <#oclcgateway>`__
8547 ---------------------------------------------------
8548
8549 Records can be exported from Connexion either in a batch or one by one.
8550
8551 `Exporting records one by one <#oclconeexport>`__
8552 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8553
8554 To export bibliographic records one by one, be sure your "Batch" options
8555 are correct: from the "Tools" menu, select "Options", and select the
8556 "Batch" tab. In the "Perform local actions in batch" area,
8557 "Bibliographic Record Export" should be uncheckedConnexion batch options
8558
8559 When ready to export, from the "Action" menu, select "Export" or use the
8560 F5 key. You will see a screen similar to the following if the import is
8561 successful and if the record is new to the Catalog; you may copy & paste
8562 the resulting URL into your Koha catalog to see the new record.Connexion
8563 Export
8564
8565 If the record was overlaid, you will see a message to that effect in the
8566 "OCLC Gateway Export Status" windowOverlay confirmation
8567
8568 `Exporting records in a batch <#oclcbatchexport>`__
8569 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8570
8571 To export bibliographic records in a batch, be sure your "Batch" options
8572 are correct: from the "Tools" menu, select "Options", and select the
8573 "Batch" tab. In the "Perform local actions in batch" area,
8574 "Bibliographic Record Export" should be checkedOCLC Batch Export Options
8575
8576 When a record is ready to export, from the "Action" menu, select
8577 "Export" or use the F5 key, and it’s export status will be "ready."
8578
8579 When ready to export the batch, from the "Batch" menu, select "Process
8580 batch" and check the appropriate "Path" and "Export" boxesBatch import
8581 process
8582
8583 The export will begin, and the bib records will be exported & imported
8584 into Koha one by one; you will see "OCLC Gateway Export Status" windows,
8585 as above, showing you the results of each export. That window will stay
8586 there until you select "Close," and then the next record’s export/import
8587 will begin. The process will continue until all records in the batch are
8588 completed. Then you may or may not see the Connexion Client export
8589 report (depending on your Client options for that).
8590
8591 `Items in OCLC <#oclcitems>`__
8592 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8593
8594 If you'd like to create your item records in OCLC you can do so by
8595 addding a 952 for each item to the bib record you're cataloging. The
8596 `Item/Holdings Cataloging Guide <#itemcatguide>`__ will break down what
8597 subfields you can use in the 952, but at the minimum you want to have
8598 subfield 2, a, b, and y on your items.
8599
8600 952
8601 \\\\$2CLASSIFICATION$aHOMEBRANCHCODE$bHOLDINGBRANCHCODE$yITEMTYPECODE
8602
8603 -  The subfield 2 holds the classification code. This can be ddc for
8604    Dewey or lcc for Library of Congress or z for Custom. Other
8605    classification sources can be found in the `Classification
8606    Sources <#classificationsources>`__ area in administration
8607
8608 -  Subfield a is your home library and needs to be the code for your
8609    home library, not the library name. You can find these codes in the
8610    `Libraries & Groups <#libsgroups>`__ administration area.
8611
8612 -  Subfield b is your holding library and needs to be the code for your
8613    holding library, not the library name. You can find these codes in
8614    the `Libraries & Groups <#libsgroups>`__ administration area.
8615
8616 -  Subfield y is your item type code. It needs to be the code, not the
8617    item type name. You can find these codes in the `Item
8618    Types <#itemtypeadmin>`__ administration area.
8619
8620 952 \\\\$2ddc$aMAIN$bMAIN$yBOOK
8621
8622 In addition to these required fields you can enter any other subfield
8623 you'd like. Most libraries will enter a call number in subfield o and a
8624 barcode in subfield p as well. Review the `Item/Holdings Cataloging
8625 Guide <#itemcatguide>`__ for a full list of subfields and values.
8626
8627 FAQs
8628 ====
8629
8630 `Display <#displayfaq>`__
8631 -------------------------
8632
8633 `Custom Item Type/Authorized Value Icons <#customicons>`__
8634 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8635
8636 **Question:** Can I have my own set of item type images (or authorized
8637 value icons)?
8638
8639 **Answer:**\ Absolutely. To add additional icons to your system you
8640 simply add a new directory to
8641 koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/ and to
8642 koha-tmpl/opac-tmpl/prog/itemtypeimg and put your icons in the new
8643 directory. Your icons will show up in a new tab as soon as they are in
8644 the folders.
8645
8646 -  **Note**
8647
8648        Remember to put the icons in both places (on the OPAC and the
8649        intranet).
8650
8651 `Customizing Koha Images <#customkohaimages>`__
8652 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8653
8654 **Question**: Can I customize the images in the OPAC?
8655
8656 **Answer**: Absolutely. Koha comes with a series of original images that
8657 you can alter to meet your needs. The originals can be found in the
8658 misc/interface\_customization/ directory.
8659
8660 `OPAC Display Fields <#opacdisplayfaq>`__
8661 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8662
8663 **Question**: What MARC fields print to the different OPAC screens in
8664 Koha?
8665
8666 **Answer**: The XSLT preference must be set as follows for the following
8667 fields to show
8668
8669 -  `OPACXSLTResultsDisplay <#OPACXSLTResultsDisplay>`__ = using XSLT
8670    stylesheets
8671
8672 -  `OPACXSLTDetailsDisplay <#OPACXSLTDetailsDisplay>`__ = using XSLT
8673    stylesheets
8674
8675 -  `DisplayOPACiconsXSLT <#DisplayOPACiconsXSLT>`__ = show
8676
8677 The OPAC Results page shows:
8678
8679 -  245
8680
8681 -  100, 110, 111
8682
8683 -  700, 710, 711
8684
8685 -  250
8686
8687 -  260
8688
8689 -  246
8690
8691 -  856
8692
8693 The OPAC Details page shows:
8694
8695 -  245
8696
8697 -  100, 110, 111
8698
8699 -  700, 710, 711
8700
8701 -  440, 490
8702
8703 -  260
8704
8705 -  250
8706
8707 -  300
8708
8709 -  020
8710
8711 -  022
8712
8713 -  246
8714
8715 -  130, 240
8716
8717 -  6xx
8718
8719 -  856
8720
8721 -  505
8722
8723 -  773
8724
8725 -  520
8726
8727 -  866
8728
8729 -  775
8730
8731 -  780
8732
8733 -  785
8734
8735 -  plus all of the 5xx fields in the Notes tab at the bottom
8736
8737 `Subtitle Display on Bib Records <#displaysubtitle>`__
8738 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8739
8740 **Question**: How do I get the subtitle to display on the detail pages
8741 for my bib records?
8742
8743 **Answer**: Subtitle display now depends on there being a `keyword
8744 mapping <#keywordmapping>`__ for the MARC field in question. Adding a
8745 mapping for "subtitle" -> "245b" for an item's framework results in
8746 display of the subtitle in OPAC and staff client search and detail pages
8747 (although not in all instances where subtitles might be displayed, e.g.
8748 the Cart).
8749
8750 `Show patrons the barcodes of items they have checked out <#opacbarcodesfaq>`__
8751 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8752
8753 **Question**: Can patrons see the barcodes for the items they have
8754 checked out.
8755
8756 **Answer**: Not by default, but with a few edits to the patron record
8757 you can make a barcode column appear on the patron's check out summary
8758 in the OPAC. You can set up a `patron
8759 attribute <#patronattributetypes>`__ with the value of SHOW\_BCODE and
8760 `authorized value <#authorizedvalues>`__ of YES\_NO to make this happen.
8761
8762 Add SHOW\_BCODE patron attribute
8763 |image1112|
8764
8765 Then on the `patron's record set the value <#editpatrons>`__ for
8766 SHOW\_BCODE to yes.
8767
8768 Setting value for SHOW\_BCODE on patron record
8769 |image1113|
8770
8771 This will add a column to the check out summary in the OPAC that shows
8772 the patrons the barcodes of the items they have checked out.
8773
8774 Barcode number on checkout list in OPAC
8775 |image1114|
8776
8777 Clicking on the 'Overdue' tab will show only the items that are overdue.
8778
8779 `Circulation/Notices <#circfaq>`__
8780 ----------------------------------
8781
8782 `Book drop Date <#dropboxfaq>`__
8783 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8784
8785 **Question**: How is the book drop date is determined? Is it the last
8786 open date for the checkout branch? Is it today's date minus one? Can the
8787 book drop checkin date be set?
8788
8789 **Answer**: If the library is closed for four days for renovations, for
8790 example, there would be more than one day needed for the book drop date.
8791 You will only have one book drop date and that will be the last day that
8792 the library open (determined by the holiday calendar) because there is
8793 no real way to know what day the books were dropped into the box during
8794 the 4 closed days. The only way to change the effective checkin date in
8795 book drop mode is to modify the calendar.
8796
8797 `Holds to Pull and Holds Queue <#holdsreportsfaq>`__
8798 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8799
8800 **Question**: What is the difference between the `Holds
8801 Queue <#holdsqueue>`__ and `Holds to Pull <#holdspull>`__?
8802
8803 **Answer**: The holds to pull report gives a simple list of what holds
8804 need to be filled with available items. It should only be used in Koha
8805 installations where there is only one library.
8806
8807 The holds queue tries to do the same thing, but in a 'smarter' way. This
8808 allows it to split up the list by library, consult the `transport cost
8809 matrix <#transportcostmatrix>`__ and refresh regularly to provide
8810 different pull lists to each library.
8811
8812 `Duplicate Overdue Notices <#dupoverduefaq>`__
8813 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8814
8815 **Question**: Why are patrons getting two overdue notices?
8816
8817 **Answer**: This tool takes all branches in the overdue rules and sent
8818 notifications to them. So, if you have a default rule & a branch rule,
8819 the notification will be generated twice. A quick fix is to discard
8820 "default rule" for instance.
8821
8822 `Printing Overdue Notices <#printoverduefaq>`__
8823 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8824
8825 **Question**: Can I print overdue notices for patrons without email
8826 addresses on file?
8827
8828 **Answer**: Yes. The `overdue notice cron job <#overduenoticecron>`__
8829 has a setting to generate the overdue notices as HTML for printing. An
8830 example of this usage would be:
8831
8832 ::
8833
8834     overdue_notices.pl -t -html /tmp/noticedir -itemscontent issuedate,date_due,title,barcode,author
8835
8836 In this example, we wanted to use only certain item fields in our
8837 notices, so we specified itemscontent fields in the cron entry; that's
8838 not a requirement for the feature.
8839
8840 The command line needs to specify a web-accessible directory where the
8841 print notices will go -- they get a filename like
8842 notices-2009-11-24.html (or holdnotices-2009-11-24.html). The overdue
8843 notice itself can be formatted to fit a Z-mailer. Within the notice
8844 file, the text is spaced down or over to where it will print properly on
8845 the form. The script has code that wraps around the notice file to tell
8846 the HTML to obey the formatting, and to do a page break between notices.
8847 That's so that when staff print it out, they get one per page. We had to
8848 add an extra syspref (`PrintNoticesMaxLines <#PrintNoticesMaxLines>`__)
8849 to specify page length because our client allows a \_lot\_ of checkouts
8850 which meant some notices were running onto multiple pages. That syspref
8851 says to truncate the print notice at that page length and put in a
8852 message about go check your OPAC account for the full list.
8853
8854 The print and email overdues use the same notice file. The print notices
8855 for holds are different -- there's a separate HOLD\_PRINT notice file
8856 and the system uses it if there's no email address. Then a nightly cron
8857 job runs to gather those up from the message queue and put them in an
8858 HTML file in the notice directory, as above.
8859
8860 The cron entry is gather\_print\_notices.pl /tmp/noticedir
8861
8862 `Unable to Renew Items <#renewfaq>`__
8863 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8864
8865 **Question**: We're trying to renew some items for our patron. One of
8866 the items is on hold and ineligible for renewal, but the other two items
8867 refuse to renew even though they should be eligible. When I try to use
8868 the override renewal limit, it just returns a little message that says
8869 "renewal failed". Any idea what's going on here?
8870
8871 **Answer**: At the very least you will need to set an absolute `default
8872 circulation rule <#circfinerules>`__. This rule should be set for the
8873 default itemtype, default branchcode and default patron category. That
8874 will catch anyone who doesn't match a specific rule. Patrons who do not
8875 match a specific rule will get blocked from placing holds or renewing
8876 items, since there was no baseline number of holds or renewals to
8877 utilize.
8878
8879 `Unable to Place Holds <#holdsfaq>`__
8880 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8881
8882 **Question**: Why can't I place holds when I have all of the preferences
8883 turned on.
8884
8885 **Answer**: You probably need to set a default circulation rule. At the
8886 very least you will need to set an default circulation rule. This rule
8887 should be set for all item types, all branches and all patron
8888 categories. That will catch all instances that do not match a specific
8889 rule. When checking out if you do not have a rule for the default
8890 branch, default item and default patron category then you may see
8891 patrons getting blocked from placing holds.
8892
8893 `Keyboard Shortcuts <#keyboardshort>`__
8894 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8895
8896 **Question**: Do I have to use my mouse to access the checkout, checkin
8897 and cataloging tabs at the top of the circulation pages?
8898
8899 **Answer**: You can jump between the tabs on the quick search box at the
8900 top of the screen by using the following hot keys (if the tab is
8901 available):
8902
8903 -  jump to the catalog search with Alt+Q
8904
8905 -  jump to the checkout with Alt+U
8906
8907    -  this will not work for Mac user
8908
8909 -  jump to the checkin with Alt+R
8910
8911     **Note**
8912
8913     Mac users use the OPTION button in place of ALT
8914
8915 `SMS Notices/Messages <#smsnoticefaq>`__
8916 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8917
8918 **Question**: I want Koha to send notices via SMS, what do I need to do?
8919
8920 **Answer**: First you need to choose a SMS service to use with Koha.
8921 There is a list available here:
8922 http://search.cpan.org/search?query=sms%3A%3Asend&mode=all Not all SMS
8923 services available to libraries have Perl drivers, so be sure to check
8924 this list to see if the provider you're considering is listed. If not
8925 you want to ask your provider if they have a Perl module, if not you
8926 should consider another service. Some common options in the US (that
8927 have Perl drivers) are:
8928
8929 -  AQL (`www.aql.com <http://www.aql.com>`__)
8930
8931 -  Wadja (`wadja.com <http://wadja.com>`__)
8932
8933 -  Ipipi (`ipipi.com <http://ipipi.com>`__)
8934
8935 -  T-mobile
8936
8937 -  SMSDiscount (`smsdiscount.com <http://smsdiscount.com>`__)
8938
8939 -  Clickatell
8940
8941 **Question**: What about in India?
8942
8943 **Answer**: India does not yet have too many options here. This is
8944 partly due to the Telecom regulatory authority's (TRAI) stipulations
8945 about transactional SMSes and limits on the number of SMSes that may be
8946 sent / received per users per day. India specific drivers include:
8947
8948 -  Unicel Technologies Pvt Ltd (`unicel.in <http://unicel.in>`__)
8949
8950 `Cataloging <#catfaq>`__
8951 ------------------------
8952
8953 `Authority Fields <#authorityfaq>`__
8954 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8955
8956 **Question:**\ Why can't I edit 1xx, 6xx, or 7xx fields in my catalog
8957 record?
8958
8959 **Answer:** These fields are authority controlled and you probably have
8960 the `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ set to "Don't
8961 allow". When it is set to "Don't allow" these fields will be locked and
8962 require you to search for an existing authority record to populate the
8963 field with. To allow typing in these authority fields set
8964 `BiblioAddsAuthorities <#BiblioAddsAuthorities>`__ to 'Allow'.
8965
8966     **Note**
8967
8968     Fields affected by this preference will show a lock symbol in them
8969
8970 Fields affected by this preference show a lock in the field
8971 |image1115|
8972
8973 `Koha to MARC Mapping <#kohamarcfaq>`__
8974 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8975
8976 **Question**: What's the relationship between 'Koha to MARC Mapping' and
8977 'MARC Bibliographic Frameworks'?
8978
8979 **Answer**: Mapping can be defined through 'MARC Bibliographic
8980 Frameworks' OR 'Koha to MARC Mapping'. 'Koha to MARC Mapping' is just a
8981 shortcut to speed up linkage. If you change a mapping in one of these
8982 modules, the mapping will change in the other as well. (In other words,
8983 the two modules 'overwrite' each other in order to prevent conflicts
8984 from existing in Koha).
8985
8986 `Number of Items Per Bib Record <#itemsperbibfaq>`__
8987 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8988
8989 **Question**: Is there a limit on the number of items I can attach to a
8990 bib record?
8991
8992 **Answer**: There is no explicit limit to the number of items you can
8993 attach to a bibliographic record, but if you attach enough of them, your
8994 MARC record will exceed the maximum file size limit for the ISO 2709
8995 standard, which breaks indexing for that record. I've found this occurs
8996 somewhere between 600 and 1000 items on a 'normal' bibliographic record.
8997
8998 `Analytics <#analyticsfaq>`__
8999 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9000
9001 **Question**: I am using the
9002 `EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ feature, but my links
9003 in the OPAC and Staff Client to 'Show Analytics' are not working.
9004
9005 **Answer**: If you plan on using
9006 `EasyAnalyticalRecords <#EasyAnalyticalRecords>`__ you will want to make
9007 sure to set your `UseControlNumber <#UseControlNumber>`__ preference to
9008 "Don't use," this will prevent broken links.
9009
9010 `Acquisitions <#acqfaq>`__
9011 --------------------------
9012
9013 `Planning Categories <#planningcatfaq>`__
9014 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9015
9016 **Question**: What is a planning category?
9017
9018 **Answer**: When you plan in advance for the way your budget is going to
9019 be spent, you initially plan for how it's going to be spent over time,
9020 that's the most natural thing to do.
9021
9022 So you plan for $1000 in Jan. $1000 in Feb., $3000 in March, etc. You
9023 can basically do the same thing with a list of values in lieu of the
9024 months.
9025
9026 Say you have a list like this one:
9027
9028 -  < 1 month
9029
9030 -  < 6 months
9031
9032 -  < 1 year
9033
9034 -  < 3 years
9035
9036 -  < 10 years
9037
9038 -  > 10 years
9039
9040 The list is meant to represent when the books acquired where published.
9041 Then you plan for it, saying: we went to spend at list 40% of our
9042 budgets on books published less than a year ago, 10% on books more than
9043 10 years old, etc.
9044
9045 Upon acquiring new material, you'll be able to select, for a given item,
9046 a value from this list in a drop down. Then, after the material has been
9047 acquired, at the end of the year, you'll be able to compare the goals
9048 set, with what's been achieved.
9049
9050 `Serials <#serialsfaq>`__
9051 -------------------------
9052
9053 `Advanced Patterns <#advancedpatternfaq>`__
9054 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9055
9056 **Question**: What is the 'inner counter' on the advanced serials
9057 pattern interface?
9058
9059 **Answer**: I think it is better to give an example to understand this :
9060
9061 Example for a monthly subscription :
9062
9063 -  First issue publication date : April 2010
9064
9065 -  Numbering : No {X}, year {Y}
9066
9067 -  First issue : No 4, year 2010
9068
9069 For the year Y : you will want the year change on January 2011
9070
9071 So, the advanced pattern for Y will be :
9072
9073 -  Add : 1
9074
9075 -  once every : 12
9076
9077 -  When more than 9999999
9078
9079 -  inner counter : 3
9080
9081 -  Set back to 0
9082
9083 -  Begins with 2010
9084
9085 Year is going to change after 12 received issues from April 2010, that
9086 is in April 2011 if you don't set inner counter. Set inner counter to 3
9087 will say to Koha : change year after 12-3 = 9 received issues.
9088
9089 Inner counter says to Koha to take into account the first issues of the
9090 year, even if they are not received with Koha. If you begin with first
9091 issue of the year write nothing or 0.
9092
9093 `Reports <#reportsfaq>`__
9094 -------------------------
9095
9096 `Define Codes Stored in DB <#accounttypefaq>`__
9097 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9098
9099 `Fines Table <#finescodefaq>`__
9100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9101
9102 **Question:** What do the codes in the accounttype field in the
9103 accountlines table stand for?
9104
9105 **Answer:**
9106
9107 -  A = Account management fee
9108
9109 -  C = Credit
9110
9111 -  F = Overdue fine
9112
9113 -  FOR = Forgiven
9114
9115 -  FU = Overdue, still acccruing
9116
9117 -  L = Lost item
9118
9119 -  LR = Lost item returned/refunded
9120
9121 -  M = Sundry
9122
9123 -  N = New card
9124
9125 -  PAY = Payment
9126
9127 -  W = Writeoff
9128
9129 `Statistics Table <#statscodefaq>`__
9130 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9131
9132 **Question:**\ What are the possible codes for the type field in the
9133 statistics table?
9134
9135 **Answer:**
9136
9137 -  localuse
9138
9139    -  Registers if an item that had been checked out to a statistics
9140       patron (category type = 'X') is returned
9141
9142 -  issue
9143
9144 -  return
9145
9146 -  renew
9147
9148 -  writeoff
9149
9150 -  payment
9151
9152 -  CreditXXX
9153
9154    -  The XXX stores different types of fee credits, so a query to catch
9155       them all would include a clause like "type LIKE 'Credit%'"
9156
9157 `Reserves Table <#rescodefaq>`__
9158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9159
9160 **Question**: What are the possible codes for the found field in the
9161 reserves and old\_reserves tables?
9162
9163 **Answer**:
9164
9165 -  NULL: means the patron requested the 1st available, and we haven't
9166    chosen the item
9167
9168 -  T = Transit: the reserve is linked to an item but is in transit to
9169    the pickup branch
9170
9171 -  W = Waiting: the reserve is linked to an item, is at the pickup
9172    branch, and is waiting on the hold shelf
9173
9174 -  F = Finished: the reserve has been completed, and is done
9175
9176 `Reports Dictionary Table <#reportdicfaq>`__
9177 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9178
9179 **Question**: What are the possible codes for the area field in the
9180 reports\_dictionary table?
9181
9182 **Answer**:
9183
9184 -  1 = Circulation
9185
9186 -  2 = Catalog
9187
9188 -  3 = Patrons
9189
9190 -  4 = Acquisitions
9191
9192 -  5 = Accounts
9193
9194 `Messages Table <#msgtablefaq>`__
9195 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9196
9197 **Question**: What are the possible codes for the message\_type field in
9198 the messages table?
9199
9200 **Answer**:
9201
9202 -  L = For Librarians
9203
9204 -  B = For Patrons/Borrowers
9205
9206 `Serial Table <#serialtablefaq>`__
9207 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9208
9209 **Question**: What are the possible codes for the status field in the
9210 serial table?
9211
9212 **Answer**:
9213
9214 -  1 = Expected
9215
9216 -  2 = Arrived
9217
9218 -  3 = Late
9219
9220 -  4 = Missing
9221
9222 -  5 = Not available
9223
9224 -  6 = Delete
9225
9226 -  7 = Claimed
9227
9228 -  8 = Stopped
9229
9230 -  41 = Missing (not received)
9231
9232 -  42 = Missing (sold out)
9233
9234 -  43 = Missing (damaged)
9235
9236 -  44 = Missing (lost)
9237
9238 `Borrowers Table <#borrowerprivacyvalues>`__
9239 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9240
9241 **Question**: What are the possible codes for the privacy field in the
9242 borrowers table?
9243
9244 **Answer**:
9245
9246 -  0 = Forever
9247
9248 -  1 = Default
9249
9250 -  2 = Never
9251
9252 `Messaging Preferences <#messpreffaq>`__
9253 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9254
9255 **Question**: What are the possible codes in the message\_attribute\_id
9256 field in the borrower\_message\_preferences table?
9257
9258 **Answer**:
9259
9260 -  2 = advanced notice
9261
9262 -  6 = item checkout
9263
9264 -  4 = hold filled
9265
9266 -  1 = item due
9267
9268 -  5 = item check in
9269
9270 `Runtime Parameters <#runtimefaq>`__
9271 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9272
9273 **Question**: Is there a way to filter my custom SQL reports before they
9274 run?
9275
9276 **Answer**: If you feel that your report might be too resource intensive
9277 you might want to consider using runtime parameters to your query.
9278 Runtime parameters basically make a filter appear before the report is
9279 run to save your system resources.
9280
9281 There is a specific syntax that Koha will understand as 'ask for values
9282 when running the report'. The syntax is <<Question to
9283 ask\|authorized\_value>>.
9284
9285 -  The << and >> are just delimiters. You must put << at the beginning
9286    and >> at the end of your parameter
9287
9288 -  The 'Question to ask' will be displayed on the left of the string to
9289    enter.
9290
9291 -  The authorized\_value can be omitted if not applicable. If it
9292    contains an authorized value category, or branches or itemtype or
9293    categorycode or biblio\_framework, a list with the Koha authorized
9294    values will be displayed instead of a free field Note that you can
9295    have more than one parameter in a given SQL Note that entering
9296    nothing at run time won't probably work as you expect. It will be
9297    considered as "value empty" not as "ignore this parameter". For
9298    example entering nothing for : "title=<<Enter title>>" will display
9299    results with title='' (no title). If you want to have to have
9300    something not mandatory, use "title like <<Enter title>>" and enter a
9301    % at run time instead of nothing
9302
9303 Examples:
9304
9305 -  SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter
9306    patrons library\|branches>> AND surname like <<Enter filter for
9307    patron surname (% if none)>>
9308
9309 -  SELECT \* FROM items WHERE homebranch = <<Pick your
9310    branch\|branches>> and barcode like <<Partial barcode value here>>
9311
9312 -  SELECT title , author FROM biblio WHERE frameworkcode=<<Enter the
9313    frameworkcode\|biblio\_framework>>
9314
9315     **Note**
9316
9317     To generate a date picker calendar to the right of the field when
9318     running a report you can use the 'date' keyword like this: <<Enter
9319     Date\|date>>
9320
9321     Date Picker
9322     |image1116|
9323
9324     **Note**
9325
9326     You have to put "%" in a text box to 'leave it blank'. Otherwise, it
9327     literally looks for "" (empty string) as the value for the field.
9328
9329     **Important**
9330
9331     In addition to using any authorized value code to generate a
9332     dropdown, you can use the following values as well: Framework codes
9333     (biblio\_framework), Branches (branches), Item Types (itemtypes) and
9334     Patron Categories (categorycode). For example a branch pull down
9335     would be generated like this <<Branch\|branches>>
9336
9337     Branch pull down
9338     |image1117|
9339
9340 `Results Limited <#reportlimitfaq>`__
9341 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9342
9343 **Question**: When I download my report it's limited to 10,000 results,
9344 how do I get all of the results to download?
9345
9346 **Answer**: There is a limit of 10,000 records put on SQL statements
9347 entered in Koha. To get around this you want to add 'LIMIT 100000' to
9348 the end of your SQL statement (or any other number above 10,000.
9349
9350 `Searching <#searchfaq>`__
9351 --------------------------
9352
9353 `Advanced Search <#advancedsearchfaq>`__
9354 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9355
9356 `Scan Indexes <#scanindexfaq>`__
9357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9358
9359 **Question**: What does 'scan indexes' on the advanced search page mean?
9360
9361 **Answer**: When you choose an index, enter a term, click 'scan indexes'
9362 and do the search, Koha displays the searched term and the following
9363 terms found in this index with the number of corresponding records That
9364 is search is not made directly in the catalog, but first in the indexes
9365 It works only for one index at once, and only with no limit in Location
9366 (All libraries needed)
9367
9368 `Searching for Terms that Start With a Character <#searchstartswith>`__
9369 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9370
9371 **Question**: How do I search for all titles that start with the letter
9372 'C'?
9373
9374 **Answer**: You can choose to search for things that start with a
9375 character or series of characters by using the CCL 'first-in-subfield'
9376
9377 -  example: ti,first-in-subfield=C
9378
9379 `Wildcard Searching <#wildcardsearchfaq>`__
9380 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9381
9382 **Question**:What is the difference between a keyword search using the
9383 '\*' (asterisk) versus a keyword search using the '%' (percent)? Both
9384 work in the catalog, but return different sets. Why?
9385
9386 **Answer**: A wildcard is a character (\*,?,%,.) that can be used to
9387 represent one or more characters in a word. Two of the wildcard
9388 characters that can be used in Koha searches are the asterisk ('\*') and
9389 the percent sign ('%'). However, these two characters act differently
9390 when used in searching.
9391
9392 The '\*' is going to force a more exact search of the first few
9393 characters you enter prior to the '\*'. The asterisk will allow for an
9394 infinite number of characters in the search as long as the first few
9395 characters designated by your search remain the same. For example,
9396 searching for authors using the term, Smi\*, will return a list that may
9397 include Smith, Smithers, Smithfield, Smiley, etc depending on the
9398 authors in your database.
9399
9400 The '%' will treat the words you enter in the terms of "is like". So a
9401 search of Smi% will search for words like Smi. This results in a much
9402 more varied results list. For example, a search on Smi% will return a
9403 list containing Smothers, Smith, Smelley, Smithfield and many others
9404 depending on what is your database.
9405
9406 The bottom line in searching with wildcards: '\*' is more exact while
9407 '%' searches for like terms.
9408
9409 `Title Searching <#titlesearchingfaq>`__
9410 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9411
9412 **Question**: Why does my Zebra title search for 'Help' not turn up 'The
9413 help' in the first pages of results?
9414
9415 **Answer**: When doing a title search, you actually want to search for
9416 the title (i.e., 'the help' rather than just 'help'), and it will bubble
9417 right up to the top. If you're just searching for 'help' then the
9418 relevance ranking is going to affect the results you see.
9419
9420 When it comes to relevance in Zebra, here's what's happening. First, the
9421 search is done. If you search for the title "help", then any title that
9422 has "help" in it comes back. Then from those records, separately, it
9423 does relevance on the \*whole\* record. The more your word appears, the
9424 more relevant, and some MARC tags are worth more points than others. So
9425 a self-help book with 505 notes where "help" appears a \*lot\* will be
9426 at the top, regardless of keyword or title.
9427
9428 But when you add a \*second word\*, that helps it figure things out, as
9429 it's weighing the relevance of both words and the phrase. Because of the
9430 way relevance works, if you search "the help", then "the help" or "the
9431 help I need" are more relevant than "the way to help", because they
9432 appear together in order. Likewise, "help the girl" would be lower
9433 relevance, because it's out of order, and "help for the homeless" would
9434 be lower still, as they're out of order, and apart.
9435
9436 The moral of the story is that single word searches, particularly on
9437 common words, will always struggle a bit; it can't evaluate relevance
9438 well, because you've not given it enough input.
9439
9440 `Enhanced Content <#enhancedcontentfaq>`__
9441 ------------------------------------------
9442
9443 `FRBRizing Content <#frbrfaq>`__
9444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9445
9446 **Question:**\ At our public library we are running a Koha installation
9447 and we've tried to turn on all the nice functionalities in Koha such as
9448 the frbrising tool, but do not get the same result as Nelsonville public
9449 library.
9450
9451 **Answer:**\ In fact, this feature is quite tricky to make that right.
9452 First it looks at XISBN service. And then search in your database for
9453 that ISBN. So both XISBN and your internal ISBN (in biblio table) have
9454 to be normalized. You could therefore use the script
9455 misc/batchupdateISBNs.pl (it removes all the - in your local ISBNs)
9456
9457 `Amazon <#amzfaq>`__
9458 ~~~~~~~~~~~~~~~~~~~~
9459
9460 `All Amazon Content <#amazonfaq>`__
9461 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9462
9463 **Question**: I have all of the Amazon preferences turned on and have
9464 entered both of my keys, but none of the content appears in my system,
9465 why is that?
9466
9467 **Answer**: Amazon's API checks your server time on all requests and if
9468 your server time is not set properly requests will be denied. To resolve
9469 this issue be sure to set your system time appropriately. Once that
9470 change in made Amazon content should appear immediately.
9471
9472 On Debian the the command is *date -s "2010-06-30 17:21"* (with the
9473 proper date and time for your timezone).
9474
9475 `System Administration <#systemfaq>`__
9476 --------------------------------------
9477
9478 `Errors in Zebra Cron <#zebracronfaq>`__
9479 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9480
9481 **Question**: I am noticing some errors in the
9482 koha-zebradaemon-output.log file. When new records are added it takes a
9483 bit longer to index than we think they should. Running rebuild zebra is
9484 often faster. Zebra ends up indexing and search works, but I am
9485 concerned about the errors. Any ideas?
9486
9487 **Answer**: Rebuild\_zebra.pl -r deletes all of the files in the Zebra
9488 db directories (such as reci-0.mf) and then recreates them. Thus,
9489 permissions will be lost, and the files will be owned by the user who
9490 ran rebuild\_zebra.pl. If one rebuilds the zebra indexes as root, the
9491 daemons, which typically run under the user Koha, will not be able to
9492 update the indexes. Thus, it's important then that the zebra rebuilds
9493 are put in the cronjob file of the user Koha, and not root. Also
9494 important is that other users, such as root, don't manually execute
9495 rebuilds.
9496
9497 If one desires that another user be able to execute rebuild\_zebra.pl,
9498 he should be given the permission to execute 'sudo -u Koha
9499 .../rebuild\_zebra.pl,' (if you want to do this, you also have to edit
9500 the sudoers file to pass the PERL5LIB variable with the env\_keep option
9501 as by default sudo strips away almost all environment variables). Or, as
9502 root user, one can use a simple 'su koha' and then the rebuild\_zebra.pl
9503 command.
9504
9505 I've also tried to set the sticky bit on rebuild\_zebra.pl, but for
9506 whatever reason it didn't seem to work due to some problem with the
9507 PERL5LIB variable that I wasn't able to figure. That seems to me the
9508 easiest thing to do, if anybody has any idea how to make it work. If it
9509 worked and were the default, I think it would help folks to avoid a
9510 great deal of the problems that come up with zebra.
9511
9512 `Making Z39.50 Target Public <#publicztarget>`__
9513 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9514
9515 **Question**: Could someone tell me the exact steps I need to take to
9516 configure Zebra to expose my Koha 3 db as a public Z39.50 service?
9517
9518 **Answer**: Edit the KOHA\_CONF file that your Koha is using. Uncomment
9519 the publicserver line like:
9520
9521 <!-- <listen id="publicserver" >tcp:@:9999</listen> -->
9522
9523 to be:
9524
9525 <listen id="publicserver" >tcp:@:9999</listen>
9526
9527 Then restart zebasrv and connect on the port specified (9999).
9528
9529 `Shelving Location Authorized Values <#authvalfaq>`__
9530 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9531
9532 **Question**: When editing an item, the new shelving location I created
9533 is not showing up by default in the items where I assigned it to.
9534
9535 **Answer**: This is because you created the new shelving location with a
9536 code value of 0 (zero) Just FYI the system interprets authorized values
9537 of 0 as equaling a null so when you edit a record in cataloging where
9538 the authorized value in a field was assigned where the code was 0, the
9539 value displays as null in the item editor (or MARC editor) instead of
9540 the value the library meant it to be.
9541
9542 `Why do I need Authorized Values? <#whyauthvals>`__
9543 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9544
9545 **Question**: Why would I want to define authorized values for MARC
9546 tags?
9547
9548 **Answer**: Authorized Values create a 'controlled vocabulary' for your
9549 staff. As an example, let us assume that your Koha installation is used
9550 by several libraries, and you use MARC 21. You might want to restrict
9551 the 850a MARC subfield to the institution codes for just those
9552 libraries. In that case, you could define an authorized values category
9553 (perhaps called "INST") and enter the institution codes as the
9554 authorized values for that category.
9555
9556     **Note**
9557
9558     Koha automatically sets up authorized value categories for your item
9559     types and branch codes, and you can link these authorized values to
9560     MARC subfields when you set up your MARC tag structure.
9561
9562 `How do I clean up the sessions table? <#sessionstblfaq>`__
9563 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9564
9565 **Question**: Is there a periodic job that can be run to cull old
9566 sessions from the table? We don't want to backup all the useless session
9567 data every night.
9568
9569 **Answer**: You can run `cleanup database cron job <#cleandbcron>`__.
9570
9571 Or just before doing a backup command (mysqldump), you can truncate
9572 session table:  
9573
9574 ::
9575
9576     mysql -u<kohauser -p<password <koha-db-name -e 'TRUNCATE TABLE sessions'
9577
9578 `Hardware <#hardwarefaq>`__
9579 ---------------------------
9580
9581 `Barcode Scanners <#barcodefaq>`__
9582 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9583
9584 **Question**: What barcode scanners have been known to work with Koha?
9585
9586 **Answer**: The simple rule of thumb is, does it act like a keyboard
9587 device?, if so, it will work. (i.e. can you take the scanner, scan a
9588 barcode and have it show up in a text editor, if so, it will work.)
9589
9590 The main points to check are that it connects to your PC conveniently
9591 (can be USB or "keyboard wedge" which means it connects in line with the
9592 keyboard, which is useful with older computers), and that it scans the
9593 barcode type that you are using.
9594
9595 It is a good idea to test some 'used' barcodes if you have any, to see
9596 whether the scanner can read scuffed or slightly wrinkled ones
9597 successfully. Most scanners are capable of reading several barcode types
9598 - there are many, and the specification should list the ones it can
9599 read. You may need to adjust settings slightly, such as prefix and
9600 suffix characters, or whether you want to send an 'enter' character or
9601 not.
9602
9603 One more tip - some can be set 'always on' and may come with a stand,
9604 some have triggers under the handle, some have buttons on top, some are
9605 held like a pen. Think about the staff working with the hardware before
9606 choosing, as a button in the wrong place can be very awkward to use.
9607
9608 `Printers <#printersfaq>`__
9609 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
9610
9611 `Printers used by Koha libraries <#kohaprinters>`__
9612 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9613
9614 -  POS-X receipt printer
9615
9616 -  Star Micronics printer (exact model unknown) with a generic/plain
9617    text driver.
9618
9619 -  Star SP2000 (Nelsonville)
9620
9621 -  Star TSP-100 futurePRINT (Geauga)
9622
9623    -  "I know there have been a lot of questions on receipt printers so
9624       I thought I'd pass on my findings. We have been testing the Star
9625       TSP-100 futurePRINT. I found this print to be VERY easy to
9626       configure for Koha. I was even able to customize the print job by
9627       adding our system logo (a .gif) to the top of every receipt. Also
9628       with a bitmap created in Paint was able to add a message at the
9629       bottom of each receipt with the contact information, hours and
9630       website for the library that the materials were checked out at."
9631
9632 -  Epson TM 88 IIIP thermal receipt printers
9633
9634 -  Epson TM-T88IV
9635
9636 -  1x1 labels using a Dymolabelwriter printer
9637
9638 `Braille Support <#braillefaq>`__
9639 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9640
9641 **Question**: Are there any braille embosser or printer which has
9642 inbuilt braille converter and it is accessible with UNIX environment?
9643
9644 **Answer**: You may want to look into BRLTTY
9645 (http://www.emptech.info/product_details.php?ID=1232).
9646
9647 `Additional Support <#hardwaresupport>`__
9648 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9649
9650 -  http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/
9651
9652 Extending Koha
9653 ==============
9654
9655 `Amazon lookup script for Koha libraries <#amzlookup>`__
9656 --------------------------------------------------------
9657
9658 We order most of our materials from Amazon, so I've been looking for a
9659 convenient way to tell if a book under consideration is in our catalog
9660 already.
9661
9662 Greasemonkey & a custom user script fit the bill nicely:
9663
9664 -  https://addons.mozilla.org/en-US/firefox/addon/748
9665
9666 -  http://userscripts.org/scripts/show/56847
9667
9668 A few caveats:
9669
9670 -  Like most scripts, this one was designed to work with Firefox; I
9671    haven't explored getting it to work with other browsers.
9672
9673 -  I'm not a JavaScript programmer -- this was adapted from others'
9674    work. Just a few lines would have to be changed to get the script to
9675    work with your catalog.
9676
9677 -  It depends on the existence of ISBN for the item in question, so
9678    movies, older books, etc. would not work.
9679
9680 Others have added all sorts of bells & whistles: XISBN lookups to search
9681 for related titles, custom messages based on the status of items (on
9682 order, on hold, etc.), ... just search the UserScripts site for Amazon +
9683 library. For a later date!
9684
9685 `Keyword Clouds <#extendkeywordclouds>`__
9686 -----------------------------------------
9687
9688 In addition to the traditional tag cloud available in Koha, there is a
9689 way to generate clouds for popular subjects within Koha.
9690
9691 The `Author/Subject Cloud cron job <#keywordclouds>`__ is used to help
9692 with this process. This cron job sends its output to files.
9693
9694 -  /home/koha/mylibrary/koharoot/koha-tmpl/cloud-author.html
9695
9696 -  /home/koha/yourlibrary/koharoot/koha-tmpl/cloud-subject.html
9697
9698 This means that you can produce clouds for authors, collective author,
9699 all kind of subjects, classifications, etc. And since it works on zebra
9700 indexes, it is quick, even on large DBs. Tags clouds are sent to files.
9701 It's up to library webmaster to deal with those files in order to
9702 include them in `OPACMainUserBlock <#OpacMainUserBlock>`__, or include
9703 them into their library CMS.
9704
9705 Some libraries even send the file into a Samba shared folder where
9706 webmaster take them, eventually clean them a little bit before
9707 integrating them into navigation widgets or pages.
9708
9709 `Newest Titles Pulldown <#newtitlesoption>`__
9710 ---------------------------------------------
9711
9712 Often we want to add a way for our patrons to do searches for the newest
9713 items. In this example I'll show you how to create a pull down menu of
9714 the newest items by item type. These tips will work (with a couple
9715 changes) for collection codes or shelving locations as well.
9716
9717 First, it's important to note that every link in Koha is a permanent
9718 link. This means if I do a search for everything of a specific item type
9719 sorted by the acquisitions date and bookmark that URL, whenever I click
9720 it I'll see the newest items of that type on the first few pages of the
9721 results.
9722
9723 I took this knowledge and wrote a form takes this functionality in to
9724 consideration. It basically just does a search of your Koha catalog for
9725 a specific item type and sorts the results by acquisitions date.
9726
9727 The first thing I did was write a MySQL statement to generate a list of
9728 item types for me - why copy and paste when you can use the power of
9729 MySQL?
9730
9731 ::
9732
9733     select concat('<option value=\"mc-itype:', itemtype, '\">',description,'</option>') from itemtypes
9734
9735 The above looks at the itemtypes table and slaps the necessary HTML
9736 around each item type for me. I then exported that to CSV and opened it
9737 in my text editor and added the other parts of the form.
9738
9739 ::
9740
9741     <p><strong>New Items</strong></p>
9742     <p><form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl">
9743     <input name="idx" value="kw" type="hidden">
9744     <input name="sort_by" value="acqdate_dsc" type="hidden">
9745     <input name="do" value="OK" type="hidden">
9746     <select name="limit" onchange="this.form.submit()">
9747     <option>-- Please choose --</option>
9748     <option value="mc-itype:BOOK">Book</option>
9749     <option value="mc-itype:BOOKCD">Book on CD</option>
9750     <option value="mc-itype:DVD">DVD</option>
9751     <option value="mc-itype:LRG_PRINT">Large print book</option>
9752     <option value="mc-itype:MAGAZINE">Magazine</option>
9753     <option value="mc-itype:NEWSPAPER">Newspaper</option>
9754     <option value="mc-itype:VIDEO">Videocassette</option>
9755     </select>
9756     </form>
9757     </p>
9758
9759 Now, what does all of that mean? The important bits are these:
9760
9761 First the starting of the form.
9762
9763 ::
9764
9765     <p><form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl">
9766
9767 This tells the browser to take any value selected and put it at the end
9768 of this http://YOURSITE/cgi-bin/koha/opac-search.pl. If you want to
9769 embed this form on your library website (and not on your OPAC) you can
9770 put the full OPAC URL in there.
9771
9772 Next, there is a hidden value that is telling the search to sort by
9773 acquisitions date descending (newest items at the top):
9774
9775 ::
9776
9777     <input name="sort_by" value="acqdate_dsc" type="hidden">
9778
9779 And finally you have an option for each item type you want people to
9780 search.
9781
9782 ::
9783
9784     <option value="mc-itype:BOOK">Book</option>
9785
9786 These options each include the string "mc-itype:" which tells Koha to do
9787 an item type search.
9788
9789 Once you have all of that in place you can copy and paste the form to
9790 somewhere on your OPAC. The `Farmington Public Libraries
9791 OPAC <http://catalog.farmingtonlibraries.org>`__ has a few examples of
9792 this on the left.
9793
9794 `Cataloging and Searching by Color <#colorsearch>`__
9795 ----------------------------------------------------
9796
9797 One of the icon sets installed in Koha includes a series of colors. This
9798 set can be used to catalog and search by color if you'd like. This guide
9799 will walk you use changing collection code to color in Koha so that you
9800 can do this.
9801
9802 The following SQL could be used to add these colors to the CCODE
9803 authorized value category in a batch. If you wanted to use these colors
9804 for another authorized value you'd have to edit this to use that
9805 category:
9806
9807 ::
9808
9809         insert into authorised_values (category, authorised_value, lib,
9810          lib_opac, imageurl) values ('CCODE','000000','Black','','colors/000000.png');
9811         insert into authorised_values (category, authorised_value, lib,
9812          lib_opac, imageurl) values ('CCODE','66cc66','Bright Green','','colors/66cc66.png');
9813         insert into authorised_values (category, authorised_value, lib,
9814          lib_opac, imageurl) values ('CCODE','99cc33','Olive','','colors/99cc33.png');
9815         insert into authorised_values (category, authorised_value, lib,
9816          lib_opac, imageurl) values ('CCODE','3333cc','Dark Blue','','colors/3333cc.png');
9817         insert into authorised_values (category, authorised_value, lib,
9818          lib_opac, imageurl) values ('CCODE','006600' ,'Dark Green','','colors/006600.png');
9819         insert into authorised_values (category, authorised_value, lib,
9820          lib_opac, imageurl) values ('CCODE','6600cc','Plum','','colors/6600cc.png');
9821         insert into authorised_values (category, authorised_value, lib,
9822          lib_opac, imageurl) values ('CCODE','6666cc','Purple','','colors/6666cc.png');
9823         insert into authorised_values (category, authorised_value, lib,
9824          lib_opac, imageurl) values ('CCODE','9999cc','Light Purple','','colors/9999cc.png');
9825         insert into authorised_values (category, authorised_value, lib,
9826          lib_opac, imageurl) values ('CCODE','660000' ,'Burgundy','','colors/660000.png');
9827         insert into authorised_values (category, authorised_value, lib,
9828          lib_opac, imageurl) values ('CCODE','663333' ,'Brown','','colors/663333.png');
9829         insert into authorised_values (category, authorised_value, lib,
9830          lib_opac, imageurl) values ('CCODE','990000' ,'Red','','colors/990000.png');
9831         insert into authorised_values (category, authorised_value, lib,
9832          lib_opac, imageurl) values ('CCODE','996633' ,'Tan','','colors/996633.png');
9833         insert into authorised_values (category, authorised_value, lib,
9834          lib_opac, imageurl) values ('CCODE','999999' ,'Gray','','colors/999999.png');
9835         insert into authorised_values (category, authorised_value, lib,
9836          lib_opac, imageurl) values ('CCODE','cc66cc','Pink','','colors/cc66cc.png');
9837         insert into authorised_values (category, authorised_value, lib,
9838          lib_opac, imageurl) values ('CCODE','cc99cc','Bubble Gum','','colors/cc99cc.png');
9839         insert into authorised_values (category, authorised_value, lib,
9840          lib_opac, imageurl) values ('CCODE','cc3333' ,'Orange','','colors/cc3333.png');
9841         insert into authorised_values (category, authorised_value, lib,
9842          lib_opac, imageurl) values ('CCODE','cc6666' ,'Peach','','colors/cc6666.png');
9843         insert into authorised_values (category, authorised_value, lib,
9844          lib_opac, imageurl) values ('CCODE','cc9999' ,'Rose','','colors/cc9999.png');
9845         insert into authorised_values (category, authorised_value, lib,
9846          lib_opac, imageurl) values ('CCODE','cccc00' ,'Gold','','colors/cccc00.png');
9847         insert into authorised_values (category, authorised_value, lib,
9848          lib_opac, imageurl) values ('CCODE','ffff33' ,'Yellow','','colors/ffff33.png');
9849         insert into authorised_values (category, authorised_value, lib,
9850          lib_opac, imageurl) values ('CCODE','ffffcc','Cream','','colors/ffffcc.png');
9851         insert into authorised_values (category, authorised_value, lib,
9852          lib_opac, imageurl) values ('CCODE','ffffff','White','','colors/ffffff.png');
9853
9854 If you would like to choose the colors manually you can do that via the
9855 `Authorized Values <#authorizedvalues>`__ administration area.
9856
9857 Colors for CCODE
9858 |image1118|
9859
9860 Next you'll want to `update the frameworks <#marcbibframeworks>`__ so
9861 that the 952$8 (if you're using collection code) label to says Color.
9862
9863 Once you have that in place you can start to catalog items by color.
9864
9865 Finally you'll want to add the following JQuery to your preferences so
9866 that it will relabel 'Collection' to 'Color'
9867
9868 `IntranetUserJS <#intranetuserjs>`__
9869
9870 ::
9871
9872     $(document).ready(function(){
9873         $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
9874         $("#holdings th:contains('Collection')").text("Color");
9875         });
9876
9877 `OPACUserJS <#opacuserjs>`__
9878
9879 ::
9880
9881     $(document).ready(function(){
9882         $("#advsearch-tab-ccode a:contains('Collection')").text("Color");
9883         $('#item_ccode').text("Color");
9884         });
9885
9886 Koha and Your Website
9887 =====================
9888
9889 This appendix will include tips for integrating Koha in to your library
9890 website.
9891
9892 `Koha search on your site <#embedsearch>`__
9893 -------------------------------------------
9894
9895 Often you'll want to add a Koha search box to your library website. To
9896 do so, just copy and paste the following code in to your library website
9897 and update the YOURCATALOG bit with your catalog's URL and you're set to
9898 go.
9899
9900 ::
9901
9902     <form name="searchform" method="get" action="http://YOURCATLOG/cgi-bin/koha/opac-search.pl" id="searchform">
9903     <input id="transl1" name="q" type="text"><p>
9904     <select name="idx" id="masthead_search">
9905     <option value="kw">Keyword</option>
9906     <option value="ti">Title</option>
9907     <option value="au">Author</option>
9908     <option value="su">Subject</option>
9909     <option value="nb">ISBN</option>
9910     <option value="se">Series</option>
9911     <option value="callnum">Call Number</option>
9912     </select>
9913     <input value="Search" id="searchsubmit" type="submit">
9914     </p></form>
9915
9916
9917 GNU General Public License version 3
9918 ====================================
9919
9920 Version 3, 29 June 2007
9921
9922 Copyright © 2007 Free Software Foundation, Inc. http://fsf.org/
9923
9924 Everyone is permitted to copy and distribute verbatim copies of this
9925 license document, but changing it is not allowed.
9926
9927 **Preamble**
9928
9929 The GNU General Public License is a free, copyleft license for software
9930 and other kinds of works.
9931
9932 The licenses for most software and other practical works are designed to
9933 take away your freedom to share and change the works. By contrast, the
9934 GNU General Public License is intended to guarantee your freedom to
9935 share and change all versions of a program--to make sure it remains free
9936 software for all its users. We, the Free Software Foundation, use the
9937 GNU General Public License for most of our software; it applies also to
9938 any other work released this way by its authors. You can apply it to
9939 your programs, too.
9940
9941 When we speak of free software, we are referring to freedom, not price.
9942 Our General Public Licenses are designed to make sure that you have the
9943 freedom to distribute copies of free software (and charge for them if
9944 you wish), that you receive source code or can get it if you want it,
9945 that you can change the software or use pieces of it in new free
9946 programs, and that you know you can do these things.
9947
9948 To protect your rights, we need to prevent others from denying you these
9949 rights or asking you to surrender the rights. Therefore, you have
9950 certain responsibilities if you distribute copies of the software, or if
9951 you modify it: responsibilities to respect the freedom of others.
9952
9953 For example, if you distribute copies of such a program, whether gratis
9954 or for a fee, you must pass on to the recipients the same freedoms that
9955 you received. You must make sure that they, too, receive or can get the
9956 source code. And you must show them these terms so they know their
9957 rights.
9958
9959 Developers that use the GNU GPL protect your rights with two steps: (1)
9960 assert copyright on the software, and (2) offer you this License giving
9961 you legal permission to copy, distribute and/or modify it.
9962
9963 For the developers' and authors' protection, the GPL clearly explains
9964 that there is no warranty for this free software. For both users' and
9965 authors' sake, the GPL requires that modified versions be marked as
9966 changed, so that their problems will not be attributed erroneously to
9967 authors of previous versions.
9968
9969 Some devices are designed to deny users access to install or run
9970 modified versions of the software inside them, although the manufacturer
9971 can do so. This is fundamentally incompatible with the aim of protecting
9972 users' freedom to change the software. The systematic pattern of such
9973 abuse occurs in the area of products for individuals to use, which is
9974 precisely where it is most unacceptable. Therefore, we have designed
9975 this version of the GPL to prohibit the practice for those products. If
9976 such problems arise substantially in other domains, we stand ready to
9977 extend this provision to those domains in future versions of the GPL, as
9978 needed to protect the freedom of users.
9979
9980 Finally, every program is threatened constantly by software patents.
9981 States should not allow patents to restrict development and use of
9982 software on general-purpose computers, but in those that do, we wish to
9983 avoid the special danger that patents applied to a free program could
9984 make it effectively proprietary. To prevent this, the GPL assures that
9985 patents cannot be used to render the program non-free.
9986
9987 The precise terms and conditions for copying, distribution and
9988 modification follow.
9989
9990 **TERMS AND CONDITIONS**
9991
9992 **0. Definitions.**
9993
9994 "This License" refers to version 3 of the GNU General Public License.
9995
9996 "Copyright" also means copyright-like laws that apply to other kinds of
9997 works, such as semiconductor masks.
9998
9999 "The Program" refers to any copyrightable work licensed under this
10000 License. Each licensee is addressed as "you". "Licensees" and
10001 "recipients" may be individuals or organizations.
10002
10003 To "modify" a work means to copy from or adapt all or part of the work
10004 in a fashion requiring copyright permission, other than the making of an
10005 exact copy. The resulting work is called a "modified version" of the
10006 earlier work or a work "based on" the earlier work.
10007
10008 A "covered work" means either the unmodified Program or a work based on
10009 the Program.
10010
10011 To "propagate" a work means to do anything with it that, without
10012 permission, would make you directly or secondarily liable for
10013 infringement under applicable copyright law, except executing it on a
10014 computer or modifying a private copy. Propagation includes copying,
10015 distribution (with or without modification), making available to the
10016 public, and in some countries other activities as well.
10017
10018 To "convey" a work means any kind of propagation that enables other
10019 parties to make or receive copies. Mere interaction with a user through
10020 a computer network, with no transfer of a copy, is not conveying.
10021
10022 An interactive user interface displays "Appropriate Legal Notices" to
10023 the extent that it includes a convenient and prominently visible feature
10024 that (1) displays an appropriate copyright notice, and (2) tells the
10025 user that there is no warranty for the work (except to the extent that
10026 warranties are provided), that licensees may convey the work under this
10027 License, and how to view a copy of this License. If the interface
10028 presents a list of user commands or options, such as a menu, a prominent
10029 item in the list meets this criterion.
10030
10031 **1. Source Code.**
10032
10033 The "source code" for a work means the preferred form of the work for
10034 making modifications to it. "Object code" means any non-source form of a
10035 work.
10036
10037 A "Standard Interface" means an interface that either is an official
10038 standard defined by a recognized standards body, or, in the case of
10039 interfaces specified for a particular programming language, one that is
10040 widely used among developers working in that language.
10041
10042 The "System Libraries" of an executable work include anything, other
10043 than the work as a whole, that (a) is included in the normal form of
10044 packaging a Major Component, but which is not part of that Major
10045 Component, and (b) serves only to enable use of the work with that Major
10046 Component, or to implement a Standard Interface for which an
10047 implementation is available to the public in source code form. A "Major
10048 Component", in this context, means a major essential component (kernel,
10049 window system, and so on) of the specific operating system (if any) on
10050 which the executable work runs, or a compiler used to produce the work,
10051 or an object code interpreter used to run it.
10052
10053 The "Corresponding Source" for a work in object code form means all the
10054 source code needed to generate, install, and (for an executable work)
10055 run the object code and to modify the work, including scripts to control
10056 those activities. However, it does not include the work's System
10057 Libraries, or general-purpose tools or generally available free programs
10058 which are used unmodified in performing those activities but which are
10059 not part of the work. For example, Corresponding Source includes
10060 interface definition files associated with source files for the work,
10061 and the source code for shared libraries and dynamically linked
10062 subprograms that the work is specifically designed to require, such as
10063 by intimate data communication or control flow between those subprograms
10064 and other parts of the work.
10065
10066 The Corresponding Source need not include anything that users can
10067 regenerate automatically from other parts of the Corresponding Source.
10068
10069 The Corresponding Source for a work in source code form is that same
10070 work.
10071
10072 **2. Basic Permissions.**
10073
10074 All rights granted under this License are granted for the term of
10075 copyright on the Program, and are irrevocable provided the stated
10076 conditions are met. This License explicitly affirms your unlimited
10077 permission to run the unmodified Program. The output from running a
10078 covered work is covered by this License only if the output, given its
10079 content, constitutes a covered work. This License acknowledges your
10080 rights of fair use or other equivalent, as provided by copyright law.
10081
10082 You may make, run and propagate covered works that you do not convey,
10083 without conditions so long as your license otherwise remains in force.
10084 You may convey covered works to others for the sole purpose of having
10085 them make modifications exclusively for you, or provide you with
10086 facilities for running those works, provided that you comply with the
10087 terms of this License in conveying all material for which you do not
10088 control copyright. Those thus making or running the covered works for
10089 you must do so exclusively on your behalf, under your direction and
10090 control, on terms that prohibit them from making any copies of your
10091 copyrighted material outside their relationship with you.
10092
10093 Conveying under any other circumstances is permitted solely under the
10094 conditions stated below. Sublicensing is not allowed; section 10 makes
10095 it unnecessary.
10096
10097 **3. Protecting Users' Legal Rights From Anti-Circumvention Law.**
10098
10099 No covered work shall be deemed part of an effective technological
10100 measure under any applicable law fulfilling obligations under article 11
10101 of the WIPO copyright treaty adopted on 20 December 1996, or similar
10102 laws prohibiting or restricting circumvention of such measures.
10103
10104 When you convey a covered work, you waive any legal power to forbid
10105 circumvention of technological measures to the extent such circumvention
10106 is effected by exercising rights under this License with respect to the
10107 covered work, and you disclaim any intention to limit operation or
10108 modification of the work as a means of enforcing, against the work's
10109 users, your or third parties' legal rights to forbid circumvention of
10110 technological measures.
10111
10112 **4. Conveying Verbatim Copies.**
10113
10114 You may convey verbatim copies of the Program's source code as you
10115 receive it, in any medium, provided that you conspicuously and
10116 appropriately publish on each copy an appropriate copyright notice; keep
10117 intact all notices stating that this License and any non-permissive
10118 terms added in accord with section 7 apply to the code; keep intact all
10119 notices of the absence of any warranty; and give all recipients a copy
10120 of this License along with the Program.
10121
10122 You may charge any price or no price for each copy that you convey, and
10123 you may offer support or warranty protection for a fee.
10124
10125 **5. Conveying Modified Source Versions.**
10126
10127 You may convey a work based on the Program, or the modifications to
10128 produce it from the Program, in the form of source code under the terms
10129 of section 4, provided that you also meet all of these conditions:
10130
10131 a. The work must carry prominent notices stating that you modified it,
10132    and giving a relevant date.
10133
10134 b. The work must carry prominent notices stating that it is released
10135    under this License and any conditions added under section 7. This
10136    requirement modifies the requirement in section 4 to "keep intact all
10137    notices".
10138
10139 c. You must license the entire work, as a whole, under this License to
10140    anyone who comes into possession of a copy. This License will
10141    therefore apply, along with any applicable section 7 additional
10142    terms, to the whole of the work, and all its parts, regardless of how
10143    they are packaged. This License gives no permission to license the
10144    work in any other way, but it does not invalidate such permission if
10145    you have separately received it.
10146
10147 d. If the work has interactive user interfaces, each must display
10148    Appropriate Legal Notices; however, if the Program has interactive
10149    interfaces that do not display Appropriate Legal Notices, your work
10150    need not make them do so.
10151
10152 A compilation of a covered work with other separate and independent
10153 works, which are not by their nature extensions of the covered work, and
10154 which are not combined with it such as to form a larger program, in or
10155 on a volume of a storage or distribution medium, is called an
10156 "aggregate" if the compilation and its resulting copyright are not used
10157 to limit the access or legal rights of the compilation's users beyond
10158 what the individual works permit. Inclusion of a covered work in an
10159 aggregate does not cause this License to apply to the other parts of the
10160 aggregate.
10161
10162 **6. Conveying Non-Source Forms.**
10163
10164 You may convey a covered work in object code form under the terms of
10165 sections 4 and 5, provided that you also convey the machine-readable
10166 Corresponding Source under the terms of this License, in one of these
10167 ways:
10168
10169 a. Convey the object code in, or embodied in, a physical product
10170    (including a physical distribution medium), accompanied by the
10171    Corresponding Source fixed on a durable physical medium customarily
10172    used for software interchange.
10173
10174 b. Convey the object code in, or embodied in, a physical product
10175    (including a physical distribution medium), accompanied by a written
10176    offer, valid for at least three years and valid for as long as you
10177    offer spare parts or customer support for that product model, to give
10178    anyone who possesses the object code either (1) a copy of the
10179    Corresponding Source for all the software in the product that is
10180    covered by this License, on a durable physical medium customarily
10181    used for software interchange, for a price no more than your
10182    reasonable cost of physically performing this conveying of source, or
10183    (2) access to copy the Corresponding Source from a network server at
10184    no charge.
10185
10186 c. Convey individual copies of the object code with a copy of the
10187    written offer to provide the Corresponding Source. This alternative
10188    is allowed only occasionally and noncommercially, and only if you
10189    received the object code with such an offer, in accord with
10190    subsection 6b.
10191
10192 d. Convey the object code by offering access from a designated place
10193    (gratis or for a charge), and offer equivalent access to the
10194    Corresponding Source in the same way through the same place at no
10195    further charge. You need not require recipients to copy the
10196    Corresponding Source along with the object code. If the place to copy
10197    the object code is a network server, the Corresponding Source may be
10198    on a different server (operated by you or a third party) that
10199    supports equivalent copying facilities, provided you maintain clear
10200    directions next to the object code saying where to find the
10201    Corresponding Source. Regardless of what server hosts the
10202    Corresponding Source, you remain obligated to ensure that it is
10203    available for as long as needed to satisfy these requirements.
10204
10205 e. Convey the object code using peer-to-peer transmission, provided you
10206    inform other peers where the object code and Corresponding Source of
10207    the work are being offered to the general public at no charge under
10208    subsection 6d.
10209
10210 A separable portion of the object code, whose source code is excluded
10211 from the Corresponding Source as a System Library, need not be included
10212 in conveying the object code work.
10213
10214 A "User Product" is either (1) a "consumer product", which means any
10215 tangible personal property which is normally used for personal, family,
10216 or household purposes, or (2) anything designed or sold for
10217 incorporation into a dwelling. In determining whether a product is a
10218 consumer product, doubtful cases shall be resolved in favor of coverage.
10219 For a particular product received by a particular user, "normally used"
10220 refers to a typical or common use of that class of product, regardless
10221 of the status of the particular user or of the way in which the
10222 particular user actually uses, or expects or is expected to use, the
10223 product. A product is a consumer product regardless of whether the
10224 product has substantial commercial, industrial or non-consumer uses,
10225 unless such uses represent the only significant mode of use of the
10226 product.
10227
10228 "Installation Information" for a User Product means any methods,
10229 procedures, authorization keys, or other information required to install
10230 and execute modified versions of a covered work in that User Product
10231 from a modified version of its Corresponding Source. The information
10232 must suffice to ensure that the continued functioning of the modified
10233 object code is in no case prevented or interfered with solely because
10234 modification has been made.
10235
10236 If you convey an object code work under this section in, or with, or
10237 specifically for use in, a User Product, and the conveying occurs as
10238 part of a transaction in which the right of possession and use of the
10239 User Product is transferred to the recipient in perpetuity or for a
10240 fixed term (regardless of how the transaction is characterized), the
10241 Corresponding Source conveyed under this section must be accompanied by
10242 the Installation Information. But this requirement does not apply if
10243 neither you nor any third party retains the ability to install modified
10244 object code on the User Product (for example, the work has been
10245 installed in ROM).
10246
10247 The requirement to provide Installation Information does not include a
10248 requirement to continue to provide support service, warranty, or updates
10249 for a work that has been modified or installed by the recipient, or for
10250 the User Product in which it has been modified or installed. Access to a
10251 network may be denied when the modification itself materially and
10252 adversely affects the operation of the network or violates the rules and
10253 protocols for communication across the network.
10254
10255 Corresponding Source conveyed, and Installation Information provided, in
10256 accord with this section must be in a format that is publicly documented
10257 (and with an implementation available to the public in source code
10258 form), and must require no special password or key for unpacking,
10259 reading or copying.
10260
10261 **7. Additional Terms.**
10262
10263 "Additional permissions" are terms that supplement the terms of this
10264 License by making exceptions from one or more of its conditions.
10265 Additional permissions that are applicable to the entire Program shall
10266 be treated as though they were included in this License, to the extent
10267 that they are valid under applicable law. If additional permissions
10268 apply only to part of the Program, that part may be used separately
10269 under those permissions, but the entire Program remains governed by this
10270 License without regard to the additional permissions.
10271
10272 When you convey a copy of a covered work, you may at your option remove
10273 any additional permissions from that copy, or from any part of it.
10274 (Additional permissions may be written to require their own removal in
10275 certain cases when you modify the work.) You may place additional
10276 permissions on material, added by you to a covered work, for which you
10277 have or can give appropriate copyright permission.
10278
10279 Notwithstanding any other provision of this License, for material you
10280 add to a covered work, you may (if authorized by the copyright holders
10281 of that material) supplement the terms of this License with terms:
10282
10283 a. Disclaiming warranty or limiting liability differently from the terms
10284    of sections 15 and 16 of this License; or
10285
10286 b. Requiring preservation of specified reasonable legal notices or
10287    author attributions in that material or in the Appropriate Legal
10288    Notices displayed by works containing it; or
10289
10290 c. Prohibiting misrepresentation of the origin of that material, or
10291    requiring that modified versions of such material be marked in
10292    reasonable ways as different from the original version; or
10293
10294 d. Limiting the use for publicity purposes of names of licensors or
10295    authors of the material; or
10296
10297 e. Declining to grant rights under trademark law for use of some trade
10298    names, trademarks, or service marks; or
10299
10300 f. Requiring indemnification of licensors and authors of that material
10301    by anyone who conveys the material (or modified versions of it) with
10302    contractual assumptions of liability to the recipient, for any
10303    liability that these contractual assumptions directly impose on those
10304    licensors and authors.
10305
10306 All other non-permissive additional terms are considered "further
10307 restrictions" within the meaning of section 10. If the Program as you
10308 received it, or any part of it, contains a notice stating that it is
10309 governed by this License along with a term that is a further
10310 restriction, you may remove that term. If a license document contains a
10311 further restriction but permits relicensing or conveying under this
10312 License, you may add to a covered work material governed by the terms of
10313 that license document, provided that the further restriction does not
10314 survive such relicensing or conveying.
10315
10316 If you add terms to a covered work in accord with this section, you must
10317 place, in the relevant source files, a statement of the additional terms
10318 that apply to those files, or a notice indicating where to find the
10319 applicable terms.
10320
10321 Additional terms, permissive or non-permissive, may be stated in the
10322 form of a separately written license, or stated as exceptions; the above
10323 requirements apply either way.
10324
10325 **8. Termination.**
10326
10327 You may not propagate or modify a covered work except as expressly
10328 provided under this License. Any attempt otherwise to propagate or
10329 modify it is void, and will automatically terminate your rights under
10330 this License (including any patent licenses granted under the third
10331 paragraph of section 11).
10332
10333 However, if you cease all violation of this License, then your license
10334 from a particular copyright holder is reinstated (a) provisionally,
10335 unless and until the copyright holder explicitly and finally terminates
10336 your license, and (b) permanently, if the copyright holder fails to
10337 notify you of the violation by some reasonable means prior to 60 days
10338 after the cessation.
10339
10340 Moreover, your license from a particular copyright holder is reinstated
10341 permanently if the copyright holder notifies you of the violation by
10342 some reasonable means, this is the first time you have received notice
10343 of violation of this License (for any work) from that copyright holder,
10344 and you cure the violation prior to 30 days after your receipt of the
10345 notice.
10346
10347 Termination of your rights under this section does not terminate the
10348 licenses of parties who have received copies or rights from you under
10349 this License. If your rights have been terminated and not permanently
10350 reinstated, you do not qualify to receive new licenses for the same
10351 material under section 10.
10352
10353 **9. Acceptance Not Required for Having Copies.**
10354
10355 You are not required to accept this License in order to receive or run a
10356 copy of the Program. Ancillary propagation of a covered work occurring
10357 solely as a consequence of using peer-to-peer transmission to receive a
10358 copy likewise does not require acceptance. However, nothing other than
10359 this License grants you permission to propagate or modify any covered
10360 work. These actions infringe copyright if you do not accept this
10361 License. Therefore, by modifying or propagating a covered work, you
10362 indicate your acceptance of this License to do so.
10363
10364 **10. Automatic Licensing of Downstream Recipients.**
10365
10366 Each time you convey a covered work, the recipient automatically
10367 receives a license from the original licensors, to run, modify and
10368 propagate that work, subject to this License. You are not responsible
10369 for enforcing compliance by third parties with this License.
10370
10371 An "entity transaction" is a transaction transferring control of an
10372 organization, or substantially all assets of one, or subdividing an
10373 organization, or merging organizations. If propagation of a covered work
10374 results from an entity transaction, each party to that transaction who
10375 receives a copy of the work also receives whatever licenses to the work
10376 the party's predecessor in interest had or could give under the previous
10377 paragraph, plus a right to possession of the Corresponding Source of the
10378 work from the predecessor in interest, if the predecessor has it or can
10379 get it with reasonable efforts.
10380
10381 You may not impose any further restrictions on the exercise of the
10382 rights granted or affirmed under this License. For example, you may not
10383 impose a license fee, royalty, or other charge for exercise of rights
10384 granted under this License, and you may not initiate litigation
10385 (including a cross-claim or counterclaim in a lawsuit) alleging that any
10386 patent claim is infringed by making, using, selling, offering for sale,
10387 or importing the Program or any portion of it.
10388
10389 **11. Patents.**
10390
10391 A "contributor" is a copyright holder who authorizes use under this
10392 License of the Program or a work on which the Program is based. The work
10393 thus licensed is called the contributor's "contributor version".
10394
10395 A contributor's "essential patent claims" are all patent claims owned or
10396 controlled by the contributor, whether already acquired or hereafter
10397 acquired, that would be infringed by some manner, permitted by this
10398 License, of making, using, or selling its contributor version, but do
10399 not include claims that would be infringed only as a consequence of
10400 further modification of the contributor version. For purposes of this
10401 definition, "control" includes the right to grant patent sublicenses in
10402 a manner consistent with the requirements of this License.
10403
10404 Each contributor grants you a non-exclusive, worldwide, royalty-free
10405 patent license under the contributor's essential patent claims, to make,
10406 use, sell, offer for sale, import and otherwise run, modify and
10407 propagate the contents of its contributor version.
10408
10409 In the following three paragraphs, a "patent license" is any express
10410 agreement or commitment, however denominated, not to enforce a patent
10411 (such as an express permission to practice a patent or covenant not to
10412 sue for patent infringement). To "grant" such a patent license to a
10413 party means to make such an agreement or commitment not to enforce a
10414 patent against the party.
10415
10416 If you convey a covered work, knowingly relying on a patent license, and
10417 the Corresponding Source of the work is not available for anyone to
10418 copy, free of charge and under the terms of this License, through a
10419 publicly available network server or other readily accessible means,
10420 then you must either (1) cause the Corresponding Source to be so
10421 available, or (2) arrange to deprive yourself of the benefit of the
10422 patent license for this particular work, or (3) arrange, in a manner
10423 consistent with the requirements of this License, to extend the patent
10424 license to downstream recipients. "Knowingly relying" means you have
10425 actual knowledge that, but for the patent license, your conveying the
10426 covered work in a country, or your recipient's use of the covered work
10427 in a country, would infringe one or more identifiable patents in that
10428 country that you have reason to believe are valid.
10429
10430 If, pursuant to or in connection with a single transaction or
10431 arrangement, you convey, or propagate by procuring conveyance of, a
10432 covered work, and grant a patent license to some of the parties
10433 receiving the covered work authorizing them to use, propagate, modify or
10434 convey a specific copy of the covered work, then the patent license you
10435 grant is automatically extended to all recipients of the covered work
10436 and works based on it.
10437
10438 A patent license is "discriminatory" if it does not include within the
10439 scope of its coverage, prohibits the exercise of, or is conditioned on
10440 the non-exercise of one or more of the rights that are specifically
10441 granted under this License. You may not convey a covered work if you are
10442 a party to an arrangement with a third party that is in the business of
10443 distributing software, under which you make payment to the third party
10444 based on the extent of your activity of conveying the work, and under
10445 which the third party grants, to any of the parties who would receive
10446 the covered work from you, a discriminatory patent license (a) in
10447 connection with copies of the covered work conveyed by you (or copies
10448 made from those copies), or (b) primarily for and in connection with
10449 specific products or compilations that contain the covered work, unless
10450 you entered into that arrangement, or that patent license was granted,
10451 prior to 28 March 2007.
10452
10453 Nothing in this License shall be construed as excluding or limiting any
10454 implied license or other defenses to infringement that may otherwise be
10455 available to you under applicable patent law.
10456
10457 **12. No Surrender of Others' Freedom.**
10458
10459 If conditions are imposed on you (whether by court order, agreement or
10460 otherwise) that contradict the conditions of this License, they do not
10461 excuse you from the conditions of this License. If you cannot convey a
10462 covered work so as to satisfy simultaneously your obligations under this
10463 License and any other pertinent obligations, then as a consequence you
10464 may not convey it at all. For example, if you agree to terms that
10465 obligate you to collect a royalty for further conveying from those to
10466 whom you convey the Program, the only way you could satisfy both those
10467 terms and this License would be to refrain entirely from conveying the
10468 Program.
10469
10470 **13. Use with the GNU Affero General Public License.**
10471
10472 Notwithstanding any other provision of this License, you have permission
10473 to link or combine any covered work with a work licensed under version 3
10474 of the GNU Affero General Public License into a single combined work,
10475 and to convey the resulting work. The terms of this License will
10476 continue to apply to the part which is the covered work, but the special
10477 requirements of the GNU Affero General Public License, section 13,
10478 concerning interaction through a network will apply to the combination
10479 as such.
10480
10481 **14. Revised Versions of this License.**
10482
10483 The Free Software Foundation may publish revised and/or new versions of
10484 the GNU General Public License from time to time. Such new versions will
10485 be similar in spirit to the present version, but may differ in detail to
10486 address new problems or concerns.
10487
10488 Each version is given a distinguishing version number. If the Program
10489 specifies that a certain numbered version of the GNU General Public
10490 License "or any later version" applies to it, you have the option of
10491 following the terms and conditions either of that numbered version or of
10492 any later version published by the Free Software Foundation. If the
10493 Program does not specify a version number of the GNU General Public
10494 License, you may choose any version ever published by the Free Software
10495 Foundation.
10496
10497 If the Program specifies that a proxy can decide which future versions
10498 of the GNU General Public License can be used, that proxy's public
10499 statement of acceptance of a version permanently authorizes you to
10500 choose that version for the Program.
10501
10502 Later license versions may give you additional or different permissions.
10503 However, no additional obligations are imposed on any author or
10504 copyright holder as a result of your choosing to follow a later version.
10505
10506 **15. Disclaimer of Warranty.**
10507
10508 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
10509 APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
10510 HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
10511 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
10512 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
10513 PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
10514 THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
10515 THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
10516
10517 **16. Limitation of Liability.**
10518
10519 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
10520 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
10521 CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
10522 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
10523 ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
10524 NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
10525 SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
10526 WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
10527 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
10528
10529 **17. Interpretation of Sections 15 and 16.**
10530
10531 If the disclaimer of warranty and limitation of liability provided above
10532 cannot be given local legal effect according to their terms, reviewing
10533 courts shall apply local law that most closely approximates an absolute
10534 waiver of all civil liability in connection with the Program, unless a
10535 warranty or assumption of liability accompanies a copy of the Program in
10536 return for a fee.
10537
10538 **END OF TERMS AND CONDITIONS**
10539
10540 **How to Apply These Terms to Your New Programs**
10541
10542 If you develop a new program, and you want it to be of the greatest
10543 possible use to the public, the best way to achieve this is to make it
10544 free software which everyone can redistribute and change under these
10545 terms.
10546
10547 To do so, attach the following notices to the program. It is safest to
10548 attach them to the start of each source file to most effectively state
10549 the exclusion of warranty; and each file should have at least the
10550 "copyright" line and a pointer to where the full notice is found.
10551
10552 ::
10553
10554     one line to give the program's name and a brief idea of what it does.
10555     Copyright (C) year name of author
10556
10557     This program is free software: you can redistribute it and/or modify
10558     it under the terms of the GNU General Public License as published by
10559     the Free Software Foundation, either version 3 of the License, or
10560     (at your option) any later version.
10561
10562     This program is distributed in the hope that it will be useful,
10563     but WITHOUT ANY WARRANTY; without even the implied warranty of
10564     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10565     GNU General Public License for more details.
10566
10567     You should have received a copy of the GNU General Public License
10568     along with this program.  If not, see http://www.gnu.org/licenses/.
10569
10570
10571 Also add information on how to contact you by electronic and paper mail.
10572
10573 If the program does terminal interaction, make it output a short notice
10574 like this when it starts in an interactive mode:
10575
10576 ::
10577
10578     program Copyright (C) year name of author
10579     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
10580     This is free software, and you are welcome to redistribute it
10581     under certain conditions; type `show c' for details.
10582
10583
10584 The hypothetical commands \`\ ``show w``' and \`\ ``show c``' should
10585 show the appropriate parts of the General Public License. Of course,
10586 your program's commands might be different; for a GUI interface, you
10587 would use an "about box".
10588
10589 You should also get your employer (if you work as a programmer) or
10590 school, if any, to sign a "copyright disclaimer" for the program, if
10591 necessary. For more information on this, and how to apply and follow the
10592 GNU GPL, see http://www.gnu.org/licenses/.
10593
10594 The GNU General Public License does not permit incorporating your
10595 program into proprietary programs. If your program is a subroutine
10596 library, you may consider it more useful to permit linking proprietary
10597 applications with the library. If this is what you want to do, use the
10598 GNU Lesser General Public License instead of this License. But first,
10599 please read http://www.gnu.org/philosophy/why-not-lgpl.html.
10600
10601 .. |image0| image:: images/admin/globalprefs/prefsearch.png
10602 .. |image1| image:: images/admin/globalprefs/prefsearch1.png
10603 .. |image2| image:: images/admin/globalprefs/saveallprefs.png
10604 .. |image3| image:: images/admin/globalprefs/saveconfirmation.png
10605 .. |image4| image:: images/admin/globalprefs/sortprefs.png
10606 .. |image5| image:: images/admin/globalprefs/Google/2newproject.png
10607 .. |image6| image:: images/admin/globalprefs/Google/3identity.png
10608 .. |image7| image:: images/admin/globalprefs/Google/4enable.png
10609 .. |image8| image:: images/admin/globalprefs/Google/5consent.png
10610 .. |image9| image:: images/admin/globalprefs/Google/6credtype.png
10611 .. |image10| image:: images/admin/globalprefs/Google/7creds.png
10612 .. |image11| image:: images/admin/globalprefs/Google/8oauth.png
10613 .. |image12| image:: images/admin/globalprefs/Google/7creds.png
10614 .. |image13| image:: images/admin/globalprefs/persona.png
10615 .. |image14| image:: images/admin/globalprefs/AuthDisplayHierarchy.png
10616 .. |image15| image:: images/admin/globalprefs/hide_marc-display.png
10617 .. |image16| image:: images/admin/globalprefs/hide_marc-dont.png
10618 .. |image17| image:: images/admin/globalprefs/LabelMARCView-do.png
10619 .. |image18| image:: images/admin/globalprefs/LabelMARCView-dont.png
10620 .. |image19| image:: images/admin/globalprefs/SeparateHoldings.png
10621 .. |image20| image:: images/admin/globalprefs/advancedMARCeditor-display.png
10622 .. |image21| image:: images/admin/globalprefs/advancedMARCeditor-dontdisplay.png
10623 .. |image22| image:: images/admin/globalprefs/AlternateHoldingsField.png
10624 .. |image23| image:: images/admin/globalprefs/item-level_itypes.png
10625 .. |image24| image:: images/admin/globalprefs/SpineLabelShowPrintOnBibDetails.png
10626 .. |image25| image:: images/admin/globalprefs/AgeRestrictionOverride.png
10627 .. |image26| image:: images/admin/globalprefs/AgeRestrictionMarker.png
10628 .. |image27| image:: images/admin/globalprefs/AllowTooManyOverride-yes.png
10629 .. |image28| image:: images/admin/globalprefs/AllowTooManyOverride-no.png
10630 .. |image29| image:: images/admin/globalprefs/IssueLostItem-msg.png
10631 .. |image30| image:: images/admin/globalprefs/IssueLostItem-confirm.png
10632 .. |image31| image:: images/admin/globalprefs/OnSiteCheckoutsForce.png
10633 .. |image32| image:: images/admin/globalprefs/decreaseLoanHighHoldsDuration.png
10634 .. |image33| image:: images/admin/globalprefs/CircAutocompl.png
10635 .. |image34| image:: images/admin/globalprefs/FilterBeforeOverdueReport.png
10636 .. |image35| image:: images/admin/globalprefs/FineNotifyAtCheckin.png
10637 .. |image36| image:: images/admin/globalprefs/DisplayClearScreenButtonOff.png
10638 .. |image37| image:: images/admin/globalprefs/DisplayClearScreenButton.png
10639 .. |image38| image:: images/admin/globalprefs/ExportRemoveFields.png
10640 .. |image39| image:: images/admin/globalprefs/ExportWithCsvProfile.png
10641 .. |image40| image:: images/admin/globalprefs/itemBarcodeFallbackSearch.png
10642 .. |image41| image:: images/admin/globalprefs/SpecifyDueDate.png
10643 .. |image42| image:: images/admin/globalprefs/SpecifyDueDate-no.png
10644 .. |image43| image:: images/admin/globalprefs/WaitingNotifyAtCheckin.png
10645 .. |image44| image:: images/circ/selfcheckout.png
10646 .. |image45| image:: images/circ/SelfCheckoutByLogin.png
10647 .. |image46| image:: images/admin/globalprefs/editionstab.png
10648 .. |image47| image:: images/admin/globalprefs/editions.png
10649 .. |image48| image:: images/admin/globalprefs/Babeltheque.png
10650 .. |image49| image:: images/admin/globalprefs/HTML5MediaEnabled-opac.png
10651 .. |image50| image:: images/admin/globalprefs/HTML5MediaEnabled-staff.png
10652 .. |image51| image:: images/admin/globalprefs/IDreamBooksReadometer.png
10653 .. |image52| image:: images/admin/globalprefs/IDreamBooksResults.png
10654 .. |image53| image:: images/admin/globalprefs/IDreamBooksReviews.png
10655 .. |image54| image:: images/admin/globalprefs/AllowMultipleCovers.png
10656 .. |image55| image:: images/admin/globalprefs/novelisttab.png
10657 .. |image56| image:: images/admin/globalprefs/novelistside.png
10658 .. |image57| image:: images/admin/globalprefs/Overdrive.png
10659 .. |image58| image:: images/admin/globalprefs/TagsInputOnList.png
10660 .. |image59| image:: images/admin/globalprefs/TagsInputOnDetail.png
10661 .. |image60| image:: images/admin/globalprefs/alphabet.png
10662 .. |image61| image:: images/admin/globalprefs/opaclanguagesdisplay.png
10663 .. |image62| image:: images/admin/globalprefs/DisplayOPACiconsXSLT.png
10664 .. |image63| image:: images/admin/globalprefs/hidelostitems.png
10665 .. |image64| image:: images/admin/globalprefs/LibraryName.png
10666 .. |image65| image:: images/admin/globalprefs/OpacAddMastheadLibraryPulldown-add.png
10667 .. |image66| image:: images/admin/globalprefs/OpacAddMastheadLibraryPulldown-dontadd.png
10668 .. |image67| image:: images/admin/globalprefs/OPACBaseURL.png
10669 .. |image68| image:: images/admin/globalprefs/opaccredits-html.png
10670 .. |image69| image:: images/admin/globalprefs/opaccredits.png
10671 .. |image70| image:: images/admin/globalprefs/OPACDisplay856uAsImage.png
10672 .. |image71| image:: images/admin/globalprefs/856imagemarc.png
10673 .. |image72| image:: images/admin/globalprefs/favicon.png
10674 .. |image73| image:: images/admin/globalprefs/opacheader-html.png
10675 .. |image74| image:: images/admin/globalprefs/opacheader.png
10676 .. |image75| image:: images/admin/globalprefs/OpacKohaUrl.png
10677 .. |image76| image:: images/admin/globalprefs/opacmaintenance.png
10678 .. |image77| image:: images/admin/globalprefs/OpacMainUserBlock.png
10679 .. |image78| image:: images/admin/globalprefs/OPACMySummaryHTML.png
10680 .. |image79| image:: images/admin/globalprefs/OpacNav.png
10681 .. |image80| image:: images/admin/globalprefs/OpacNavBottom.png
10682 .. |image81| image:: images/admin/globalprefs/OpacNavRight.png
10683 .. |image82| image:: images/admin/globalprefs/OPACNoResultsFound.png
10684 .. |image83| image:: images/admin/globalprefs/OpacSeparateHoldings.png
10685 .. |image84| image:: images/admin/globalprefs/OPACShowBarcode-noshow.png
10686 .. |image85| image:: images/admin/globalprefs/OPACShowBarcode-show.png
10687 .. |image86| image:: images/admin/globalprefs/OPACShowHoldQueueDetails-showholds.png
10688 .. |image87| image:: images/admin/globalprefs/OPACShowHoldQueueDetails-priority.png
10689 .. |image88| image:: images/admin/globalprefs/OpacShowRecentComments.png
10690 .. |image89| image:: images/admin/globalprefs/OpacStarRatings-details.png
10691 .. |image90| image:: images/admin/globalprefs/OpacStarRatings-results.png
10692 .. |image91| image:: images/admin/globalprefs/opacuserjs-before.png
10693 .. |image92| image:: images/admin/globalprefs/opacuserjs.png
10694 .. |image93| image:: images/admin/globalprefs/opacuserjs-after.png
10695 .. |image94| image:: images/admin/globalprefs/authoritysearch.png
10696 .. |image95| image:: images/admin/globalprefs/OpacBrowseResults.png
10697 .. |image96| image:: images/admin/globalprefs/OpacHoldNotes.png
10698 .. |image97| image:: images/admin/globalprefs/OPACPatronDetails.png
10699 .. |image98| image:: images/admin/globalprefs/OPACPatronDetails-approve.png
10700 .. |image99| image:: images/admin/globalprefs/OpacTopissue.png
10701 .. |image100| image:: images/admin/globalprefs/topissues.png
10702 .. |image101| image:: images/admin/globalprefs/ShowReviewerPhoto.png
10703 .. |image102| image:: images/admin/globalprefs/SocialNetworks.png
10704 .. |image103| image:: images/admin/globalprefs/PatronSelfRegistration.png
10705 .. |image104| image:: images/admin/globalprefs/OPACShelfBrowser.png
10706 .. |image105| image:: images/admin/globalprefs/SMSSendDriver.png
10707 .. |image106| image:: images/admin/globalprefs/StatisticsFields.png
10708 .. |image107| image:: images/admin/globalprefs/displayFacetCount.png
10709 .. |image108| image:: images/admin/globalprefs/AdvancedSearchTypes.png
10710 .. |image109| image:: images/admin/globalprefs/opacSerialDefaultTab-colltab.png
10711 .. |image110| image:: images/admin/globalprefs/opacSerialDefaultTab-subtab.png
10712 .. |image111| image:: images/admin/globalprefs/SubscriptionHistory-brief.png
10713 .. |image112| image:: images/admin/globalprefs/SubscriptionHistory-full.png
10714 .. |image113| image:: images/admin/globalprefs/Display856uAsImage.png
10715 .. |image114| image:: images/admin/globalprefs/856imagemarc.png
10716 .. |image115| image:: images/admin/globalprefs/DisplayIconsXSLT.png
10717 .. |image116| image:: images/admin/globalprefs/favicon.png
10718 .. |image117| image:: images/admin/globalprefs/IntranetmainUserblock-html.png
10719 .. |image118| image:: images/admin/globalprefs/IntranetmainUserblock.png
10720 .. |image119| image:: images/admin/globalprefs/XSLTDetailsDisplay-off.png
10721 .. |image120| image:: images/admin/globalprefs/XSLTDetailsDisplay-on.png
10722 .. |image121| image:: images/admin/globalprefs/StaffDetailItemSelection.png
10723 .. |image122| image:: images/admin/basicparams/librarylist.png
10724 .. |image123| image:: images/admin/basicparams/grouplists.png
10725 .. |image124| image:: images/admin/basicparams/newlibrary.png
10726 .. |image125| image:: images/admin/basicparams/librarycontact.png
10727 .. |image126| image:: images/admin/basicparams/librarylink.png
10728 .. |image127| image:: images/admin/basicparams/opacinfo.png
10729 .. |image128| image:: images/admin/basicparams/cannotdeletelibrary.png
10730 .. |image129| image:: images/admin/basicparams/addlibgroup.png
10731 .. |image130| image:: images/admin/basicparams/searchgroup.png
10732 .. |image131| image:: images/admin/basicparams/stafflibgroupsearch.png
10733 .. |image132| image:: images/admin/basicparams/groupproperties.png
10734 .. |image133| image:: images/admin/basicparams/addlibrarytogroup.png
10735 .. |image134| image:: images/admin/basicparams/itemtypes.png
10736 .. |image135| image:: images/admin/basicparams/additemtype.png
10737 .. |image136| image:: images/admin/basicparams/itemtype-msgsetup.png
10738 .. |image137| image:: images/admin/basicparams/itemtype-msg.png
10739 .. |image138| image:: images/admin/basicparams/itemtype-alert.png
10740 .. |image139| image:: images/admin/basicparams/newitemtype.png
10741 .. |image140| image:: images/admin/basicparams/nodeleteitemtype.png
10742 .. |image141| image:: images/admin/basicparams/bor_notes.png
10743 .. |image142| image:: images/admin/basicparams/report_group.png
10744 .. |image143| image:: images/admin/basicparams/report_subgroup.png
10745 .. |image144| image:: images/admin/basicparams/addauthcat.png
10746 .. |image145| image:: images/admin/basicparams/authvallist.png
10747 .. |image146| image:: images/admin/basicparams/addauthvalue.png
10748 .. |image147| image:: images/admin/basicparams/authvals.png
10749 .. |image148| image:: images/admin/patroncirc/patroncatlist.png
10750 .. |image149| image:: images/admin/patroncirc/newpatroncat.png
10751 .. |image150| image:: images/admin/patroncirc/patcaterror.png
10752 .. |image151| image:: images/admin/patroncirc/patcaterror.png
10753 .. |image152| image:: images/admin/patroncirc/patcaterror.png
10754 .. |image153| image:: images/admin/patroncirc/hidelostitemspatron.png
10755 .. |image154| image:: images/admin/patroncirc/patroncatpulldown.png
10756 .. |image155| image:: images/admin/patroncirc/patcaterror.png
10757 .. |image156| image:: images/admin/patroncirc/selectissuinglibrary.png
10758 .. |image157| image:: images/admin/patroncirc/addcircrule.png
10759 .. |image158| image:: images/admin/patroncirc/editcircfine.png
10760 .. |image159| image:: images/admin/patroncirc/clonerules.png
10761 .. |image160| image:: images/admin/patroncirc/rulescloned.png
10762 .. |image161| image:: images/admin/patroncirc/defaultcheckholds.png
10763 .. |image162| image:: images/admin/patroncirc/checkoutsperpatron.png
10764 .. |image163| image:: images/admin/patroncirc/holdsperitem.png
10765 .. |image164| image:: images/admin/patroncirc/attributes.png
10766 .. |image165| image:: images/admin/patroncirc/addattribute.png
10767 .. |image166| image:: images/admin/patroncirc/showattribute.png
10768 .. |image167| image:: images/admin/patroncirc/pa_class.png
10769 .. |image168| image:: images/admin/patroncirc/patronattribute.png
10770 .. |image169| image:: images/admin/patroncirc/pa_class-patron.png
10771 .. |image170| image:: images/admin/patroncirc/deletepatronattr.png
10772 .. |image171| image:: images/admin/patroncirc/librarytransferselect.png
10773 .. |image172| image:: images/admin/patroncirc/collectcodes.png
10774 .. |image173| image:: images/admin/patroncirc/limittocollcode.png
10775 .. |image174| image:: images/admin/patroncirc/transferlimits.png
10776 .. |image175| image:: images/admin/patroncirc/transportcostmatrix.png
10777 .. |image176| image:: images/admin/patroncirc/librariesforalert.png
10778 .. |image177| image:: images/admin/patroncirc/alertmatrix.png
10779 .. |image178| image:: images/admin/patroncirc/newcity.png
10780 .. |image179| image:: images/admin/patroncirc/cities.png
10781 .. |image180| image:: images/admin/patroncirc/patroncity.png
10782 .. |image181| image:: images/admin/cataloging/frameworks.png
10783 .. |image182| image:: images/admin/cataloging/frameworkoptions.png
10784 .. |image183| image:: images/admin/cataloging/addframework.png
10785 .. |image184| image:: images/admin/cataloging/startnewframework.png
10786 .. |image185| image:: images/admin/cataloging/editframework.png
10787 .. |image186| image:: images/admin/cataloging/newtag.png
10788 .. |image187| image:: images/admin/cataloging/newtagform.png
10789 .. |image188| image:: images/admin/cataloging/subfieldslink.png
10790 .. |image189| image:: images/admin/cataloging/editfield.png
10791 .. |image190| image:: images/admin/cataloging/editsubfield.png
10792 .. |image191| image:: images/admin/cataloging/advancedoptsubfield.png
10793 .. |image192| image:: images/admin/cataloging/frameworkvisibility.png
10794 .. |image193| image:: images/admin/cataloging/otheroptssubfield.png
10795 .. |image194| image:: images/admin/cataloging/504auth.png
10796 .. |image195| image:: images/admin/cataloging/importexport.png
10797 .. |image196| image:: images/admin/cataloging/exportoptions.png
10798 .. |image197| image:: images/admin/cataloging/importexport.png
10799 .. |image198| image:: images/admin/cataloging/importfile.png
10800 .. |image199| image:: images/admin/cataloging/importconfirm.png
10801 .. |image200| image:: images/admin/cataloging/importtimer.png
10802 .. |image201| image:: images/admin/cataloging/kohamarcmapping.png
10803 .. |image202| image:: images/admin/cataloging/mapmarc.png
10804 .. |image203| image:: images/admin/cataloging/subtitlebookmapping.png
10805 .. |image204| image:: images/admin/cataloging/subtitledvdmapping.png
10806 .. |image205| image:: images/admin/cataloging/subtitlebookinopac.png
10807 .. |image206| image:: images/admin/cataloging/frameworktest.png
10808 .. |image207| image:: images/admin/cataloging/classsources.png
10809 .. |image208| image:: images/admin/cataloging/addclasssource.png
10810 .. |image209| image:: images/admin/cataloging/newmatchrule.png
10811 .. |image210| image:: images/admin/cataloging/samplematchrule.png
10812 .. |image211| image:: images/admin/cataloging/removematchcheck.png
10813 .. |image212| image:: images/admin/acquisitions/currencies.png
10814 .. |image213| image:: images/admin/acquisitions/nocurrency.png
10815 .. |image214| image:: images/admin/acquisitions/budgetslist.png
10816 .. |image215| image:: images/admin/acquisitions/newbudgetform.png
10817 .. |image216| image:: images/admin/acquisitions/budgetslist.png
10818 .. |image217| image:: images/admin/acquisitions/budgetslist.png
10819 .. |image218| image:: images/admin/acquisitions/duplicatebudget.png
10820 .. |image219| image:: images/admin/acquisitions/duplicatestartend.png
10821 .. |image220| image:: images/admin/acquisitions/closereport.png
10822 .. |image221| image:: images/admin/acquisitions/newfund.png
10823 .. |image222| image:: images/admin/acquisitions/newfundform.png
10824 .. |image223| image:: images/admin/acquisitions/restrictfund.png
10825 .. |image224| image:: images/admin/acquisitions/fundlist.png
10826 .. |image225| image:: images/admin/acquisitions/fundactions.png
10827 .. |image226| image:: images/admin/acquisitions/childfunds.png
10828 .. |image227| image:: images/admin/acquisitions/planningpulldown.png
10829 .. |image228| image:: images/admin/acquisitions/planningbymonths.png
10830 .. |image229| image:: images/admin/acquisitions/addplanningcol.png
10831 .. |image230| image:: images/admin/acquisitions/autofill.png
10832 .. |image231| image:: images/admin/acquisitions/planningcsv.png
10833 .. |image232| image:: images/admin/additional/z39list.png
10834 .. |image233| image:: images/admin/additional/newz39.png
10835 .. |image234| image:: images/admin/additional/newsru.png
10836 .. |image235| image:: images/admin/additional/didyoumean.png
10837 .. |image236| image:: images/admin/additional/didyoumeandrag.png
10838 .. |image237| image:: images/admin/additional/didyoumeanopacexplode.png
10839 .. |image238| image:: images/admin/additional/didyoumeanopacauth.png
10840 .. |image239| image:: images/admin/additional/columns.png
10841 .. |image240| image:: images/admin/additional/setcurrencynohide.png
10842 .. |image241| image:: images/admin/additional/currenciesnohide.png
10843 .. |image242| image:: images/admin/additional/setcurrencyhide.png
10844 .. |image243| image:: images/admin/additional/currencieshide.png
10845 .. |image244| image:: images/admin/additional/togglecolumns.png
10846 .. |image245| image:: images/tools/patronlists/patronlists.png
10847 .. |image246| image:: images/tools/patronlists/newpatronlist.png
10848 .. |image247| image:: images/tools/patronlists/addtopatronlist.png
10849 .. |image248| image:: images/tools/patronlists/addpatrontolist.png
10850 .. |image249| image:: images/tools/patronlists/patronstoadd.png
10851 .. |image250| image:: images/tools/patronlists/patronlist.png
10852 .. |image251| image:: images/tools/comments/commentswaiting.png
10853 .. |image252| image:: images/tools/comments/commentmoderation.png
10854 .. |image253| image:: images/tools/comments/nocomments.png
10855 .. |image254| image:: images/tools/comments/commentapproved.png
10856 .. |image255| image:: images/tools/importpatrons/importpatrons.png
10857 .. |image256| image:: images/tools/importpatrons/patronmatch.png
10858 .. |image257| image:: images/tools/importpatrons/patronmatching.png
10859 .. |image258| image:: images/tools/notices/notices.png
10860 .. |image259| image:: images/tools/notices/newnotice.png
10861 .. |image260| image:: images/tools/triggers.png
10862 .. |image261| image:: images/tools/patroncards/addlayout.png
10863 .. |image262| image:: images/tools/patroncards/units.png
10864 .. |image263| image:: images/tools/patroncards/managelayouts.png
10865 .. |image264| image:: images/tools/patroncards/newtemplate.png
10866 .. |image265| image:: images/tools/patroncards/edittemplate.png
10867 .. |image266| image:: images/tools/patroncards/units.png
10868 .. |image267| image:: images/tools/patroncards/managetemplates.png
10869 .. |image268| image:: images/tools/patroncards/newprofile.png
10870 .. |image269| image:: images/tools/patroncards/addprofile.png
10871 .. |image270| image:: images/tools/patroncards/units.png
10872 .. |image271| image:: images/tools/patroncards/manageprofiles.png
10873 .. |image272| image:: images/tools/patroncards/newbatch.png
10874 .. |image273| image:: images/tools/patroncards/cards.png
10875 .. |image274| image:: images/tools/patroncards/imageupload.png
10876 .. |image275| image:: images/tools/patroncards/imageuploaded.png
10877 .. |image276| image:: images/tools/patroncards/imagedelete.png
10878 .. |image277| image:: images/tools/anonymize/patronbulkdelete.png
10879 .. |image278| image:: images/tools/anonymize/patronanonconfirm.png
10880 .. |image279| image:: images/tools/anonymize/patronanoncomplete.png
10881 .. |image280| image:: images/tools/batchpatron/batchmodify.png
10882 .. |image281| image:: images/tools/batchpatron/modifyform.png
10883 .. |image282| image:: images/tools/batchpatron/attributes.png
10884 .. |image283| image:: images/tools/tagging/pendingtags.png
10885 .. |image284| image:: images/tools/tagging/tagpending.png
10886 .. |image285| image:: images/tools/tagging/tagsummary.png
10887 .. |image286| image:: images/tools/tagging/tagapproved.png
10888 .. |image287| image:: images/tools/tagging/tagblacklisttest-neither.png
10889 .. |image288| image:: images/tools/tagging/tagfilters.png
10890 .. |image289| image:: images/tools/patronphotos/uploadphotosfile.png
10891 .. |image290| image:: images/tools/patronphotos/uploadimagetool.png
10892 .. |image291| image:: images/tools/patronphotos/imageuploadconfirm.png
10893 .. |image292| image:: images/tools/rotatingcollections/rotatingcollectionnotice.png
10894 .. |image293| image:: images/tools/batchmod/batchmod.png
10895 .. |image294| image:: images/tools/batchmod/batchmodsummary.png
10896 .. |image295| image:: images/tools/batchmod/batchmodform.png
10897 .. |image296| image:: images/tools/batchmod/batchmodresults.png
10898 .. |image297| image:: images/tools/batchmod/editinbatch.png
10899 .. |image298| image:: images/tools/batchdelete/batchdel.png
10900 .. |image299| image:: images/tools/batchdelete/confirmbatchdel.png
10901 .. |image300| image:: images/tools/batchdelete/toomanytodelete.png
10902 .. |image301| image:: images/tools/batchdelete/nobatchdel.png
10903 .. |image302| image:: images/tools/batchdelete/batchdeldone.png
10904 .. |image303| image:: images/tools/batchbibmod/batchbibmod.png
10905 .. |image304| image:: images/tools/autoitemmodage/savedrule.png
10906 .. |image305| image:: images/tools/autoitemmodage/addeditrules.png
10907 .. |image306| image:: images/tools/autoitemmodage/ruleform.png
10908 .. |image307| image:: images/tools/autoitemmodage/savedrule.png
10909 .. |image308| image:: images/tools/exportmarc/marcexport-pt1.png
10910 .. |image309| image:: images/tools/exportmarc/fileexport.png
10911 .. |image310| image:: images/tools/exportmarc/marcexport-pt2.png
10912 .. |image311| image:: images/tools/exportmarc/marcexport-pt3.png
10913 .. |image312| image:: images/tools/exportmarc/authexport-pt1.png
10914 .. |image313| image:: images/tools/exportmarc/authexport-pt2.png
10915 .. |image314| image:: images/tools/exportmarc/authexport-pt3.png
10916 .. |image315| image:: images/tools/inventory/generateshelflist.png
10917 .. |image316| image:: images/tools/inventory/shelflist.png
10918 .. |image317| image:: images/tools/inventory/importbarcodes.png
10919 .. |image318| image:: images/tools/labelcreator/newtemplate.png
10920 .. |image319| image:: images/tools/labelcreator/labelform.png
10921 .. |image320| image:: images/tools/patroncards/units.png
10922 .. |image321| image:: images/tools/labelcreator/labeltemplates.png
10923 .. |image322| image:: images/tools/labelcreator/newprofile.png
10924 .. |image323| image:: images/tools/labelcreator/newprofileform.png
10925 .. |image324| image:: images/tools/patroncards/units.png
10926 .. |image325| image:: images/tools/labelcreator/profiles.png
10927 .. |image326| image:: images/tools/labelcreator/newlayout.png
10928 .. |image327| image:: images/tools/labelcreator/layoutform.png
10929 .. |image328| image:: images/tools/labelcreator/listlabelfields.png
10930 .. |image329| image:: images/tools/labelcreator/labelfromstaged.png
10931 .. |image330| image:: images/tools/labelcreator/newbatch.png
10932 .. |image331| image:: images/tools/labelcreator/addbatchitems.png
10933 .. |image332| image:: images/tools/labelcreator/searchforbatch.png
10934 .. |image333| image:: images/tools/labelcreator/batchsearchresults.png
10935 .. |image334| image:: images/tools/labelcreator/itemsinbarch.png
10936 .. |image335| image:: images/tools/labelcreator/exportbatch.png
10937 .. |image336| image:: images/tools/labelcreator/savebatch.png
10938 .. |image337| image:: images/tools/quickspinelable.png
10939 .. |image338| image:: images/tools/marcmodtemplates/addtemplate.png
10940 .. |image339| image:: images/tools/marcmodtemplates/ifexample.png
10941 .. |image340| image:: images/tools/marcmodtemplates/regexexample.png
10942 .. |image341| image:: images/tools/marcmodtemplates/viewactions.png
10943 .. |image342| image:: images/tools/marcmodtemplates/duplicate.png
10944 .. |image343| image:: images/tools/marcmodtemplates/templatechoice.png
10945 .. |image344| image:: images/tools/marcimport/stagemarc-pt1.png
10946 .. |image345| image:: images/tools/marcimport/stagemarc-pt2.png
10947 .. |image346| image:: images/tools/marcimport/recordtype.png
10948 .. |image347| image:: images/tools/marcimport/encoding.png
10949 .. |image348| image:: images/tools/marcimport/templatechoice.png
10950 .. |image349| image:: images/tools/marcimport/matches.png
10951 .. |image350| image:: images/tools/marcimport/matchrule.png
10952 .. |image351| image:: images/tools/marcimport/checkitems.png
10953 .. |image352| image:: images/tools/marcimport/stagemarc-results.png
10954 .. |image353| image:: images/tools/marcimport/managestaged.png
10955 .. |image354| image:: images/tools/marcimport/managestagedrecords.png
10956 .. |image355| image:: images/tools/marcimport/importframework.png
10957 .. |image356| image:: images/tools/marcimport/stagedrecords.png
10958 .. |image357| image:: images/tools/marcimport/matchfound.png
10959 .. |image358| image:: images/tools/marcimport/stagediff.png
10960 .. |image359| image:: images/tools/marcimport/importedrecords.png
10961 .. |image360| image:: images/tools/marcimport/reservoirresults.png
10962 .. |image361| image:: images/tools/marcimport/managestaged.png
10963 .. |image362| image:: images/tools/marcimport/cleanbatch.png
10964 .. |image363| image:: images/tools/uploadlocalimg/uploadsingle.png
10965 .. |image364| image:: images/tools/uploadlocalimg/bibnumurl.png
10966 .. |image365| image:: images/tools/uploadlocalimg/bibnummarc.png
10967 .. |image366| image:: images/tools/uploadlocalimg/zipfiles.png
10968 .. |image367| image:: images/tools/uploadlocalimg/uploadsummary.png
10969 .. |image368| image:: images/admin/globalprefs/AllowMultipleCovers.png
10970 .. |image369| image:: images/tools/calendar/calendar.png
10971 .. |image370| image:: images/tools/calendar/calendaradd.png
10972 .. |image371| image:: images/tools/calendar/copyholidays.png
10973 .. |image372| image:: images/tools/calendar/calendarsummary.png
10974 .. |image373| image:: images/tools/calendar/calendaredit.png
10975 .. |image374| image:: images/tools/calendar/calendarexception.png
10976 .. |image375| image:: images/tools/calendar/calendarhelp.png
10977 .. |image376| image:: images/tools/csvprofiles/addcsv.png
10978 .. |image377| image:: images/tools/csvprofiles/addcsv-sql.png
10979 .. |image378| image:: images/tools/csvprofiles/downloadcsv.png
10980 .. |image379| image:: images/tools/csvprofiles/csvfieldsep.png
10981 .. |image380| image:: images/tools/csvprofiles/csvadded.png
10982 .. |image381| image:: images/tools/csvprofiles/modifycsv.png
10983 .. |image382| image:: images/tools/csvprofiles/csvmodified.png
10984 .. |image383| image:: images/tools/csvprofiles/deletecsv.png
10985 .. |image384| image:: images/tools/csvprofiles/exportlist.png
10986 .. |image385| image:: images/tools/logs/logviewer.png
10987 .. |image386| image:: images/tools/logs/logresults.png
10988 .. |image387| image:: images/tools/news/news.png
10989 .. |image388| image:: images/tools/news/addnews.png
10990 .. |image389| image:: images/tools/news/opacnews.png
10991 .. |image390| image:: images/tools/news/librariannews.png
10992 .. |image391| image:: images/tools/news/slipnews.png
10993 .. |image392| image:: images/tools/tasksched/taskscheduler.png
10994 .. |image393| image:: images/tools/tasksched/scheduledreports.png
10995 .. |image394| image:: images/tools/tasksched/savedreports.png
10996 .. |image395| image:: images/tools/qotd/quoteinopac.png
10997 .. |image396| image:: images/tools/qotd/quotebuttons.png
10998 .. |image397| image:: images/tools/qotd/addquote.png
10999 .. |image398| image:: images/tools/qotd/editquote.png
11000 .. |image399| image:: images/tools/qotd/quotebuttons.png
11001 .. |image400| image:: images/tools/qotd/importquotes.png
11002 .. |image401| image:: images/tools/qotd/importedsummary.png
11003 .. |image402| image:: images/tools/qotd/editimported.png
11004 .. |image403| image:: images/tools/qotd/selectfordelete.png
11005 .. |image404| image:: images/tools/qotd/importquotebuttons.png
11006 .. |image405| image:: images/tools/qotd/confirmdelete.png
11007 .. |image406| image:: images/tools/qotd/importquotebuttons.png
11008 .. |image407| image:: images/patrons/newpatron.png
11009 .. |image408| image:: images/patrons/addpatronform.png
11010 .. |image409| image:: images/patrons/addcontact.png
11011 .. |image410| image:: images/patrons/addGuarantor.png
11012 .. |image411| image:: images/patrons/addOrg.png
11013 .. |image412| image:: images/patrons/addaltcontact.png
11014 .. |image413| image:: images/patrons/addlibmanagement.png
11015 .. |image414| image:: images/patrons/addlibsetup.png
11016 .. |image415| image:: images/patrons/circnote.png
11017 .. |image416| image:: images/patrons/addattributes.png
11018 .. |image417| image:: images/patrons/addpatronmsg.png
11019 .. |image418| image:: images/patrons/duplicatewarn.png
11020 .. |image419| image:: images/patrons/patronagelimit.png
11021 .. |image420| image:: images/patrons/statspatcat.png
11022 .. |image421| image:: images/patrons/newinhouse.png
11023 .. |image422| image:: images/patrons/patronedit.png
11024 .. |image423| image:: images/patrons/duplicatedpatron.png
11025 .. |image424| image:: images/patrons/duplicatedpatronfinal.png
11026 .. |image425| image:: images/patrons/addpatronimage.png
11027 .. |image426| image:: images/patrons/patronimage.png
11028 .. |image427| image:: images/patrons/patronedit.png
11029 .. |image428| image:: images/patrons/patronpassword.png
11030 .. |image429| image:: images/patrons/patroneditsection.png
11031 .. |image430| image:: images/patrons/patronaddimage.png
11032 .. |image431| image:: images/patrons/patronflags.png
11033 .. |image432| image:: images/patrons/patronaddress.png
11034 .. |image433| image:: images/patrons/patroncardlost.png
11035 .. |image434| image:: images/patrons/addpatronrestriction.png
11036 .. |image435| image:: images/patrons/restricteduntil.png
11037 .. |image436| image:: images/patrons/updatetoadult.png
11038 .. |image437| image:: images/patrons/choosadulttype.png
11039 .. |image438| image:: images/patrons/pendingpatronrequest.png
11040 .. |image439| image:: images/patrons/managepatronupdates.png
11041 .. |image440| image:: images/patrons/editpatronpermissions.png
11042 .. |image441| image:: images/patrons/GranularPermissions.png
11043 .. |image442| image:: images/patrons/myaccount.png
11044 .. |image443| image:: images/patrons/child.png
11045 .. |image444| image:: images/patrons/parent.png
11046 .. |image445| image:: images/patrons/checkoutsummary.png
11047 .. |image446| image:: images/patrons/relativecheckouts.png
11048 .. |image447| image:: images/patrons/patronrestrictions-none.png
11049 .. |image448| image:: images/patrons/patronrestrictions.png
11050 .. |image449| image:: images/patrons/addrestriction.png
11051 .. |image450| image:: images/patrons/patronaccount.png
11052 .. |image451| image:: images/patrons/makepayment.png
11053 .. |image452| image:: images/patrons/payfine.png
11054 .. |image453| image:: images/patrons/paypartial.png
11055 .. |image454| image:: images/patrons/payamount.png
11056 .. |image455| image:: images/patrons/payselected-select.png
11057 .. |image456| image:: images/patrons/payselected.png
11058 .. |image457| image:: images/patrons/reverselink.png
11059 .. |image458| image:: images/patrons/reversed.png
11060 .. |image459| image:: images/patrons/manualinvoice.png
11061 .. |image460| image:: images/patrons/manualcredit.png
11062 .. |image461| image:: images/patrons/patroninvoice.png
11063 .. |image462| image:: images/patrons/routinglisttab.png
11064 .. |image463| image:: images/patrons/patronroutinglists.png
11065 .. |image464| image:: images/patrons/readinghistory.png
11066 .. |image465| image:: images/patrons/readinghistory-export.png
11067 .. |image466| image:: images/patrons/borrowerlog.png
11068 .. |image467| image:: images/patrons/patnoticestab.png
11069 .. |image468| image:: images/patrons/patnoticestab-full.png
11070 .. |image469| image:: images/patrons/resendnotice.png
11071 .. |image470| image:: images/patrons/patronstats.png
11072 .. |image471| image:: images/patrons/patronfilestab.png
11073 .. |image472| image:: images/patrons/nopatronfiles.png
11074 .. |image473| image:: images/patrons/patronfileslist.png
11075 .. |image474| image:: images/patrons/generatedischarge.png
11076 .. |image475| image:: images/patrons/cantdischarge.png
11077 .. |image476| image:: images/patrons/dischargeletter.png
11078 .. |image477| image:: images/patrons/patronsearch.png
11079 .. |image478| image:: images/patrons/patronsearchexpand.png
11080 .. |image479| image:: images/patrons/patronfieldsearch.png
11081 .. |image480| image:: images/patrons/patronsearchcontains.png
11082 .. |image481| image:: images/patrons/patronbrowse.png
11083 .. |image482| image:: images/circ/checkoutmain.png
11084 .. |image483| image:: images/circ/checkoutpatron.png
11085 .. |image484| image:: images/circ/circquickbox.png
11086 .. |image485| image:: images/circ/checkingout-noshow.png
11087 .. |image486| image:: images/circ/checkingout.png
11088 .. |image487| image:: images/circ/checkoutsummary.png
11089 .. |image488| image:: images/circ/onsitecheckout.png
11090 .. |image489| image:: images/circ/exportcheckouts.png
11091 .. |image490| image:: images/circ/holdssummary.png
11092 .. |image491| image:: images/circ/patronnotes.png
11093 .. |image492| image:: images/circ/holdwaiting.png
11094 .. |image493| image:: images/circ/circonholdings.png
11095 .. |image494| image:: images/circ/printslip.png
11096 .. |image495| image:: images/admin/globalprefs/DisplayClearScreenButton.png
11097 .. |image496| image:: images/circ/batchcheckoutwarn.png
11098 .. |image497| image:: images/circ/batchlocaluse.png
11099 .. |image498| image:: images/circ/materialspecified.png
11100 .. |image499| image:: images/circ/fineswarning.png
11101 .. |image500| image:: images/circ/debarwarning.png
11102 .. |image501| image:: images/circ/overridetemporarily.png
11103 .. |image502| image:: images/circ/addresswarning.png
11104 .. |image503| image:: images/circ/lostcardwarning.png
11105 .. |image504| image:: images/circ/warnings/patrondebt.png
11106 .. |image505| image:: images/circ/warnings/onhold.png
11107 .. |image506| image:: images/circ/warnings/holdwaiting.png
11108 .. |image507| image:: images/circ/warnings/alreadycheckedout.png
11109 .. |image508| image:: images/circ/warnings/checkedoutelse.png
11110 .. |image509| image:: images/circ/warnings/notforloan.png
11111 .. |image510| image:: images/circ/warnings/toomanycheckouts.png
11112 .. |image511| image:: images/circ/warnings/toomanycheckouts-no.png
11113 .. |image512| image:: images/circ/warnings/norenewals.png
11114 .. |image513| image:: images/circ/barcodefastadd.png
11115 .. |image514| image:: images/circ/lostitemmsg.png
11116 .. |image515| image:: images/circ/lostitemconfirm.png
11117 .. |image516| image:: images/circ/warnings/agewarning.png
11118 .. |image517| image:: images/circ/warnings/decreaseLoanHighHoldsDuration.png
11119 .. |image518| image:: images/circ/circsummary.png
11120 .. |image519| image:: images/circ/renewbutton.png
11121 .. |image520| image:: images/circ/overriderenew.png
11122 .. |image521| image:: images/circ/renewcirc.png
11123 .. |image522| image:: images/circ/renewbarcode.png
11124 .. |image523| image:: images/circ/renewed.png
11125 .. |image524| image:: images/circ/renewnomatch.png
11126 .. |image525| image:: images/circ/renewnotchecked.png
11127 .. |image526| image:: images/circ/checkinmain.png
11128 .. |image527| image:: images/circ/checkinquickbox.png
11129 .. |image528| image:: images/circ/checkinlink.png
11130 .. |image529| image:: images/circ/checkincirc.png
11131 .. |image530| image:: images/circ/checkin.png
11132 .. |image531| image:: images/circ/checkintransfer.png
11133 .. |image532| image:: images/circ/transferstatus.png
11134 .. |image533| image:: images/circ/transfercheckin.png
11135 .. |image534| image:: images/circ/materialspecified.png
11136 .. |image535| image:: images/circ/holdfound.png
11137 .. |image536| image:: images/circ/waitingstatus.png
11138 .. |image537| image:: images/circ/holdconfirmtransfer.png
11139 .. |image538| image:: images/circ/intransithold.png
11140 .. |image539| image:: images/admin/globalprefs/FineNotifyAtCheckin.png
11141 .. |image540| image:: images/circ/bor_notes.png
11142 .. |image541| image:: images/circ/staffmessages.png
11143 .. |image542| image:: images/circ/leavecircmsg.png
11144 .. |image543| image:: images/circ/staffmessages.png
11145 .. |image544| image:: images/circ/opacmsg.png
11146 .. |image545| image:: images/circ/placeholdbib.png
11147 .. |image546| image:: images/circ/placeholdsearch.png
11148 .. |image547| image:: images/circ/placeholdfindpatron.png
11149 .. |image548| image:: images/circ/searchtohold.png
11150 .. |image549| image:: images/circ/holdresults.png
11151 .. |image550| image:: images/circ/holdmultiresults.png
11152 .. |image551| image:: images/circ/placeholdsingle.png
11153 .. |image552| image:: images/circ/placeholdmultiple.png
11154 .. |image553| image:: images/circ/forgethold.png
11155 .. |image554| image:: images/circ/holdtab.png
11156 .. |image555| image:: images/circ/holdslist.png
11157 .. |image556| image:: images/circ/holdpriority.png
11158 .. |image557| image:: images/circ/lowestpriority.png
11159 .. |image558| image:: images/circ/suspendholds.png
11160 .. |image559| image:: images/circ/cancelholds.png
11161 .. |image560| image:: images/circ/holdconfirmtransfer.png
11162 .. |image561| image:: images/circ/holdconfirm.png
11163 .. |image562| image:: images/circ/holdpatronrec.png
11164 .. |image563| image:: images/circ/holditem.png
11165 .. |image564| image:: images/circ/holdwaitingwarn.png
11166 .. |image565| image:: images/circ/transfer.png
11167 .. |image566| image:: images/circ/itemtransferred.png
11168 .. |image567| image:: images/circ/itemintransit.png
11169 .. |image568| image:: images/circ/itemlocations.png
11170 .. |image569| image:: images/circ/mylibrary.png
11171 .. |image570| image:: images/circ/setlibrary.png
11172 .. |image571| image:: images/circ/circmenu.png
11173 .. |image572| image:: images/circ/fastadd.png
11174 .. |image573| image:: images/circ/barcodefastadd.png
11175 .. |image574| image:: images/circ/fastaddbarcode.png
11176 .. |image575| image:: images/circ/fastadditem.png
11177 .. |image576| image:: images/circ/fastaddcheckedout.png
11178 .. |image577| image:: images/circ/holdsqueue.png
11179 .. |image578| image:: images/circ/holdstopull.png
11180 .. |image579| image:: images/circ/refineholdstopull.png
11181 .. |image580| image:: images/circ/holdspickup.png
11182 .. |image581| image:: images/circ/holdspickupover.png
11183 .. |image582| image:: images/circ/holdratio.png
11184 .. |image583| image:: images/circ/transitreceive.png
11185 .. |image584| image:: images/circ/transferlate.png
11186 .. |image585| image:: images/circ/overdues.png
11187 .. |image586| image:: images/circ/overduewfines.png
11188 .. |image587| image:: images/circ/checkoutinhouse.png
11189 .. |image588| image:: images/circ/localuserecorded.png
11190 .. |image589| image:: images/circ/localusecheckin.png
11191 .. |image590| image:: images/circ/LOCvalues.png
11192 .. |image591| image:: images/circ/selfcheckoutlink.png
11193 .. |image592| image:: images/circ/selfcheckout.png
11194 .. |image593| image:: images/circ/SelfCheckoutByLogin.png
11195 .. |image594| image:: images/circ/selfcheckoutuser.png
11196 .. |image595| image:: images/circ/selfcheckoutsummary.png
11197 .. |image596| image:: images/circ/selfreceiptprint.png
11198 .. |image597| image:: images/circ/selfcheckoutfines.png
11199 .. |image598| image:: images/circ/offlinecirc.png
11200 .. |image599| image:: images/circ/syncoffline.png
11201 .. |image600| image:: images/circ/downloadoffline.png
11202 .. |image601| image:: images/circ/offlinecheckout.png
11203 .. |image602| image:: images/circ/offlineduedate.png
11204 .. |image603| image:: images/circ/offlinecheckouts.png
11205 .. |image604| image:: images/circ/offlineupload.png
11206 .. |image605| image:: images/circ/viewkohaoffline.png
11207 .. |image606| image:: images/circ/offlinecirclog.png
11208 .. |image607| image:: images/circ/offlinecircsuccess.png
11209 .. |image608| image:: images/circ/koctstatusbar.png
11210 .. |image609| image:: images/circ/koct.png
11211 .. |image610| image:: images/circ/koctwarn.png
11212 .. |image611| image:: images/circ/koctparam.png
11213 .. |image612| image:: images/circ/koct.png
11214 .. |image613| image:: images/circ/koctcheckin.png
11215 .. |image614| image:: images/circ/koctcount.png
11216 .. |image615| image:: images/circ/koctlog.png
11217 .. |image616| image:: images/circ/offlinecirclink.png
11218 .. |image617| image:: images/circ/offlinecirclog.png
11219 .. |image618| image:: images/circ/offlinecircsuccess.png
11220 .. |image619| image:: images/circ/koctdirectly.png
11221 .. |image620| image:: images/circ/koctwarn.png
11222 .. |image621| image:: images/circ/offlinecirclink.png
11223 .. |image622| image:: images/circ/uploadofflinecirc.png
11224 .. |image623| image:: images/circ/processoffline.png
11225 .. |image624| image:: images/circ/offlinesummary.png
11226 .. |image625| image:: images/circ/offlinecirclog.png
11227 .. |image626| image:: images/circ/offlinecircsuccess.png
11228 .. |image627| image:: images/cataloging/newfromframework.png
11229 .. |image628| image:: images/cataloging/zsearch.png
11230 .. |image629| image:: images/cataloging/zsearchresults.png
11231 .. |image630| image:: images/cataloging/importz39.png
11232 .. |image631| image:: images/cataloging/tryanotherzsearch.png
11233 .. |image632| image:: images/cataloging/addmarc.png
11234 .. |image633| image:: images/cataloging/lockedauthority.png
11235 .. |image634| image:: images/cataloging/catauthoritysearch.png
11236 .. |image635| image:: images/cataloging/catauthoritysearchresults.png
11237 .. |image636| image:: images/cataloging/dupfield.png
11238 .. |image637| image:: images/cataloging/clonesubfield.png
11239 .. |image638| image:: images/cataloging/leaderbuilder.png
11240 .. |image639| image:: images/cataloging/008plugin.png
11241 .. |image640| image:: images/cataloging/savecataloging.png
11242 .. |image641| image:: images/cataloging/duprecordwarn.png
11243 .. |image642| image:: images/cataloging/advancedzresults.png
11244 .. |image643| image:: images/cataloging/advancedzviewmarc.png
11245 .. |image644| image:: images/cataloging/advancedcataloging.png
11246 .. |image645| image:: images/cataloging/advancedkeyshort.png
11247 .. |image646| image:: images/cataloging/analyticslink.png
11248 .. |image647| image:: images/cataloging/analyticsbarcode.png
11249 .. |image648| image:: images/cataloging/analyticlinksuccess.png
11250 .. |image649| image:: images/cataloging/analytics773.png
11251 .. |image650| image:: images/cataloging/analyticstab.png
11252 .. |image651| image:: images/cataloging/anayticbib.png
11253 .. |image652| image:: images/cataloging/hostrecords.png
11254 .. |image653| image:: images/cataloging/analyticschildlink.png
11255 .. |image654| image:: images/cataloging/analytics773child.png
11256 .. |image655| image:: images/cataloging/analyticstab.png
11257 .. |image656| image:: images/cataloging/anayticbib.png
11258 .. |image657| image:: images/cataloging/hostrecords.png
11259 .. |image658| image:: images/cataloging/analyticdelink.png
11260 .. |image659| image:: images/cataloging/catalogsearch.png
11261 .. |image660| image:: images/cataloging/editrecord.png
11262 .. |image661| image:: images/cataloging/editingrecord.png
11263 .. |image662| image:: images/cataloging/replaceviaz39.png
11264 .. |image663| image:: images/cataloging/uploadimage.png
11265 .. |image664| image:: images/cataloging/createduplicate.png
11266 .. |image665| image:: images/cataloging/newduprecord.png
11267 .. |image666| image:: images/lists/mergeprimary.png
11268 .. |image667| image:: images/lists/mergerecs.png
11269 .. |image668| image:: images/lists/nondupfield.png
11270 .. |image669| image:: images/lists/mergereportvalues.png
11271 .. |image670| image:: images/lists/mergeblankreport.png
11272 .. |image671| image:: images/lists/mergereport.png
11273 .. |image672| image:: images/cataloging/deleterecord.png
11274 .. |image673| image:: images/cataloging/nodeleterecord.png
11275 .. |image674| image:: images/cataloging/catalogsearch.png
11276 .. |image675| image:: images/cataloging/newitem.png
11277 .. |image676| image:: images/cataloging/additem.png
11278 .. |image677| image:: images/cataloging/requireditemfields.png
11279 .. |image678| image:: images/cataloging/additembuttons.png
11280 .. |image679| image:: images/cataloging/items.png
11281 .. |image680| image:: images/cataloging/items-withoutlabelprint.png
11282 .. |image681| image:: images/cataloging/items-withlabelprint.png
11283 .. |image682| image:: images/cataloging/items-activatefilters.png
11284 .. |image683| image:: images/cataloging/edititem.png
11285 .. |image684| image:: images/cataloging/edititemlink.png
11286 .. |image685| image:: images/cataloging/itemstab.png
11287 .. |image686| image:: images/cataloging/edititemlinkfromtab.png
11288 .. |image687| image:: images/cataloging/editinbatch.png
11289 .. |image688| image:: images/cataloging/editwithitemchecks.png
11290 .. |image689| image:: images/cataloging/quickitemedit.png
11291 .. |image690| image:: images/cataloging/editloststatus.png
11292 .. |image691| image:: images/cataloging/editdamagedstatus.png
11293 .. |image692| image:: images/cataloging/edititemlink.png
11294 .. |image693| image:: images/cataloging/quickitemedit.png
11295 .. |image694| image:: images/cataloging/itemorderinfo.png
11296 .. |image695| image:: images/cataloging/attachitem.png
11297 .. |image696| image:: images/cataloging/attachitemform.png
11298 .. |image697| image:: images/cataloging/edititemstodelete.png
11299 .. |image698| image:: images/cataloging/deleteitemlink.png
11300 .. |image699| image:: images/cataloging/editwithitemchecks.png
11301 .. |image700| image:: images/cataloging/itemstab-long.png
11302 .. |image701| image:: images/cataloging/itemspecifichistory.png
11303 .. |image702| image:: images/cataloging/newauthtypes.png
11304 .. |image703| image:: images/cataloging/newauthrec.png
11305 .. |image704| image:: images/cataloging/creatnewauthfromlink.png
11306 .. |image705| image:: images/cataloging/authrelationships.png
11307 .. |image706| image:: images/cataloging/authzsearch.png
11308 .. |image707| image:: images/cataloging/authimport.png
11309 .. |image708| image:: images/cataloging/authorityimported.png
11310 .. |image709| image:: images/cataloging/authoritysearch.png
11311 .. |image710| image:: images/cataloging/authorityresults.png
11312 .. |image711| image:: images/cataloging/authrecord.png
11313 .. |image712| image:: images/cataloging/authoritiesseealso.png
11314 .. |image713| image:: images/cataloging/editauthority.png
11315 .. |image714| image:: images/cataloging/dupauth.png
11316 .. |image715| image:: images/cataloging/authmergesearch.png
11317 .. |image716| image:: images/cataloging/authmergechoice.png
11318 .. |image717| image:: images/cataloging/authmerging.png
11319 .. |image718| image:: images/cataloging/authmerged.png
11320 .. |image719| image:: images/appendix-onorder/marcbreaker.png
11321 .. |image720| image:: images/appendix-onorder/marcbreaker-summary.png
11322 .. |image721| image:: images/appendix-onorder/editrecords.png
11323 .. |image722| image:: images/appendix-onorder/addfield.png
11324 .. |image723| image:: images/appendix-onorder/add942.png
11325 .. |image724| image:: images/appendix-onorder/add952.png
11326 .. |image725| image:: images/appendix-onorder/compile.png
11327 .. |image726| image:: images/coursereserves/coursesblank.png
11328 .. |image727| image:: images/coursereserves/newcourse.png
11329 .. |image728| image:: images/coursereserves/instructorsearch.png
11330 .. |image729| image:: images/coursereserves/instructorremove.png
11331 .. |image730| image:: images/coursereserves/courses.png
11332 .. |image731| image:: images/coursereserves/courses.png
11333 .. |image732| image:: images/coursereserves/courseadmin.png
11334 .. |image733| image:: images/coursereserves/addbarcode.png
11335 .. |image734| image:: images/coursereserves/coursewithreserves.png
11336 .. |image735| image:: images/coursereserves/courselinkopac.png
11337 .. |image736| image:: images/coursereserves/coursesopac.png
11338 .. |image737| image:: images/coursereserves/courseopac.png
11339 .. |image738| image:: images/serials/frequencies.png
11340 .. |image739| image:: images/serials/newfrequency.png
11341 .. |image740| image:: images/serials/numpatterns.png
11342 .. |image741| image:: images/serials/newnumpattern.png
11343 .. |image742| image:: images/serials/newsubfrombib.png
11344 .. |image743| image:: images/serials/newsubbutton.png
11345 .. |image744| image:: images/serials/addsub.png
11346 .. |image745| image:: images/serials/vendorwarning.png
11347 .. |image746| image:: images/serials/newasdup.png
11348 .. |image747| image:: images/serials/addsub2.png
11349 .. |image748| image:: images/serials/advancedpattern.png
11350 .. |image749| image:: images/serials/predictionpattern.png
11351 .. |image750| image:: images/serials/subsearch.png
11352 .. |image751| image:: images/serials/subbuttons.png
11353 .. |image752| image:: images/serials/serialcolllink.png
11354 .. |image753| image:: images/serials/editissue.png
11355 .. |image754| image:: images/serials/receiveissue.png
11356 .. |image755| image:: images/serials/serialitem.png
11357 .. |image756| image:: images/serials/editissue.png
11358 .. |image757| image:: images/serials/createroutinglink.png
11359 .. |image758| image:: images/serials/createroutinglist.png
11360 .. |image759| image:: images/serials/addtorouting.png
11361 .. |image760| image:: images/serials/editroutinglist.png
11362 .. |image761| image:: images/serials/previewroutinglist.png
11363 .. |image762| image:: images/serials/subinfoonbib.png
11364 .. |image763| image:: images/serials/subscriptiondetail.png
11365 .. |image764| image:: images/acquisitions/subdetails.png
11366 .. |image765| image:: images/serials/subopac.png
11367 .. |image766| image:: images/serials/compactopac.png
11368 .. |image767| image:: images/serials/opacroutingsubscribe.png
11369 .. |image768| image:: images/serials/fullopac.png
11370 .. |image769| image:: images/serials/serialclaimmenu.png
11371 .. |image770| image:: images/serials/serialclaimmenu1.png
11372 .. |image771| image:: images/serials/noserialclaim.png
11373 .. |image772| image:: images/serials/serialclaims.png
11374 .. |image773| image:: images/serials/serialexpiresearch.png
11375 .. |image774| image:: images/serials/serialexpire.png
11376 .. |image775| image:: images/serials/renewsubscription.png
11377 .. |image776| image:: images/serials/collectionrenew.png
11378 .. |image777| image:: images/serials/serialrenew.png
11379 .. |image778| image:: images/serials/serialsearch.png
11380 .. |image779| image:: images/serials/advanceserialsearch.png
11381 .. |image780| image:: images/serials/serialsearchresults.png
11382 .. |image781| image:: images/acquisitions/acqfunds.png
11383 .. |image782| image:: images/acquisitions/fundbreakdown.png
11384 .. |image783| image:: images/acquisitions/newvendbutton.png
11385 .. |image784| image:: images/acquisitions/newvendor1.png
11386 .. |image785| image:: images/acquisitions/newvendor2.png
11387 .. |image786| image:: images/acquisitions/newvendor3.png
11388 .. |image787| image:: images/acquisitions/vendorsearch.png
11389 .. |image788| image:: images/acquisitions/vendorpage.png
11390 .. |image789| image:: images/acquisitions/receivebutton.png
11391 .. |image790| image:: images/acquisitions/newcontract.png
11392 .. |image791| image:: images/acquisitions/newcontractform.png
11393 .. |image792| image:: images/acquisitions/contractdisplay.png
11394 .. |image793| image:: images/acquisitions/contractonbasket.png
11395 .. |image794| image:: images/acquisitions/suggestonacq.png
11396 .. |image795| image:: images/acquisitions/pendingsuggestions.png
11397 .. |image796| image:: images/acquisitions/suggestmanage.png
11398 .. |image797| image:: images/acquisitions/suggestionsfilters.png
11399 .. |image798| image:: images/acquisitions/suggestbranchfilter.png
11400 .. |image799| image:: images/acquisitions/suggestpending.png
11401 .. |image800| image:: images/acquisitions/suggestiondetails.png
11402 .. |image801| image:: images/acquisitions/editsuggestion.png
11403 .. |image802| image:: images/acquisitions/suggestreasons.png
11404 .. |image803| image:: images/acquisitions/suggestothers.png
11405 .. |image804| image:: images/acquisitions/mysuggestions.png
11406 .. |image805| image:: images/acquisitions/addbasketbutton.png
11407 .. |image806| image:: images/acquisitions/addbasket.png
11408 .. |image807| image:: images/acquisitions/basketwithcontracts.png
11409 .. |image808| image:: images/acquisitions/basket.png
11410 .. |image809| image:: images/acquisitions/orderfromexisting.png
11411 .. |image810| image:: images/acquisitions/existingitemorder.png
11412 .. |image811| image:: images/acquisitions/orderfromsuggest.png
11413 .. |image812| image:: images/acquisitions/orderfromsuggestform.png
11414 .. |image813| image:: images/acquisitions/ordersuggestlink.png
11415 .. |image814| image:: images/acquisitions/subordersearch.png
11416 .. |image815| image:: images/acquisitions/suborderresults.png
11417 .. |image816| image:: images/acquisitions/suborder.png
11418 .. |image817| image:: images/acquisitions/fromnewemptyrecord.png
11419 .. |image818| image:: images/acquisitions/orderz39.png
11420 .. |image819| image:: images/acquisitions/orderz39results.png
11421 .. |image820| image:: images/acquisitions/dupwarning.png
11422 .. |image821| image:: images/acquisitions/orderz39form.png
11423 .. |image822| image:: images/acquisitions/stagedfiles.png
11424 .. |image823| image:: images/acquisitions/itemonorder.png
11425 .. |image824| image:: images/acquisitions/itemonorderadded.png
11426 .. |image825| image:: images/acquisitions/accounting.png
11427 .. |image826| image:: images/acquisitions/fundconfirmation.png
11428 .. |image827| image:: images/acquisitions/finalbasket.png
11429 .. |image828| image:: images/acquisitions/showalldetails.png
11430 .. |image829| image:: images/acquisitions/cantdeleteorderline.png
11431 .. |image830| image:: images/acquisitions/basketbuttons.png
11432 .. |image831| image:: images/acquisitions/BasketConfirmations.png
11433 .. |image832| image:: images/acquisitions/basketgroup.png
11434 .. |image833| image:: images/acquisitions/basketuncertain.png
11435 .. |image834| image:: images/acquisitions/uncertainprices.png
11436 .. |image835| image:: images/acquisitions/closebasket.png
11437 .. |image836| image:: images/acquisitions/createpurchaseorder.png
11438 .. |image837| image:: images/acquisitions/basketgroup.png
11439 .. |image838| image:: images/acquisitions/pdforder.png
11440 .. |image839| image:: images/acquisitions/receivebutton.png
11441 .. |image840| image:: images/acquisitions/receivefromsearch.png
11442 .. |image841| image:: images/acquisitions/receive.png
11443 .. |image842| image:: images/acquisitions/receiptsummary.png
11444 .. |image843| image:: images/acquisitions/receiveitem.png
11445 .. |image844| image:: images/acquisitions/receiveditem.png
11446 .. |image845| image:: images/acquisitions/received.png
11447 .. |image846| image:: images/acquisitions/transfersearch.png
11448 .. |image847| image:: images/acquisitions/transfervendor.png
11449 .. |image848| image:: images/acquisitions/transferbasket.png
11450 .. |image849| image:: images/acquisitions/transferconfirm.png
11451 .. |image850| image:: images/acquisitions/basketwithreceived.png
11452 .. |image851| image:: images/acquisitions/invoicesearch.png
11453 .. |image852| image:: images/acquisitions/invoices.png
11454 .. |image853| image:: images/acquisitions/invoice.png
11455 .. |image854| image:: images/acquisitions/noinvoicefiles.png
11456 .. |image855| image:: images/acquisitions/invoicefiles.png
11457 .. |image856| image:: images/acquisitions/mergeinvoices.png
11458 .. |image857| image:: images/acquisitions/acqclaimfilter.png
11459 .. |image858| image:: images/acquisitions/lateorders.png
11460 .. |image859| image:: images/acquisitions/claimletter.png
11461 .. |image860| image:: images/acquisitions/acqsearches.png
11462 .. |image861| image:: images/acquisitions/vendorquicksearch.png
11463 .. |image862| image:: images/acquisitions/ordersearch.png
11464 .. |image863| image:: images/acquisitions/ordersearchresults.png
11465 .. |image864| image:: images/acquisitions/ordersearchexpand.png
11466 .. |image865| image:: images/acquisitions/ordersearchfull.png
11467 .. |image866| image:: images/acquisitions/acqfunds.png
11468 .. |image867| image:: images/acquisitions/spent.png
11469 .. |image868| image:: images/lists/newlistbutton.png
11470 .. |image869| image:: images/lists/newlistform.png
11471 .. |image870| image:: images/lists/newlistsearch.png
11472 .. |image871| image:: images/lists/newlistfromsearch.png
11473 .. |image872| image:: images/lists/listslist.png
11474 .. |image873| image:: images/lists/listcontents.png
11475 .. |image874| image:: images/lists/addtolist.png
11476 .. |image875| image:: images/lists/listslist.png
11477 .. |image876| image:: images/lists/listcontents.png
11478 .. |image877| image:: images/lists/listofdups.png
11479 .. |image878| image:: images/lists/addtocart.png
11480 .. |image879| image:: images/lists/itemsaddedcart.png
11481 .. |image880| image:: images/lists/cart.png
11482 .. |image881| image:: images/reports/report1.png
11483 .. |image882| image:: images/reports/report2.png
11484 .. |image883| image:: images/reports/report3.png
11485 .. |image884| image:: images/reports/report4.png
11486 .. |image885| image:: images/reports/report5.png
11487 .. |image886| image:: images/reports/report6.png
11488 .. |image887| image:: images/reports/reportconfirm.png
11489 .. |image888| image:: images/reports/reportsave.png
11490 .. |image889| image:: images/reports/savedreports.png
11491 .. |image890| image:: images/reports/newsql.png
11492 .. |image891| image:: images/reports/reportfromsql.png
11493 .. |image892| image:: images/reports/reportsubgroup.png
11494 .. |image893| image:: images/reports/datepicker.png
11495 .. |image894| image:: images/reports/branchpulldown.png
11496 .. |image895| image:: images/reports/duplicatereport.png
11497 .. |image896| image:: images/reports/savedreports.png
11498 .. |image897| image:: images/reports/editreportoption.png
11499 .. |image898| image:: images/reports/editreport.png
11500 .. |image899| image:: images/reports/runreport.png
11501 .. |image900| image:: images/reports/reportparameters.png
11502 .. |image901| image:: images/reports/reportresults.png
11503 .. |image902| image:: images/reports/acqform.png
11504 .. |image903| image:: images/reports/acqnumbers.png
11505 .. |image904| image:: images/reports/acqtotal.png
11506 .. |image905| image:: images/reports/acqamounts.png
11507 .. |image906| image:: images/reports/patronform.png
11508 .. |image907| image:: images/reports/patronresults.png
11509 .. |image908| image:: images/reports/catalogform.png
11510 .. |image909| image:: images/reports/catalogresults.png
11511 .. |image910| image:: images/reports/circform.png
11512 .. |image911| image:: images/reports/circresults.png
11513 .. |image912| image:: images/reports/inhouse.png
11514 .. |image913| image:: images/reports/serialsform.png
11515 .. |image914| image:: images/reports/serialsresults.png
11516 .. |image915| image:: images/reports/holdstatsform.png
11517 .. |image916| image:: images/reports/holdstatsresults.png
11518 .. |image917| image:: images/reports/topcheckoutsform.png
11519 .. |image918| image:: images/reports/topcheckoutsresult.png
11520 .. |image919| image:: images/reports/topcircform.png
11521 .. |image920| image:: images/reports/topcircresults.png
11522 .. |image921| image:: images/reports/patnocheckout.png
11523 .. |image922| image:: images/reports/patnocheckout-results.png
11524 .. |image923| image:: images/reports/nocheckoutsform.png
11525 .. |image924| image:: images/reports/nocheckoutsresults.png
11526 .. |image925| image:: images/reports/itemtotals.png
11527 .. |image926| image:: images/reports/itemtotalsresults.png
11528 .. |image927| image:: images/reports/lostitems.png
11529 .. |image928| image:: images/reports/averloanform.png
11530 .. |image929| image:: images/reports/avercheckout.png
11531 .. |image930| image:: images/reports/dict1.png
11532 .. |image931| image:: images/reports/dict2.png
11533 .. |image932| image:: images/reports/dict3.png
11534 .. |image933| image:: images/reports/dict4.png
11535 .. |image934| image:: images/reports/dictconfirm.png
11536 .. |image935| image:: images/reports/dictlist.png
11537 .. |image936| image:: images/reports/dictionarylimit.png
11538 .. |image937| image:: images/opac/searchbox.png
11539 .. |image938| image:: images/opac/totalresults-rss.png
11540 .. |image939| image:: images/opac/sortingresults.png
11541 .. |image940| image:: images/opac/leader.png
11542 .. |image941| image:: images/opac/holdings-results.png
11543 .. |image942| image:: images/opac/coverresults.png
11544 .. |image943| image:: images/opac/didyoumeanopac.png
11545 .. |image944| image:: images/opac/refineresults.png
11546 .. |image945| image:: images/opac/totalresults-rss.png
11547 .. |image946| image:: images/opac/bibdetail/bibtitle.png
11548 .. |image947| image:: images/opac/bibdetail/bibauthor.png
11549 .. |image948| image:: images/opac/bibdetail/authoritylink.png
11550 .. |image949| image:: images/opac/bibdetail/bibleader.png
11551 .. |image950| image:: images/opac/bibdetail/bibdetails.png
11552 .. |image951| image:: images/opac/bibdetail/bibsubjects.png
11553 .. |image952| image:: images/opac/bibdetail/bibsummary.png
11554 .. |image953| image:: images/opac/bibdetail/biblinks.png
11555 .. |image954| image:: images/opac/bibdetail/bibtags.png
11556 .. |image955| image:: images/opac/bibdetail/bibholdings.png
11557 .. |image956| image:: images/opac/bibdetail/bibtitlenotes.png
11558 .. |image957| image:: images/opac/bibdetail/bibcomments.png
11559 .. |image958| image:: images/opac/bibdetail/bibeditions.png
11560 .. |image959| image:: images/opac/bibdetail/bibsearch.png
11561 .. |image960| image:: images/opac/bibdetail/bibbrowseresults.png
11562 .. |image961| image:: images/opac/bibdetail/biboptions.png
11563 .. |image962| image:: images/opac/bibdetail/bibmoresearch.png
11564 .. |image963| image:: images/opac/bibdetail/bibsave.png
11565 .. |image964| image:: images/opac/bibdetail/bibviews.png
11566 .. |image965| image:: images/opac/nolists.png
11567 .. |image966| image:: images/opac/addtonewlist.png
11568 .. |image967| image:: images/opac/publiclistpermissions.png
11569 .. |image968| image:: images/opac/newlist.png
11570 .. |image969| image:: images/opac/addtolistcart.png
11571 .. |image970| image:: images/opac/chooselist.png
11572 .. |image971| image:: images/opac/listview.png
11573 .. |image972| image:: images/opac/emailist.png
11574 .. |image973| image:: images/opac/mylists.png
11575 .. |image974| image:: images/opac/editlist.png
11576 .. |image975| image:: images/opac/deletelist.png
11577 .. |image976| image:: images/opac/shareconfirmation.png
11578 .. |image977| image:: images/opac/addtolistcart.png
11579 .. |image978| image:: images/opac/addedtocart.png
11580 .. |image979| image:: images/opac/cartcontents.png
11581 .. |image980| image:: images/opac/emailcart.png
11582 .. |image981| image:: images/opac/downloadcart.png
11583 .. |image982| image:: images/opac/opacplaceholdresults.png
11584 .. |image983| image:: images/opac/opacplaceholdsindiv.png
11585 .. |image984| image:: images/opac/opacplaceholdsdetail.png
11586 .. |image985| image:: images/opac/opacplacehold.png
11587 .. |image986| image:: images/opac/holdnote.png
11588 .. |image987| image:: images/opac/opacplaceholdspecific.png
11589 .. |image988| image:: images/opac/tags-results.png
11590 .. |image989| image:: images/opac/tagsadded-results.png
11591 .. |image990| image:: images/opac/tagaddmultiple-results.png
11592 .. |image991| image:: images/opac/commentstab.png
11593 .. |image992| image:: images/opac/addcomment.png
11594 .. |image993| image:: images/opac/commentpending.png
11595 .. |image994| image:: images/opac/yourcomment.png
11596 .. |image995| image:: images/opac/commentby.png
11597 .. |image996| image:: images/opac/recentcomments.png
11598 .. |image997| image:: images/opac/zoteroaddressbar.png
11599 .. |image998| image:: images/opac/zoterotitle.png
11600 .. |image999| image:: images/opac/PatronSelfRegistration.png
11601 .. |image1000| image:: images/opac/patronregistration.png
11602 .. |image1001| image:: images/opac/patronregistrationcomplete.png
11603 .. |image1002| image:: images/opac/forgotpwlink.png
11604 .. |image1003| image:: images/opac/myaccount.png
11605 .. |image1004| image:: images/opac/opacsummary-wlinks.png
11606 .. |image1005| image:: images/opac/SHOW_BCODEadd.png
11607 .. |image1006| image:: images/opac/SHOW_BCODEattribute.png
11608 .. |image1007| image:: images/opac/barcodeoncheckouts.png
11609 .. |image1008| image:: images/opac/myoverdues.png
11610 .. |image1009| image:: images/opac/myfines.png
11611 .. |image1010| image:: images/opac/myholds.png
11612 .. |image1011| image:: images/opac/nocard.png
11613 .. |image1012| image:: images/opac/noaddress.png
11614 .. |image1013| image:: images/opac/debarred.png
11615 .. |image1014| image:: images/opac/mybilling.png
11616 .. |image1015| image:: images/opac/paypaypal.png
11617 .. |image1016| image:: images/opac/myprofile.png
11618 .. |image1017| image:: images/opac/patronrequestwaiting.png
11619 .. |image1018| image:: images/opac/myprofile-noedit.png
11620 .. |image1019| image:: images/opac/mytags.png
11621 .. |image1020| image:: images/opac/mypassword.png
11622 .. |image1021| image:: images/opac/mysearchhistory.png
11623 .. |image1022| image:: images/opac/searchistory.png
11624 .. |image1023| image:: images/opac/myhistory.png
11625 .. |image1024| image:: images/opac/myprivacy.png
11626 .. |image1025| image:: images/opac/deletecirchistory.png
11627 .. |image1026| image:: images/opac/mysuggestions.png
11628 .. |image1027| image:: images/opac/mymessages.png
11629 .. |image1028| image:: images/opac/OPACSMSSendDriver.png
11630 .. |image1029| image:: images/opac/smsopac.png
11631 .. |image1030| image:: images/opac/mylists.png
11632 .. |image1031| image:: images/opac/dischargeopac.png
11633 .. |image1032| image:: images/opac/dischargeopac-confirm.png
11634 .. |image1033| image:: images/opac/suggestfromsearch.png
11635 .. |image1034| image:: images/opac/suggestfromnoresults.png
11636 .. |image1035| image:: images/opac/suggestfrommyaccount.png
11637 .. |image1036| image:: images/opac/newsuggestion.png
11638 .. |image1037| image:: images/searching/searchbox.png
11639 .. |image1038| image:: images/searching/searchterms.png
11640 .. |image1039| image:: images/searching/resultssummary.png
11641 .. |image1040| image:: images/searching/resultssummary2.png
11642 .. |image1041| image:: images/searching/noresults.png
11643 .. |image1042| image:: images/searching/menubar.png
11644 .. |image1043| image:: images/searching/searchoptions.png
11645 .. |image1044| image:: images/searching/advsearch.png
11646 .. |image1045| image:: images/searching/numresults.png
11647 .. |image1046| image:: images/searching/feweropts.png
11648 .. |image1047| image:: images/searching/advoptions.png
11649 .. |image1048| image:: images/searching/advsortby.png
11650 .. |image1049| image:: images/searching/ex1.png
11651 .. |image1050| image:: images/searching/ex2.png
11652 .. |image1051| image:: images/searching/ex3.png
11653 .. |image1052| image:: images/searching/ex4.png
11654 .. |image1053| image:: images/searching/ex5.png
11655 .. |image1054| image:: images/searching/ex6.png
11656 .. |image1055| image:: images/searching/ex7.png
11657 .. |image1056| image:: images/searching/ex8.png
11658 .. |image1057| image:: images/searching/ex9.png
11659 .. |image1058| image:: images/searching/ex10.png
11660 .. |image1059| image:: images/searching/ex11.png
11661 .. |image1060| image:: images/searching/ex12.png
11662 .. |image1061| image:: images/searching/ex13.png
11663 .. |image1062| image:: images/searchhistory/searchhistory.png
11664 .. |image1063| image:: images/searchhistory/bibsearch.png
11665 .. |image1064| image:: images/searchhistory/authsearch.png
11666 .. |image1065| image:: images/about/aboutserver.png
11667 .. |image1066| image:: images/about/aboutperlmodules.png
11668 .. |image1067| image:: images/about/systeminfo.jpg
11669 .. |image1068| image:: images/appendix-opac/opaccustomregions.jpg
11670 .. |image1069| image:: images/serialssamples/readersserial.png
11671 .. |image1070| image:: images/serialssamples/hebrewnewspaper.png
11672 .. |image1071| image:: images/serialssamples/backpacker.png
11673 .. |image1072| image:: images/serialssamples/keatsplanning.png
11674 .. |image1073| image:: images/serialssamples/cilirregular.png
11675 .. |image1074| image:: images/serialssamples/cilpattern.png
11676 .. |image1075| image:: images/serialssamples/cilreceived.png
11677 .. |image1076| image:: images/appendix-cms/newpreference.png
11678 .. |image1077| image:: images/appendix-cms/newpref-settings.png
11679 .. |image1078| image:: images/appendix-cms/recommendedreading.png
11680 .. |image1079| image:: images/appendix-cms/class101-pref.png
11681 .. |image1080| image:: images/appendix-cms/editrecommendpref.png
11682 .. |image1081| image:: images/appendix-xslt/book.png
11683 .. |image1082| image:: images/appendix-xslt/comp.png
11684 .. |image1083| image:: images/appendix-xslt/cr.png
11685 .. |image1084| image:: images/appendix-xslt/map.png
11686 .. |image1085| image:: images/appendix-xslt/mixed.png
11687 .. |image1086| image:: images/appendix-xslt/sound.png
11688 .. |image1087| image:: images/appendix-xslt/visual.png
11689 .. |image1088| image:: images/appendix-xslt/kit.png
11690 .. |image1089| image:: images/appendix-marcedit/marcedit.png
11691 .. |image1090| image:: images/appendix-marcedit/marcedit-editsubfield.png
11692 .. |image1091| image:: images/appendix-marcedit/editsubfield.png
11693 .. |image1092| image:: images/appendix-marcedit/excelimport/step-1.png
11694 .. |image1093| image:: images/appendix-marcedit/excelimport/step-2.png
11695 .. |image1094| image:: images/appendix-marcedit/excelimport/step-3.png
11696 .. |image1095| image:: images/appendix-marcedit/excelimport/step-4.png
11697 .. |image1096| image:: images/appendix-marcedit/excelimport/step-5.png
11698 .. |image1097| image:: images/appendix-marcedit/excelimport/step-6.png
11699 .. |image1098| image:: images/appendix-marcedit/excelimport/step-7.png
11700 .. |image1099| image:: images/appendix-marcedit/excelimport/step-8.png
11701 .. |image1100| image:: images/appendix-marcedit/excelimport/step-9.png
11702 .. |image1101| image:: images/appendix-marcedit/excelimport/step-10.png
11703 .. |image1102| image:: images/appendix-marcedit/excelimport/step-11.png
11704 .. |image1103| image:: images/appendix-marcedit/excelimport/step-12.png
11705 .. |image1104| image:: images/appendix-marcedit/excelimport/step-13.png
11706 .. |image1105| image:: images/appendix-marcedit/excelimport/step-14.png
11707 .. |image1106| image:: images/appendix-marcedit/excelimport/step-15.png
11708 .. |image1107| image:: images/appendix-marcedit/excelimport/step-17.png
11709 .. |image1108| image:: images/appendix-marcedit/excelimport/step-18.png
11710 .. |image1109| image:: images/appendix-marcedit/excelimport/step-19.png
11711 .. |image1110| image:: images/appendix-marcedit/excelimport/step-20.png
11712 .. |image1111| image:: images/appendix-oclc/oclcgatewaysetup.png
11713 .. |image1112| image:: images/opac/SHOW_BCODEadd.png
11714 .. |image1113| image:: images/opac/SHOW_BCODEattribute.png
11715 .. |image1114| image:: images/opac/barcodeoncheckouts.png
11716 .. |image1115| image:: images/cataloging/lockedauthority.png
11717 .. |image1116| image:: images/reports/datepicker.png
11718 .. |image1117| image:: images/reports/branchpulldown.png
11719 .. |image1118| image:: images/appendix-extending/colorccode.png