Owen Leonard
20180b4c39
This patch corrects instances of the non-[American]-standard spelling "authorised" when used in text. The following instances are corrected: - In Administration -> Funds, the error message displayed if you do not have permission to edit a fund. - In Administration -> Authorized values, the instructions linked to the "Libraries limitation" field. - In Administration -> MARC bibliographic framework test, instructions related to linking to authorized values. - In the course reserves add form, error messages referring to missing authorized values. - In guided reports, error messages shown when an authorized value chosen as a report parameter doesn't exit. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
245 lines
7.5 KiB
Text
245 lines
7.5 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Administration › MARC check
|
|
[% IF ( total ) %] :[% total %] errors found[% ELSE %] : Configuration OK![% END %]</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
<body id="admin_checkmarc" class="admin">
|
|
[% INCLUDE 'header.inc' %]
|
|
[% INCLUDE 'cat-search.inc' %]
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › MARC check
|
|
[% IF ( total ) %]: [% total %] errors found[% ELSE %] : Configuration OK![% END %]</div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
<h1>MARC bibliographic framework test</h1>
|
|
<table>
|
|
<tr>
|
|
<th>Test</th>
|
|
<th>Result</th>
|
|
</tr>
|
|
<!-- -->
|
|
[% IF ( itemnum ) %]
|
|
<tr>
|
|
<td>itemnum</td>
|
|
<td><ul><li>The field itemnum MUST be mapped </li>
|
|
<li>The corresponding subfield MUST be in with -1 (ignore) tab</li></ul></td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>itemnum : the field itemnumber is mapped to a field in tab -1</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( itemfields ) %]
|
|
<tr>
|
|
<td>item fields</td>
|
|
<td>ALL items fields MUST :<br />
|
|
<ul><li>be mapped to the same tag,</li>
|
|
<li>and they must all be in the 10 (items) tab</li></ul></td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>All item fields are in the same tag and in item tab</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( itemtags ) %]
|
|
<tr>
|
|
<td>Item tag</td>
|
|
<td>There is more than 1 MARC tag related to items tab (10) : [% itemtags %]</td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>Only 1 MARC tag mapped to items</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( itemtype ) %]
|
|
<tr>
|
|
<td>itemtype NOT mapped</td>
|
|
<td>the biblioitems.itemtype field MUST :<br />
|
|
<ul><li>be mapped to a MARC subfield, </li>
|
|
<li>the corresponding subfield MUST have "Authorized value" set to "itemtype"</li></ul></td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>biblioitems.itemtype defined</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( branch ) %]
|
|
<tr>
|
|
<td>homebranch NOT mapped</td>
|
|
<td>the items.homebranch field MUST :<br />
|
|
<ul><li>be mapped to a MARC subfield,</li>
|
|
<li>the corresponding subfield MUST have "Authorized value" set to "branches"</li></ul></td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>homebranch defined</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( holdingbranch ) %]
|
|
<tr>
|
|
<td>holdingbranch NOT mapped</td>
|
|
<td>the items.holdingbranch field MUST :<br />
|
|
<ul><li>be mapped to a MARC subfield, </li>
|
|
<li>the corresponding subfield MUST have "Authorized value" set to "branches"</li></ul></td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>holdingbranch defined</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( itemtypes_empty ) %]
|
|
<tr>
|
|
<td>item type not defined</td>
|
|
<td>at least 1 item type must be defined</td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>at least 1 item type defined</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( branches_empty ) %]
|
|
<tr>
|
|
<td>library not defined</td>
|
|
<td>at least 1 library must be defined</td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>at least 1 library defined</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( biblionumber ) %]
|
|
<tr>
|
|
<td>biblio and biblionumber</td>
|
|
<td>The biblio.biblionumber and biblioitems.biblioitemnumber fields be mapped to a MARC subfield,</td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>biblionumber and biblioitemnumber mapped correctly</td>
|
|
</tr>
|
|
[% END %]
|
|
|
|
[% IF ( frameworknull ) %]
|
|
<tr>
|
|
<td>framework values</td>
|
|
<td>there is a null value in a frameworkcode. Check the following tables<br />
|
|
<li>select * from marc_subfield_structure where frameworkcode is NULL</li>
|
|
<li>select * from marc_tag_structure where frameworkcode is NULL</li>
|
|
</td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>no NULL value in frameworkcode</td>
|
|
</tr>
|
|
[% END %]
|
|
|
|
[% IF ( inconsistent_tabs ) %]
|
|
<tr>
|
|
<td style="vertical-align:top;">subfields not in same tabs</td>
|
|
<td>Not all subfields for the following tags are in the same tab (or marked 'ignored').
|
|
<table>
|
|
<tr>
|
|
<th>Code</th>
|
|
<th>Description</th>
|
|
<th>Tag</th>
|
|
<th>Tabs in use</th>
|
|
</tr>
|
|
[% FOREACH tab_inf IN tab_info %]
|
|
<tr>
|
|
<td>[% tab_inf.frameworkcode %]</td>
|
|
[% IF ( tab_inf.frameworkcode ) %]
|
|
<td>[% tab_inf.frameworktext %]</td>
|
|
[% ELSE %]
|
|
<td>Default framework</td>
|
|
[% END %]
|
|
<td>[% tab_inf.tagfield %]</td>
|
|
<td>[% tab_inf.tabs %]</td>
|
|
</tr>
|
|
[% END %]
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>all subfields for each tag are in the same tab (or ignored)</td>
|
|
</tr>
|
|
[% END %]
|
|
|
|
[% IF ( invalid_authtypecodes ) %]
|
|
<tr>
|
|
<td style="vertical-align:top;">invalid authority types</td>
|
|
<td>Not all authority types referred to by the frameworks are defined.
|
|
<table>
|
|
<tr>
|
|
<th>Framework code</th>
|
|
<th>Framework description</th>
|
|
<th>Tag</th>
|
|
<th>Subfield</th>
|
|
<th>Invalid authority type</th>
|
|
</tr>
|
|
[% FOREACH authtypecode_inf IN authtypecode_info %]
|
|
<tr>
|
|
<td>[% authtypecode_inf.frameworkcode %]</td>
|
|
[% IF ( authtypecode_inf.frameworkcode ) %]
|
|
<td>[% authtypecode_inf.frameworktext %]</td>
|
|
[% ELSE %]
|
|
<td>Default framework</td>
|
|
[% END %]
|
|
<td>[% authtypecode_inf.tagfield %]</td>
|
|
<td>[% authtypecode_inf.tagsubfield %]</td>
|
|
<td>[% authtypecode_inf.authtypecode %]</td>
|
|
</tr>
|
|
[% END %]
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
[% ELSE %]
|
|
<tr>
|
|
<td>OK</td>
|
|
<td>all authority types used in the frameworks are defined</td>
|
|
</tr>
|
|
[% END %]
|
|
<!-- -->
|
|
[% IF ( total ) %]
|
|
<tr>
|
|
<td>TOTAL</td>
|
|
<td>You have [% total %] error(s) in your MARC configuration. Please fix them before using Koha</td>
|
|
</tr>
|
|
</table>
|
|
[% ELSE %]
|
|
</table>
|
|
<p><b>Configuration OK, you don't have errors in your MARC parameters table</b></p>
|
|
[% END %]
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
[% INCLUDE 'admin-menu.inc' %]
|
|
</div>
|
|
</div>
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|