[% USE raw %] [% USE Asset %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF batch_id %]Edit label batch ([% batch_id | html %])[% ELSE %]New label batch[% END %]› Batches › Label creator › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]
[% INCLUDE 'labels-toolbar.inc' %] [% IF description %]

Edit [% description | html %]

[% ELSIF batch_id %]

Edit label batch [% batch_id | html %]

[% ELSE %]

New label batch

[% END %] [% IF ( err ) %] [% BLOCK xlate_errtype %] [% SWITCH errtype %] [% CASE 'ITEM_NOT_REMOVED' %] Item(s) not removed from batch [% batch_id | html %]. [% CASE 'BATCH_NOT_DELETED' %] Batch [% batch_id | html %] was not deleted. [% CASE 'ITEM_NOT_ADDED' %] Item(s) not added to batch [% batch_id | html %]. [% CASE 'BRANCH_NOT_SET' %] Library is not set, please set your library before adding items to a batch. [% CASE 'BATCH_NOT_DEDUP' %] Batch [% batch_id | html %] not fully de-duplicated. [% CASE %] Unknown error type [% errtype | html %]. [% END %] [% END %]
WARNING: An error was encountered: [% PROCESS xlate_errtype %] Please have your system administrator check the error log for details.
[% ELSIF ( duplicate_message ) %]
Duplicate item(s) removed from batch number [% batch_id | html %]: [% duplicate_count | html %]
[% END %]
  1. One number per line.
    Leave empty to add via item search (itemnumber)
[% IF ( table_loop ) %]

Items in batch number [% batch_id | html %]

[% FOREACH table_loo IN table_loop %] [% IF ( table_loo.header_fields ) %] [% FOREACH header_field IN table_loo.header_fields %] [% SWITCH header_field.field_label -%] [% CASE "Label number" -%] [% CASE "Summary" -%] [% CASE "Item type" %] [% CASE "Call number" %] [% CASE "Barcode" %] [% CASE "Select" -%] [% CASE %] [% END -%] [% END %] [% ELSE %] [% FOREACH text_field IN table_loo.text_fields %] [% IF ( text_field.select_field ) %] [% ELSE %] [% END %] [% END %] [% END %] [% END %]
Label numberSummaryItem typeCall numberBarcodeSelect[% header_field.field_label | html %]
Delete Export [% IF ( text_field.field_name == '_item_type_tbl' ) %] [% ItemTypes.GetDescription( text_field.field_value ) | html %] [% ELSE %] [% text_field.field_value | $raw %] [% END %]
[% ELSE %]

There are no items in this batch yet

Add items by using the text area above or leave empty to add via item search.

[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]