Re: [Koha] Deleting items without barcodes

2019-09-20 Thread Tami Wilkerson
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

Re: [Koha] Deleting items without barcodes

2019-09-20 Thread Eric Phetteplace
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

Re: [Koha] Deleting items...

2015-05-12 Thread Katrin Fischer
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: [

Re: [Koha] Deleting items...

2015-05-08 Thread Layale Bassil
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

Re: [Koha] Deleting items...

2015-05-07 Thread Hugo Agud
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