Revert "Update index.rst"
[kohadocs.git] / source / administration.rst
1 .. include:: images.rst
2
3 .. _administration-label:
4
5 Administration
6 ==============
7
8 .. _basic-parameters-label:
9
10 Basic parameters
11 -----------------------------------
12
13 *Get there:* More > Administration
14
15     **Important**
16
17     Configure all 'parameters' in the order they appear.
18
19 .. _libraries-label:
20
21 Libraries
22 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23
24 When setting up your Koha system you will want to add information for
25 every library that will be sharing your system. This data is used in
26 several areas of Koha.
27
28 -  *Get there:* More > Administration > Basic Parameters > Libraries
29
30 When visiting this page you are presented with a list of the libraries that have already been added to the system.
31
32 |image122|
33
34
35 .. _adding-a-library-label:
36
37 Adding a library
38 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39
40 To add a new library:
41
42 -  Click 'New library'
43
44 -  The top of the form asks for some basics about the library
45
46    |image124|
47
48    -  The library code should not contain any spaces and be 10 or fewer
49       characters. This code will be used as a unique identifier in the
50       database.
51
52    -  The name will be displayed on the OPAC wherever the library name
53       displays to the public and should be a name that makes sense to
54       your patrons.
55
56 -  Next you can enter basic contact info about the branch
57
58    |image125|
59  
60    -  The address and contact fields can be used to make notices custom
61       for each library
62
63    -  The email address field is not required, but it should be filled
64       for every library in your system
65
66       -  **Important**
67
68              Be sure to enter a library email address to make sure that
69              notices are sent to and from the right address
70
71    -  If you'd like you can enter a different 'Reply-To' email address.
72       This is the email address that all replies will go to.
73
74       -  **Note**
75
76              If you do not fill in this value Koha will use the address
77              in the :ref:`ReplytoDefault` preference
78
79    -  If you'd like you can also enter a different 'Return-Path' email
80       address. This is the email address that all bounced messages will
81       go to.
82
83       -  **Note**
84
85              If you do not fill in this value Koha will use the address
86              in the :ref:`ReturnpathDefault`
87              preference
88
89    -  If the URL field is populated then the library name will be linked
90       in the holdings table on the OPAC
91
92       |image126|
93
94    -  The OPAC Info box is for you to put information about the library
95       that will appear in the OPAC when the branch name is moused over
96       in the holdings table
97
98       |image127|
99
100    -  IP Address does not have be filled in unless you plan on limiting
101       access to your staff client to a specific IP Address
102
103       -  **Important**
104
105              An IP address is required if you have enabled
106              :ref:`AutoLocation`
107
108    -  If this library has a specific `MARC organization code <http://www.loc.gov/marc/organizations/orgshome.html>`_, you can enter it   here. If left blank, the code entered in the :ref:`MARCOrgCode` preference will be used for this library.
109
110    -  If you have any notes you can put them here. These will
111       not show in the OPAC
112      
113    -  Finally, you can choose whether the library will display as an available pickup location for holds
114    
115     **Note**
116
117     Of the fields listed, only 'Library code' and 'Name' are required
118
119 .. _editing/deleting-a-library-label:
120
121 Editing/deleting a library
122 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
123
124 You will be unable to delete any library that has patrons or items
125 attached to it.
126
127 |image128|
128
129 Each library will have an 'Edit' link to the right of it. Click this
130 link to edit/alter details associated with the library in question.
131
132     **Important**
133
134     You will be unable to edit the 'Library code'
135
136 .. _library-groups-label:
137
138 Library groups
139 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140
141 Library groups are used in searches to limit the search to a group of 
142 libraries (for example in a neigbourhood).
143
144 -  *Get there:* More > Administration > Basic Parameters > Library groups
145
146 When visiting this page you are presented with a list of the groups 
147 that have already been added to the system.
148
149 |image123|
150
151 .. _adding-a-group-label:
152
153 Adding a group
154 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155
156 Click the 'Add Group' button at the top of the screen
157
158 |image129|
159
160 - Give the group a title and a description. Only the title is mandatory 
161   as it will show up in the staff client and in the OPAC. The description 
162   is only used in this page to give an idea of what the group is used for.
163
164 - You can limit staff from seeing other groups' patrons by checking the 
165   box next to the 'Limit patron data access by group' option.
166
167     **Note**
168
169     This can be overriden with the :ref:`user permission view_borrower_infos_
170     from_any_libraries <patron-permissions-defined-label>`.
171
172 - If you would like the group to show up in the library pulldown menu at the 
173   top of the OPAC (with :ref:`OpacAddMastheadLibraryPulldown` set to 'Add') 
174   and on the advanced search page you can check the 'Use for OPAC search 
175   groups' box.
176
177 - If you want the group to appear in the library pulldown in the staff 
178   client advanced search, check the 'Use for staff search groups' box.
179
180 |image131|
181
182 .. _adding-a-library-to-a-group-label:
183
184 Adding a library to a group
185 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
186
187 Click on the 'Add library' button next to the group to add a library to 
188 this group. You will be presented with a list of the libraries that are 
189 not already in the group.
190
191 |image133|
192
193 .. _adding-a-sub-group-label:
194
195 Adding a sub-group
196 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
197
198 If your system is very large, you can create sub-groups. Click on the 
199 'Actions' button next to the group and select the 'Add a sub-group' 
200 option. Fill in the title and the description (optional) of the sub-group. 
201 The features will be inherited from the parent group.
202
203 |image1323|
204
205 .. _deleting-a-group-label:
206
207 Deleting a group
208 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
209
210 To delete a group, click on the 'Actions' button next to the group and select 
211 the 'Delete' option.
212
213 |image1324|
214
215 |image1325|
216
217 .. _item-types-label:
218
219 Item types
220 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221
222 Koha allows you to organize your collection by item types and collection
223 codes.
224
225 -  *Get there:* More > Administration > Basic parameters > Item types
226
227 Item types typically refer to the material type (book, cd, dvd, etc),
228 but can be used in any way that works for your library.
229
230 |image134|
231
232 .. _adding-item-types-label:
233
234 Adding item types
235 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
236
237 To add a new item type, simply click the 'New item type' button at the
238 top of the Item types page.
239
240 |image135|
241
242 -  In the 'Item type' field, enter a short code for your item type (maximum 
243    of 10 characters)
244
245 -  The description is the plain text definition of the item type (for
246    those with multiple languages installed you can translate the item
247    type description in to all of those languages using the 'Translate in
248    to other languages' link)
249
250 -  Item types and can grouped together for searching at the same time.
251    For example you can put DVDs and Bluray in to a group called Movie
252    and then they can be searched together. These groups are defined in
253    the ITEMTYPECAT authorized value.
254
255 -  You can choose to have an image associated with your item type
256
257    -  You can choose from a series of image collections
258
259    -  You can link to a remote image
260
261    -  Or you can just have no image associated with the item type
262
263    -  **Important**
264
265           To have your item type images appear in the OPAC you need to
266           set :ref:`noItemTypeImages` to 'Show'
267
268       -  *Get there:*\ More > Administration > Global system preferences
269          > :ref:`Administration <administration-label>`
270
271 -  For items that you are suppressing from the OPAC you can hide their
272    item type from being searched in the OPAC
273
274 -  For items that do not circulate, check the 'Not for loan' options
275
276    -  Items marked 'Not for loan' will appear in the catalog, but cannot
277       be checked out to patrons
278
279 -  For items that you charge a rental fee for, there are two ways that Rental 
280    fees can be charged to a patron by item type.  A flat rental charge 
281    (process fee) or a daily rental charge.
282    
283     -  For items that a library would charge a flat rental charge (process fee) 
284        for, enter the total fee you charge in the â€˜Rental charge’ field. 
285        This will charge the patron on checkout (and renewal).
286        
287     - For items that a rental charge will be charged by the number of days 
288       the item is checked out for, enter the daily fee in the 'Daily Rental 
289       Charge' .  This will be charged to the patron upon checkout - 
290       the cost per day and how many days this item can be checked out to the 
291       patron.  This daily rental charge will also be applied if/when a renewal 
292       occurs
293
294  - Each amount will charge the patron on checkout.
295
296    -  **Important**
297
298           Do not enter symbols in this field, only numbers and decimal
299           points (ex. $5.00 should be entered as 5 or 5.00)
300
301 -  You can add a default replacement cost for this type of item. If left 
302    blank, the replacement price of the item itself will be charged to the 
303    user when the item is lost.
304
305     -  **Important**
306           Do not enter symbols in this field, only numbers and decimal
307           points (ex. $5.00 should be entered as 5 or 5.00)
308
309
310 - You can also add a processing fee that will be added to the replacement cost.
311
312    -  **Important**
313
314           Do not enter symbols in this field, only numbers and decimal
315           points (ex. $5.00 should be entered as 5 or 5.00)
316
317
318 -  If you would like a message or alert to appear when items of this
319    type are checked in you can enter that in the 'Checkin message' box
320
321    |image136|
322
323    -  The Checkin message type can be a Message or an Alert. The only
324       difference between these two is the styling. By default a Message
325       is blue
326
327       |image137|
328
329       and an Alert is yellow.
330
331       |image138|
332
333 -  Some SIP devices need you to use a SIP-specific media type instead of
334    Koha's item type (usually lockers and sorters need this media type),
335    if you use a device like this you'll want to enter the SIP media
336    type.
337
338 -  When finished, click 'Save changes'
339
340    -  **Note**
341
342           All fields, with the exception of the 'Item type' will be
343           editable from the Item types list
344
345 -  Your new item type will now appear on the list
346
347    |image139|
348
349 .. _editing-item-types-label:
350
351 Editing item types
352 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
353
354 Each item type has an Edit button beside it. To edit an item simply
355 click the 'Edit' link.
356
357     **Important**
358
359     You will not be able to edit the code you assigned as the 'Item
360     type' but you will be able to edit the description for the item.
361
362 .. _deleting-item-types-label:
363
364 Deleting item types
365 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
366
367 Each item has a Delete button beside it. To delete an item type, simply click
368 the 'Delete' link.
369
370     **Important**
371
372     You will not be able to delete item types that are being used by
373     items within your system.
374
375 |image140|
376
377 .. _authorized-values-label:
378
379 Authorized values
380 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
381
382 Authorized values can be used in several areas of Koha. One reason you
383 would add an authorized value category would be to control the values
384 that can be entered into MARC fields by catalogers.
385
386 -  *Get there:* More > Administration > Basic parameters > Authorized
387    values
388
389 .. _existing-values-label:
390
391 Existing values
392 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
393
394 Koha installs with pre-defined values that your library is likely to
395 use, for instance 'Lost'.
396
397 -  Asort1
398
399    -  Used for acquisitions statistical purposes
400
401 -  Asort2
402
403    -  Used for acquisitions statistical purposes
404
405 -  BOR\_NOTES
406
407    -  Values for custom patron messages that appear on the circulation
408       screen and the OPAC. The value in the Description field should be
409       the message text and is limited to 200 characters.
410
411       |image141|
412
413 -  Bsort1
414
415    -  Values that can be entered to fill in the patron's sort 1 field
416
417 -  Bsort2
418
419    -  Values that can be entered to fill in the patron's sort 2 field
420
421 -  CCODE
422
423    -  Collection codes (appears when cataloging and working with items)
424
425 - CONTROL\_NUM\_SEQUENCE
426
427    - Used to generate control numbers in the advanced cataloguing editor.
428      Enter a string ending with a number as the authorized value and use
429      the description to describe the type of number. For example: 'sprLib0001'
430      'Springfield library'. In the advanced editor this will activate a
431      new widget that will allow you to choose the type of number and
432      generate the next number in the sequence.
433
434 -  COUNTRY
435
436    -  Used in UNIMARC 102 $a
437
438 -  DAMAGED
439
440    -  Descriptions for items marked as damaged (appears when cataloging
441       and working with items)
442
443 -  DEPARTMENT
444
445    -  Departments are required by and will be used in the `Course
446       Reserves <#coursereserves>`__ module
447
448 -  ETAT
449
450    -  Used in French UNIMARC installations in field 995 $o to identify item status.
451       Similar to NOT_LOAN
452
453 -  HINGS\_AS
454
455    -  General holdings: acquisition status designator :: This data
456       element specifies acquisition status for the unit at the time of
457       the holdings report.
458
459 -  HINGS\_C
460
461    -  General holdings: completeness designator
462
463 -  HINGS\_PF
464
465    -  Physical form designators
466
467 -  HINGS\_RD
468
469    -  General holdings: retention designator :: This data element
470       specifies the retention policy for the unit at the time of the
471       holdings report.
472
473 -  HINGS\_UT
474
475    -  General holdings: type of unit designator
476
477 -  HSBND\_FREQ
478
479    -  Frequencies used by the housebound module. They are displayed on
480       the housebound tab in the patron account in staff.
481
482 -  ITEMTYPECAT
483
484    - Allows multiple Item types to be searched in a category.  Categories can be
485      entered into the Authorized value ITEMTYPECAT. To combine Item types to this
486      category, enter this Search category to any Item types.
487
488      For example, an ITEMTYPECAT could be NEW, then in the Item type
489      for NEW BOOKS NEW DVDS, etc the search category could be added NEW.
490      This is helpful when a patron chooses the Search category of NEW, they could
491      get Koha to search multiple Item types with a single search.
492
493 -  LANG
494
495    -  ISO 639-2 standard language codes
496
497 -  LOC
498
499    Shelving location (usually appears when adding or editing an item). LOC maps to 
500    items.location in the Koha database.
501
502    -  CART
503
504       Is the shelving cart location, used by
505       :ref:`InProcessingToShelvingCart` and
506       :ref:`ReturnToShelvingCart`
507
508    -  PROC
509
510       The location to be used for
511       :ref:`NewItemsDefaultLocation` (change
512       description as desired), also the location expected by
513       :ref:`InProcessingToShelvingCart`.
514
515 -  LOST
516
517    -  Descriptions for the items marked as lost (appears when adding or
518       editing an item)
519
520    -  **Important**
521
522           Values given to lost statuses should be numeric and not
523           alphabetical in order for statuses to appear properly
524
525 -  MANUAL\_INV
526
527    -  Values for manual invoicing types
528
529    -  **Important**
530
531           The value set as the Authorized value for the MANUAL\_INV
532           authorized value category will appear as the Description and
533           the Authorized value description will be used as the amount.
534           Enter monetary amounts in the description without currency
535           symbols.
536
537 -  OPAC\_SUG
538
539    -  A list of reasons displayed in the suggestion form on the OPAC.
540
541 -  NOT\_LOAN
542
543    -  Reasons why a title is not for loan
544
545    -  **Important**
546
547           Values given to lost statuses should be numeric and not
548           alphabetical in order for statuses to appear properly
549
550    -  **Note**
551
552           Negative number values will still allow holds (use for on
553           order statuses for example) where as positive numbers will not
554           allow holds or checkouts. A value of 0 means 'for loan'.
555
556 -  ORDER\_CANCELLATION\_REASON
557
558    -  Reasons why an order might have been cancelled
559
560 -  PAYMENT\_TYPE
561
562    -  Populates a dropdown list of custom payment types when paying fines
563
564 -  qualif
565
566    -  Function codes (author, editor, collaborator, etc.) used in UNIMARC 7XX $4
567       (French)
568       
569 -  RELTERMS
570
571    -  French terms of relations
572
573 -  REPORT\_GROUP
574
575    -  A way to sort and filter your reports, the default values in this
576       category include the Koha modules (Accounts, Acquitisions,
577       Catalog, Circulation, Patrons)
578
579       |image142|
580
581 -  REPORT\_SUBGROUP
582
583    -  Can be used to further sort and filter your reports. This category
584       is empty by default. Values here need to include the authorized
585       value code from REPORT\_GROUP in the Description (OPAC) field to
586       link the subgroup to the appropriate group.
587
588       |image143|
589
590 -  RESTRICTED
591
592    -  Restricted status of an item
593
594 -  ROADTYPE
595
596    -  Road types to be used in patron addresses
597
598 -  SIP\_MEDIA\_TYPE
599
600    -  Used when :ref:`creating <adding-item-types-label>` or
601       :ref:`editing <editing-item-types-label>` an item type to assign a SIP specific
602       media type for devices like lockers and sorters.
603
604 -  SUGGEST
605
606    -  List of patron suggestion reject or accept reasons (appears when
607       managing suggestions)
608
609 -  SUGGEST\_FORMAT
610
611    -  List of Item types to display in a drop down menu on the Purchase suggestion
612       form on the OPAC. When creating the authorized values for SUGGEST_FORMAT,
613       enter a description into this form so it is visible on the OPAC to patrons.
614
615 -  SUGGEST\_STATUS
616
617    -  A list of additional custom status values for suggestions that can 
618       be used in addition to the default values.
619       
620 -  STACK
621
622    -  Shelving control number
623
624 -  TERM
625
626    -  Terms to be used in `Course Reserves <#coursereserves>`__ module.
627       Enter Terms that will show in the drop down menu when setting up a Course 
628       reserve.  (For example: Spring, Summer, Winter, Fall).
629
630 -  WITHDRAWN
631
632    -  Description of a withdrawn item (appears when adding or editing an
633       item)
634
635 -  YES\_NO
636
637    -  A generic authorized value field that can be used anywhere you
638       need a simple yes/no pull down menu.
639
640 .. _add-new-authorized-value-category-label:
641
642 Add new authorized value category
643 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
644
645 In addition to the existing categories that come by default with Koha,
646 librarians can add their own authorized value categories to control data
647 that is entered into the system. To add a new category:
648
649 -  Click 'New category'
650
651    |image144|
652
653 -  Limit your Category to 10 characters (something short to make it
654    clear what the category is for)
655
656    -  **Important**
657
658           Category cannot have spaces or special characters other than
659           underscores and hyphens in it.
660
661 -  When adding a new category you're asked to create at least one
662    authorized value
663
664    -  Enter a code for your Authorized value into the 'Authorized value'
665       field
666
667       -  **Important**
668
669              Authorized value is limited to 80 characters and cannot
670              have spaces or special characters other than underscores
671              and hyphens in it.
672
673    -  Use the Description field for the actual value that will be
674       displayed. If you want something different to show in the OPAC,
675       enter a 'Description (OPAC)'
676
677    -  If you would like to limit this authorized value category to only
678       specific libraries you can choose them from the 'Branches
679       limitation' menu. To have it show for all libraries just choose
680       'All branches' at the top of the list.
681
682    -  If you have
683       `StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__
684       and/or :ref:`AuthorisedValueImages` set to
685       show images for authorized values you can choose the image under
686       'Choose an icon'
687
688 -  Click 'Save'
689
690 -  Your new category and value will appear on the list of Authorized
691    values
692
693    |image145|
694
695 .. _add-new-authorized-value-label:
696
697 Add new authorized value
698 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
699
700 New authorized values can be added to any existing or new category. To
701 add a value:
702
703 -  Click 'New authorized value for ...'
704
705    |image146|
706
707 -  Enter a code for your authorized value into the 'Authorized value'
708    field
709
710    -  **Important**
711
712           Authorized value is limited to 80 characters and cannot have
713           spaces or special characters other than underscores and
714           hyphens in it.
715
716 -  Use the Description field for the actual value that will be
717    displayed. If you want something different to show in the OPAC, enter
718    a 'Description (OPAC)'
719
720 -  If you would like to limit this authorized value category to only
721    specific libraries you can choose them from the 'Branches limitation'
722    menu. To have it show for all libraries just choose 'All branches' at
723    the top of the list.
724
725 -  If you have
726    `StaffAuthorisedValueImages <#StaffAuthorisedValueImages>`__ and/or
727    :ref:`AuthorisedValueImages` set to show images
728    for authorized values you can choose the image under 'Choose an icon'
729
730 -  Click 'Save'
731
732 -  The new value will appear in the list along with existing values
733
734    |image147|
735
736 .. _patrons-&-circulation-label:
737
738 Patrons and circulation
739 -------------------------------------
740
741 Settings for controlling circulation and patron information.
742
743 .. _patron-categories-label:
744
745 Patron categories
746 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
747
748 Patron categories allow you to organize your patrons into different
749 roles, age groups, and patron types.
750
751 -  *Get there:* More > Administration > Patrons and circulation > Patron
752    categories
753
754 |image148|
755
756 Patrons are assigned to one of six main categories:
757
758 -  Adult
759
760    -  Most common patron type, usually used for a general 'Patron'
761       category.
762
763 -  Child
764
765    -  Children patrons can have a guardian to be attached to them.
766
767 -  Staff
768
769    -  Librarians (and library workers) should be assigned the staff
770       category so that you can :ref:`set their
771       permissions <patron-permissions-label>` and give them access to the
772       staff client.
773
774 -  Organizational
775
776    -  Organizational patrons are organizations. Organizations can be
777       used as guarantors for Professional patrons.
778
779 -  Professional
780
781    -  Professional patrons can be linked to Organizational patrons
782
783 -  Statistical
784
785    -  This patron type is used strictly for statistical purposes, such
786       as in house use of items.
787
788 .. _adding-a-patron-category-label:
789
790 Adding a patron category
791 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
792
793 To add a new patron category click 'New category' at the top of the page
794
795 |image149|
796
797 -  The 'Category code' is an identifier for your new code.
798
799    -  **Important**
800
801           The category code is limited to 10 characters (numbers and
802           letters)
803
804    -  **Important**
805
806           This field is required in order to save your patron category.
807           If left blank you will be presented with an error.
808
809           |image150|
810
811 -  Enter a plain text version of the category in the 'Description'
812    field.
813
814    -  **Important**
815
816           This field is required in order to save your patron category.
817           If left blank you will be presented with an error.
818
819           |image151|
820
821 -  Enrollment period (in months) should be filled in if you have a
822    limited enrollment period for your patrons (eg. Student cards expire
823    after 9 months or until a specific date)
824
825    -  **Important**
826
827           You cannot enter both a month limit and a date until. Choose
828           to enter either one or the other.
829
830    -  **Important**
831
832           This field is required in order to save your patron category.
833           If left blank you will be presented with an error.
834
835           |image152|
836
837 -  Some patron categories can have a minimum age (in years) requirement
838    associated with them, enter this age in the 'Age required'
839
840    -  **Important**
841
842           This value will only be checked if
843           :ref:`BorrowerMandatoryField` defines
844           the dateofbirth as a required field on the patron record
845
846 -  Patron categories can also have a maximum age (in years) associated
847    with them (such as children), enter this age in the 'Upperage limit'
848
849    -  **Important**
850
851           This value will only be checked if
852           :ref:`BorrowerMandatoryField` defines
853           the dateofbirth as a required field on the patron record
854
855 -  If you charge a membership fee for your patrons (such as those who
856    live in another region) you can enter that in the 'Enrollment fee'
857    field.
858
859    -  **Important**
860
861           Only enter numbers and decimals in this field
862
863    -  **Note**
864
865           Depending on your value for the
866           :ref:`FeeOnChangePatronCategory`
867           preference this fee will be charged on patron renewal as well
868           as when they are first enrolled.
869
870 -  If you want your patron to receive overdue notices, set the 'Overdue
871    notice required' to 'Yes'
872
873 -  You can decide on a patron category basis if lost items are shown in
874    the staff client by making a choice from the 'Lost items in staff
875    client' pull down
876
877    |image153|
878
879    -  **Important**
880
881           Note that this is only applicable in the staff client, so
882           changing this value on patron categories who do not have
883           access to the staff client won't make any difference
884
885 -  If you charge patrons for placing holds on items, enter the fee
886    amount in the 'Hold fee' field.
887
888    -  **Important**
889
890           Only enter numbers and decimals in this field
891
892 -  In the 'Category type' field choose one of the six main parent
893    categories
894
895    |image154|
896
897    -  **Important**
898
899           This field is required in order to save your patron category.
900           If left blank you will be presented with an error.
901
902           |image155|
903
904 -  The Branch limitations let you limit this patron category to only
905    some branches in your library system. Select 'All branches' if you
906    would like any library to be able to use this category.
907
908 -  You can decide if this patron category is blocked from performing
909    actions in the OPAC if their card is expired using the next option.
910    By default it will follow the rule set in the
911    :ref:`BlockExpiredPatronOpacActions`
912    preference
913
914     |image1203|
915
916 -  Next you can choose the default privacy settings for this patron
917    category. This setting can be edited by the patron via the OPAC if
918    you allow it with the :ref:`OPACPrivacy` system
919    preference.
920
921     |image1204|
922
923 -  You can set the preference for checking the patron's circulation history 
924    when checking out an item. The default value for this is set in the 
925    :ref:`CheckPrevCheckout` system preference. This setting can be 
926    overridden on a per-patron basis in their :ref:`individual file <add-a-new-patron>`.
927
928 -  Finally you can assign advanced messaging preferences by default to a
929    patron category
930
931    -  **Important**
932
933           Requires that you have
934           :ref:`EnhancedMessagingPreferences`
935           enabled
936
937    -  These defaults will be applied to new patrons that are added to
938       the system. They will not edit the preferences of the existing
939       patrons. Also, these can be changed for individual patrons, this
940       setting is just a default to make it easier to set up messages for
941       an entire category.
942
943       -  **Note**
944
945              After setting the default for the patron category you can
946              force those changes to all existing patrons by running the
947              *borrowers-force-messaging-defaults* script found in the
948              *misc/maintenance* folder. Ask your system administrator
949              for assistance with this script.
950
951 .. _circulation-and-fine-rules-label:
952
953 Circulation and fines rules
954 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
955
956 These rules define how your items are circulated, how/when fines are
957 calculated and how holds are handled.
958
959 -  *Get there:* More > Administration > Patrons and circulation >
960    Circulation and fines rules
961
962 The rules are applied from most specific to less specific, using the
963 first found in this order:
964
965 -  same library, same patron category, same item type
966
967 -  same library, same patron category, all item types
968
969 -  same library, all patron categories, same item type
970
971 -  same library, all patron categories, all item types
972
973 -  default (all libraries), same patron category, same item type
974
975 -  default (all libraries), same patron category, all item types
976
977 -  default (all libraries), all patron categories, same item type
978
979 -  default (all libraries), all patron categories, all item types
980
981 The :ref:`CircControl` and
982 :ref:`HomeOrHoldingBranch` also come in to play when
983 figuring out which circulation rule to follow.
984
985 -  If CircControl is set to "the library you are logged in at" circulation
986    rules will be selected based on the library you are logged in at
987
988 -  If CircControl is set to "the library the patron is from" circulation rules
989    will be selected based on the patron's library
990
991 -  If CircControl is set to "the library the item is from" circulation rules
992    will be selected based on the item's library where
993    HomeOrHoldingBranch chooses if item's home library is used or holding
994    library is used.
995
996 -  If :ref:`IndependentBranches` is set to 'Prevent'
997    then the value of HomeOrHoldingBranch is used in figuring out if the
998    item can be checked out. If the item's home library does not match
999    the logged in library, the item cannot be checked out unless you are
1000    a :ref:`superlibrarian <patron-permissions-defined-label>`.
1001
1002     **Important**
1003
1004     At the very least you will need to set a default circulation rule.
1005     This rule should be set for all item types, all libraries and all
1006     patron categories. That will catch all instances that do not match a
1007     specific rule. When checking out if you do not have a rule for all
1008     libraries, all item types and all patron categories then you may see
1009     patrons getting blocked from placing holds.
1010
1011 .. _defining-circulation-rules-label:
1012
1013 Defining circulation rules
1014 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1015
1016 Using the issuing rules matrix you can define rules that depend on
1017 patron category/item type combos. To set your rules, choose a library from the
1018 pull down (or 'Standard rules for all libraries' if you want to apply these rules to all
1019 branches):
1020
1021 |image156|
1022
1023 From the matrix you can choose any combination of patron categories and
1024 item types to apply the rules to
1025
1026 |image157|
1027
1028 -  First choose which patron category you'd like the rule to be applied
1029    to. If you leave this to 'All' it will apply to all patron categories
1030
1031 -  Choose the item type you would like this rule to apply to. If you
1032    leave this to 'All' it will apply to all item types
1033    
1034 -  Add notes about your circulation rule into the notes field. This can
1035    be helpful to remember why and when something was last changed.
1036
1037 -  Limit the number of items a patron can have checked out at the same
1038    time by entering a number in the 'Current checkouts allowed' field.
1039
1040 -  If you're allowing :ref:`OnSiteCheckouts` then you
1041    may also want to set a limit on the number of items patron's can have
1042    onsite.
1043
1044    -  **Note**
1045
1046           This setting also depends on the
1047           :ref:`ConsiderOnSiteCheckoutsAsNormalCheckouts`
1048           preference
1049
1050 -  Define the period of time an item can be checked out to a patron by
1051    entering the number of units (days or hours) in the 'Loan period'
1052    box.
1053
1054 -  Choose which unit of time, days or hours, that the loan period and
1055    fines will be calculated in in the 'Unit' column
1056
1057 -  You can also define a hard due date for a specific patron category
1058    and item type. The hard due date offers three options:
1059    
1060    -  Exactly on: The due date of any item checked out with this rule
1061       will be set to the hard due date.
1062
1063    -  Before: Koha will calculate the normal loan period. If the calculated
1064       due date would be after or on the hard due date, the hard due date 
1065       will be used instead.
1066       
1067    -  After: Koha will calculate the normal loan period. If the calculated
1068       due date would be before the hard due date, the hard due date will
1069       be used instead.
1070
1071 -  'Fine amount' should have the amount you would like to charge for
1072    overdue items.
1073
1074    -  **Important**
1075
1076           Enter only numbers and decimal points (no currency symbols).
1077
1078 -  Enter the 'Fine charging interval' in the unit you set (ex. charge
1079    fines every 1 day, or every 2 hours). The :ref:`finesCalendar`system
1080    preference controls wether the days the library is closed will be taken
1081    into account or not.
1082
1083 -  'When to charge' is most handy in libraries that have a fine charging
1084    interval of more than 1 day.
1085
1086    -  End of interval: Given a grace period of 2 days and a fine interval of 7 days,
1087       the first fine will appear 7 days after the due date, it will
1088       always take one fine interval (7 days), before the first fine
1089       is charged.
1090
1091    -  Start of interval: Given a grace period of 2 days and a fine interval of 7 days,
1092       the first fine will appear 2 days after the due date and the
1093       second fine 7 days after the due date.
1094
1095 -  The 'Fine grace period' is the period of time an item can be overdue
1096    before you start charging fines. The :ref:`FinesIncludeGracePeriod`
1097    system preference controls if the grace period will be included when
1098    calculating the fine or not.
1099
1100    -  **Important**
1101
1102           This can only be set for the Day unit, not in Hours
1103
1104 -  The 'Overdue fines cap' is the maximum fine per item for this patron 
1105    and item type combination.
1106
1107    -  **Important**
1108
1109           If this field is left blank then Koha will not put a limit on
1110           the fines this item will accrue. A maximum fine amount can be
1111           set using the :ref:`MaxFine` system preference.
1112
1113 -  If you would like to prevent overcharging patrons for a lost items,
1114    you can check the box under 'Cap fine at replacement price.' This
1115    will prevent the patron's fines from going above the replacement
1116    price on the item.
1117
1118    -  **Note**
1119
1120           If the 'Overdue fines cap' is also set, the fine will be the
1121           lesser of the two, if both apply to the given overdue
1122           checkout.
1123
1124 -  If your library 'fines' patrons by suspending their account you can
1125    enter the number of days their fine should be suspended in the
1126    'Suspension in days' field.
1127
1128    -  **Important**
1129
1130           This can only be set for the Day unit, not in Hours-
1131
1132 -  You can also define the maximum number of days a patron will be
1133    suspended in the 'Max suspension duration' setting-
1134
1135 -  Next decide if the patron can renew this item type and if so, enter
1136    how many times they can renew it in the 'Renewals allowed' box.
1137
1138 -  If you're allowing renewals you can control how long the renewal loan
1139    period will be (in the units you have chosen) in the 'Renewal period'
1140    box.
1141
1142 -  If you're allowing renewals you can control how soon before the due
1143    date patrons can renew their materials with the 'No renewals before'
1144    box.
1145
1146    -  Items can be renewed at any time if this value is left blank.
1147       Otherwise items can only be renewed if the item is due after the
1148       number in units (days/hours) entered in this box.
1149
1150    -  To control this value on a more granular level please set the
1151       :ref:`NoRenewalBeforePrecision`
1152       preference.
1153
1154 -  You can enable automatic renewals for certain items/patrons if you'd
1155    like. This will renew automatically following your circulation rules
1156    unless there is a hold on the item.
1157
1158    -  **Important**
1159
1160           You will need to enable the :ref:`automatic renewal cron
1161           job <automatic-renewal-label>` for this to work.
1162
1163    -  **Important**
1164
1165           This feature needs to have the "no renewal before" column
1166           filled in or it will auto renew everyday after the due date.
1167
1168 -  If you are using automatic renewals, you can use the 'No automatic
1169    renewals after' to limit the time a patron can have the item independent:
1170    Exampple: Don't allow automatic renewals after a checkout period of 80 days.
1171    
1172 -  Similar to the hard due date setting, you can also stop automatic renwals
1173    after a specific date using the 'No automatic renwal after (hard limit)' 
1174    setting.
1175
1176 -  If the patron can place holds on this item type, enter the total
1177    numbers of items (of this type) that can be put on hold in the 'Holds
1178    allowed' field.
1179    
1180 -  You can also set a daily limit on the number of holds a patron can place.
1181
1182 -  While the two settings before limit the holds that can be placed across
1183    various records, the next setting is used to limit the number of holds
1184    that can be placed on one record at the same time.
1185    Example: For fiction books you might want to allow only one item to be placed 
1186    on hold at the same time by the same user. But for serials where items
1187    represent different issues more than one hold at the same time is fine.
1188
1189 -  Next you can decide how the availability of items influences the ability
1190    to place a hold. The 'On shelf holds allowed' option has three settings:
1191
1192    -  Yes: This will allow to place holds on items at all times. It doesn't
1193       matter if they are available or checked out.
1194
1195    -  If any unavailable: This will allow to place a hold as soon as one
1196       or more items of the record are checked out. It doesn't matter if 
1197       there are still one or more items available on the shelf.
1198
1199    -  If all unavailable: This will allow to place a hold as soon as all
1200       items on the record are checked out that could fill the hold. This is
1201       especially useful for libraries that don't offer the service of getting items
1202       placed on hold off the shelf for patrons.
1203
1204 -  You can also decide if patrons are allowed to place item specific
1205    holds on the item type in question. The options are:
1206
1207    -  Allow: Will allow patrons the option to choose next available or
1208       a specific item.
1209
1210    -  Don't allow: Will only allow patrons to choose next available item.
1211
1212    -  Force: Will only allow patrons to choose a specific item.
1213
1214 -  If you want to allow patrons to be able to place article requests, you 
1215
1216    -  **Important** 
1217
1218           If you want to use the article request functionality
1219           you need to enable it using the :ref:`ArticleRequests` system 
1220           preference and configure the form using the other related preferences.
1221
1222 -  Finally, if you charge a `rental fee <#rentalcharge>`__ for the item
1223    type and want to give a specific patron type a discount on that fee,
1224    enter the percentage discount (without the % symbol) in the 'Rental
1225    discount' field
1226
1227 When finished, click 'Save' to save your changes. To modify a rule,
1228 simply click the 'Edit' link at the beginning or at the end of the row
1229 and edit the values that appear filled in at the bottom of the form.
1230
1231 |image158|
1232
1233 If you would like to delete your rule, click the 'Delete' link at the beginning
1234 or at the end of the rule row.
1235
1236 To save time you can clone rules from one library to another by choosing
1237 the clone option above the rules matrix. Please note that this will overwrite
1238 all rules already configured for that library.
1239
1240 |image159|
1241
1242 After choosing to clone you will be presented with a confirmation
1243 message.
1244
1245 |image160|
1246
1247 .. _default-checkouts-and-hold-policy-label:
1248
1249 Default checkout, hold, and return policy
1250 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1251
1252 You can set a default maximum number of checkouts, a default maximum number
1253 of holds and a hold policy that
1254 will be used if none is defined below for a particular item type or
1255 category. This is the fall back rule for defaults.
1256
1257 |image161|
1258
1259 From this menu you can set a default to apply to all item types and
1260 patrons in the library if no other option is set in the forms below.
1261
1262 -  In 'Total current checkouts allowed' enter the total number of items
1263    patrons can have checked out at one time
1264
1265 -  In 'Total current on-site checkouts allowed' enter the total number
1266    of items patrons can have checked out on site at a time
1267    (:ref:`OnSiteCheckouts` needs to be set to 'Enable')
1268
1269 -  In 'Maximum total holds allowed (count)' enter the total number
1270    of pending holds patrons can have at the same time.
1271
1272 -  Control where patrons can place holds from using the 'Hold Policy'
1273    menu
1274
1275    -  From Any Library: Patrons from any library may put this item on
1276       hold. (default if none is defined)
1277
1278    -  From Home Library: Only patrons from the item's home library may
1279       put this book on hold.
1280
1281    -  No Holds Allowed: No patron may put this book on hold.
1282
1283 -  Control if there is a limit to filling a hold based on the item's
1284    library
1285
1286    -  any library
1287
1288    -  item's home library
1289
1290    -  item's holding library
1291
1292    -  **Note**
1293
1294           The patron's home library should not affect whether a patron
1295           can place the hold, instead the hold will only be fillable
1296           when an item matching the pickup location becomes available.
1297
1298 -  Control where the item returns to once it is checked in
1299
1300    -  Item returns home
1301
1302    -  Item returns to issuing branch
1303
1304    -  Item floats
1305
1306       -  When an item floats it stays where it was checked in and does
1307          not ever return 'home'
1308
1309 -  Once your policy is set, you can unset it by clicking the 'Unset'
1310    link to the right of the rule
1311
1312 .. _default-checkouts-and-hold-by-category-label:
1313
1314 Default checkout and hold policy by patron cateogry
1315 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1316
1317 For this library, you can specify the maximum number of checkouts, 
1318 on-site checkouts and holds that a patron of a given category can have, 
1319 regardless of the item type.
1320
1321 |image162|
1322
1323     **Note**
1324
1325     If the total amount of checkouts, on-site checkout and holds
1326     for a given patron category is left blank, no limit applies, 
1327     except possibly for a limit you define in the circulation rules above.
1328
1329 For example, if you have a rule in the matrix that says Board patrons
1330 are allowed 10 books and 5 DVDs but you want to make it so that Board
1331 patrons only have a total of 12 things checked out at once. If you enter
1332 12 here and the patron has 10 books out already they will only be
1333 allowed 2 DVDs to equal the 12 total they're allowed.
1334
1335 .. _item-fee-refund-on-return-label:
1336
1337 Default lost item fee refund on return policy
1338 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1339
1340 Here, you can specify the default policy for lost item fees on return. 
1341 This policy will apply to this library. This rule is to be used with the 
1342 :ref:`RefundLostOnReturnControl <refundlostonreturncontrol-label>` 
1343 system preference.
1344
1345 .. _item-hold-policies-label:
1346
1347 Default holds policy by item type
1348 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1349
1350 For this library, you can edit hold and return policies for a given item
1351 type, regardless of the patron's category.
1352
1353 |image163|
1354
1355 The various hold policies have the following effects:
1356
1357 -  From any library: Patrons from any library may put this item on hold.
1358    (default if none is defined)
1359
1360 -  From home library: Only patrons from the item's home library may put
1361    this book on hold.
1362
1363 -  No holds allowed: No patron may put this book on hold.
1364
1365     **Important**
1366
1367     Note that if the system preference
1368     :ref:`AllowHoldPolicyOverride` set to
1369     'allow', these policies can be overridden by your circulation staff.
1370
1371     **Important**
1372
1373     These policies are based on the patron's home branch, not the branch
1374     that the reserving staff member is from.
1375
1376 Control if there is a limit to filling a hold based on the item's
1377 library
1378
1379 -  any library
1380
1381 -  item's home library
1382
1383 -  item's holding library
1384
1385 -  **Note**
1386
1387        The patron's home library should not affect whether a patron can
1388        place the hold, instead the hold will only be fillable when an
1389        item matching the pickup location becomes available.
1390
1391 The various return policies have the following effects:
1392
1393 -  Item returns home: The item will prompt the librarian to transfer the
1394    item to its home library
1395
1396    -  **Important**
1397
1398           If the :ref:`AutomaticItemReturn`
1399           preference is set to automatically transfer the items home,
1400           then a prompt will not appear
1401
1402 -  Item returns to issuing branch: The item will prompt the librarian to
1403    transfer the item back to the library where it was checked out
1404
1405    -  **Important**
1406
1407           If the :ref:`AutomaticItemReturn`
1408           preference is set to automatically transfer the items home,
1409           then a prompt will not appear
1410
1411 -  Item floats: The item will not be transferred from the branch it was
1412    checked in at, instead it will remain there until transferred
1413    manually or checked in at another branch
1414
1415 For example you might allow holds at your libraries but not what New
1416 items or DVDs to be placed on hold by other branches so you can set the
1417 'Hold policy' to 'From home library' so that those items can only be
1418 placed on hold if the items' owning library and the patron's home
1419 library are the same. You can also block holds completely on specific
1420 item types from this form. This is also how you can set up floating item
1421 types and types that remain with their home library.
1422
1423 .. _patron-attribute-types-label:
1424
1425 Patron attribute types
1426 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1427
1428 Patron attributes can be used to define custom fields to associate with
1429 your patron records. In order to enable the use of custom fields you
1430 need to set the :ref:`ExtendedPatronAttributes`
1431 system preference.
1432
1433 -  *Get there:* More > Administration > Patrons and circulation > Patron
1434    attribute types
1435
1436 A common use for this field would be for a student ID number or a
1437 Driver's license number.
1438
1439 |image164|
1440
1441 .. _adding-patron-attributes-label:
1442
1443 Adding patron attributes
1444 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1445
1446 To add a new patron attribute type, click the 'New patron attribute
1447 type' button at the top of the page
1448
1449 |image165|
1450
1451 -  In the 'Patron attribute type code', enter a short code to identify
1452    this field
1453
1454    -  **Important**
1455
1456           This field is limited to 10 characters (numbers and letters
1457           only)
1458
1459    -  **Important**
1460
1461           This setting cannot be changed after an attribute is defined
1462
1463 -  In the 'Description' field, enter a longer (plain text) explanation
1464    of what this field will contain
1465
1466 -  Check the box next to 'Repeatable' to let a patron record have
1467    multiple values of this attribute.
1468
1469    -  **Important**
1470
1471           This setting cannot be changed after an attribute is defined
1472
1473 -  If 'Unique identifier' is checked, the attribute will be a unique
1474    identifier which means, if a value is given to a patron record, the
1475    same value cannot be given to a different record.
1476
1477    -  Unique attributes can be used as match points on the :ref:`patron
1478       import tool <patron-import-label>`
1479
1480    -  **Important**
1481
1482           This setting cannot be changed after an attribute is defined
1483
1484 -  Check 'Allow password' to make it possible to associate a password
1485    with this attribute.
1486
1487 -  Check 'Display in OPAC' to display this attribute on a patron's
1488    details page in the OPAC.
1489
1490 -  Check 'Searchable' to make this attribute searchable in the staff
1491    patron search.
1492
1493 -  Check 'Display in check-out' to make this attribute visible in the
1494    patron's short detail display on the left of the checkout screen and
1495    other patron pages
1496
1497    |image166|
1498
1499 -  Authorized value category; if one is selected, the patron record
1500    input page will only allow values to be chosen from the authorized
1501    value list.
1502
1503    -  You will first need to add an authorized value list for it to
1504       appear in this menu
1505
1506       -  *Get there:*\ More > Administration > Basic parameters >
1507          :ref:`Authorized values <authorized-values-label>`
1508
1509    -  **Important**
1510
1511           an authorized value list is not enforced during batch patron
1512           import.
1513
1514 -  If you would like this attribute to only be used by specific branches
1515    you can choose those branches from the 'Branches limitation' list.
1516    Choose 'All branches' to show it for all libraries.
1517
1518    -  **Important**
1519
1520           Note that items with locations already set on them will not be
1521           altered. The branch limitation only limits the choosing of an
1522           authorized value based on the home branch of the current staff
1523           login. All authorized values for item records (LOC, LOST,
1524           CCODE, etc) will show in the OPAC for all patrons.
1525
1526 -  If you'd like to only show this attribute on patrons of one type
1527    choose that patron type from the 'Category' pull down
1528
1529 -  If you have a lot of attributes it might be handy to group them so
1530    that you can easily find them for editing. If you create an
1531    :ref:`Authorized value <authorized-values-label>` for PA\_CLASS it will show
1532    in the 'Class' pull down and you can then change your attributes page
1533    to have sections of attributes
1534
1535    |image167|
1536
1537 -  Click Save to save your new attribute
1538
1539 Once added your attribute will appear on the list of attributes and also
1540 on the patron record add/edit form
1541
1542 |image168|
1543
1544 If you have set up classes for organizing attributes they will appear
1545 that way on the add/edit patron form
1546
1547 |image169|
1548
1549 .. _editing/deleting-patron-attributes-label:
1550
1551 Editing/deleting patron attributes
1552 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1553
1554 Each patron attribute has an edit and a delete link beside it on the
1555 list of attributes.
1556
1557 Some fields in the attribute will not be editable once created:
1558
1559 -  Patron attribute type code
1560
1561 -  Repeatable
1562
1563 -  Unique identifier
1564
1565 You will be unable to delete an attribute if it's in use.
1566
1567 |image170|
1568
1569 .. _library-transfer-limits-label:
1570
1571 Library transfer limits
1572 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1573
1574 Limit the ability to transfer items between libraries based on the
1575 library sending, the library receiving, and the collection code
1576 involved.
1577
1578 -  *Get there:* More > Administration > Patrons and circulation > Library
1579    transfer limits
1580
1581 These rules only go into effect if the preference
1582 :ref:`UseBranchTransferLimits <usebranchtransferlimits-&-branchtransferlimitstype-label>` is set to
1583 'enforce'.
1584
1585 Before you begin you will want to choose which library you are setting
1586 these limits for.
1587
1588 |image171|
1589
1590 Transfer limits are set based on the collections codes you have applied
1591 via the :ref:`Authorized value <authorized-values-label>` administration area.
1592
1593 |image172|
1594
1595 Collection codes will appear as tabs above the checkboxes:
1596
1597 |image173|
1598
1599 Check the boxes for the libraries that you accept checkins from for the
1600 item type you have selected at the top (in the example below - FIC)
1601
1602 |image174|
1603
1604 In the above example, Centerville library will allow patrons to return
1605 items from all libraries except Liberty and Franklin to their branch.
1606
1607 .. _transport-cost-matrix-label:
1608
1609 Transport cost matrix
1610 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1611
1612 The transport cost matrix lets a library system define relative costs to
1613 transport books to one another. In order for the system to use this
1614 matrix you must first set the
1615 :ref:`UseTransportCostMatrix` preference to
1616 'Use'.
1617
1618     **Important**
1619
1620     The transport cost matrix takes precedence in controlling where
1621     holds are filled from, if the matrix is not used then Koha checks
1622     the :ref:`StaticHoldsQueueWeight <staticholdsqueueweight,-holdsqueueskipclosed-&-randomizeholdsqueueweight-label>`.
1623
1624 Costs are decimal values between some arbitrary maximum value (e.g. 1 or
1625 100) and 0 which is the minimum (no) cost. For example, you could just
1626 use the distance between each library in miles as your 'cost', if that
1627 would accurately reflect the cost of transferring them. Perhaps post
1628 offices would be a better measure. Libraries sharing a post office would
1629 have a cost of 1, adjacent post offices would have a cost of 2, etc.
1630
1631 To enter transport costs simply click in the cell you would like to
1632 alter, uncheck the 'Disable' box and enter your 'cost'
1633
1634 |image175|
1635
1636 After entering in your cost, hit 'Enter' on your keyboard or click the
1637 'Save' button at the bottom of the matrix to save your changes.
1638
1639     **Note**
1640
1641     A NULL value will make no difference where the From and To libraries
1642     are the same library. However, as a best practice, you should put a
1643     0 in there. For all other To/From combinations, a NULL value will
1644     cause that relationship to act as if it has been disabled. So, in
1645     summary, don't leave any of the values empty. It's best to always
1646     put a number in there ( even if you choose to disable that given
1647     To/From option ).
1648
1649 .. _item-circulation-alerts-label:
1650
1651 Item circulation alerts
1652 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1653
1654 Libraries can decide if they want to have patrons automatically notified
1655 of circulation events (check ins and check outs).
1656
1657 -  *Get there:* More > Administration > Patrons and circulation > Item
1658    circulation alerts
1659
1660 These preferences are set based on patron types and item types.
1661
1662     **Important**
1663
1664     These preference can be overridden by changes in the individual
1665     patron's messaging preferences.
1666
1667 To set up circulation alerts:
1668
1669 -  Choose your library from the pull down at the top of the screen
1670
1671    |image176|
1672
1673    -  To set preferences for all libraries, keep the menu set to
1674       'Default'
1675
1676 -  By default all item types and all patrons are notified of check ins
1677    and check outs. To change this, click on the item/patron type combo
1678    that you would like to stop notices for.
1679
1680    |image177|
1681
1682    -  In the above example, Juveniles and Kids will not receive check
1683       out notices.
1684
1685 .. _cities-and-towns-label:
1686
1687 Cities and towns
1688 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1689
1690 To standardize patron input you can define cities or towns within your
1691 region so that when new patrons are added librarians simply have to
1692 select the town from a list instead of having to type the town and zip
1693 (or postal) code information.
1694
1695 -  *Get there:* More > Administration > Patrons and circulation > Cities
1696    and towns
1697
1698 .. _adding-a-city-label:
1699
1700 Adding a city
1701 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1702
1703 To add a new city, click the 'New city' button at the top of the page
1704 and enter the city name, state, zip/postal code and country.
1705
1706 |image178|
1707
1708 One you click Submit, your city will be saved and will be listed on the
1709 Cities and towns page
1710
1711 |image179|
1712
1713 Cities can be edited or deleted at any time.
1714
1715 .. _viewing-cities-on-patron-add-form-label:
1716
1717 Viewing cities on patron add form
1718 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1719
1720 If you have defined local cities using the 'New city' form, then when
1721 adding or editing a patron record you will see those cities in a pull
1722 down menu to make city selection easy.
1723
1724 |image180|
1725
1726 This will allow for easy entry of local cities into the patron record
1727 without risking the potential for typos or mistaken zip/postal codes.
1728
1729 .. _catalog-administration-label:
1730
1731 Catalog administration
1732 --------------------------------------
1733
1734 Set these controls before you start cataloging on your Koha system.
1735
1736 -  *Get there:* More > Administration > Catalog
1737
1738 .. _marc-bibliographic-frameworks-label:
1739
1740 MARC bibliographic frameworks
1741 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1742
1743 Think of frameworks as templates for creating new bibliographic records.
1744 Koha comes with some predefined frameworks that can be edited or
1745 deleted, and librarians can create their own frameworks for content
1746 specific to their libraries.
1747
1748 -  *Get there:* More > Administration > Catalog > MARC bibliographic
1749    frameworks
1750
1751 |image181|
1752
1753     **Important**
1754
1755     Do not delete or edit the Default framework since this will cause
1756     problems with your cataloging records - always create a new template
1757     based on the Default framework, or alter the other frameworks.
1758
1759 After clicking the 'MARC structure' link to the right of each framework
1760 you can decide how many fields you want to see on one screen by using
1761 the pagination options at the top of the table.
1762
1763 |image182|
1764
1765 .. _add-new-framework-label:
1766
1767 Add new framework
1768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1769
1770 To add a new framework
1771
1772 -  Click 'New framework'
1773
1774    |image183|
1775
1776    -  Enter a code of 4 or fewer characters
1777
1778    -  Use the Description field to enter a more detailed definition of
1779       your framework
1780
1781 -  Click 'Submit'
1782
1783 -  Once your framework is added click 'MARC structure' to the right of
1784    it on the list of frameworks
1785
1786    |image184|
1787
1788    -  You will be asked to choose a framework to base your new framework
1789       off of, this will make it easier than starting from scratch
1790
1791 -  Once your framework appears on the screen you can edit or delete each
1792    field by following the instructions for :ref:`editing
1793    subfields <edit-framework-subfields-label>`
1794
1795 .. _edit-existing-frameworks-label:
1796
1797 Edit existing frameworks
1798 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1799
1800 Clicking 'Edit' to the right of a framework will only allow you to edit
1801 the description for the framework:
1802
1803 |image185|
1804
1805 To make edits to the fields associated with the framework you must first
1806 click 'MARC Structure' and then follow the instructions for :ref:`editing
1807 subfields <edit-framework-subfields-label>`
1808
1809 .. _add-subfields-to-frameworks-label:
1810
1811 Add subfields to frameworks
1812 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1813
1814 To add a field to a framework click the 'New tag' button at the top of
1815 the framework definition
1816
1817 |image186|
1818
1819 This will open up a blank form for entering MARC field data
1820
1821 |image187|
1822
1823 Enter the information about your new tag:
1824
1825 -  The 'Tag' is the MARC field number
1826
1827 -  The 'Label for lib' is the text that will appear in the staff client
1828    when in the cataloging module
1829
1830 -  The 'Label for OPAC' is the text that will appear in the OPAC when
1831    viewing the MARC version of the record
1832
1833 -  If this field can be repeated, check the 'Repeatable' box
1834
1835 -  If this field is mandatory, check the 'Mandatory' box
1836
1837 -  If you want this field to be a pull down with limited possible
1838    answers, choose which 'Authorized value' list you want to use
1839
1840 When you're finished, click 'Save changes' and you will be presented
1841 with your new field
1842
1843 |image188|
1844
1845 To the right of the new field is a link to 'Subfields,' you will need to
1846 add subfields before this tag will appear in your MARC editor. The
1847 process of entering the settings for the new subfield is the same as
1848 those found in the :ref:`editing subfields in frameworks <edit-framework-subfields-label>`
1849 section of this manual.
1850
1851 .. _edit-framework-subfields-label:
1852
1853 Edit framework subfields
1854 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1855
1856 Frameworks are made up of MARC fields and subfields. To make edits to
1857 most frameworks you must edit the fields and subfields. Clicking 'Edit'
1858 to the right of each subfield will allow you to make changes to the text
1859 associated with the field
1860
1861 |image189|
1862
1863 -  Each field has a tag (which is the MARC tag) that is uneditable
1864
1865    -  The 'Label for lib' is what will show in the staff client if you
1866       have :ref:`advancedMARCeditor` set to display
1867       labels
1868
1869    -  The 'Label for OPAC' is what will show on the MARC view in the
1870       OPAC
1871
1872    -  If you check 'Repeatable' then the field will have a plus sign
1873       next to it allowing you to add multiples of that tag
1874
1875    -  If you check 'Mandatory' the record will not be allowed to save
1876       unless you have a value assigned to this tag
1877
1878    -  If you add default values for indicators these will be pre-filled to save time when cataloguing but can still be edited if required  
1879    
1880    -  'Authorized value' is where you define an :ref:`authorized
1881       value <authorized-values-label>` that your catalogers can choose from
1882       a pull down to fill this field in
1883
1884 To edit the subfields associated with the tag, click 'Subfields' to the
1885 right of the tag on the 'MARC Structure' listing
1886
1887 -  From the list of subfields you can click 'Delete' to the right of
1888    each to delete the subfields
1889
1890 -  To edit the subfields click 'Edit subfields'
1891
1892 -  For each subfield you can set the following basic constraint values
1893
1894    |image190|
1895
1896    -  Text for librarian
1897
1898       -  what appears before the subfield in the librarian interface
1899
1900    -  Text for OPAC
1901
1902       -  what appears before the field in the OPAC.
1903
1904          -  If left empty, the text for librarian is used instead
1905
1906    -  Repeatable
1907
1908       -  the field will have a plus sign next to it allowing you to add
1909          multiples of that tag
1910
1911    -  Mandatory
1912
1913       -  the record will not be allowed to save unless you have a value
1914          assigned to this tag
1915
1916    -  Managed in tab
1917
1918       -  defines the tab where the subfield is shown. All subfields of a
1919          given field must be in the same tab or ignored. Ignore means
1920          that the subfield is not managed.
1921
1922 -  For each subfield you can set the following advanced constraint
1923    values
1924
1925    |image191|
1926
1927    -  Default value
1928
1929       -  defines what you want to appear in the field by default, this
1930          will be editable, but it saves time if you use the same note
1931          over and over or the same value in a field often.
1932
1933       -  **Note**
1934
1935              If you would like a field to fill in with today's date you
1936              can use the YYYY MM DD syntax in the 'Default value'. For
1937              example: a default of "Year:YYYY Month:MM Day:DD" (without
1938              quotes) will print as "Year:2015 Month:11 Day:30"
1939
1940    -  Visibility
1941
1942       -  allows you to select from where this subfield is
1943          visible/hidden, simply check the boxes where you would like the
1944          field to show and uncheck the boxes where you would like it
1945          hidden.
1946
1947          |image192|
1948
1949    -  Is a URL
1950
1951       -  if checked, it means that the subfield is a URL and can be
1952          clicked
1953
1954    -  Link
1955
1956       -  If you enter a field/subfield here (200b), a link appears after
1957          the subfield in the MARC Detail view. This view is present only
1958          in the staff client, not the OPAC. If the librarian clicks on
1959          the link, a search is done on the database for the
1960          field/subfield with the same value. This can be used for 2 main
1961          topics :
1962
1963          -  on a field like author (200f in UNIMARC), put 200f here, you
1964             will be able to see all bib records with the same author.
1965
1966          -  on a field that is a link (4xx) to reach another bib record.
1967             For example, put 011a in 464$x, will find the serials that
1968             are with this ISSN.
1969
1970       -  **Warning**
1971
1972              This value should not change after data has been added to
1973              your catalog. If you need to change this value you must ask
1974              your system administrator to run
1975              misc/batchRebuildBiblioTables.pl.
1976
1977    -  Koha link
1978
1979       -  Koha is multi-MARC compliant. So, it does not know what the
1980          245$a means, neither what 200$f (those 2 fields being both the
1981          title in MARC21 and UNIMARC). So, in this list you can "map" a
1982          MARC subfield to its meaning. Koha constantly maintains
1983          consistency between a subfield and its meaning. When the user
1984          want to search on "title", this link is used to find what is
1985          searched (245 if you're MARC21, 200 if you're UNIMARC).
1986
1987 -  For each subfield you can set the following Other option values
1988
1989    |image193|
1990
1991    -  Authorized value
1992
1993       -  means the value cannot by typed by the librarian, but must be
1994          chosen from a pull down generated by the :ref:`authorized
1995          value <authorized-values-label>` list
1996
1997       -  In the example above, the 504a field will show the MARC504
1998          authorized values when cataloging
1999
2000          |image194|
2001
2002    -  Thesaurus
2003
2004       -  means that the value is not free text, but must be searched in
2005          the authority/thesaurus of the selected category
2006
2007    -  Plugin
2008
2009       -  means the value is calculated or managed by a plugin. Plugins
2010          can do almost anything.
2011
2012       -  Examples:
2013
2014          -  For call numbers there is an option to add a call number
2015             browser next to the the call number subfield so that you can
2016             identify which call numbers are in use and which are not.
2017             Simply choose the cn\_browser.pl plugin. Learn more in the
2018             :ref:`cataloging section <adding-items-label>` of this manual.
2019
2020          -  If you'd like to let file uploads via cataloging you can
2021             choose the upload.pl plugin and this will allow you to
2022             :ref:`upload files to Koha to link to your
2023             records <attaching-files-to-records-label>`.
2024
2025          -  In UNIMARC there are plugins for every 1xx fields that are
2026             coded fields. The plugin is a huge help for cataloger! There
2027             are also two plugins (unimarc\_plugin\_210c and
2028             unimarc\_plugin\_225a that can "magically" find the editor
2029             from an ISBN, and the collection list for the editor)
2030
2031 -  To save your changes simply click the 'Save changes' button at the
2032    top of the screen
2033
2034 .. _import/export-frameworks-label:
2035
2036 Import/export frameworks
2037 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2038
2039 Next to each framework is a link to either import or export the
2040 framework.
2041
2042 .. _export-framework-label:
2043
2044 Export framework
2045 ''''''''''''''''''''''''''''''''''''''''
2046
2047 To export a framework simply click the 'Export' link to the right of
2048 framework title.
2049
2050 |image195|
2051
2052 When you click 'Export' you will be prompted to choose what format to
2053 export the file in.
2054
2055 |image196|
2056
2057 A framework exported this way can be imported into any other Koha
2058 installation using the import framework option.
2059
2060 .. _import-framework-label:
2061
2062 Import framework
2063 ''''''''''''''''''''''''''''''''''''''''
2064
2065 An easy way to create a new framework is to import one created for your
2066 or another Koha installation. This framework would need to be exported
2067 from the other system :ref:`using the instructions
2068 above <export-framework-label>` to be available for import here.
2069
2070 To import a framework you first need to create :ref:`a new
2071 framework <add-new-framework-label>`. Once you have that framework, click
2072 'Import' to the right of the new framework.
2073
2074 |image197|
2075
2076 You will be prompted to find a file on your computer to import into the
2077 framework.
2078
2079 |image198|
2080
2081 You will be asked to confirm your actions before the file is imported.
2082
2083 |image199|
2084
2085 As your file is uploaded you will see an image that will confirm that
2086 the system is working.
2087
2088 |image200|
2089
2090 Once your import is complete you will be brought to the framework edit
2091 tool where you can make any changes you need to the framework you
2092 imported.
2093
2094 .. _koha-to-marc-mapping-label:
2095
2096 Koha to MARC mapping
2097 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2098
2099 While Koha stores the entire MARC record, it also stores common fields
2100 for easy access in various tables in the database. Koha to MARC mapping
2101 is used to tell Koha where to find these values in the MARC record. In
2102 many cases you will not have to change the default values set by in this
2103 tool on installation, but it is important to know that the tool is here
2104 and can be used at any time.
2105
2106 -  *Get there:* More > Administration > Catalog > Koha to MARC mapping
2107
2108 The table shows all the database fields that can be mapped to MARC fields.
2109
2110 |image201|
2111
2112 To add a new mapping, click on the 'Add' button to the right of the 
2113 appropriate field.
2114
2115 |image202|
2116
2117 Write in the MARC field and subfield you would like to map, separated 
2118 by a comma, to this Koha field and click the 'OK' button. 
2119
2120     **Note**
2121
2122     It is possible to link more than one MARC field to a database field.
2123     For example, you could link both 260$a and 264$a to the biblioitems.place
2124     field.
2125
2126 If you would like to clear the mapping for a database field, click
2127 the 'Remove' button.
2128
2129     **Note**
2130
2131     All changes are immediate.
2132
2133 .. _keywords-to-marc-mapping-label:
2134
2135 Keywords to MARC mapping
2136 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2137
2138 This tool will allow you to map MARC fields to a set of predefined
2139 keywords.
2140
2141 -  *Get there:* More > Administration > Catalog > Keywords to MARC
2142    mapping
2143
2144     **Important**
2145
2146     This tool only affects sites that are not using the XSLT
2147     stylesheets.
2148
2149 At this time the only keyword in use is 'subtitle.'
2150
2151 Using this tool you can define what MARC field prints to the detail
2152 screen of the bibliographic record using keywords. The following example
2153 will use the subtitle field.
2154
2155 Using the framework pull down menu, choose the
2156 :ref:`Framework <marc-bibliographic-frameworks-label>` you would like to apply this rule to.
2157 For example, the subtitle for books can be found in the 245$b field.
2158
2159 |image203|
2160
2161 However the subtitle for DVDs appears in 245$p
2162
2163 |image204|
2164
2165 Using this tool you can tell Koha to print the right field as the
2166 subtitle when viewing the bibliographic record in the OPAC.
2167
2168 |image205|
2169
2170 This tool can be used to chain together pieces of the record as well. If
2171 you want the series number to show in the title on your search results
2172 you simply have to map 490 $v to 'subtitle' along with the 245 $b.
2173
2174     **Note**
2175
2176     Chain together the fields you want to show after the item title in
2177     the order in which you want them to appear.
2178
2179 Future developments will include additional keyword assigned fields.
2180
2181 .. _marc-bibliographic-framework-test-label:
2182
2183 MARC bibliographic framework test
2184 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2185
2186 Checks the MARC structure.
2187
2188 -  *Get there:* More > Administration > Catalog > MARC bibliographic
2189    framework test
2190
2191 If you change your MARC bibliographic framework it's recommended that
2192 you run this tool to test for errors in your definition.
2193
2194 |image206|
2195
2196 .. _authority-types-label:
2197
2198 Authority types
2199 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2200
2201 Authority types are basically MARC frameworks for authority records and
2202 because of that they follow the same editing rules found in the :ref:`MARC
2203 bibliographic frameworks <marc-bibliographic-frameworks-label>` section of this manual.
2204 Koha comes with many of the necessary authority frameworks already
2205 installed. To learn how to add and edit authority types, simply review
2206 the :ref:`MARC bibliographic frameworks` section of this manual.
2207
2208 -  *Get there:* More > Administration > Catalog > Authority types
2209
2210 .. _classification-sources-label:
2211
2212 Classification sources
2213 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2214
2215 Source of classification or shelving scheme is an :ref:`Authorized
2216 values <authorized-values-label>` category that is mapped to field 952$2 and
2217 942$2 in Koha's MARC bibliographic frameworks and stored in the
2218 items.cn\_source field in the database.
2219
2220 -  *Get there:* More > Administration > Catalog > Classification sources
2221
2222 |image207|
2223
2224 Commonly used values of this field are:
2225
2226 -  ddc - Dewey Decimal Classification
2227
2228 -  lcc - Library of Congress Classification
2229
2230 If you chose to install classification sources during Koha's
2231 installation, you would see other values too:
2232
2233 -  ANSCR (sound recordings)
2234
2235 -  SuDOC classification
2236
2237 -  Universal Decimal Classification
2238
2239 -  Other/Generic Classification
2240
2241 .. _adding/editing-classification-sources-label:
2242
2243 Adding/editing classification sources
2244 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2245
2246 You can add your own source of classification by using the 'New
2247 classification source' button. To edit use the 'Edit' button.
2248
2249 |image208|
2250
2251 When creating or editing:
2252
2253 -  You will need to enter a code and a description.
2254
2255 -  Check the 'Source in use?' checkbox if you want the value to appear
2256    in the drop down list for this category.
2257
2258 -  Select the appropriate :ref:`filing rule <classification-filing-rules-label>` from the
2259    drop down list.
2260
2261 .. _classification-filing-rules-label:
2262
2263 Classification filing rules
2264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2265
2266 Filing rules determine the order in which items are placed on shelves.
2267
2268 Values that are pre-configured in Koha are:
2269
2270 -  Dewey
2271
2272 -  LCC
2273
2274 -  Generic
2275
2276 Filing rules are mapped to :ref:`Classification
2277 sources <adding/editing-classification-sources-label>`. You can setup new 
2278 filing rules by using the 'New filing rule' button. To edit use the 'Edit' 
2279 button.
2280
2281 When creating or editing:
2282
2283 -  Enter a code and a description
2284
2285 -  Choose an appropriate filing routine - dewey, generic or lcc
2286
2287 .. _record-matching-rules-label:
2288
2289 Record matching rules
2290 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2291
2292 Record matching rules are used when importing MARC records into Koha.
2293
2294 -  *Get there:* More > Administration > Catalog > Record matching rules
2295
2296 The rules that you set up here will be referenced with you :ref:`Stage MARC
2297 records for import <stage-marc-records-for-import-label>`.
2298
2299 It is important to understand the difference between 'Match points' and
2300 'Match checks' before adding new matching rules to Koha.
2301
2302 Match points are the criteria that you enter that must be met in order
2303 for an incoming record to match an existing MARC record in your catalog.
2304 You can have multiple match points on an import rule each with its own
2305 score. An incoming record will be compared against your existing records
2306 ('one record at a time') and given a score for each match point. When
2307 the total score of the match points matches or exceeds the threshold
2308 given for the matching rule, Koha assumes a good match and
2309 imports/overlays according your specifications in the import process. An
2310 area to watch out for here is the sum of the match points. Double check
2311 that the matches you want will add up to a successful match.
2312
2313 Example:
2314
2315 Threshold of 1000
2316
2317 Match point on 020$a 1000
2318
2319 Match point on 022$a 1000
2320
2321 Match point on 245$a 500
2322
2323 Match point on 100$a 100
2324
2325 In the example above, a match on either the 020$a or the 022$a will
2326 result in a successful match. A match on 245$a title and 100$a author
2327 (and not on 020$a or 022$a) will only add up to 600 and not be a match.
2328 And a match on 020$a and 245$a will result in 1500 and while this is a
2329 successful match, the extra 500 point for the 245$a title match are
2330 superfluous. The incoming record successfully matched on the 020$a
2331 without the need for the 245$a match. However, if you assigned a score
2332 of 500 to the 100$a Match Point, a match on 245$a title and 100$a author
2333 will be considered a successful match (total of 1000) even if the 020$a
2334 is not a match.
2335
2336 Match checks are not commonly used in import rules. However, they can
2337 serve a couple of purposes in matching records. First, match checks can
2338 be used as the matching criteria instead of the match points if your
2339 indexes are stale and out of date. The match checks go right for the
2340 data instead of relying on the data in the indexes. (If you fear your
2341 indexes are out of date, a rebuild of your indexes would be a great idea
2342 and solve that situation!) The other use for a match check is as a
2343 'double check' or 'veto' of your matching rule. For example, if you have
2344 a matching rule as below:
2345
2346 Threshold of 1000
2347
2348 Match point on 020$a 1000
2349
2350 Match check on 245$a
2351
2352 Koha will first look at the 020$a tag/subfield to see if the incoming
2353 record matches an existing record. If it does, it will then move on to
2354 the Match Check and look directly at the 245$a value in the incoming
2355 data and compare it to the 245$a in the existing 'matched' record in
2356 your catalog. If the 245$a matches, Koha continues on as if a match was
2357 successful. If the 245$a does not match, then Koha concludes that the
2358 two records are not a match after all. The Match Checks can be a really
2359 useful tool in confirming true matches.
2360
2361 When looking to create matching rules for your authority records the
2362 following indexes will be of use:
2363
2364 +--------------------------+--------------------+
2365 | Index name               | Matches MARC tag   |
2366 +==========================+====================+
2367 | LC-cardnumber            | 010$a              |
2368 +--------------------------+--------------------+
2369 | Personal-name            | 100$a              |
2370 +--------------------------+--------------------+
2371 | Corporate-name-heading   | 110$a              |
2372 +--------------------------+--------------------+
2373 | Meeting-name             | 111$a              |
2374 +--------------------------+--------------------+
2375 | Title-uniform            | 130$a              |
2376 +--------------------------+--------------------+
2377 | Chronological-term       | 148$a              |
2378 +--------------------------+--------------------+
2379 | Subject-topical          | 150$a              |
2380 +--------------------------+--------------------+
2381 | Name-geographic          | 151$a              |
2382 +--------------------------+--------------------+
2383 | Term-genre-form          | 155$a              |
2384 +--------------------------+--------------------+
2385
2386 Table: Authority indexes
2387
2388 .. _adding-matching-rules-label:
2389
2390 Adding matching rules
2391 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2392
2393 To create a new matching rule :
2394
2395 -  Click 'New record matching rule'
2396
2397    |image209|
2398
2399    -  Choose a unique name and enter it in the 'Matching rule code'
2400       field
2401
2402    -  'Description' can be anything you want to make it clear to you
2403       what rule you're picking
2404
2405    -  'Match threshold' is the total number of 'points' a biblio must
2406       earn to be considered a 'match'
2407
2408    -  'Record type' is the type of import this rule will be used for -
2409       either authority or bibliographic
2410
2411    -  Match points are set up to determine what fields to match on
2412
2413    -  'Search index' can be found by looking at the ccl.properties file
2414       on your system which tells the zebra indexing what data to search
2415       for in the MARC data". Or you can review the index for standard
2416       index names used. :ref:`Koha Search Indexes`
2417
2418    -  'Score' - The number of 'points' a match on this field is worth.
2419       If the sum of each score is greater than the match threshold, the
2420       incoming record is a match to the existing record
2421
2422    -  Enter the MARC tag you want to match on in the 'Tag' field
2423
2424    -  Enter the MARC tag subfield you want to match on in the
2425       'Subfields' field
2426
2427    -  'Offset' - For use with control fields, 001-009
2428
2429    -  'Length' - For use with control fields, 001-009
2430
2431    -  Koha only has one 'Normalization rule' that removes extra
2432       characters such as commas and semicolons. The value you enter in
2433       this field is irrelevant to the normalization process.
2434
2435    -  'Required match checks' - ??
2436
2437 .. _sample-bibliographic-record-matching-rule-control-number-label:
2438
2439 Sample bibliographic record matching rule: Control number
2440 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2441
2442 |image210|
2443
2444 -  Match threshold: 100
2445
2446 -  Record type: Bibliographic
2447
2448    -  **Note**
2449
2450           If you'd like a rule to match on the 001 in authority records
2451           you will need the repeat all of these values and change just
2452           the record type to 'Authority record'
2453
2454 -  Matchpoints (just the one):
2455
2456 -  Search index: Control-number
2457
2458 -  Score: 101
2459
2460 -  Tag: 001
2461
2462    -  **Note**
2463
2464           this field is for the control number assigned by the
2465           organization creating, using, or distributing the record
2466
2467 -  Subfields: a
2468
2469 -  Offset: 0
2470
2471 -  Length: 0
2472
2473 -  Normalization rule: Control-number
2474
2475 -  Required match checks: none (remove the blank one)
2476
2477    |image211|
2478
2479 .. _oai-sets-configuration-label:
2480
2481 OAI sets configuration
2482 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2483
2484 On this page you can create, modify and delete OAI-PMH sets
2485
2486 .. _create-a-set-label:
2487
2488 Create a set
2489 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2490
2491 To create a set:
2492
2493 -  Click on the link 'Add a new set'
2494
2495 -  Fill the mandatory fields 'setSpec' and 'setName'
2496
2497 -  Then you can add descriptions for this set. To do this click on 'Add
2498    description' and fill the newly created text box. You can add as many
2499    descriptions as you want.
2500
2501 -  Click on 'Save' button'
2502
2503 .. _modify/delete-a-set-label:
2504
2505 Modify/delete a set
2506 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2507
2508 To modify a set, just click on the link 'Modify' on the same line of the
2509 set you want to modify. A form similar to set creation form will appear
2510 and allow you to modify the setSpec, setName and descriptions.
2511
2512 To delete a set, just click on the link 'Delete' on the same line of the
2513 set you want to delete.
2514
2515 .. _define-mappings-label:
2516
2517 Define mappings
2518 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2519
2520 Here you can define how a set will be build (what records will belong to
2521 this set) by defining mappings. Mappings are a list of conditions on
2522 record content. A record only need to match one condition to belong to
2523 the set.
2524
2525 -  Fill the fields 'Field', 'Subfield' and 'Value'. For example if you
2526    want to include in this set all records that have a 999$9 equal to
2527    'XXX'. Fill 'Field' with 999, 'Subfield' with 9 and 'Value' with XXX.
2528
2529 -  If you want to add another condition, click on 'OR' button and repeat
2530    step 1.
2531
2532 -  Click on 'Save'
2533
2534 To delete a condition, just leave at least one of 'Field', 'Subfield' or
2535 'Value' empty and click on 'Save'.
2536
2537     **Note**
2538
2539     Actually, a condition is true if value in the corresponding subfield
2540     is strictly equal to what is defined if 'Value'. A record having
2541     999$9 = 'XXX YYY' will not belong to a set where condition is 999$9
2542     = 'XXX'.
2543
2544 And it is case sensitive : a record having 999$9 = 'xxx' will not belong
2545 to a set where condition is 999$9 = 'XXX'.
2546
2547 .. _build-sets-label:
2548
2549 Build sets
2550 ^^^^^^^^^^^^^^^^^^^^^^^^^^
2551
2552 Once you have configured all your sets, you have to build the sets. This
2553 is done by calling the script misc/migration\_tools/build\_oai\_sets.pl.
2554
2555 .. _item-search-fields-label:
2556
2557 Item search fields
2558 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2559
2560 From here you can add custom search fields to the :ref:`item
2561 search <item-searching-label>` option in the staff client.
2562
2563     |image1205|
2564
2565 To add a new search term simply click the 'New search field' button
2566
2567     |image1206|
2568
2569 -  Name is a field for you to identify the search term
2570
2571 -  Label is what will appear on the item search page
2572
2573 -  MARC field allows you to pick which field you'd like to search in
2574
2575 -  MARC subfield is the subfield you'd like to search in
2576
2577 -  Authorised values category can be used to turn this search field in
2578    to a pull down instead of a free text field
2579
2580 Once your new field is added it will be visible at the top of this page
2581 and on the item search page
2582
2583     |image1207|
2584
2585 .. _acquisitions-module-label:
2586
2587 Acquisitions
2588 ----------------------------
2589
2590 The Koha Acquisitions module provides a way for the library to record
2591 orders placed with vendors and manage purchase budgets.
2592
2593 Before using the `Acquisitions Module <#acqmodule>`__, you will want to
2594 make sure that you have completed all of the set up.
2595
2596 -  *Get there:* More > Administration > Acquisitions
2597
2598 .. _currencies-and-exchange-rates-label:
2599
2600 Currencies and exchange rates
2601 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2602
2603 If you place orders from more than one country you will want to input
2604 currency exchange rates so that your acquisitions module will properly
2605 calculate totals.
2606
2607 -  *Get there:* More > Administration > Acquisitions > Currencies and
2608    exchange rates
2609
2610 |image212|
2611
2612     **Note**
2613
2614     This data is not automatically updated, so be sure to keep it up to
2615     date so that your accounting is kept correct.
2616
2617 The ISO code you enter will be used when importing MARC files via the
2618 staging tools, the tool will attempt to find and use the price of the
2619 currently active currency.
2620
2621 The active currency is the main currency you use in your library. Your
2622 active currency will have a check mark in the 'Active' column. If you
2623 don't have an active currency you will see an error message telling you
2624 to choose an active currency.
2625
2626 |image213|
2627
2628 .. _budgets-label:
2629
2630 Budgets
2631 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2632
2633 Budgets are used for tracking accounting values related to acquisitions.
2634 For example you could create a budget for the current year (ex. 2015)
2635 and then break that into :ref:`Funds` for different areas of the
2636 library (ex. Books, Audio, etc).
2637
2638 -  *Get there:* More > Administration > Acquisitions > Budgets
2639
2640 When visiting the main budget administration you will see two tabs, one
2641 for active and one for inactive budgets.
2642
2643 |image214|
2644
2645 .. _adding-budgets-label:
2646
2647 Adding budgets
2648 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2649
2650 Budgets can either be created :ref:`from scratch <add-a-new-budget-label>`, by
2651 :ref:`duplicating the previous year's budget <duplicate-a-budget-label>` or by
2652 :ref:`closing a previous year's budget <close-a-budget-label>`.
2653
2654 .. _add-a-new-budget-label:
2655
2656 Add a new budget
2657 ''''''''''''''''''''''''''''''''''''
2658
2659 If you haven't used Koha before for acquisitions then you'll need to
2660 start fresh with a new budget. To add a new budget click the 'New
2661 budget' button.
2662
2663 |image215|
2664
2665 -  Choose the time period this budget is for, whether it's an academic
2666    year, a fiscal year, a quarter, etc.
2667
2668 -  The description should be something that will help you identify the
2669    budget when ordering
2670
2671 -  In the amount box do not use any symbols, simply enter the amount of
2672    the budget with numbers and decimals.
2673
2674 -  Marking a budget active makes it usable when placing orders in the
2675    acquisitions module, even if the order is placed after the budget end
2676    date. This will allow you to record orders that were places in a
2677    previous budget period.
2678
2679 -  Locking a budget means that funds will not be able to be modified by
2680    librarians
2681
2682 Once you have made your edits, click the 'Save changes' button. You will
2683 be brought to a list of your existing budgets.
2684
2685 |image216|
2686
2687 .. _duplicate-a-budget-label:
2688
2689 Duplicate a budget
2690 '''''''''''''''''''''''''''''''''''''''''
2691
2692 To duplicate a budget from a previous year, click on the link for the
2693 budget name from the list of budgets
2694
2695 |image217|
2696
2697 On the screen listing the budget breakdown click the 'Edit' button at the
2698 top and choose to 'Duplicate budget'
2699
2700 |image218|
2701
2702 You can also click the 'Actions' button to the right of the budget and
2703 choose 'Duplicate'.
2704
2705 |image1208|
2706
2707 In both cases you will be presented with a form where you simply need to
2708 enter the new start and end date and save the budget.
2709
2710 |image219|
2711
2712 Check the box for 'Mark the original budget as inactive' if the original
2713 budget should no longer be used.
2714
2715 Check the box for 'Set all funds to zero' if you wish the new budget to
2716 contain all the same fund structures as the previous budget but no
2717 allocations until you manually enter an amount in the fund.
2718
2719 This will not only duplicate your budget, but all of the funds
2720 associated with that budget so that you can reuse budgets and funds from
2721 year to year and so that you can move unreceived orders and if desired
2722 unspent funds from a previous budget to the new budget.
2723
2724 .. _close-a-budget-label:
2725
2726 Close a budget
2727 '''''''''''''''''''''''''''''''''
2728
2729 Close a budget to move or roll over unreceived orders and if desired
2730 unspent funds from a previous budget to a new budget. Before closing
2731 your budget you might want to :ref:`duplicate the previous year's
2732 budget <duplicate-a-budget-label>` so that you have somewhere for the
2733 unreceived orders to roll to.
2734
2735 Find the previous budget with unreceived orders on the Active budgets or
2736 the Inactive budgets tab and select 'Close' under 'Actions'.
2737
2738     |image1209|
2739
2740     **Note**
2741
2742     In order for the unreceived orders to be automatically moved to the
2743     new budget, the fund structures in the previous budget must exist in
2744     the new budget. Budgets without unreceived orders cannot be closed.
2745
2746 When you select 'Close' you will be presented with a form.
2747
2748     |image1210|
2749
2750 Use the 'Select a budget' drop down to choose the new budget for the
2751 unreceived orders.
2752
2753 Check the box for 'Move remaining unspent funds' to move the unspent
2754 amounts from the funds of the budget being closed to the selected
2755 budget.
2756
2757 Once you have made your choices, click the 'Move unreceived orders'
2758 button. You will be presented with a dialog box that says 'You have
2759 chosen to move all unreceived orders from 'Budget X' to 'Budget Y'. This
2760 action cannot be reversed. Do you wish to continue?' Budget X is the
2761 budget to be closed and Budget Y is the selected budget.
2762
2763     |image1211|
2764
2765 If everything seems correct click 'OK' and the unreceived orders and, if
2766 selected, unspent funds will be moved.
2767
2768 Wait until the 'Report after moving unreceived orders from budget X to
2769 Y' displays. This will list the order numbers which have been impacted
2770 (grouped by fund) and detail if the unreceived order was moved or if
2771 there was a problem. For example, if the new budget does not contain a
2772 fund with the same name as the previous budget, the order will not be
2773 moved.
2774
2775 |image220|
2776
2777 .. _funds-label:
2778
2779 Funds
2780 ~~~~~~~~~~~~~~~~~~
2781
2782 -  *Get there:* More > Administration > Acquisitions > Funds
2783
2784 .. _add-a-fund-label:
2785
2786 Add a Fund
2787 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2788
2789 A fund is added to a budget.
2790
2791     **Important**
2792
2793     A :ref:`budget <adding-budgets-label>` must be defined before a fund can be
2794     created.
2795
2796 To add a new fund click the 'New' button and then choose which budget you
2797 would like to add the fund to.
2798
2799 |image221|
2800
2801 In the form that appears you want to enter the basics about your fund.
2802
2803 |image222|
2804
2805 The three first fields are required, the rest are optional
2806
2807 -  Fund code is a unique identifier for your fund
2808
2809 -  The fund name should be something that librarians will understand
2810
2811 -  Amount should be entered with only numbers and decimals, no other
2812    characters
2813
2814 -  Warning at (%) or Warning at (amount) can be filled in to make Koha
2815    warn you before you spend a certain percentage or amount of your
2816    budget. This will prevent you from overspending.
2817
2818 -  You can choose to assign this fund to a librarian. Doing so will make
2819    it so that only that librarian can make changes to the fund
2820
2821 -  Choose which library will be using this fund
2822
2823 -  You can restrict who can order from this fund by choosing either the
2824    'owner', 'owner and users' or 'owner, users and library' from the
2825    'Restrict access to' menu
2826
2827    |image223|
2828
2829    -  **Important**
2830
2831           Without an owner, the access restriction will be ignored, be
2832           sure to enter an owner as well as choose a restriction
2833
2834 -  Notes are simply for any descriptive notes you might want to add so
2835    that librarians know when to use this fund
2836
2837 -  Planning categories are used for statistical purposes. If you will be
2838    using the Asort1 and/or Asort2 authorised values lists to track your orders
2839    you need to select them when setting up the fund.  Select the Asort1/Asort2
2840    option from the dropdown lists for the Statiscal 1 done on: and
2841    Statistical 2 done on: fields.
2842
2843 -  To learn more about planning categories, check out the :ref:`Planning category
2844    FAQ <planning-categories-label>`.
2845
2846 When complete, click 'Submit' and you will be brought to a list of all
2847 of the funds for the budget.
2848
2849 |image224|
2850
2851 The monetary columns in the fund table break down as follows:
2852
2853 1. Base-level allocated is the 'Amount' value you defined when creating
2854    the fund
2855
2856 2. Base-level ordered is the ordered amount for this fund (without child
2857    funds)
2858
2859 3. Total ordered is the base-level ordered for this fund and all its
2860    child funds
2861
2862 4. Base-level spent is the spent amount for this fund (without child
2863    funds)
2864
2865 5. Total spent is the base-level spent for this fund and all its child
2866    funds
2867
2868 6. Base-level available is 1 - 2
2869
2870 7. Total available is 1 - 3
2871
2872 To the right of each fund you will find the 'Actions' button under which
2873 you will find the 'Edit,' 'Delete,' and 'Add child fund' options.
2874
2875 |image225|
2876
2877 A child fund simply a sub-fund of the fund listed. An example would be
2878 to have a fund for 'Fiction' and under that have a fund for 'New
2879 releases' and a fund for 'Science Fiction.' It is an optional way to
2880 further organize your finances.
2881
2882 Funds with children will show with a small arrow to the left. Clicking
2883 that will show you the children funds.
2884
2885 |image226|
2886
2887 .. _budget-planning-label:
2888
2889 Budget planning
2890 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2891
2892 When viewing the list of funds click the 'Planning' button and choose
2893 how you would like to plan to spend your budget.
2894
2895 |image227|
2896
2897 If you choose 'Plan by MONTHS' you will see the budgeted amount broken
2898 down by months:
2899
2900 |image228|
2901
2902 To hide some of the columns you can click the 'hide' link to the right
2903 (or below as in the screenshot above) the dates. To add more columns you
2904 can click the 'Show a column' link found below the 'Fund remaining'
2905 heading.
2906
2907 |image229|
2908
2909 From here you can plan your budget spending by manually entering values
2910 or by clicking the 'Auto-fill row' button. If you choose to auto-fill
2911 the form the system will try to divide the amount accordingly, you may
2912 have to make some edits to split things more accurately.
2913
2914 |image230|
2915
2916 Once your changes are made, click the 'Save' button. If you would like
2917 to export your data as a CSV file you can do so by entering a file name
2918 in the 'Output to a file named' field and clicking the 'Output' button.
2919
2920 |image231|
2921
2922 .. _edi-accounts-label:
2923
2924 EDI accounts
2925 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2926
2927 From here you can set up the information needed to connect to your
2928 acquisitions vendors.
2929
2930     **Note**
2931
2932     Before you begin you will need at least one :ref:`Vendor set up in
2933     Acquisitions <add-a-vendor-label>`.
2934
2935 To add account information click the 'New account' button.
2936
2937     |image1212|
2938
2939 In the form that appears you will want to enter your vendor information.
2940
2941 New account information
2942
2943 Each vendor will have one account.
2944
2945 .. _library-eans-label:
2946
2947 Library EANs
2948 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2949
2950 A library EAN is the identifier the vendor gives the library to send
2951 back to them so they know which account to use when billing. One EDI
2952 account can have multiple EANs.
2953
2954 To add an EAN click the 'New EAN' button.
2955
2956 New EAN
2957
2958 In the form that appears enter the information provided by your vendor.
2959
2960 New EAN form
2961
2962 .. _additional-parameters-label:
2963
2964 Additional parameters
2965 --------------------------------------------
2966
2967 -  *Get there:* More > Administration > Additional parameters
2968
2969 .. _z39.50/sru-servers-label:
2970
2971 Z39.50/SRU servers
2972 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2973
2974 Z39.50 is a client/server protocol for searching and retrieving
2975 information from remote computer databases, in short it's a tool used
2976 for copy cataloging.
2977
2978 SRU- Search/Retrieve via URL - is a standard XML-based protocol for
2979 search queries, utilizing CQL - Contextual Query Language - a standard
2980 syntax for representing queries.
2981
2982 Using Koha you can connect to any Z39.50 or SRU target that is publicly
2983 available or that you have the log in information to and copy both
2984 bibliographic and/or authority records from that source.
2985
2986 -  *Get there:* More > Administration > Additional parameters >
2987    Z39.50/SRU servers
2988
2989 Koha comes with a default list of Z39.50/SRU targets set up that you can
2990 add to, edit or delete
2991
2992 |image232|
2993
2994 To find additional Z39.50 targets you use IndexData's IRSpy:
2995 `http://irspy.indexdata.com <http://irspy.indexdata.com/>`__ or the
2996 Library of Congress's list of targets http://www.loc.gov/z3950/
2997
2998 .. _add-a-z39.50-target-label:
2999
3000 Add a Z39.50 target
3001 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3002
3003 -  From the main Z39.50 page, click 'New Z39.50 server'
3004
3005    |image233|
3006
3007    -  'Z39.50 server' should be populated with a name that will help you
3008       identify the source (such as the library name).
3009
3010    -  'Hostname' will be the address to the Z39.50 target.
3011
3012    -  'Port' tells Koha what port to listen on to get results from this
3013       target.
3014
3015    -  'Userid' and 'Password' are only required for servers that are
3016       password protected.
3017
3018    -  Check the 'Preselected' box if you want this target to always be
3019       selected by default.
3020
3021    -  'Rank' lets you enter where in the list you'd like this target to
3022       appear.
3023
3024       -  If this is left blank the targets will be in alphabetical
3025          order.
3026
3027    -  'Syntax' is the MARC flavor you use.
3028
3029    -  'Encoding' tells the system how to read special characters.
3030
3031    -  'Timeout' is helpful for targets that take a long while. You can
3032       set the timeout so that it doesn't keep trying the target if
3033       results aren't found in a reasonable amount of time.
3034
3035    -  'Record type' lets you define if this is a bibliographic or an
3036       authority target.
3037
3038    -  'XSLT file(s)' lets enter one or more (comma-separated) XSLT file
3039       names that you want to apply on the search results.
3040
3041       -  When retrieving records from external targets you may wish to
3042          automate some changes to those records. XSLT's allow you to do
3043          this. Koha ships with some sample XSLT files in the
3044          /koha-tmpl/intranet-tmpl/prog/en/xslt/ directory ready for use:
3045
3046          -  Del952.xsl: Remove items (MARC21/NORMARC)
3047
3048          -  Del995.xsl: Remove items (UNIMARC)
3049
3050          -  Del9LinksExcept952.xsl: Remove $9 links. Skip item fields
3051             (MARC21/NORMARC)
3052
3053          -  Del9LinksExcept995.xsl: Remove $9 links. Skip item fields
3054             (UNIMARC)
3055
3056 .. _suggested-bibliographic-z39.50-targets-label:
3057
3058 Suggested bibliographic Z39.50 targets
3059 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3060
3061 Koha libraries with open Z39.50 targets can share and find connection
3062 information on the Koha wiki:
3063 http://wiki.koha-community.org/wiki/Koha_Open_Z39.50_Sources. You can
3064 also find open Z39.50 targets by visiting IRSpy:
3065 http://irspy.indexdata.com.
3066
3067 The following targets have been used successfully by other Koha
3068 libraries (in the Americas):
3069
3070 -  ACCESS PENNSYLVANIA 205.247.101.11:210 INNOPAC
3071
3072 -  CUYAHOGA COUNTY PUBLIC webcat.cuyahoga.lib.oh.us:210 INNOPAC
3073
3074 -  GREATER SUDBURY PUBLIC 216.223.90.51:210 INNOPAC
3075
3076 -  HALIFAX PUBLIC catalogue.halifaxpubliclibraries.ca:210 horizon
3077
3078 -  HALTON HILLS PUBLIC cat.hhpl.on.ca:210 halton\_hills
3079
3080 -  LIBRARY OF CONGRESS lx2.loc.gov: 210 LCDB
3081
3082 -  LONDON PUBLIC LIBRARY catalogue.londonpubliclibrary.ca:210 INNOPAC
3083
3084 -  MANITOBA PUBLIC library.gov.mb.ca:210 horizon
3085
3086 -  MILTON PL cat.mpl.on.ca:210 horizon
3087
3088 -  NATIONAL LIBRARY OF WALES cat.llgc.org.uk:210 default
3089
3090 -  NHUPAC 199.192.6.130:211 nh\_nhupac
3091
3092 -  OCEAN STATE LIBRARIES (RI) catalog.oslri.net:210 INNOPAC
3093
3094 -  OHIOLINK olc1.ohiolink.edu:210 INNOPAC
3095
3096 -  PUBCAT prod890.dol.state.vt.us:2300 unicorn
3097
3098 -  SAN JOAQUIN VALLEY PUBLIC LIBRARY SYSTEM (CA) hip1.sjvls.org:210
3099    ZSERVER
3100
3101 -  SEATTLE PUBLIC LIBRARY ZSERVER.SPL.ORG:210 HORIZON
3102
3103 -  TORONTO PUBLIC symphony.torontopubliclibrary.ca:2200 unicorn
3104
3105 -  TRI-UNI 129.97.129.194:7090 voyager
3106
3107 -  VANCOUVER PUBLIC LIBRARY z3950.vpl.ca:210 Horizon
3108
3109 .. _suggested-authority-z39.50-targets-label:
3110
3111 Suggested Authority Z39.50 Targets
3112 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3113
3114 The following targets have been used successfully by other Koha
3115 libraries (in the Americas):
3116
3117 -  LIBRARIESAUSTRALIA AUTHORITIES
3118    z3950-test.librariesaustralia.nla.gov.au:210 AuthTraining Userid:
3119    ANLEZ / Password: z39.50
3120
3121 -  LIBRARY OF CONGRESS NAME AUTHORITIES lx2.loc.gov:210 NAF
3122
3123 -  LIBRARY OF CONGRESS SUBJECT AUTHORITIES lx2.loc.gov:210 SAF
3124
3125 .. _add-a-sru-target-label:
3126
3127 Add a SRU target
3128 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3129
3130 -  From the main Z39.50/SRU page, click 'New SRU server'
3131
3132    |image234|
3133
3134    -  'Server name' should be populated with a name that will help you
3135       identify the source (such as the library name).
3136
3137    -  'Hostname' will be the address to the Z39.50 target.
3138
3139    -  'Port' tells Koha what port to listen on to get results from this
3140       target.
3141
3142    -  'Userid' and 'Password' are only required for servers that are
3143       password protected.
3144
3145    -  Check the 'Preselected' box if you want this target to always be
3146       selected by default.
3147
3148    -  'Rank' lets you enter where in the list you'd like this target to
3149       appear.
3150
3151       -  If this is left blank the targets will be in alphabetical
3152          order.
3153
3154    -  'Syntax' is the MARC flavor you use.
3155
3156    -  'Encoding' tells the system how to read special characters.
3157
3158    -  'Timeout' is helpful for targets that take a long while. You can
3159       set the timeout so that it doesn't keep trying the target if
3160       results aren't found in a reasonable amount of time.
3161
3162    -  'Additional SRU options' is where you can enter additional options
3163       of the external server here, like sru\_version=1.1 or
3164       schema=marc21, etc. Note that these options are server dependent.
3165
3166    -  'SRU Search field mapping' lets you add or update the mapping from
3167       the available fields on the Koha search form to the specific
3168       server dependent index names.
3169
3170       -  To further refine your searches, you could add the following
3171          index names to the SRU search field mappings. To do this, edit
3172          the server and click the Modify button next to this field.
3173
3174          +---------------+---------------------------+
3175          | Title         | dc.title                  |
3176          +---------------+---------------------------+
3177          | ISBN          | bath.isbn                 |
3178          +---------------+---------------------------+
3179          | Any           | cql.anywhere              |
3180          +---------------+---------------------------+
3181          | Author        | dc.author                 |
3182          +---------------+---------------------------+
3183          | ISSN          | bath.issn                 |
3184          +---------------+---------------------------+
3185          | Subject       | dc.subject                |
3186          +---------------+---------------------------+
3187          | Standard ID   | bath.standardIdentifier   |
3188          +---------------+---------------------------+
3189
3190          Table: SRU mapping
3191
3192    -  'XSLT file(s)' lets enter one or more (comma-separated) XSLT file
3193       names that you want to apply on the search results.
3194
3195       -  When retrieving records from external targets you may wish to
3196          automate some changes to those records. XSLT's allow you to do
3197          this. Koha ships with some sample XSLT files in the
3198          /koha-tmpl/intranet-tmpl/prog/en/xslt/ directory ready for use:
3199
3200          -  Del952.xsl: Remove items (MARC21/NORMARC)
3201
3202          -  Del995.xsl: Remove items (UNIMARC)
3203
3204          -  Del9LinksExcept952.xsl: Remove $9 links. Skip item fields
3205             (MARC21/NORMARC)
3206
3207          -  Del9LinksExcept995.xsl: Remove $9 links. Skip item fields
3208             (UNIMARC)
3209
3210 .. _did-you-mean?-label:
3211
3212 Did you mean?
3213 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3214
3215 *Get there:* More > Administration > Additional parameters > Did you
3216 mean?
3217
3218 Koha can offer 'Did you mean?' options on searches based on values in
3219 your :ref:`authorities <authorities-label>`.
3220
3221     **Important**
3222
3223     Did you mean? only works in the OPAC at this time. The intranet
3224     options are here for future development.
3225
3226 Using this page you can control which options Koha gives patrons on
3227 their search results.
3228
3229 |image235|
3230
3231 To turn on the 'Did you mean?' bar on your search results you need to
3232 check the box next to each plugin you would like to use. The two plugins
3233 you have to choose from are:
3234
3235 -  The ExplodedTerms plugin suggests that the user try searching for
3236    broader/narrower/related terms for a given search (e.g. a user
3237    searching for "New York (State)" would click the link for narrower
3238    terms if they're also interested in "New York (City)"). This is only
3239    relevant for libraries with highly hierarchical authority data.
3240
3241 -  The AuthorityFile plugin searches the authority file and suggests the
3242    user might be interested in bibs linked to the top 5 authorities
3243
3244 If you want one plugin to take priority over another you simply drag it
3245 above the other.
3246
3247 |image236|
3248
3249 If you choose both plugins you will see several options at the top of
3250 your search results
3251
3252 |image237|
3253
3254 If you choose just the AuthorityFile you'll see just authorities.
3255
3256 |image238|
3257
3258 .. _column-settings-label:
3259
3260 Column settings
3261 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3262
3263 This administration area will help you hide or display columns on fixed
3264 tables throughout the staff client and OPAC.
3265
3266 -  *Get there:* Administration > Additional parameters > Column settings
3267
3268 |image239|
3269
3270 Clicking on the module you'd like to edit tables for will show you the
3271 options available to you.
3272
3273 This area lets you control the columns that show in the table in
3274 question. If nothing is hidden you will see no check marks in the 'is
3275 hidden by default' column.
3276
3277 |image240|
3278
3279 And will see all of the columns when viewing the table on its regular
3280 page.
3281
3282 |image241|
3283
3284 If columns are hidden they will have checks in the 'is hidden by
3285 default' column.
3286
3287 |image242|
3288
3289 And hidden when you view the table.
3290
3291 |image243|
3292
3293 You can also toggle columns using the 'Show/hide columns' button in the
3294 top right of the page
3295
3296 |image244|
3297
3298
3299 +------------------+-----------------------------------------+
3300 | Module           | Tables                                  |
3301 +==================+=========================================+
3302 | Acquisitions     | - Late orders                           |
3303 |                  | - Order search results                  |
3304 |                  | - Basket summary                        |
3305 +------------------+-----------------------------------------+
3306 | Administration   | - Currencies                            |
3307 +------------------+-----------------------------------------+
3308 | Catalog          | - Acquisition details                   |
3309 |                  | - Checkout history                      |
3310 +------------------+-----------------------------------------+
3311 | Cataloging       | - Item table above edit item form       |
3312 +------------------+-----------------------------------------+
3313 | Circulation      | - Checkins                              |
3314 |                  | - Checkouts                             |
3315 |                  | - Holds to pull                         |
3316 |                  | - Holds queue                           |
3317 +------------------+-----------------------------------------+
3318 | Course reserves  | - Courses                               |
3319 |                  | - Reserves                              |
3320 +------------------+-----------------------------------------+
3321 | Patrons          | - Holds history                         |
3322 |                  | - Fines > Account                       |
3323 |                  | - Details > Checkouts                   |
3324 |                  | - Patron search results                 |
3325 +------------------+-----------------------------------------+
3326 | Tools            | - Notices and slips                     |
3327 +------------------+-----------------------------------------+
3328 | OPAC             | - Holdings/items                        |
3329 |                  | - Serials issues on subscription tab    |
3330 +------------------+-----------------------------------------+
3331 | Reports          | - Items lost                            |
3332 |                  | - Saved SQL reports                     |
3333 +------------------+-----------------------------------------+
3334 | Serials          | - Acquisition details                   |
3335 +------------------+-----------------------------------------+
3336
3337 **Note** 
3338
3339   Patrons in the OPAC can't change the column visibility. For OPAC tables
3340   this feature only allows to control the visibility of columns.   
3341
3342 **Note**
3343
3344   Any tables with columns listed here also have the option to export to Excel, export to CSV,
3345   copy, or print within the table header.
3346
3347 .. _audio-alerts-label:
3348
3349 Audio alerts
3350 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3351
3352 If you have your :ref:`AudioAlerts` preference set to
3353 'Enable' you will be able to control the various alert sounds that Koha
3354 uses from this area.
3355
3356 -  *Get there:* More > Administration > Additional parameters > Audio
3357    alerts
3358
3359 Each dialog box in Koha has a CSS class assigned to it that can be used
3360 as a selector for a sound.
3361
3362     |image1213|
3363
3364 You can edit the defaults by clicking the 'Edit' button to the right of
3365 each alert.
3366
3367     |image1214|
3368
3369 You can assign alerts to other CSS classes in Koha by entering that
3370 information in the selector box. For example if you enter
3371
3372 ::
3373
3374     body:contains('Check in message')
3375
3376 Then when you visit the checkin page you will hear an alert.
3377
3378 Every page in Koha has a unique ID in the body tag which can be used to
3379 limit a sound to a specific page
3380
3381 Any ID selector (where HTML contains id="name\_of\_id" ) and can also be
3382 a trigger as: #name\_of\_selector
3383
3384 .. _sms-cellular-providers-label:
3385
3386 SMS cellular providers
3387 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3388
3389     **Important**
3390
3391     This option will only appear if the
3392     :ref:`SMSSendDriver <smssenddriver,-smssendusername,-and-smssendpassword-label>` preference is set to 'Email'
3393
3394 From here you can enter as many cellular providers as you need to send
3395 SMS notices to your patrons using the email protocol.
3396
3397     |image1215|
3398
3399 Some examples in the US are:
3400
3401 +---------------------+-----------------------------+
3402 | Mobile Carrier      | SMS Gateway Domain          |
3403 +=====================+=============================+
3404 | Alltel              | sms.alltelwireless.com      |
3405 +---------------------+-----------------------------+
3406 | AT&T                | txt.att.net                 |
3407 +---------------------+-----------------------------+
3408 | Boost Mobile        | sms.myboostmobile.com       |
3409 +---------------------+-----------------------------+
3410 | Project Fi          | msg.fi.google.com           |
3411 +---------------------+-----------------------------+
3412 | Republic Wireless   | text.republicwireless.com   |
3413 +---------------------+-----------------------------+
3414 | Sprint              | messaging.sprintpcs.com     |
3415 +---------------------+-----------------------------+
3416 | T-Mobile            | tmomail.net                 |
3417 +---------------------+-----------------------------+
3418 | U.S. Cellular       | email.uscc.net              |
3419 +---------------------+-----------------------------+
3420 | Verizon Wireless    | vtext.com                   |
3421 +---------------------+-----------------------------+
3422 | Virgin Mobile       | vmobl.com                   |
3423 +---------------------+-----------------------------+
3424
3425 Table: SMS provider examples
3426
3427 To add new providers enter the details in the form and click 'Add new'
3428 to save.
3429
3430     |image1216|
3431
3432 These options will appear in the OPAC for patrons to choose from on the
3433 :ref:`messaging tab <your-messaging-label>` if you have
3434 :ref:`EnhancedMessagingPreferences`
3435 enabled.
3436
3437     |image1217|