Re: [Koha-devel] error while creating biblio(part 2)

2012-05-10 Thread Paul Poulain
Le 09/05/2012 18:18, Archives and Collections Society a écrit : > Yup agreed (we have worked extensively with Isabelle Nadolny on the > UNIMARC at z3950.bnf.fr) but I was querying whether the xml record > header referencing specifically MARC21/slim could be a source of problems. afaik, the "marc21

Re: [Koha-devel] Branch Specific System Preferences

2012-05-10 Thread Paul Poulain
Le 10/05/2012 02:47, Ian Walls a écrit : > RFC up on the wiki: > It's pretty rough... I got about 2 hours of it written yesterday, then > my IP changed and I lost all my text when trying to submit. do you know the Firefox extension called Lazarus ? It's pretty usefull for this kind of problem..

Re: [Koha-devel] Branch Specific System Preferences

2012-05-10 Thread Ruth Bavousett
Ian, Looking at your RFC, extending this onto language-centric sysprefs for the block-HTML stuff would be pretty easy; add a column "language" to the table you propose. For things like circ rules, it would be NULL, as language is not a factor there...and for the blocks of HTML, some of your colum

Re: [Koha-devel] missing pdf files for Koha 3.6 and 3.8 manuals

2012-05-10 Thread Nicole Engard
There are no PDFs of the 3.6 or 3.8 manual. There were issues with the script that generated PDFs (as far as I know) and so they aren't running anymore. Nicole On Thu, May 10, 2012 at 12:16 AM, Mason James wrote: > hi All > > i've just noticed all 3.6 (and 3.8) manuals are missing, here... >  ht

Re: [Koha-devel] marc import/need help

2012-05-10 Thread Nicole Engard
This might help: http://manual.koha-community.org/3.6/en/marceditexcel.html Nicole On Thu, May 10, 2012 at 4:43 AM, Samuel Desseaux wrote: > Hello > > > I'm trying to convert data in marc format ( a big challenge because our  old > ILS doesn't respect unimarc): in marc edit, when i have this err

Re: [Koha-devel] Branch Specific System Preferences

2012-05-10 Thread Paul Poulain
Le 10/05/2012 02:47, Ian Walls a écrit : > RFC up on the wiki: > http://wiki.koha-community.org/wiki/Contextual_Preferences_RFC A question: do we really need a new table ? I think that the systempreference table can be extended with those columns, with a rule saying "branchcode/categorycode/itemty

[Koha-devel] Guided report in Koha 3.8.0

2012-05-10 Thread Partha Mukhopadhyay
Dear all Thanks for a great new look (Staff interface in particular) in Koha 3.8.0. I upgraded immediatetly on 25th April from Koha 3.6.4. It is running smoothly except Guided report generation (Reports > Guided report). After a few initial screens (to be specific upto the sum option page) it is go

Re: [Koha-devel] Branch Specific System Preferences

2012-05-10 Thread Ian Walls
Paul, Creating a new table allows us to develop this in parallel and commit progress incrementally without risking damage to the existing system (until we're ready to do the swapover, that is). It also forces us to review the subroutines that access this table, and make them clean in the Koha na

Re: [Koha-devel] Branch Specific System Preferences

2012-05-10 Thread Paul Poulain
Le 10/05/2012 17:04, Ian Walls a écrit : > Paul, > > > Creating a new table allows us to develop this in parallel and commit > progress incrementally without risking damage to the existing system > (until we're ready to do the swapover, that is). does the new table REPLACE the systempreference on

Re: [Koha-devel] Branch Specific System Preferences

2012-05-10 Thread Ian Walls
This table could, theoretically, completely replace systempreferences. I'm not sure that's the best idea... but I can't really say why. If something should truly be global, then it could just be NULL/NULL/NULL for the context. We're going to be supplying context-sensitive keys in the each time w

Re: [Koha-devel] Koha 3.6 string freeze

2012-05-10 Thread Jared Camins-Esakov
Greetings, international Koha community! As promised, Koha 3.6.5 entered string freeze 8 minutes ago, at 16:00 UTC. Thank you in advance to the Koha translation team, and all their hard work. Koha 3.6.5 will be released on May 24. Regards, Jared Camins-Esakov -- Jared Camins-Esakov Bibliographe

Re: [Koha-devel] missing pdf files for Koha 3.6 and 3.8 manuals

2012-05-10 Thread Arslan Farooq
Hi Nicole Can we have the option to download the whole manual (HTML files) as an archive? That will allow us to download the whole thing and memorize it offline (say, when electricity is out). You may set up a script that periodically deletes the zip and creates a new one (so that the zip is alwa

Re: [Koha-devel] missing pdf files for Koha 3.6 and 3.8 manuals

2012-05-10 Thread Nicole Engard
I don't manage the scripts that turn the XML that I write in to HTML or PDF. I'm not sure what those scripts can do. Nicole On Thu, May 10, 2012 at 1:25 PM, Arslan Farooq wrote: > Hi Nicole > > Can we have the option to download the whole manual (HTML files) as an > archive? That will allow us t

[Koha-devel] Multi-branch SCO [Was: Re: Branch Specific System Preferences]

2012-05-10 Thread Chris Nighswonger
Hi David, On Thu, May 10, 2012 at 12:38 PM, David Schuster wrote: > I'm a little confused by this comment. We do self checkout - but have a > generic user for each branch that they use to login the SCO module. It > then checks out books as if they are at that branch. What part of that > doesn

Re: [Koha-devel] Multi-branch SCO [Was: Re: Branch Specific System Preferences]

2012-05-10 Thread Chris Nighswonger
On Thu, May 10, 2012 at 3:54 PM, David Schuster wrote: > OK here is how we have it setup, and I just verified it still works that > way with 3.06.04. > > AutoSelfCheckAllowd - Don't Allow > > The librarian logs into the sco using a "user" setup as lmsxxx/password - > xxx is the location > > All

Re: [Koha-devel] Multi-branch SCO [Was: Re: Branch Specific System Preferences]

2012-05-10 Thread Ian Walls
Chris, If you don't specify the SCO user in the sysprefs, you have to manually log in as that user on the workstations you are designating as SCO. This is then subject to timeout, I believe. So, if you don't mind maintaining the distinct logins on your workstations manually, you're in good shap

Re: [Koha-devel] Multi-branch SCO [Was: Re: Branch Specific System Preferences]

2012-05-10 Thread Chris Nighswonger
On Thu, May 10, 2012 at 4:12 PM, Ian Walls wrote: > > Chris, > > > If you don't specify the SCO user in the sysprefs, you have to manually log in as that user on the workstations you are designating as SCO. This is then subject to timeout, I believe. > > So, if you don't mind maintaining the dist

Re: [Koha-devel] missing pdf files for Koha 3.6 and 3.8 manuals

2012-05-10 Thread Mason James
On 2012-05-11, at 5:39 AM, Nicole Engard wrote: > I don't manage the scripts that turn the XML that I write in to HTML > or PDF. I'm not sure what those scripts can do. is there a git repo for the xml files? - i'm still keen to take a look... ___ Ko

Re: [Koha-devel] missing pdf files for Koha 3.6 and 3.8 manuals

2012-05-10 Thread Nicole Engard
Here you go: http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary Nicole On Thu, May 10, 2012 at 5:52 PM, Mason James wrote: > > On 2012-05-11, at 5:39 AM, Nicole Engard wrote: > >> I don't manage the scripts that turn the XML that I write in to HTML >> or PDF. I'm not sure what those

Re: [Koha-devel] missing pdf files for Koha 3.6 and 3.8 manuals

2012-05-10 Thread Chris Cormack
On 11 May 2012 09:52, Mason James wrote: > > On 2012-05-11, at 5:39 AM, Nicole Engard wrote: > >> I don't manage the scripts that turn the XML that I write in to HTML >> or PDF. I'm not sure what those scripts can do. > > > is there a git repo for the xml files? - i'm still keen to take a look...

Re: [Koha-devel] Guided report in Koha 3.8.0

2012-05-10 Thread Chris Cormack
On 4 May 2012 23:09, Partha Mukhopadhyay wrote: > Dear all > > Thanks for a great new look (Staff interface in particular) in Koha 3.8.0. I > upgraded immediatetly on 25th April from Koha 3.6.4. Everything is running > smoothly except Guided report generation (Reports > Guided report). After a > f