[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › MARC check [% IF ( total ) %] :[% total %] errors found[% ELSE %] : Configuration OK![% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

MARC bibliographic framework test

[% IF ( itemnum ) %] [% ELSE %] [% END %] [% IF ( itemfields ) %] [% ELSE %] [% END %] [% IF ( itemtags ) %] [% ELSE %] [% END %] [% IF ( itemtype ) %] [% ELSE %] [% END %] [% IF ( branch ) %] [% ELSE %] [% END %] [% IF ( holdingbranch ) %] [% ELSE %] [% END %] [% IF ( itemtypes_empty ) %] [% ELSE %] [% END %] [% IF ( branches_empty ) %] [% ELSE %] [% END %] [% IF ( biblionumber ) %] [% ELSE %] [% END %] [% IF ( frameworknull ) %] [% ELSE %] [% END %] [% IF ( inconsistent_tabs ) %] [% ELSE %] [% END %] [% IF ( invalid_authtypecodes ) %] [% ELSE %] [% END %] [% IF ( total ) %]
Test Result
itemnum
  • The field itemnum MUST be mapped
  • The corresponding subfield MUST be in with -1 (ignore) tab
OK itemnum : the field itemnumber is mapped to a field in tab -1
item fields ALL items fields MUST :
  • be mapped to the same tag,
  • and they must all be in the 10 (items) tab
OK All item fields are in the same tag and in item tab
Item tag There is more than 1 MARC tag related to items tab (10) : [% itemtags %]
OK Only 1 MARC tag mapped to items
itemtype NOT mapped the biblioitems.itemtype field MUST :
  • be mapped to a MARC subfield,
  • the corresponding subfield MUST have authorised_value=itemtype
OK biblioitems.itemtype defined
homebranch NOT mapped the items.homebranch field MUST :
  • be mapped to a MARC subfield,
  • the corresponding subfield MUST have authorised value=branches
OK homebranch defined
holdingbranch NOT mapped the items.holdingbranch field MUST :
  • be mapped to a MARC subfield,
  • the corresponding subfield MUST have authorised value=branches
OK holdingbranch defined
item type not defined at least 1 item type must be defined
OK at least 1 item type defined
library not defined at least 1 library must be defined
OK at least 1 library defined
biblio and biblionumber The biblio.biblionumber and biblioitems.biblioitemnumber fields be mapped to a MARC subfield,
OK biblionumber and biblioitemnumber mapped correctly
framework values there is a null value in a frameworkcode. Check the following tables
  • select * from marc_subfield_structure where frameworkcode is NULL
  • select * from marc_tag_structure where frameworkcode is NULL
  • OK no NULL value in frameworkcode
    subfields not in same tabs Not all subfields for the following tags are in the same tab (or marked 'ignored'). [% FOREACH tab_inf IN tab_info %] [% IF ( tab_inf.frameworkcode ) %] [% ELSE %] [% END %] [% END %]
    Code Description Tag Tabs in use
    [% tab_inf.frameworkcode %][% tab_inf.frameworktext %]Default framework[% tab_inf.tagfield %] [% tab_inf.tabs %]
    OK all subfields for each tag are in the same tab (or ignored)
    invalid authority types Not all authority types referred to by the frameworks are defined. [% FOREACH authtypecode_inf IN authtypecode_info %] [% IF ( authtypecode_inf.frameworkcode ) %] [% ELSE %] [% END %] [% END %]
    Framework code Framework description Tag Subfield Invalid authority type
    [% authtypecode_inf.frameworkcode %][% authtypecode_inf.frameworktext %]Default framework[% authtypecode_inf.tagfield %] [% authtypecode_inf.tagsubfield %] [% authtypecode_inf.authtypecode %]
    OK all authority types used in the frameworks are defined
    TOTAL You have [% total %] error(s) in your MARC configuration. Please fix them before using Koha
    [% ELSE %]

    Configuration OK, you don't have errors in your MARC parameters table

    [% END %]
    [% INCLUDE 'admin-menu.inc' %]
    [% INCLUDE 'intranet-bottom.inc' %]