View | Details | Raw Unified | Return to bug 19096
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/koha2marclinks.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<p>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.</p>
5
<p>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.</p>
6
6
7
<p>This script shows you all mappings from the Default framework and applies the changes you make to individual mappings to all other frameworks.</p>
7
<p>Historically, the Koha to MARC mappings have been the same throughout all frameworks. But note that it was possible (before) to add or remove a mapping in an individual framework via Administration/MARC bibliographic framework. Since we now consider the Default framework as authoritative for these mappings, this form shows the mappings in Default and applies changes to all other frameworks.</p>
8
8
9
<p>The mappings are found in three tables: biblio, biblioitems and items.</p>
9
<p>The mappings are found in three tables: biblio, biblioitems and items.</p>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt (-2 / +1 lines)
Lines 84-90 Link Here
84
</li>
84
</li>
85
   <li>Koha link
85
   <li>Koha link
86
<ul>
86
<ul>
87
   <li>Koha is multi-MARC compliant. So, it does not know what the 245$a means, neither what 200$f (those 2 fields being both the title in MARC21 and UNIMARC). So, in this list you can "map" a MARC subfield to its meaning. Koha constantly maintains consistency between a subfield and its meaning. When the user want to search on "title", this link is used to find what is searched (245 if you're MARC21, 200 if you're UNIMARC).</li>
87
   <li>This field has been disabled on this form. The Koha to MARC mapping is maintained on the corresponding form in the Administration module. For more information on this field, consult the online help page of that form.</li>
88
</ul>
88
</ul>
89
</li>
89
</li>
90
</ul>
90
</ul>
91
- 

Return to bug 19096