Re: [Koha] Koha und GND

2017-10-09 Thread Stowasser Rainer
Hallo Katrin danke für die Antwort. Die Titeldaten funktionieren perfekt (hier eine Anleitung wie der Zugang funktioniert http://abunchofthings.net/blog/freie-metadaten-von-der-dnb-per-sru/ ) Bin gerade dabei Kostenabschätzungen einzuholen um die Implementierung eines SRU für Normdaten in Koh

[Koha] Who created records

2017-10-09 Thread Ma. Victoria H. Silva-Manuel
Hi. How to know or to show who created records in cataloging module? There are records that I need to find out who created them. Thank you. -- Ma. Victoria H. Silva-Manuel Registered Librarian, 3892 ___ Koha mailing list http://koha-community.org Koha

Re: [Koha] Who created records

2017-10-09 Thread vikram zadgaonkar
Hi, You can check in tools---logviewer. Vikram Zadgaonkar On Mon, Oct 9, 2017 at 2:18 PM, Ma. Victoria H. Silva-Manuel < mavicsi...@gmail.com> wrote: > Hi. > How to know or to show who created records in cataloging module? > There are records that I need to find out who created them. > > Thank y

[Koha] Help Me

2017-10-09 Thread Rajesh Shelar
Dears Friends, I am using the Koha Open Source library software ,so Please send me the Details of Library Catalog add in koha cloud base . i humbly request please help me . My Koha Ip Address Is. http://192.168.1.82:8080/ -- *​**Thanks & Regards* *Mr. Rajesh R.Shelar* *Sadhu Vaswani I

Re: [Koha] Help Me

2017-10-09 Thread Michael Kuhn
Hi Rajesh > I am using the Koha Open Source library software ,so Please send me > the Details of Library Catalog add in koha cloud base . i humbly > request please help me . There is no such thing as an official "Koha cloud base". Maybe you are customer of a specific endor, so you should conta

Re: [Koha] Help Me

2017-10-09 Thread vikram zadgaonkar
Dear Friend, You need koha cloud hosting service provider. Let me know if you need more details. On Oct 9, 2017 5:13 PM, "Rajesh Shelar" wrote: > Dears Friends, > I am using the Koha Open Source library software ,so Please send me the > Details of Library Catalog add in koha cloud base . i

Re: [Koha] Help Me

2017-10-09 Thread Tim Young
Hi, I see that you do have a local Koha install.  I am assuming that someone set it up for you and that you are trying to do something with it now that you have it set up? I also see that you are coming from India.  You do well with your English. Kindly add more details. Am I right in think

Re: [Koha] Help Me

2017-10-09 Thread Martin House
I have been successfully running Koha on a cloud server over at www.atlantic.net. The most basic setup will cost you about $10 per month with backups. We are currently paying $50 for 4GB Ram and plenty of HD space. Although, we are about to upgrade RAM to 8GB to increase speed. Martin House martin

Re: [Koha] Help Me

2017-10-09 Thread Martin House
I should have more clear on my response. I use the Dedicated Server solution at atlantic.net, but my actual server is hosted in Canada. It seems that the closest server solution near you would be Singapore, not sure that's close enough. But I do think that you need to find a dedicated server soluti

Re: [Koha] Help Me

2017-10-09 Thread King, Fred
We use Digital Ocean for our Authors Catalog. They have a site in Bangalore. We're closest to the New York site, but I've run test versions in Toronto and San Francisco and I didn't see any delays. Fred King Medical Librarian, MedStar Washington Hospital Center fred.k...@medstar.net 202-877-6670

Re: [Koha] Who created records

2017-10-09 Thread schnydszch
Hi! You can check this post: http://koha.1045719.n5.nabble.com/Staff-activity-report-td5906107.html#a5906146 and this one: http://koha.1045719.n5.nabble.com/REport-that-displays-the-bib-record-with-items-that-has-been-accomplished-by-each-staff-td5827651.html#a5827656 Vikram was right in saying you

Re: [Koha] Help needed with SQL report

2017-10-09 Thread Elaine Bradtke
this time it says: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JOIN biblio_metadata m ON (biblio.biblionumber=m.biblionumber) ORDER BY biblio' at line 7 I think we're getting closer. Elaine Bradtke Data Wran

[Koha] Adding an independent branch

2017-10-09 Thread Elaine Bradtke
We have a sister library with very similar content that would like to be added as an independent branch. I estimate the duplication rate of their material with ours is 95% or better. But most of this material does not have an ISBN number. Their data, in its raw state is quite messy, and needs clea

Re: [Koha] Help needed with SQL report

2017-10-09 Thread Jonathan Druart
Sorry, I badly pasted the query. Try: SELECT biblioitems.biblionumber,biblio.title,biblio.copyrightdate, ExtractValue(m.metadata, '//datafield[@tag="260"]/subfield[@code="c"]') AS text FROM items LEFT JOIN biblioitems on (items.biblioitemnumber=biblioitems.biblioitemnumber) LEFT JOIN biblio on (

Re: [Koha] Help needed with SQL report

2017-10-09 Thread Elaine Bradtke
OK, that works. Now I just need to limit it to the range of biblio numbers. I think I can manage that. Elaine Bradtke Data Wrangler VWML English Folk Dance and Song Society | http://www.efdss.org Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY Tel+44 (0) 20 7485 2206 (This number is

Re: [Koha] Help needed with SQL report

2017-10-09 Thread Elaine Bradtke
Thanks everyone! I added the limit by biblio number and this works: SELECT biblioitems.biblionumber,biblio.title,biblio.copyrightdate, ExtractValue(m.metadata, '//datafield[@tag="260"]/subfield[@code="c"]') AS text FROM items LEFT JOIN biblioitems on (items.biblioitemnumber=biblioitems.biblioitemn

Re: [Koha] Adding an independent branch

2017-10-09 Thread Josef Moravec
Hi Elaine, maybe a report like this could be useful for you, it searches for candidates to merging and have buttons to merge found records. Candidates are grouped by author, title, part number and volume title: SELECT GROUP_CONCAT(bi.isbn) as isbns, b.author, CONCAT_WS(" ", ExtractValue(bm.metada

[Koha] OPAC open in new window

2017-10-09 Thread Marian May A. Marquez
Hi! At the backend cataloguing of koha, whenever I click "open in new window" to view the opac of a record, the page won't load. Please help. Thanks! Best regards,May ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.n

Re: [Koha] OPAC open in new window

2017-10-09 Thread schnydszch
Hi! What exactly is happening when you click the Open in new window? Is it "The site can't be reached"? There could be a misconfiguration in the OPACBaseURL which you can edit in System Preferences > OPAC > OPACBaseURL. Please try to edit your base URL to the URL of your Koha installation, e.g. ht