Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Jared Camins-Esakov b5bd2b7586 Bug 5202: merge authorities from the authority file and reservoir
This patch gives Koha the ability to merge authority records using the
same interface used by bibliographic records, though slightly different
methods for selecting which records to merge. The two ways to select
records are as follows:

1) Records can be selected from authority search results by clicking
   the "Merge" link for two records.
2) Authority records can be merged from the reservoir by clicking the
   merge-related links in the Manage staged MARC batch screen.

To test:
1) Apply patch.
2) Do a search for an authority record that will turn up multiple
   identical records (or at least two records that you don't mind
   merging).
3) Click the "Merge" link for the first record.
4) Click the "Merge" link for the second record.
5) Choose which fields from which record you want to appear in the
   resulting record.
6) Confirm that those are the fields that exist in the resulting record.
7) Stage an authority record (for example, an authority record you
   saved from your catalog.
8) Search for a record to merge with it using the "Search for a record
   to merge in a new window" link.
9) Merge these records, confirming that the resulting record (after
   going through the entire merging process) matches your expectations.
10) Set up a matching rule for authorities, and export an authority from
    your catalog that will match based on that rule. For MARC21, the
    following is a good choice for a rule:
    Matching rule code:  AUTHPER
    Description:         Personal name main entry
    Match threshold:     999
    Record type:         Authority record
    [Match point 1:]
    Search index:   mainmainentry
    Score:          1000
    Tag:            100
    Subfields:      a
11) Stage the record you just exported, choosing the matching rule you
    just created.
12) Merge the record using the "Merge" link, confirming that the
    resulting record (after going through the entire merging process)
    matches your expectations.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Testing notes on last patch in series.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-10-10 21:32:27 +00:00
..
batchMod-del.tt Bug 10291: Clarify misleading variable name 2013-06-17 08:55:54 -07:00
batchMod-edit.tt Bug 10601: Add a counter on batch items modifications 2013-09-18 17:10:00 +00:00
batchMod.tt Bug 9533: batch item modification form now shows default field values only by request 2013-07-05 15:52:26 +00:00
cleanborrowers.tt
csv-profiles.tt Bug 9954 - CVS profile encoding not selected in edition 2013-03-31 08:58:48 -04:00
export.tt
holidays.tt Bug 9508 follow-up : replacing tabs by spaces 2013-05-20 09:05:13 -07:00
import_borrowers.tt Bug 2835 - Inconsistent use of colon at the end of sentences 2013-04-02 09:03:42 -04:00
inventory.tt Bug 2835 - Inconsistent use of colon at the end of sentences 2013-04-02 09:03:42 -04:00
koha-news.tt Bug 10871: Make confirmation message for deleting news translatable 2013-09-21 17:34:34 +00:00
letter.tt Bug 10439: fix bug preventing the library for a notice from being changed 2013-06-16 18:58:38 -07:00
manage-marc-import.tt Bug 5202: merge authorities from the authority file and reservoir 2013-10-10 21:32:27 +00:00
modborrowers.tt Bug 2774 - Path to theme is hard-coded in many places 2013-05-20 11:11:04 -07:00
overduerules.tt
picture-upload.tt
quotes-upload.tt
quotes.tt
scheduler.tt
stage-marc-import.tt Bug 2774 - Path to theme is hard-coded in many places 2013-05-20 11:11:04 -07:00
tools-home.tt
upload-images.tt Bug 2774 - Path to theme is hard-coded in many places 2013-05-20 11:11:04 -07:00
viewlog.tt