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

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 == 'cannot_enqueue_job' %] Cannot enqueue this job. [% 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


 
[% IF lists.count %]
 
[% END %]
  1. Enter a list of biblionumbers or authority IDs, one per line.
 
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 authid=authority.authid %] Show MARC
Reminder: this action will modify all selected authorities!
[% END %]
[% ELSE %]
No records were modified. [% IF recordtype != 'biblio' %]New batch record modification[% END %]
[% 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 %] [% ELSIF view == 'enqueued' %]

The job has been enqueued! It will be processed as soon as possible.

View detail of the enqueued job | New batch record modification

[% ELSE %]
No action defined for the template.
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] [% Asset.js("js/background-job-progressbar.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]