Re: [Koha] Bulk patron Import password issue

2014-02-19 Thread vishal patil
Hi, you can upload bulk patrons using .csv format provided by koha. In .csv file you can add password which you want which you can use for login in koha OPAC. you cannot add password using query directly as koha encrypt password which we add using md5. On Wed, Feb 19, 2014 at 12:00 AM, geromosel

Re: [Koha] Add category on koha opac

2014-02-19 Thread vishal patil
Hi, I think you can go for collection wise search like Engineering, Science, Arts etc, you can add collection codes in authorised values add CCODE for each book and add combobox in opac to enable search using collection codes. On Wed, Feb 19, 2014 at 9:53 AM, Bipul Kumar wrote: > Hi, > > > > Ac

[Koha] Setting up a new branch

2014-02-19 Thread library
Kia ora everyone I'm sorry I am having a brain fade, but how do you get patrons into a new branch (the same patrons as the old branch) and assign the issuing permissions for the new branch. I have looked through all the help files I can find and I am stumped. I can see the patrons fine if I use my

Re: [Koha] koha jquery to hide 'Title Notes'

2014-02-19 Thread schnydszch
Thanks Stefano i'll try that once i get back in front of my computer.cheers! -- View this message in context: http://koha.1045719.n5.nabble.com/koha-jquery-to-hide-Title-Notes-tp5787702p5788029.html Sent from the Koha-general mailing list archive at Nabble.com. _

Re: [Koha] analytics, In:, search control number and search phrase

2014-02-19 Thread schnydszch
Thanks Elaine, it already worked. But i will try that the next time i reimport. Thanks and cheers! -- View this message in context: http://koha.1045719.n5.nabble.com/analytics-In-search-control-number-and-search-phrase-tp5787821p5788028.html Sent from the Koha-general mailing list archive at Na

Re: [Koha] Offline circulation module

2014-02-19 Thread Mayank Srivastava
I also have a header line. But still am facing issues. On Wed, Feb 19, 2014 at 11:17 PM, Galen Charlton wrote: > Hi, > > On Wed, Feb 19, 2014 at 4:29 AM, Mayank Srivastava > wrote: > > Can anyone send me a sample .koc file where there are multiple checkouts > > for 1 patron? > > Here you go: h

Re: [Koha] Offline circulation module

2014-02-19 Thread Mayank Srivastava
I am using a very old version of Koha: 3.02, The problem is when I upload the .koc file, sometimes I get an alert stating *SyntaxError: Unexpected token {* where as sometimes the file gets uploaded but the processing gets stuck. Where could the problem be? in the .koc file or my code? Regards Maya

Re: [Koha] Offline circulation module

2014-02-19 Thread Galen Charlton
Hi, On Wed, Feb 19, 2014 at 10:26 AM, Mayank Srivastava wrote: > I am using a very old version of Koha: 3.02, A couple possibilities: [1] If it's actually an even older version, i.e., a 3.1.x during the development of Koha 3.2, the KOC format changed during that period of time. Assuming that yo

Re: [Koha] Using Koha without barcodes

2014-02-19 Thread Elaine Bradtke
We don't use bar codes, but every Item has an accession number. We're using the accession number in the bar code field, as they are unique and pertain only to that item. That may be an option. On Wed, Feb 19, 2014 at 2:59 PM, Fischer, Katrin wrote: > Hi Lars, > > there is a new feature in 3.14

Re: [Koha] analytics, In:, search control number and search phrase

2014-02-19 Thread Elaine Bradtke
I think if you want the control number to work you need to remove anything that's not a letter or number (spaces, dashes, etc.). We had a batch of bibs with control numbers like this LS-12345 and once I converted them to LS12345 it worked fine. Elaine On Wed, Feb 19, 2014 at 6:41 AM, schnydszch

Re: [Koha] Offline circulation module

2014-02-19 Thread Galen Charlton
Hi, On Wed, Feb 19, 2014 at 9:52 AM, Mayank Srivastava wrote: > I also have a header line. > But still am facing issues. What version of Koha are you working with? And what is the exact nature of the issue you're seeing? For example, after you upload the KOC file, are the transactions displayi

Re: [Koha] Offline circulation module

2014-02-19 Thread Galen Charlton
Hi, On Wed, Feb 19, 2014 at 4:29 AM, Mayank Srivastava wrote: > Can anyone send me a sample .koc file where there are multiple checkouts > for 1 patron? Here you go: https://gist.github.com/gmcharlt/9097365 > As is patron PAT0123 checks out BK1234, BK2332, BK9088 etc > > currently I am writing

[Koha] Updating Koha 3.14 after security release

2014-02-19 Thread La Biblioteca del Garibaldi
As I am using a virtual box installation on a window OS (my thanks go to Josh Hetel for setting it up for me for UNIMARC) I set up the virtual machine; I got the image for Koha *I finished intalling using istructions as follows:* *Here is a link to the latest image. http://ubuntuone.com/6Fz8Ojb

Re: [Koha] Add category on koha opac

2014-02-19 Thread Bipul Kumar
Hi, Actually I want to add a search button on OPAC page with subject wise category like engineering, medical, etc in drop menu box where our users easily search book with categories wise. Thanks, Bipul. From: vikram zadgaonkar [mailto:vikramczadgaon...@gmail.com] Sent: Tuesday, Februa

[Koha] Offline circulation module

2014-02-19 Thread Mayank Srivastava
Hi everyone! Can anyone send me a sample .koc file where there are multiple checkouts for 1 patron? As is patron PAT0123 checks out BK1234, BK2332, BK9088 etc currently I am writing each item in different line: example: 2008-06-11 12:24:11 547 issue PAT0123BK1234 2008-06-11 12

Re: [Koha] Overdue email configuration

2014-02-19 Thread Phillip Ponchot
I did have an issue with Round Cube being unable to send emails and had to get the ISP provider to open up the port for this program. I will also look at the Koha configurations to see if I can find anything. Thanks for replying. Date: Wed, 19 Feb 2014 07:03:57 -0500 From: eric.be...@inlibro

[Koha] automated response

2014-02-19 Thread georgew
I'll be away from my desk until Tuesday, February 25. If you have an emergency and need to talk to someone immediately, please contact the circulation desk at the Latah County Library District, Moscow branch, at 208-882-3925. George ___ Koha mailing

Re: [Koha] Using Koha without barcodes

2014-02-19 Thread Fischer, Katrin
Hi Lars, there is a new feature in 3.14 that will allow checking out books without having to use barcodes. See: http://koha-community.org/koha-3-14-release-managers-update-2/ "Bug 7494: optional checkout-time fallback search for a book. This enhancement adds an option to perform a keyword sea

[Koha] Using Koha without barcodes

2014-02-19 Thread Domesjö , Lars L
Hello! I've been checking out Koha for a customer and it's looking really good so far. The customer isn't using a barcodescanner today though and doesn't seem to want to start using one either. From what I can tell Koha is pretty built around using barcodes? You can't simply lookup a book by na

Re: [Koha] Overdue email configuration

2014-02-19 Thread Eric Bégin
Phillip, I want to point out that this could also be a restriction of your mail server which may refuse to relay emails from your new server. Otherwise, Koha uses sendmail to send email. The MTA (mail transfer agent) to configure is usually postfix or exim4. Cheers, Eric Bégin Solutions in

[Koha] Overdue email configuration

2014-02-19 Thread Phillip Ponchot
Recently, I had to change the the ip address of the koha server and thought I had everything changed over. I was notified that the patrons are not getting their overdue notices via email, so there has to be some residual presence of the old ip address which of course is not working. Does any

Re: [Koha] koha jquery to hide 'Title Notes'

2014-02-19 Thread Stefano Bargioni
Hi, your solution is not language independent. Before adding it to the jQuery Library, please try $(document).ready(function(){ $("#ui-id-2").hide(); }); or something similar. HTH. Stefano > Hello Koha community! I'm trying to customize a Koha ILSusing 3.14.x and one > of this is to hide Titl