[Koha] How to migrate from Libsuite to Koha

2014-11-13 Thread Chinmayee Bhange
Hi, Request help on migrating from Libsuite to Koha. Where is the tag for Shelf or location in Koha? -- *Thanks & Regards,Ms. Chinmayee BhangeLibrarianSt. Francis Institute of Technology (Engineering College)Mumbai - Maharashtra* ___ Koha mailing l

[Koha] Report_transfer

2014-11-13 Thread Jameela P
Our main library consist of 3 Branches of library situated at different locations having 2500 books each. The databases of books of all these branches are maintained in KOHA database.The branch libraries now require the database of the books held at their library separately. They want almost all t

[Koha] Report_Circulation

2014-11-13 Thread Jameela P
I have doubts on following issue. 1.We have 03 VIP members who have the privilege to borrow n number of books. I want to generate report (in excel or CSV) for these members. The report may contain all the bibliographical data like ISBN, Class No. , title, author, publisher, eidtion, barcode, pric

[Koha] Bulk return

2014-11-13 Thread Jameela P
Please advice me on following... Recently we failed to use LMS KOHA due to some technical problem. At that time we have done bulk return of books of about 12, 000. We have maintained the bar code of these returned books in excel spreadsheet. Is there any provision to return this book in KOHA in on

[Koha] No Result Founds in Opac Search

2014-11-13 Thread Alyssa Enganio Gono
I have a freshly installed Koha 3.16 in a Debian Server. I already imported the MARC records into the catalog, but when I search it on Opac , there is no results found. What shall I do now? I really have to fix it? -- View this message in context: http://koha.1045719.n5.nabble.com/No-Result-Fou

Re: [Koha] No Result Founds in Opac Search

2014-11-13 Thread Arslan Farooq
Hi, https://www.google.com.pk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=koha%20no%20results%20found Arslan On Thu, Nov 13, 2014 at 4:08 PM, Alyssa Enganio Gono < vhevhangvhakhikh...@gmail.com> wrote: > I have a freshly installed Koha 3.16 in a Debian Server. I already imported > the

Re: [Koha] Bulk return

2014-11-13 Thread Ian Bays
Jameela, If I were faced with this I would find the format of the Koha Offline transactions which will be in a simple text file, then I would edit a copy of the file of barcodes to look like an offline transaction file and then load these as transactions. Do take care if you have started to

Re: [Koha] How to migrate from Libsuite to Koha

2014-11-13 Thread Vinod Kumar Mishra
check in tag 952, all are available. On Thu, 13 Nov 2014 14:16:27 +0530 Chinmayee Bhange wrote >Hi, Request help on migrating from Libsuite to Koha. Where is the tag for Shelf or location in Koha? -- *Thanks & Regards,Ms. Chinmayee BhangeLibrarianSt. Francis Institute of Technol

Re: [Koha] Bulk return

2014-11-13 Thread Vinod Kumar Mishra
Please refer format of Koha, if you have member code and accession number than i think you can do it. https://www.google.co.in/search?q=off+line+circulation&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=sb&gfe_rd=cr&ei=MptkVNLbFKXM8gfbtYDICw#rls=org.mozilla:en-US:

Re: [Koha] Bulk return

2014-11-13 Thread Amit Gupta
Hello Jameela, If you know Koha database structure and know SQL then create SQL script and insert in database. On Thu, Nov 13, 2014 at 5:22 PM, Vinod Kumar Mishra < vinod_librar...@rediffmail.com> wrote: > Please refer format of Koha, if you have member code and accession number > than i think

[Koha] Zebra rebuild frequency

2014-11-13 Thread Steven Nickerson
Hi everyone, I know the topic of Zebra index rebuilding comes up periodically and I've tried to find an answer to this but can't seem to locate one. I have the package version of 3.16.02 installed on Debian and have the following "default" cron entry in /etc/cron.d/koha-common: */5 * * * * r

Re: [Koha] No Result Founds in Opac Search

2014-11-13 Thread Owen Leonard
>> I have a freshly installed Koha 3.16 in a Debian Server. I already imported >> the MARC records into the catalog, but when I search it on Opac , there is >> no results found. > https://www.google.com.pk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=koha%20no%20results%20found Saying "L

Re: [Koha] Report filtered by item type fails

2014-11-13 Thread Liz Rea
Give this a go: SELECT biblio.biblionumber,biblio.title,biblio.notes,biblioitems.publishercode,biblioitems.itemtype FROM biblioitems LEFT JOIN items USING (biblionumber) LEFT JOIN biblio USING (biblionumber) WHERE biblioitems.itemtype='CR' I think your problem is that you are linking your ta

Re: [Koha] Zebra rebuild frequency

2014-11-13 Thread Robin Sheat
Steven Nickerson schreef op do 13-11-2014 om 07:42 [-0500]: > Aside from this rebuild, is there some other "complete" Zebra rebuild > recommended, and if so on what frequency? If you're seeing strange search results, in that they differ from what the detail page says, then do a reindex. Instructi

[Koha] Location of koha-conf.xml

2014-11-13 Thread Alyssa Enganio Gono
Where is usually the location koha-conf.xml . I tried this command: export PERL5LIB=/usr/share/koha/lib export KOHA_CONF=/usr/share/koha/koha-conf.xml /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -v -x but it only gets this error: unable to locate Koha configuration file koha

Re: [Koha] Location of koha-conf.xml

2014-11-13 Thread Robin Sheat
Alyssa Enganio Gono schreef op do 13-11-2014 om 18:37 [-0700]: > Where is usually the location koha-conf.xml . I tried this command: How did you install Koha? -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF ___

Re: [Koha] Location of koha-conf.xml

2014-11-13 Thread Alyssa Enganio Gono
I just followed what the link instructs me to do. Here's the link: http://http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Pre-Installation_Setup -- View this message in context: http:

[Koha] Reindexing Zebra Because there are no results found in opac and intranet search

2014-11-13 Thread Alyssa Enganio Gono
I tried to rebuild zebra using the command: sudo koha-rebuild-zebra -f -v mylibrary The result shows: Zebra configuration information Zebra biblio directory = /var/lib/koha/mylibrary/biblios Zebra authorities directory = /var/lib/koha/mylibrary/authorities

Re: [Koha] Location of koha-conf.xml

2014-11-13 Thread Mark Tompsett
Greetings, You are trying to reindex on a package installation. Please look at http://wiki.koha-community.org/wiki/Commands_provided_by_the_Debian_packages Particularly: koha-disable, koha-stop-zebra, koha-rebuild-zebra, koha-start-zebra, and koha-enable GPML, Mark Tompsett _

[Koha] How to apply a patch?

2014-11-13 Thread Alyssa Enganio Gono
I dont understand where should I apply a patch. Here is the link the patch. Patch Can anyone kind explain to me how to do it. Thanks -- View this message in context: http://koha.1045719.n5.nabble.com/How-to-apply-a-patch-tp5818