@@ -, +, @@ frameworks --- .../optional/marc21_simple_bib_frameworks.sql | 4107 +------------------- 1 file changed, 13 insertions(+), 4094 deletions(-) --- a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql +++ a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql @@ -1,4103 +1,22 @@ -- ************************************************************* --- SIMPLE KOHA 3.0 MARC 21 BIBLIOGRAPHIC FRAMEWORKS --- --- PRETEST VERSION 0.1.7 --- 2007-11-05 --- --- edited --- by thd --- --- BASED UPON --- --- SIMPLE KOHA 3.0 MARC 21 BIBLIOGRAPHIC FRAMEWORKS --- POST-INSTALLATION SCRIPT --- --- PRETEST VERSION 0.1.7 --- 2007-11-05 --- --- edited --- by thd --- --- BASED UPON --- --- KOHA 3.0 MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK --- --- PRETEST VERSION 0.1.7 --- 2007-11-05 --- --- edited --- by thd --- --- AND BASED UPON --- --- SIMPLE KOHA MARC 21 BIBLIOGRAPHIC FRAMEWORKS --- POST-INSTALLATION SCRIPT --- --- PRETEST VERSION 0.1.11 --- 2007-11-05 --- --- drafted --- by thd for LibLime --- --- with a frameworks nomenclature correction --- by kados at LibLime --- --- WITH --- --- KOHA MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK --- POST-INSTALLATION SCRIPT --- --- PRETEST VERSION 0.2.8 --- 2007-11-05 --- --- edited --- by thd for LibLime --- --- BASED UPON --- --- KOHA MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK --- --- PRETEST VERSION 0.2.8 --- 2007-11-05 --- --- original default requiring greater user customisation --- created by a few Koha Hands --- guided by Paul POULAIN --- --- revised and greatly enlarged to completion, --- well not quite complete yet today --- but close enough for someone to have use, --- by thd for LibLime +-- SIMPLE KOHA MARC 21 BIBLIOGRAPHIC FRAMEWORKS -- ************************************************************* - - - - --- ******************************** --- SIMPLE KOHA MARC 21 FRAMEWORKS. --- ******************************** - - -INSERT INTO `biblio_framework` (`frameworkcode`,`frameworktext`) VALUES - ('BKS', 'Books, Booklets, Workbooks'), - ('CF', 'CD-ROMs, DVD-ROMs, General Online Resources'), - ('SR', 'Audio Cassettes, CDs'), - ('VR', 'DVDs, VHS'), - ('AR', 'Models'), - ('KT', 'Kits'), - ('IR', 'Binders'), - ('SER', 'Serials'); - - --- ****************************************************** - - - -- ******************************************************************* -- SIMPLE BOOKS KOHA RECORD AND HOLDINGS MANAGEMENT FIELDS/SUBFIELDS. -- ******************************************************************* - - --- Current Record ID Field/Subfields - - -INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES - ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', 'BKS'); - -INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES - ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, NULL, -1, NULL, NULL, '', NULL, -5, 'BKS', '', '', NULL), - ('999', 'b', 'Koha Dewey Subclass [OBSOLETE]', 'Koha Dewey Subclass [OBSOLETE]', 0, 0, NULL, 0, NULL, NULL, '', NULL, -5, 'BKS', '', '', NULL), - ('999', 'c', 'Koha biblionumber', 'Koha biblionumber', 0, 0, 'biblio.biblionumber', -1, NULL, NULL, '', NULL, -5, 'BKS', '', '', NULL), - ('999', 'd', 'Koha biblioitemnumber', 'Koha biblioitemnumber', 0, 0, 'biblioitems.biblioitemnumber', -1, NULL, NULL, '', NULL, -5, 'BKS', '', '', NULL); - - --- ****************************************************** - - --- Plugins which need to be written for primary biblioitems Field/Subfields. - -