[Koha-devel] [Bug 384] New: copyrightdate: marc - kohadb mapping

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Sat Apr 19 14:10:41 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=384

           Summary: copyrightdate: marc - kohadb mapping
           Product: Koha
           Version: 1.9.2
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: MARC
        AssignedTo: paul.poulain at free.fr
        ReportedBy: vhuhtala at paju.oulu.fi
         QAContact: koha-devel at lists.sourceforge.net


simple marc test case (replace
scripts/misc/marc_datas/marc21_en/structure_def.sql before installing)

INSERT INTO marc_subfield_structure VALUES ('010', 'a', 'title', 'title', 0, 1,
'biblio.title', 0, NULL, NULL, '');
INSERT INTO marc_subfield_structure VALUES ('011', 'a', 'copyright',
'copyrihgt', 0, 0, 'biblio.copyrightdate', 0, NULL, NULL, '');
INSERT INTO marc_subfield_structure VALUES ('012', 'a', 'author', 'author', 0,
0, 'biblio.author', 0, NULL, NULL, '');
INSERT INTO marc_subfield_structure VALUES ('020', 'a', 'Koha itemtype', 'Koha
itemtype', 0, 1, 'biblioitems.itemtype', 0, 'itemtypes', NULL, '');
INSERT INTO marc_subfield_structure VALUES ('021', 'a', 'Koha biblionumber',
'Koha biblionumber', 0, 0, 'biblio.biblionumber', -1, NULL, NULL, '');
INSERT INTO marc_subfield_structure VALUES ('021', 'b', 'Koha biblioitemnumber',
'Koha biblioitemnumber', 0, 0, 'biblioitems.biblioitemnumber', -1, NULL, NULL, '');
INSERT INTO marc_subfield_structure VALUES ('050', 'a', 'homebranch',
'homebranch', 0, 1, 'items.homebranch', 10, 'branches', NULL, '');
INSERT INTO marc_subfield_structure VALUES ('050', 'b', 'holdingbranch',
'holdingbranch', 0, 1, 'items.holdingbranch', 10, 'branches', NULL, NULL);
INSERT INTO marc_subfield_structure VALUES ('050', 'c', 'barcode', 'barcode', 0,
1, 'items.barcode', 10, NULL, NULL, '');
INSERT INTO marc_subfield_structure VALUES ('050', 'd', 'Koha item number',
'Koha item number', 0, 0, 'items.itemnumber', -1, NULL, NULL, '');
INSERT INTO marc_tag_structure VALUES ('010', 'Title', 'Title', 0, 0, NULL);
INSERT INTO marc_tag_structure VALUES ('011', 'Copyright', 'Copyright', 0, 0, NULL);
INSERT INTO marc_tag_structure VALUES ('012', 'Author', 'Author', 0, 0, NULL);
INSERT INTO marc_tag_structure VALUES ('020', 'Itemtype', 'Itemtype', 0, 0, NULL);
INSERT INTO marc_tag_structure VALUES ('021', 'Bibliodata', 'Bibliodata', 0, 0,
NULL);
INSERT INTO marc_tag_structure VALUES ('050', 'Itemdata', 'Itemdata', 0, 0, NULL);

fill in marc tags, add item -> biblio.copyrightdate = NULL
open marc editor, press <item> -> biblio.copyrightdate =[year] ok



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-devel mailing list