From 925a55c60b18556510283cf7a4effa3e9c071045 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 27 Jul 2017 13:18:39 +0200 Subject: [PATCH] Bug 10306: Adjusted online help text for koha2marclinks Content-Type: text/plain; charset=utf-8 Test plan: Click on Help. Read the text. --- .../prog/en/modules/help/admin/koha2marclinks.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt index dae63de..6c011f5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt @@ -1,16 +1,16 @@ [% INCLUDE 'help-top.inc' %] -

Koha to MARC Mapping

+

Koha to MARC mapping

-

While Koha stores the entire MARC record, it also stores common fields for easy access in various tables in the database. Koha to MARC Mapping is used to tell Koha where to find these values in the MARC record. In many cases you will not have to change the default values set by in this tool on installation, but it is important to know that the tool is here and can be used at any time.

+

While Koha stores the entire MARC record, it also stores common fields for easy access in various tables in the database. Koha to MARC mapping is used to tell Koha where to find these values in the MARC record. In many cases you will not have to change the default values set during installation. If you decide to change mappings here, make sure that you know what you are doing! We would recommend to test such changes first in a non-production environment.

-

The Koha to MARC Mapping page offers you the option of choosing from one of three tables in the database to assign values to.

+

This script shows you all mappings from the Default framework and applies the changes you make to individual mappings to all other frameworks.

-

After choosing the table you would like to view, click 'OK.' To edit any mapping click on the 'Koha Filed' or the 'Edit' link.

+

The mappings are found in three tables: biblio, biblioitems and items.

-

Choose which MARC field you would like to map to this Koha Field and click the 'OK' button. If you would like to clear all mappings, click the 'Click to "Unmap"' button.

+

In order to add a mapping for a specific Koha field, click the Add button on the corresponding line in the table. You will be asked to enter a field number and a subfield code. In order to remove a specific mapping, click the Remove button on the corresponding line. Both changes (add, delete) are applied immediately.

-

Important: At this time you can map only 1 MARC field to 1 Koha field. This means that you won't be able to map both the 100a and the 700a to the author field, you need to choose one or the other.

+

The tool now supports multiple mappings too for one Koha field. As an example, you can connect copyrightdate to 260$c as well as 264$c (the RDA equivalent). Since a record normally only contains only one of them, this one value will be found in copyrightdate. (Multiple values would be saved, separated by vertical bars.) Note that you cannot add/remove mappings for biblionumber, biblioitemnumber or itemnumber. You are not recommended to change them.

See the full documentation for Koha to MARC Mapping in the manual (online).

-- 2.1.4