Re: [Koha-devel] conan's introduction

2011-04-07 Thread Bob Birchall
On 08/04/11 03:40, Fernando Canizo wrote: Hi everybody, I'm Fernando Canizo, aka conan, from Argentina. Some might have see me semi-lurking at #koha irc channel. Hi Fernando and welcome to the Koha community. I've been hired by the SID (http://sid.uncu.edu.ar/) which depends on UNCuyo (http:/

Re: [Koha-devel] Generating transactions

2011-04-07 Thread Chris Cormack
On 8 April 2011 01:17, Anne-Lena Westrum wrote: > Dearest Koha developers! > > We have recently started a process of testing and evaluating Koha in the > perspective of a fairly large public library, with a number of different > branches and departments. This has proven to be a fairly timeconsumin

[Koha-devel] Generating transactions

2011-04-07 Thread Anne-Lena Westrum
Dearest Koha developers! We have recently started a process of testing and evaluating Koha in the perspective of a fairly large public library, with a number of different branches and departments. This has proven to be a fairly timeconsuming task, as we - amongst other things - need to test all

[Koha-devel] conan's introduction

2011-04-07 Thread Fernando Canizo
Hi everybody, I'm Fernando Canizo, aka conan, from Argentina. Some might have see me semi-lurking at #koha irc channel. I've been hired by the SID (http://sid.uncu.edu.ar/) which depends on UNCuyo (http://www.uncu.edu.ar/) to implement koha for the 22 libraries dependent on UNCuyo and to provi

Re: [Koha-devel] Technical question

2011-04-07 Thread Mike Hafen
Yeah, that's a good option too. Make the changes to the items table in the database, and that script will take care of the marc records. Thanks Chris. 2011/4/7 Chris Nighswonger > 2011/4/6 Charl > >> Good day >> >> I need advice please. I have converted a Koha installation from 2 to Koha >>

Re: [Koha-devel] Technical question

2011-04-07 Thread Chris Nighswonger
On Thu, Apr 7, 2011 at 1:03 PM, Chris Nighswonger < cnighswon...@foundations.edu> wrote: > 2011/4/6 Charl > >> Good day >> >> I need advice please. I have converted a Koha installation from 2 to Koha >> 3. >> Now there is a "syncronization" problem between the items table and the >> marc record

Re: [Koha-devel] Technical question

2011-04-07 Thread Chris Nighswonger
2011/4/6 Charl > Good day > > I need advice please. I have converted a Koha installation from 2 to Koha > 3. > Now there is a "syncronization" problem between the items table and the > marc record in bibioitems. > > To make a long story short, the itemtype appears in the marc record, but > not

Re: [Koha-devel] Technical question

2011-04-07 Thread Mike Hafen
This is why I suggested modifying the touch_all_items script. It uses the C4::Items::ModItem subroutine which changes the database and the marc records stored in the biblioitems table. Editing these directly is difficult at best, and nearly impossible in my opinion. Along with modifying a copy o

Re: [Koha-devel] Technical question

2011-04-07 Thread Charl
?Thank you Mike This should help me sort out this issue. Another issue that I am trying to sort out: Alpha characters appear after the barcode in both the marc and item record. How should I go about removing those alpha characters as a batch procedure? The item record is not a problem, but I am

Re: [Koha-devel] Technical question

2011-04-07 Thread Mike Hafen
The Item Type in Koha 3 has been moved to the items table, with the Item Type in the biblioitems table being a default for new items. It wouldn't be difficult to make a command line script to copy the Item Type from the biblioitems table to the items table, that may be the best way to go in this c

Re: [Koha-devel] problem with the main template in tools page

2011-04-07 Thread Colin Campbell
On 07/04/11 16:24, Adnier Rosello Carrazana wrote: > I have this problem in the template "tools-home.tmpl": > > the content of this template is inside of labels , for example: > > Noticias > Escriba novedades para el OPAC y la interfaz administrativa > > > but this content doesn't

Re: [Koha-devel] Hackfest - 5579 remove items from marcxml

2011-04-07 Thread Claire Hernandez
On 07/04/2011 16:12, Galen Charlton wrote: Hi, On Thu, Apr 7, 2011 at 9:42 AM, Matthias Meusburger wrote: I applied the attachment : http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3780 to this install, so exports from basket, lists and records should now behave correctly (ie : i

Re: [Koha-devel] Sharing bugzilla queries

2011-04-07 Thread Tomas Cohen Arazi
On Thu, Apr 7, 2011 at 12:01 PM, Paul Poulain wrote: > Hello world, > > if you login on bugzilla, then Click on Preferences, then Saved > searches, you'll find the queries you've saved, but also some usefull > shared queries : Needs signoff, Patch pushed, signed off, Does not > apply, Failed QA >

Re: [Koha-devel] problem with the main template in tools page

2011-04-07 Thread Galen Charlton
Hi, On Thu, Apr 7, 2011 at 11:24 AM, Adnier Rosello Carrazana wrote: > I have this problem in the template "tools-home.tmpl": > > the content of this template is inside of labels , for example: > >      Noticias >      Escriba novedades para el OPAC y la interfaz administrativa > > > but  this

[Koha-devel] problem with the main template in tools page

2011-04-07 Thread Adnier Rosello Carrazana
I have this problem in the template "tools-home.tmpl": the content of this template is inside of labels , for example: Noticias Escriba novedades para el OPAC y la interfaz administrativa but this content doesn't show, i don't find where the variables are declared (in this case "

[Koha-devel] Sharing bugzilla queries

2011-04-07 Thread Paul Poulain
Hello world, if you login on bugzilla, then Click on Preferences, then Saved searches, you'll find the queries you've saved, but also some usefull shared queries : Needs signoff, Patch pushed, signed off, Does not apply, Failed QA Just check the checkbox and you'll get a link to this query on the

Re: [Koha-devel] Hackfest - 5579 remove items from marcxml

2011-04-07 Thread Galen Charlton
Hi, On Thu, Apr 7, 2011 at 9:42 AM, Matthias Meusburger wrote: > I applied the attachment : > > http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3780 > > to this install, so exports from basket, lists and records should now behave > correctly (ie : include items) Looks good on eyeball.

Re: [Koha-devel] Warnings about Koha to MARC links

2011-04-07 Thread Owen Leonard
> Which is correct? I would > like to remove the warning from marctagstructure.pl since it pertains > directly to subfield editing, but I want to make sure the note on > marc_subfields_structure.pl is accurate. Thanks to Galen for the answer, on IRC: oleonard: the former is correct - i.e.,

Re: [Koha-devel] Hackfest - 5579 remove items from marcxml

2011-04-07 Thread Matthias Meusburger
Hi, I applied the attachment : http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3780 to this install, so exports from basket, lists and records should now behave correctly (ie : include items) Matthias Meusburger Le 07/04/2011 09:45, Claire Hernandez a écrit : Hi, As I said, I

[Koha-devel] Koha - Bug 6113 enhancement to keep previous ids in bulkmarcimport.pl

2011-04-07 Thread Linda Culberson
All, I have submitted Bug 6113 to bugzilla for a sponsored enhancement. In communicating with other Koha users, we feel that it would be highly beneficial Koha was enhanced to allow the library to keep its current ids when loading both bibliographic and authority records. Some of us have use

Re: [Koha-devel] Hackfest - 5579 remove items from marcxml

2011-04-07 Thread Galen Charlton
Hi, 2011/4/7 Claire Hernandez : > We had a look on > - items crud operations > - indexing, searching > - circulation basis > - batch modification > - migration scripts > without founding mistakes but it can be not exhaustive. Thanks for testing. One area that I had tested but which I feel needs

[Koha-devel] Hackfest - 5579 remove items from marcxml

2011-04-07 Thread Claire Hernandez
Hi, As I said, I setup an unimarc install here: http://koha.qa.testing.biblibre.com http://qa.testing.biblibre.com with patches related to 5579 ticket. - The database is the same as http://koha.master.testing.bibli