[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Manage staged MARC records [% IF ( import_batch_id ) %] › Batch [% import_batch_id %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Manage staged MARC records [% IF ( import_batch_id ) %] › Batch [% import_batch_id %] [% END %]

[% IF ( label_batch_msg ) %] [% IF ( alert ) %]
[% ELSE %]
[% END %]

[% label_batch_msg %]

[% END %] [% IF ( did_clean ) %]
Cleaned import batch #[% import_batch_id %]
[% END %] [% UNLESS ( batch_list ) %] [% UNLESS ( batch_info ) %]

No records have been staged.

Stage MARC records for import.

[% END %] [% END %] [% IF ( batch_info ) %] [% IF ( can_commit ) %]
[% END %] [% IF ( rematch_attempted ) %] [% IF ( rematch_failed ) %]
Failed to apply different matching rule
[% ELSE %]
Applied different matching rule. Number of records matched now [% num_with_matches %]
[% END %] [% END %] [% IF ( changed_overlay_action ) %]
Changed action if matching record found
[% END %] [% IF ( changed_nomatch_action ) %]
Changed action if no match found
[% END %] [% IF ( changed_item_action ) %]
Changed item processing option
[% END %]
  1. File name: [% file_name %]
  2. Comments: [% IF ( comments ) %][% comments %][% ELSE %](none)[% END %]
  3. Type: [% IF ( record_type == 'auth' ) %]Authority records[% ELSE %]Bibliographic records[% END %]
  4. Staged: [% upload_timestamp %]
  5. Status: [% IF ( import_status == 'cleaned' ) %] Cleaned [% ELSIF ( import_status == 'imported' ) %] Imported [% ELSIF ( import_status == 'importing' ) %] Importing [% ELSIF ( import_status == 'reverted' ) %] Reverted [% ELSIF ( import_status == 'reverting' ) %] Reverting [% ELSIF ( import_status == 'staged' ) %] Staged [% ELSE %] [% import_status %] [% END %]
  6. [% IF ( can_commit ) %] Changed. Reset[% ELSE %]Matching rule applied[% IF ( current_matcher_id ) %] [% current_matcher_code %] ([% current_matcher_description %]) [% ELSE %] No matching rule in effect [% END %][% END %]
  7. [% IF ( can_commit ) %] [% INCLUDE 'tools-overlay-action.inc' %] Changed. Reset [% ELSE %] Action if matching record found: [% IF ( overlay_action == 'replace' ) %] Replace existing record with incoming record [% ELSIF ( overlay_action == 'create_new' ) %] Add incoming record [% ELSIF ( overlay_action == 'ignore' ) %] Ignore incoming record (its items may still be processed) [% ELSE %] [% overlay_action %] [% END %] [% END %]
  8. [% IF ( can_commit ) %] [% INCLUDE 'tools-nomatch-action.inc' %] Changed. Reset [% ELSE %] Action if no match found: [% IF ( nomatch_action == 'create_new' ) %] Add incoming record [% ELSIF ( nomatch_action == 'ignore' ) %] Ignore incoming record (its items may still be processed) [% ELSE %] [% nomatch_action %] [% END %] [% END %]
  9. [% IF ( can_commit ) %] [% INCLUDE 'tools-item-action.inc' %] Changed. Reset [% ELSE %] Item processing: [% IF ( item_action == 'always_add' ) %] Always add items [% ELSIF ( item_action == 'add_only_for_matches' ) %] Add items only if matching bib was found [% ELSIF ( item_action == 'add_only_for_new' ) %] Add items only if no matching bib was found [% ELSIF ( item_action == 'ignore' ) %] Ignore items [% ELSE %] [% item_action %] [% END %] [% END %]
[% IF ( can_commit ) %]
[% END %]
[% IF ( can_commit ) %]

[% IF ( record_type != 'auth' ) %] Add new bibliographic records into this framework: [% END %]
Job progress:
0%
[% END %] [% IF ( can_revert ) %]
Job progress:
0%
[% END %]
[% IF ( did_commit ) %]
Completed import of records
Number of records added[% num_added %]
Number of records updated[% num_updated %]
Number of records ignored[% num_ignored %]
Number of items added[% num_items_added %]
Number of items replaced[% num_items_replaced %]
Number of items ignored because of duplicate barcode[% num_items_errored %]
[% END %] [% IF ( did_revert ) %]
Success: Import reversed
Number of records deleted[% num_deleted %]
Number of items deleted[% num_items_deleted %]
Number of records not deleted due to items on loan[% num_errors %]
Number of records changed back[% num_reverted %]
Number of records ignored[% num_ignored %]
[% END %] [% END %]
[% IF ( batch_list ) %] [% IF ( pages ) %]
Page [% FOREACH page IN pages %] [% IF ( page.current_page ) %] [% page.page_number %] [% ELSE %] [% page.page_number %] [% END %] [% END %]
[% END %] [% FOREACH batch_lis IN batch_list %] [% UNLESS ( loop.odd ) %][% ELSE %][% END %] [% END %]
# File name Comments Type Status Staged # Records # Items Action
[% batch_lis.import_batch_id %] [% batch_lis.file_name %] [% batch_lis.comments %] [% IF ( batch_lis.record_type == 'auth' ) %]Authority[% ELSE %]Bibliographic[% END %] [% IF ( batch_lis.import_status == 'cleaned' ) %] Cleaned [% ELSIF ( batch_lis.import_status == 'imported' ) %] Imported [% ELSIF ( batch_lis.import_status == 'importing' ) %] Importing [% ELSIF ( batch_lis.import_status == 'reverted' ) %] Reverted [% ELSIF ( batch_lis.import_status == 'reverting' ) %] Reverting [% ELSIF ( batch_lis.import_status == 'staged' ) %] Staged [% ELSE %] [% batch_lis.import_status %] [% END %] [% batch_lis.upload_timestamp %] [% batch_lis.num_records %] [% batch_lis.num_items %][% IF ( batch_lis.num_items ) %] (Create label batch)[% END %] [% IF ( batch_lis.can_clean ) %]
[% END %]
[% IF ( pages ) %]
Page [% FOREACH page IN pages %] [% IF ( page.current_page ) %] [% page.page_number %] [% ELSE %] [% page.page_number %] [% END %] [% END %]
[% END %] [% END %] [% IF import_batch_id %]
# Citation Status Match type Match details Record
[% END %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]