[% PROCESS 'authorities-search-results.inc' %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch record modification [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Batch record modification

[% FOREACH message IN messages %] [% IF message.type == 'success' %]
[% ELSIF message.type == 'warning' %]
[% ELSIF message.type == 'error' %]
[% END %] [% biblio.title %] [% IF message.code == 'no_action_defined_for_the_template' %] The selected template (id=[% message.mmtid%]) does not exist or no action is defined. [% ELSIF message.code == 'biblio_not_exists' %] The biblionumber [% message.biblionumber %] does not exist in the database. [% ELSIF message.code == 'authority_not_exists' %] The authority id [% message.authid %] does not exist in the database. [% ELSIF message.code == 'biblio_not_modified' %] The biblio [% message.biblionumber %] has not been modified. An error occurred on modifying it. [% ELSIF message.code == 'authority_not_modified' %] The authority [% message.authid %] has not been modified. An error occurred on modifying it. [% ELSIF message.code == 'biblio_modified' %] The biblio [% message.biblionumber %] has successfully been modified. [% ELSIF message.code == 'authority_modified' %] The authority [% message.authid %] has successfully been modified. [% END %] [% IF message.error %] (The error was: [% message.error%], see the Koha logfile for more information). [% 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 Preview
[% biblio.biblionumber %] [% biblio.title %] Preview MARC
Reminder: this action will modify all selected biblios!
[% ELSE %] [% FOR authority IN records %] [% END %]
Authid Summary Preview
[% authority.authid %] [% PROCESS authresult summary=authority.summary %] Preview MARC
Reminder: this action will modify all selected authorities!
[% END %]
Cancel
Job progress:
0%
[% ELSE %] There is no record ids defined. [% END %] [% ELSIF view == 'report' %] [% IF report.total_records == report.total_success %] All records have successfully been modified! [% ELSE %] [% report.total_success %] / [% report.total_records %] records have successfully been modified. Some errors occurred. [% END %]

New batch record modification

[% 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 %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]