[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch item deletion [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF ( show ) %]

Batch item deletion

[% ELSE %]

Batch item deletion results

[% END %] [% IF ( barcode_not_unique ) %]
Error saving item: Barcode must be unique.
[% END %] [% IF ( no_next_barcode ) %]
Error saving items: Unable to automatically determine values for barcodes. No item has been inserted.
[% END %] [% IF ( book_on_loan ) %]
Cannot delete: item is checked out.
[% END %] [% IF ( book_reserved ) %]
Cannot delete: item has a waiting hold.
[% END %] [% UNLESS ( action ) %] [% IF ( notfoundbarcodes.size ) %]
[% IF ( itemresults ) %]

Warning, the following barcodes were not found:

[% ELSE %]

Warning: no barcodes were found

[% END %]
[% FOREACH notfoundbarcode IN notfoundbarcodes %] [% END %]
Barcodes not found
[% notfoundbarcode |html %]
[% UNLESS ( too_many_items_display ) %] [% IF ( item_loop ) %]

The following barcodes were found:

[% END %] [% END %] [% END %] [% IF ( notfounditemnumbers.size ) %]
[% IF ( itemresults ) %]

Warning, the following itemnumbers were not found:

[% ELSE %]

Warning: no itemnumbers were found

[% END %]
[% FOREACH notfounditemnumber IN notfounditemnumbers %] [% END %]
Itemnumbers not found
[% notfounditemnumber |html %]
[% UNLESS ( too_many_items_display ) %] [% IF ( item_loop ) %]

The following itemnumbers were found:

[% END %] [% END %] [% END %]
[% IF biblionumber %] [% END %] [% IF ( item_loop ) %] [% IF ( show ) %][% END %]

Show/hide columns: [% FOREACH item_header_loo IN item_header_loop %] [% END %]

[% IF ( show ) %][% END %] [% FOREACH item_header_loo IN item_header_loop %] [% END %] [% FOREACH item_loo IN item_loop %] [% IF show %] [% IF item_loo.nomod %] [% ELSE %] [% END %] [% ELSE %] [% END %] [% FOREACH item_valu IN item_loo.item_value %] [% END %] [% END %]
 Title Holds [% item_header_loo.header_value | html %]
Cannot edit  [% IF item_loo.holds %] [% IF item_loo.item_holds %] [% ELSE %] [% END %] [% ELSE %] [% IF item_loo.holds %] [% ELSE %] [% END %] [% END %] [% IF item_loo.holds %] [% item_loo.item_holds | html %]/[% item_loo.holds | html %] [% ELSE %] [% item_loo.holds | html %] [% END %] [% item_valu.field | html %]
[% END %] [% IF ( simple_items_display ) %] [% END %] [% IF ( show ) %] [% IF ( too_many_items_display ) %]

Too many items ([% too_many_items_display | html %]) to display individually.

[% FOREACH itemnumber IN itemnumbers_array %] [% END %] [% END %] [% IF ( itemresults ) %]

This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.

[% IF too_many_items_display %] [% ELSE %] [% END %] Cancel
[% ELSE %]

Return to batch item deletion

[% END %] [% END %]
[% END %] [% IF ( action ) %]

[% deleted_items | html %] item(s) deleted.

[% IF delete_records %]

[% deleted_records | html %] record(s) deleted.

[% END %] [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] Return to the record [% ELSIF src %] Return to where you were [% ELSE %] Return to batch item deletion [% END %]
[% IF ( not_deleted_items ) %]

[% not_deleted_items | html %] item(s) could not be deleted: [% FOREACH not_deleted_itemnumber IN not_deleted_itemnumbers %][% not_deleted_itemnumber.itemnumber | html %][% END %]

[% IF ( not_deleted_loop ) %] [% FOREACH not_deleted_loo IN not_deleted_loop %] [% END %]
Itemnumber Barcode Reason
[% not_deleted_loo.itemnumber | html %] [% IF ( CAN_user_editcatalogue_edit_items ) %][% not_deleted_loo.barcode | html %][% ELSE %][% not_deleted_loo.barcode | html %][% END %] [% IF ( not_deleted_loo.book_on_loan ) %]Item is checked out[% ELSIF ( not_deleted_loo.book_reserved ) %]Item has a waiting hold[% END %]
[% END %]
[% END %]

[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] Return to the record [% ELSIF src %] Return to where you were [% ELSE %] Return to batch item deletion [% END %]

[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("js/pages/batchMod.js") | $raw %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]