Re: [Koha] Some thoughts about an >>official<< Koha LiveCD

2012-10-20 Thread aszomor
Dear Vimal, I found that Z39.50 does not download records. When try to search records from z39.50 servers, it says Try another search. It is a suddenly idea did you set up the Zebra cron job ? http://manual.koha-community.org/3.8/en/cronjobsch.html Best Regards, Attila. Idézet ("Vimal Kumar

[Koha] need help in report using XML

2012-10-20 Thread zalabany
i need to make report including the main data of the books and i have data in 880 field i want to include this field in the report the report note(880 is vernacular field that i put the title and author and publisher and statement with Arabic ) SELECT ExtractValue(( SELECT marcxml FROM

Re: [Koha] need help in report using XML

2012-10-20 Thread David Nind
Hi. I don't have any reports experience with Koha (yet), so can't help with your specific questions. You may wish to check out the reports library to see if there is anything similar to what you require: http://wiki.koha-community.org/wiki/SQL_Reports_Library David Nind | david.n...@gmail.com P

Re: [Koha] Restriction on renewal of items on expiration of patrons account

2012-10-20 Thread anjoze
I've never tried but maybe the option ReturnBeforeExpiry in System Preferences. - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Restriction-on-renewal-of-items-on-expiration-of-patrons-account-tp5730132p5730391.html Sent fro

Re: [Koha] need help in report using XML

2012-10-20 Thread Bernardo Gonzalez Kriegel
You need to rephrase your query, like select ExtractValue(marcxml,'//datafield[@tag="880"]/subfield[@code>="a"]') as AR from biblioitems where biblionumber between 100 and 110; In case that you need more tags, you could add them like select ExtractValue(marcxml,'//datafield[@tag="100"]/su