Re: [Koha] Display question

2015-11-01 Thread Robin Sheat
Paul A schreef op do 29-10-2015 om 18:10 [-0400]: > But this brings up the question "how to restore a deleted biblio?" > It's > been mentioned a couple of times on this list, with people trying to > use > MySQL INSERT statements and failing without using MarcEdit as an > intermediary. It's easy.

Re: [Koha] Display question

2015-10-30 Thread schnydszch
How about for authorities? Are deleted authorities saved elsewhere? Or we can do the same with authorities by setting matching rules. Will the new import get the authid and controlfield '001' of the currently imported record? I'm interested with this. Thanks! -- View this message in context: ht

Re: [Koha] Display question

2015-10-29 Thread Paul A
At 04:29 PM 10/29/2015 -0400, Barton Chittenden wrote: Off hand, I would say that you would run into errors if and when you deleted the bib record a second time... Koha will want to copy the data from biblio to deleted_biblio then remove the bib record, but it will get a referential integrity che

Re: [Koha] Display question

2015-10-29 Thread Barton Chittenden
Off hand, I would say that you would run into errors if and when you deleted the bib record a second time... Koha will want to copy the data from biblio to deleted_biblio then remove the bib record, but it will get a referential integrity check if it tries. My guess is that you would have to remove

Re: [Koha] Display question

2015-10-29 Thread Steve Sowder
What kind of problems? Steve On 10/29/2015 3:23 PM, Katrin Fischer wrote: The biblionumber is the unique database assigned key for Koha, but as Chris has pointed out it is useless in another context and outside of Koha. I'd argue that reusing a deleted biblionumber like how you described sound

Re: [Koha] Display question

2015-10-29 Thread Katrin Fischer
The biblionumber is the unique database assigned key for Koha, but as Chris has pointed out it is useless in another context and outside of Koha. I'd argue that reusing a deleted biblionumber like how you described sounds like a bug - it should not be possible to do that. One of the reasons being

Re: [Koha] Display question

2015-10-29 Thread Hernandez, Heather
Hi, Tim-- It's not the normal view of the staff client, but a couple of times I really wanted a printout of a record with everything, including the biblionumber (for later overlaying from OCLC), so I printed the MARC view from the public OPAC--it gives me the MARC record (with the record no. promi

Re: [Koha] Display question

2015-10-29 Thread Steve
The biblionumber can be used to match on if reloading records. I have exported MARC records, made some mass changes, and then reloaded the changed records by matching on the biblionumber. (Match points 10, if points > 5 then go.) Worked well. I have even loaded new records by assigning a bibli

Re: [Koha] Display question

2015-10-29 Thread Chris Cormack
Hi Tim You could edit either the .tt file or make a custom XSLT file to do that. But please do not make the mistake that was made with MARC and give a machine used value any human significance. The biblionumber is the primary key on a database row to allow Koha to identify a biblio. It should n