critfc.org<mailto:twilker...@critfc.org> / 503.736.3581
From: Eric Phetteplace
Sent: Friday, September 20, 2019 9:55 AM
To: Tami Wilkerson
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Deleting items without barcodes
Hi Tami,
You can get them with a report. If it's true that you only
Hi Tami,
You can get them with a report. If it's true that you only want to delete
items without barcodes, then this report should do it:
SELECT itemnumber
FROM items
WHERE barcode = '' OR barcode IS NULL
That pulls items with no barcode field or (usually equivalent) an empty
barcode field. You
is
> because the item was not deleted properly or all its related data.
>
> Any suggestion here?
>
> Thanks.
>
>
> From: Hugo Agud [mailto:ha...@orex.es]
> Sent: Thursday, May 07, 2015 5:11 PM
> To: Layale Bassil
> Cc: koha@lists.katipo.co.nz
> Subject: Re: [
related data.
Any suggestion here?
Thanks.
From: Hugo Agud [mailto:ha...@orex.es]
Sent: Thursday, May 07, 2015 5:11 PM
To: Layale Bassil
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Deleting items...
Hi Layale
Koha has it own module of delete items in batch , please take a look on
http
Hi Layale
Koha has it own module of delete items in batch , please take a look on
http://manual.koha-community.org/3.18/en/batchdeleteitems.html
2015-05-07 16:04 GMT+02:00 Layale Bassil :
> Hello,
>
> I would like to know how can I delete the items/holdings (keeping bib
> records) of a certain l
5 matches
Mail list logo