Re: [Koha] How to install and integrate PazPar2 for Koha 3.14

2014-01-10 Thread Paul Chu, SDB
Jesse, Thank you for the advice. I am looking forward to Koha 3.16. :-) -Pablito Da mihi animas, cetera tolle. On Jan 10, 2014, at 1:46 AM, Jesse wrote: Pazpar2, at the moment, is only used in Koha to do some basic record grouping in search. This code has been a bit abandoned for a while, a

Re: [Koha] How to install and integrate PazPar2 for Koha 3.14

2014-01-10 Thread Nisreen Qabbani
This is their answer from yazl...@lists.indexdata.dk http://www.indexdata.com/pazpar2/doc/ Good luck On Fri, Jan 10, 2014 at 12:10 PM, Paul Chu, SDB wrote: > Jesse, > > Thank you for the advice. I am looking forward to Koha 3.16. :-) > > -Pablito > > > Da mihi animas, cetera tolle. > > On Jan

Re: [Koha] Koha Digest, Vol 99, Issue 12

2014-01-10 Thread Muhammad Naveed
how to export the circulation record of previous version of koha and how to import in newly installed version of koha.   Muhammad Naveed Bhatti On Thursday, January 9, 2014 8:30 PM, "koha-requ...@lists.katipo.co.nz" wrote: Send Koha mailing list submiss

[Koha] koha xslt and framework

2014-01-10 Thread schnydszch
With current version(s), if I add/customize display through modifying xslt, can I make xslts that would only be applicable to a particular framework. For example, in a certain framework, I want general notes to not show in title notes(opac)/description(intranet) but instead shown below say Publishe

Re: [Koha] koha xslt and framework

2014-01-10 Thread Galen Charlton
Hi, On Fri, Jan 10, 2014 at 6:06 AM, schnydszch wrote: > With current version(s), if I add/customize display through modifying xslt, > can I make xslts that would only be applicable to a particular framework. > For example, in a certain framework, I want general notes to not show in > title notes

[Koha] Koha-Zebra Unimarc Authority Indexers

2014-01-10 Thread Bacamarte JN
Hi everybody. Everything but authority searching seens to work well in Koha installation and the reason is that, unlike Marc21, Unimarc flavour comes without the files 'authority-koha-indexdefs.xml' and 'authority-zebra-indexdefs.xls'. I have tryed the instructions found in https://github.com/colin

[Koha] Available Items per branch

2014-01-10 Thread Mayank Srivastava
Hi Everyone, I need to fetch the *total items* and *total available items*(not withdrawn/lost/on loan etc) per *biblionumber*. Is there a way to do this using a single query? The query which I am using at this point is giving me name of the homebranch and total items. select homebranch,count(*)

Re: [Koha] Koha-Zebra Unimarc Authority Indexers

2014-01-10 Thread Galen Charlton
Hi, On Fri, Jan 10, 2014 at 12:17 AM, Bacamarte JN wrote: > Hi everybody. > Everything but authority searching seens to work well in Koha installation > and the reason is that, unlike Marc21, Unimarc flavour comes without the > files 'authority-koha-indexdefs.xml' and 'authority-zebra-indexdefs.x

[Koha] limiting items to branch

2014-01-10 Thread Robert Bruno
Hello, My library (Foundation Center, NY) is trying to set up Koha so we can use advanced search to link a specific item type with a specific branch. I'm posting this seeking advice...this is my first time mailing the list. More details: we have five main branches, and each branch circulates

[Koha] Collection usage report: issues field in items table

2014-01-10 Thread Chad Roseburg
I'm trying to assess the usage of a particular collection and am wondering if the 'issues' field in the items table represents all issues: Ie., both from the old_issues and issues tables. If the total number of issues is represented in this field, the report would not need to join these tables ...

Re: [Koha] Collection usage report: issues field in items table

2014-01-10 Thread Galen Charlton
Hi Chad, On Fri, Jan 10, 2014 at 3:02 PM, Chad Roseburg wrote: > I'm trying to assess the usage of a particular collection and am wondering > if the 'issues' field in the items table represents all issues: Ie., both > from the old_issues and issues tables. Yes -- items.issues gets incremented ev

Re: [Koha] koha xslt and framework

2014-01-10 Thread schnydszch
Thanks! I'll try to post a bug then. I don't want to edit codes in my Koha ILS, as I might have difficulties during upgrade, and get stucked as opposed to database-edited modifications and css/xslt customizations. Regarding your last statement "to specify different stylesheets for each framework",

[Koha] koha xslt and subject at the right side

2014-01-10 Thread schnydszch
Hi all! With default xslt and edited xslt based on the default xslt, I'm getting the following output: The subject is included with all other biblio details. However, with an empty xslt, I get the following output