[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% PROCESS 'authorities-search-results.inc' %] [% INCLUDE 'doc-head-open.inc' %] Batch record deletion › Cataloging › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]

Batch record deletion

[% FOREACH message IN messages %] [% IF message.type == 'success' %]
[% ELSIF message.type == 'warning' %]
[% ELSIF message.type == 'error' %]
[% END %] [% IF message.code == 'biblio_not_exists' %] The biblionumber [% message.biblionumber | html %] does not exist in the database. [% ELSIF message.code == 'authority_not_exists' %] The authority ID [% message.authid | html %] does not exist in the database. [% ELSIF message.code == 'cannot_enqueue_job' %] Cannot enqueue this job. [% 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. [% END %] [% IF message.error %] (The error was: [% message.error | html %], see the Koha log file for more information). [% END %]
[% END %] [% IF op == 'form' %]
Record type
 
[% IF lists.count %]
 
[% END %]
  1. Enter a list of biblionumbers or authority IDs, one per line.
 
Cancel
[% ELSIF op == 'list' %] [% IF records %] [% IF recordtype == 'biblio' %]
[% FOR biblio IN records %] [% END %]
Biblionumber Title Items Holds Checkouts Subscriptions
[% INCLUDE 'biblio-title.inc' link = 1 %] [% biblio.itemnumbers.size | html %] [% biblio.holds_count | html %] [% biblio.issues_count | html %] [% biblio.subscriptions_count | html %]
Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!
[% ELSE %] [% FOR authority IN records %] [% END %]
AuthID Summary Used in
[% authority.authid | html %] [% PROCESS authresult summary=authority.summary authid=authority.authid %] [% authority.count_usage | html %] record(s)
Reminder: this action will delete all selected authorities!
[% END %]
Cancel
[% ELSE %] There are no record IDs defined. [% END %] [% ELSIF op == 'enqueued' %]

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

View detail of the enqueued job | New batch record deletion

[% ELSE %] No action defined for the template. [% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]