[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% PROCESS 'authorities-search-results.inc' %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch record modification [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Batch record modification

[% IF ( messages ) %]
[% FOREACH message IN messages %] [% IF message.type == 'success' %]
[% ELSIF message.type == 'warning' %]
[% ELSIF message.type == 'error' %]
[% END %] [% IF message.code == 'no_action_defined_for_the_template' %] The selected template (id=[% message.mmtid | html %]) does not exist or no action is defined. [% ELSIF message.code == 'biblio_not_exists' %] Bibliographic record [% message.biblionumber | html %] does not exist in the database. [% ELSIF message.code == 'authority_not_exists' %] Authority record [% message.authid | html %] does not exist in the database. [% ELSIF message.code == 'biblio_not_modified' %] Bibliographic record [% message.biblionumber | html %] has not been modified. An error occurred on modifying it. [% ELSIF message.code == 'authority_not_modified' %] Authority record [% message.authid | html %] has not been modified. An error occurred on modifying it. [% ELSIF message.code == 'biblio_modified' %] Bibliographic record [% message.biblionumber | html %] has successfully been modified. [% ELSIF message.code == 'authority_modified' %] Bibliographic record [% message.authid | html %] has successfully been modified. [% END %] [% IF message.error %] (The error was: [% message.error | html %]. See the Koha logfile for more information). [% END %]
[% END %]
[% END %] [% IF view == 'form' %]
Record type
Use a file
Or enter a list of record numbers
Use MARC Modification Template:
Cancel
[% ELSIF view == 'list' %] [% IF records %]
[% IF recordtype == 'biblio' %] [% FOR biblio IN records %] [% END %]
  Biblionumber Title  
[% biblio.biblionumber | html %] [% biblio.title | html %] Show MARC
Reminder: this action will modify all selected biblios!
[% ELSE %] [% FOR authority IN records %] [% END %]
Authid Summary  
[% authority.authid | html %] [% PROCESS authresult summary=authority.summary %] Show MARC
Reminder: this action will modify all selected authorities!
[% END %]
Cancel
Job progress:
0%
[% ELSE %]
No records were modified. New batch record modification
[% END %] [% ELSIF view == 'report' %] [% IF report.total_records == report.total_success %]
All records have successfully been modified! New batch record modification
[% ELSE %]
[% report.total_success | html %] / [% report.total_records | html %] records have successfully been modified. Some errors occurred. New batch record modification
[% END %] [% ELSIF view == 'errors' %] [% FOR error IN errors %] [% IF error == 'no_template_defined' %]
No MARC modification template is defined. You have to create at least one template for using this tool.
[% END %] [% END %] [% ELSE %]
No action defined for the template.
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% Asset.js("js/background-job-progressbar.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]