Re: [Koha] Ajax call in self checkout not working in Koha 17.05

2017-12-06 Thread Krishna K
Hi all, Resending this - any help on using Ajax call with Koha 17.05 would be appreciated. Please see the below mail I had sent earlier related to a customization in self checkout module that uses Ajax call to query the book title - this was working fine in 16.11 but not working in 17.05. Thank y

Re: [Koha] Ajax call in self checkout not working in Koha 17.05

2017-12-06 Thread Graham, Stephen
Krishna - what does the Ajax call look like? A bit of sample code might help? Stephen -Original Message- From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Krishna K Sent: 06 December 2017 09:01 To: koha@lists.katipo.co.nz Subject: Re: [Koha] Ajax call in self checkout not w

[Koha] Configuring smtp mail server to work with Koha

2017-12-06 Thread Javed Sahil
Hi Pedro, I am facing a problem with koha notifications similar to that you had been facing in the past, your message details at the end of this email. When I use following commands. 1.koha-shell library 2.export PERL5LIB="/usr/share/koha/lib" 3.export KOHA_CONF="/etc/koha/sites/li

Re: [Koha] Advanced search - Additional content types for books/printed materials

2017-12-06 Thread Dimitris Antonakis
Hi Selma, Thank you for your reply. I forgot to mention that our catalog is not a new one. It's a production one that has been live since version 3.16. Therefore it has item types defined etc. 87.203.234.185:8080 Unfortunately I don't remember in which version this operation broke or what affects

[Koha] KOCT 0.4.5

2017-12-06 Thread Matthias Meusburger
Hi everyone, We had a "Ship it" day during this Biblibre winter camp, and I chose to work on KOCT. So here's what's new in v0.4.5: - Add a "configuration test" button which will check if koha host, username and password are ok - Retrieve branchnames and branchcodes as a dropdown list (

Re: [Koha] Please help this newbie :)

2017-12-06 Thread Johan Seyfferdt
We got the russian search to work, i call it like the first edition, we will test it, most probalby get more help, to maybe improve it, and would love to give our work back to those who need it. Thank you so much for all the help and the great wiki. I most probably will ask more questions in the

Re: [Koha] Unable to Check-In Error

2017-12-06 Thread Pedro Amorim
Satish, The section you should be looking at is "System information" in the "About" page and look for an entry regarding issues and old_issues. If your problem is indeed related to the DBMS auto increment issue, take a look at these discussions: http://koha.1045719.n5.nabble.com/DBMS-auto-increme

Re: [Koha] Unable to Check-In Error

2017-12-06 Thread Jonathan Druart
Sorry, it's tab "System information", not "Server information". Not related, but you do not have memcached setup correctly. On Wed, 6 Dec 2017 at 02:29 SATISH wrote: > About Koha Page, > https://ibb.co/b78sxw > ___ Koha mailing list http://koha-commun

[Koha] Invitation for Libraries using Koha to participate in the 2017 Library Automation Perceptions survey

2017-12-06 Thread Marshall Breeding
To all libraries using Koha: I'm collecting data for the 2017 International Library Automation Perceptions survey. This survey, now in its eleventh annual iteration, provides an opportunity for libraries to register their perceptions of the strategic automation products they use, organizations

Re: [Koha] Configuring smtp mail server to work with Koha

2017-12-06 Thread Paul Hoffman
Javed, Here's what I would do. Note that the two export commands (setting the environment variables PERL5LIB and KOHA_CONF) are unnecessary -- koha-shell sets them for you. $ koha-shell library $ cd /usr/share/koha/bin/cronjobs $ perl -d process_message_queue.pl This puts you in the Perl debu

[Koha] Can't run auth_show_hidden_data.pl script

2017-12-06 Thread Prof. Lisandro Laura
Hi everyone! I was upgrading from 17.05.04 to 17.05.06 and the following showed up: "Bug 18811 fixed an inconsistency in the visibility settings for authority frameworks. It is recommended that you run script misc/maintenance/auth_show_hidden_data.pl to check if you have data in hidden fields and a

Re: [Koha] Configuring smtp mail server to work with Koha

2017-12-06 Thread Paul Hoffman
Better yet, do this in the Perl debugger: c C4::Letters::SendQueuedMessages c sendmail $mailcfg{'debug'} = 1 c That should produce much less verbose debugging output. Paul. On Wed, Dec 06, 2017 at 09:39:09AM -0500, Paul Hoffman wrote: > Javed, > > Here's what I would do. Note that the two exp

Re: [Koha] Look for records with specific info in a mark field

2017-12-06 Thread Barton Chittenden
Good answer, Katrin! On Dec 4, 2017 15:17, "Katrin Fischer" wrote: > Hi Alvaro, > > yes, Koha stores the complete record as MARCXML and only some fields are > mapped to database columns. You can see the mappings in Administration > > Koha to MARC mappings. Be careful, after changing it you need

Re: [Koha] KOCT 0.4.5

2017-12-06 Thread Tomas Cohen Arazi
Excelent work, Matthias! El mié., 6 dic. 2017 a las 9:27, Matthias Meusburger (< matthias.meusbur...@biblibre.com>) escribió: > Hi everyone, > > We had a "Ship it" day during this Biblibre winter camp, and I chose to > work on KOCT. > > So here's what's new in v0.4.5: > > - Add a "configuration

Re: [Koha] Can't run auth_show_hidden_data.pl script

2017-12-06 Thread Mark Alexander
Excerpts from Prof. Lisandro Laura's message of 2017-12-06 11:41:57 -0300: > perl ./usr/share/koha/bin/maintenance/auth_show_hidden_data.pl > > But I get the following error: > > "Can't locate Koha/Authorities.pm in @INC (you may need to install the > Koha::Authorities module) (@INC contains: /et

Re: [Koha] MARC field and heading validation with Koha

2017-12-06 Thread Hernandez, Heather
Hi, Kumiko-- I'm not sure our workflow would be applicable since we're a very specialized museum library, but maybe you'll get some ideas? We lacked a lot of authority capabilities in our previous catalog software (Athena), so our headings were & are pretty messy. I'm in the middle of a project

Re: [Koha] Can't run auth_show_hidden_data.pl script

2017-12-06 Thread Prof. Lisandro Laura
Perfect! That works Thank you, Lisandro 2017-12-06 11:51 GMT-03:00 Mark Alexander : > Excerpts from Prof. Lisandro Laura's message of 2017-12-06 11:41:57 -0300: >> perl ./usr/share/koha/bin/maintenance/auth_show_hidden_data.pl >> >> But I get the following error: >> >> "Can't locate Koha/Authoriti

[Koha] where to set Refund lost item fee

2017-12-06 Thread Admire Mutsikiwa
Hi I would like to enquire as to where the Refund Lot Item fee is configured. Kind Regards, Admire Mutsikiwa (Mr) ICT Manager Libraries University of Zimbabwe Tel:+263-4-303276 Mob:+26377111 "It is easy to dodge our responsibilities, but we cannot dodge the conseque

Re: [Koha] where to set Refund lost item fee

2017-12-06 Thread Jonathan Druart
Hi Admire, See on the circulation rules page: "Default lost item fee refund on return policy" As well as the "Processing fee (when lost)" value when you edit item types. Regards, Jonathan On Wed, 6 Dec 2017 at 12:56 Admire Mutsikiwa wrote: > Hi > > I would like to enquire as to where the Ref

Re: [Koha] where to set Refund lost item fee

2017-12-06 Thread Kelly McElligott
Hi, Your Refund Lost Item fee is configured in your Circulation and Fine rule page. Below your grid, there is an option to specify the default policy for lost item fees on return. Kelly McElligott Educator Bywater Solutions On Wed, Dec 6, 2017 at 10:56 AM, Admire Mutsikiwa wrote: > Hi > > I wou

Re: [Koha] Error when reading (or clicking) on message at the main menu

2017-12-06 Thread Jon Knight
You don't say what version of Koha this is for, or if you have recently updated it? However this looks like some sort of schema mismatch. You might want to try updating the schema manually using: sudo koha-upgrade-schema with being your Koha instance name. A list of the Koha instances

Re: [Koha] Koha Digest, Vol 146, Issue 14

2017-12-06 Thread Hirak Jyoti Hazarika
On Dec 6, 2017 9:50 PM, wrote: > Send Koha mailing list submissions to > koha@lists.katipo.co.nz > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.katipo.co.nz/mailman/listinfo/koha > or, via email, send a message with subject or body 'help' to >

Re: [Koha] [ByWater Partners] MARC field and heading validation with Koha

2017-12-06 Thread Hernandez, Heather
Hi, Joy! I haven't yet tried to set the LinkerOptions system preference to "broader_headings" because the manual (at https://koha-community.org/manual/17.05/html/02_administration.html?highlight=broader%20headings#linkeroptions) says: *Important* This feature is experimental and shouldn’t be use

Re: [Koha] [ByWater Partners] MARC field and heading validation with Koha

2017-12-06 Thread Reichert, Kumiko
Thanks, Heather and Joy, for excellent observations. The story with my library is that the authority database currently is in a bad shape since it has not been through any vendor or in-house maintenance for years. I am planning to have a vendor for the authority and bib maintenance next year.

Re: [Koha] [ByWater Partners] MARC field and heading validation with Koha

2017-12-06 Thread Hernandez, Heather
Thank you so much for sharing all of this, Jennifer! I think we're going to give the broader... syspref setting a try after the first of the year! Cheerio! h2 ~~ Heather Hernandez Technical Services Librarian San Francisco Maritime National Historical Park Research Center 2 Marina Blv

Re: [Koha] Ajax call in self checkout not working in Koha 17.05

2017-12-06 Thread Eric Phetteplace
Also why is the AJAX call failing? Are you able to use a browser console to see an error message? Knowing if it's a cross-domain issue, for instance, can help. Best, ERIC PHETTEPLACE Systems Librarian libraries.cca.edu | vault.cca.edu | 510.594.3660 5212 Broadway, Oakland, CA 94618 8th

Re: [Koha] Configuring smtp mail server to work with Koha

2017-12-06 Thread Paul Hoffman
Javed, (Please reply to my message rather than starting a new thread.) Could you please repeat this, but with a somewhat different sequence of commands? c C4::Letters::SendQueuedMessages c sendmail x \%mailcfg $mailcfg{'debug'} = 2 r Then post all of the output to the list.

Re: [Koha] Importing WINISIS data into Koha

2017-12-06 Thread Michael Kuhn
Hi Alex > I’ve been asked to migrate some library data currently in WINISIS into > Koha and just wondered if anyone has been down this path recently and > can share any advice or tools or recipe etc they used? In fact I have never seen WINISIS or even worked with it, but in the past I have coll

[Koha] Non-standard Classification

2017-12-06 Thread RobertA
Hi, I'm setting up Koha for a new specialist Buddhist library with many unusual and rare texts in various languages. A Professor of Buddhist Studies has designed a bespoke classification system to appear on the spine of each book and other resources to organise the collection. The classification s

Re: [Koha] Importing WINISIS data into Koha

2017-12-06 Thread Felipe Adalid Ortiz Anzaldo
My Opac was migrated from CDS/ISIS Winisis with the help of a PFT and MarcEdit. MarcEdit also have a Winisis ISO to MARC converted tool you can test. Another help source in spanish: https://groups.yahoo.com/neo/groups/koha-es/files Enviado desde Correo

Re: [Koha] KOCT 0.4.5

2017-12-06 Thread Katrin Fischer
Thanks Matthias! On 06.12.2017 13:26, Matthias Meusburger wrote: Hi everyone, We had a "Ship it" day during this Biblibre winter camp, and I chose to work on KOCT. So here's what's new in v0.4.5:  - Add a "configuration test" button which will check if koha host, username and password are

Re: [Koha] KOCT 0.4.5

2017-12-06 Thread Radek Šiman
Great job, Matthias! Is there a way how we can translate the tool into Czech? If yes, please guide me... Some of our (mainly older) librarians have difficulties while using it in English. Thanks. Radek Dne 06.12.17 v 13:26 Matthias Meusburger napsal(a): Hi everyone, We had a "Ship it" day

[Koha] Relais D2D as an ILL product

2017-12-06 Thread Jason Palmer
Hi, everybody. One of our members in our academic library consortium is moving off of Koha to their own ILS in early 2018. We are thinking about purchasing Relais D2D to maintain unmediated consortial borrowing between our Koha and their Alma. We have no consortium-wide ILL product, and our

[Koha] Book Cover

2017-12-06 Thread Ma. Victoria H. Silva-Manuel
hi. is there a way to show only one book cover per record? i enable amazon and local cover images and in my opac search i can see the cover from amazon and "no cover image available" hope someone can help. thanks. -- Ma. Victoria H. Silva-Manuel Registered Librarian, 3892

Re: [Koha] Unable to Check-In Error

2017-12-06 Thread SATISH
Hi, Please find the "System Information" screen capture here... https://ibb.co/mt3SEb since I have installed Koha from packages method, I am not clear about memcached setup. I did an update to 16.05 during last week of Aug 2017. Whatever books issued between last week of aug and first week of se

Re: [Koha] KOCT 0.4.5

2017-12-06 Thread Josef Moravec
Hi Radek, see this mail: http://lists.koha-community.org/pipermail/koha-devel/2017-October/044090.html are you going to make the translation? ;) Josef st 6. 12. 2017 v 22:13 odesílatel Radek Šiman napsal: > Great job, Matthias! > > Is there a way how we can translate the tool into Czech? If y