[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Order staged MARC records [% IF ( batch_details ) %] › Batch [% import_batch_id %] [% ELSE %] › Batch list [% END %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% IF ( allmatch ) %]

No records imported

No record have been imported because they all match an existing record in your catalog.
You'll have to treat them individually.
[% END %] [% IF ( batch_details ) %]

Add orders from [% comments %] ([% file_name %] staged on [% upload_timestamp | $KohaDates with_hours => 1 %])

Check all Uncheck all [% FOREACH cur IN loop_currencies %] [% END %] [% FOREACH biblio IN biblio_list %]
( MARC | Card | Add order )
  1. [% IF ( biblio_lis.overlay_status == 'no_match' ) %] No match [% ELSIF ( biblio_lis.overlay_status == 'match_applied' ) %] Match applied [% ELSIF ( biblio_lis.overlay_status == 'auto_match' ) %] Match found [% ELSE %] [% biblio_lis.overlay_status %] [% END %] [% IF ( biblio.match_biblionumber ) %] Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): [% biblio.match_citation %] [% END %]
  2. % (If empty, discount rate from vendor will be used)
  3. [% IF ( close ) %] [% Budget_name %] [% ELSE %] [% END %]
[% END %]

Item information

Import all the checked items in the basket with the following parameters:

[% IF ( items ) %]
Item [% IF ( NoACQframework ) %]
No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used
[% END %] [% FOREACH item IN items %]
    [% FOREACH iteminformatio IN item.iteminformation %]
  1. [% IF (iteminformatio.mandatory) %] [% ELSE %] [% END %] [% IF ( iteminformatio.marc_value.type == 'select' ) %] [% ELSE %] [% iteminformatio.marc_value %] [% END %] [% IF ( iteminformatio.mandatory ) %] Required[% END %]
  2. [% END %]
[% END %]
[% END %]

Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):

Accounting details
  1. [% IF ( close ) %] Fund: [% Budget_name %] [% ELSE %]
  2. [% END %]
  3. The 2 following fields are available for your own usage. They can be useful for statistical purposes
Cancel
[% ELSE %]

Choose the file to add to the basket

[% FOREACH batch_lis IN batch_list %] [% END %]
File name Comments Status Staged # Bibs  
[% batch_lis.file_name %] [% batch_lis.comments %] [% 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.staged_date | $KohaDates with_hours => 1 %] [% batch_lis.num_records %] Add orders
[% END %]