| Summary: | Different leader values per framework code | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Cataloging | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | ASSIGNED --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | hector.hecaxmmx, koha, m.de.rooy, marjorie.barry-vila, patrick.robitaille |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14201 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Bug 14815: Different leader values per framework code | ||
|
Description
Marcel de Rooy
2015-09-14 11:48:57 UTC
document.forms['f'].Frameworks.value <select name="frameworkcode" id="Frameworks" onchange="Changefwk(this);"> Created attachment 42947 [details] [review] Bug 14815: Different leader values per framework code NOTE: This is not yet ready for signoff, but just a concept. Use the defaultvalue in the framework to fill the leader. Add different defaults in the simple_bib_frameworks. TODO: Copy those changes to the various install languages. Remove the default from the plugin code. Add a db rev to insert the default into existing frameworks. TODO: Make sure that you run this only for MARC21 databases. Use existing functionality to change the default for your frameworks. Hector: What do you think of the direction made by this conceptual patch? Instead of just saying "Add a default to your framework", we could improve Koha by adding some more specific leader values in simple_bib_frameworks etc. God job, Marcel.
You go in right way.
I just add here the different leaders to take in consideration
Maps = Framework not in Koha
00000nem a2200000 i 4500
nem a22 7i 4500
Score = Framework not in Koha. By the way this two frameworks should exist in koha.
00000ncm a2200000 i 4500
ncm a22 7i 4500
Sound recording = SR
00000njm a2200000 i 4500
njm a22 7i 4500
Binder or equal to Loose-leaf services is a kind of integrating resource = IR
00000nai a2200000 i 4500
nai a22 7i 4500
Models is a three-dimensional artifact or naturally occurring object = AR
00000nrm a2200000 i 4500
nrm a22 7i 4500
Kits = KT
00000nom a2200000 i 4500
nom a22 7i 4500
DVD, VHS = VR
00000ngm a2200000 i 4500
ngm a22 7i 4500
NOTE:
1) Look that you're coding in AACR2 (pos 18=a) and in minimal level (pos 17=7), the leader above provide RDA and full level, the example below with minimal level. I think IMHO nobody is cataloging at minimal level.
2) Pos 7 can take a lot of codes by the default code in 'm' see <http://www.oclc.org/bibformats/en/fixedfield/type.html> section 'Combinations of Type and BLvl codes'
Regards
This is excellent, Marcel, Koha change 008 depending with the data coded in Leader, i.e., if leader has ' nas a22 7i 4500' field 008 change in type of meterial to CR - Continuing Resources. But figure out that by default the 008 is filled with '150929b xxu||||| |||| 00| 0 eng d' and this not fit with the record created, the default value most be like this: '150929c 9999xxu r 0 0eng d' |