[% BLOCK final_match_link %] [% IF ( record.record_type == 'biblio' ) %] [% record.final_match_id %] [% ELSIF ( record.record_type == 'auth' ) %] [% record.final_match_id %] [% END %] [% END %] [% BLOCK match_link %] [% IF ( record_lis.match_id ) %] [% IF ( record.record_type == 'biblio' ) %] Matches biblio [% record_lis.match_id %] (score = [% record_lis.match_score %]): [% record_lis.match_citation %] [% ELSIF ( record.record_type == 'auth' ) %] Matches authority [% record_lis.match_id %] (score = [% record_lis.match_score %]): [% record_lis.match_citation %] [% END %] [% END %] [% END %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Manage staged MARC records [% IF ( import_batch_id ) %] › Batch [% import_batch_id %] [% END %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'doc-head-close.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: [% import_status %]
  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:[% overlay_action %][% END %]
  8. [% IF ( can_commit ) %] [% INCLUDE 'tools-nomatch-action.inc' %] Changed. Reset[% ELSE %]Action if no match found:[% nomatch_action %][% END %]
  9. [% IF ( can_commit ) %] [% INCLUDE 'tools-item-action.inc' %] Changed. Reset[% ELSE %]Item processing:[% item_action %][% END %]
[% IF ( can_commit ) %]
[% END %]
[% IF ( can_commit ) %]

Add new bibliographic records into this framework:
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 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 %] [% batch_lis.import_status %] [% 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 ( record_list ) %] [% IF ( pages ) %]
Page [% FOREACH page IN pages %] [% IF ( page.current_page ) %] [% page.page_number %] [% ELSE %] [% page.page_number %] [% END %] [% END %]
[% END %] [% FOREACH record_lis IN record_list %] [% UNLESS ( loop.odd ) %][% ELSE %][% END %] [% PROCESS match_link record=record_lis %] [% END %]
# Citation Status Match? Record
[% record_lis.record_sequence %] [% record_lis.citation %] [% record_lis.status %] [% record_lis.overlay_status %] [% IF ( record_lis.final_match_id ) %] [% PROCESS final_match_link record=record_lis %] [% END %]
[% IF ( pages ) %]
Page [% FOREACH page IN pages %] [% IF ( page.current_page ) %] [% page.page_number %] [% ELSE %] [% page.page_number %] [% END %] [% END %]
[% END %] [% ELSE %] [% IF ( batch_info ) %]
There are no records in this batch to import. Manage staged MARC records.
[% END %] [% END %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]