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