Re: [Koha] Unable to login

2011-04-20 Thread ajesh
Hi, Thanks for the advice. I have dropped the idea of using koha2.2.9 on windows. I am currently trying to install koha3.2.6(which I got on unzipping koha-latest.tar.gz - a few days back). I am installing it on Ubuntu OS and hence following the installation steps mentioned at http://wiki.k

Re: [Koha] Unable to login

2011-04-20 Thread Robin Sheat
Op woensdag 20 april 2011 20:25:21 schreef aj...@maxenna.com: > I have installed Koha 2.2.9 on Windows XP. That's a bad idea to start with. That version of Koha is woefully out of date. 3.4 comes out tomorrow though. > Now, I am trying to login to Koha as admin using the below link >http://

Re: [Koha] [Koha-devel] List Cross Posting Trend

2011-04-20 Thread Reed Wade
It's worth mentioning that when in doubt, the users list is probably the correct one and if you're wrong that's ok because developers tend to be on both lists so the issue isn't likely to get lost. -reed 2011/4/21 Chris Nighswonger : > Hi everyone, > > There seems to be a growing trend lately o

[Koha] List Cross Posting Trend

2011-04-20 Thread Chris Nighswonger
Hi everyone, There seems to be a growing trend lately of cross posting to both the Koha user's and developer's list of questions which are usage related. Perhaps this is a good time to remind everyone to please post user questions to the user list and development/code questions to the developer's

Re: [Koha] koha: error in MARC Bibliographic Framework Test

2011-04-20 Thread Linda Culberson
Thanks, Bev! That was it! I really appreciate your help. Linda On 4/20/2011 2:02 PM, Church, Beverly wrote: > Linda, > > I haven't seen this message before but it sounds as if the subfields for > the other tags are linked to Tab 10 instead of Tab 9. Only the tag 952 > subfields should be linked

Re: [Koha] koha: error in MARC Bibliographic Framework Test

2011-04-20 Thread Church, Beverly
Linda, I haven't seen this message before but it sounds as if the subfields for the other tags are linked to Tab 10 instead of Tab 9. Only the tag 952 subfields should be linked to Tab 10. Bev * * * * Beverly Church LibLime Project Manager phone: 1-888-564-2457 ext. 717 1-301-654-80

[Koha] koha: error in MARC Bibliographic Framework Test

2011-04-20 Thread Linda Culberson
All, I had done 12 customized frameworks in Koha version 3.02.02.003 and at some point I made an error - and I'm embarrassed that I don't know when the error got in since I worked on them pretty much all at once. I have only the one error and it is: Item tagThere is more than 1 MARC ta

Re: [Koha] Issues with superlibrarian

2011-04-20 Thread Zachary Spalding
Yeah this is with the new user I created and assign the superlibrian permission. The original kohaadmin user gets a dropdown with all the locations listed, it is the newly created SuperLibrians that only see Home Library in the drop down. Zachary Spalding Systems Manager Southeastern NY Libra

Re: [Koha] Problem Setting the Renewal Field on Item Types

2011-04-20 Thread Liz Rea
I believe a recent change to Koha moved the renewals out of the item type definition, and into the circulation rules. The rules for renewals by item type are now located in the circulation rules (where they properly belong, imo) and can be edited through that interface. This tripped us up on a

Re: [Koha] Issues with superlibrarian

2011-04-20 Thread Liz Rea
Zachary, Probably what you want to do is create another patron/staff user, and give that user Superlibrarian privileges. You can then assign a "home library" to that user, log in as that user, and the dropdowns will be populated correctly. I'm making an assumption here: that you are logging in a

Re: [Koha] Unable to login

2011-04-20 Thread Doug Dearden
Ajesh, This looks like a DNS issue to me. Can you ping mykoha.org? If not then you probably don't have this name pointing to the IP address of the server. However, I would encourage you to abandon the idea of using Koha 2.2.9 on Windows, and install the latest stable release on Linux (or wait

[Koha] Issues with superlibrarian

2011-04-20 Thread Zachary Spalding
I am currently using Koha 3.2.6 and have noticed some issues with a super librarian that I didn't see to have before. I have a user with the superlibrian permission assigned and about 15 independent catalogs in Koha. After the upgrade to 3.2.6 this person now is missing access to the full drop

[Koha] Problem Setting the Renewal Field on Item Types

2011-04-20 Thread Kyle Noakes
Hello, I am unable to edit existing item types to allow them to be renewable. I am also unable to add a new item type with the "Renewals" field set. Does anyone have any ideas of why this particular field would not save, but other fields in Item Types Administration would? In the past I ha

Re: [Koha] SQL statement for generating current checkouts

2011-04-20 Thread Church, Beverly
Nabonita, You can use this query if you want to see the title: SELECT issues.issuedate, items.barcode, biblio.title, borrowers.firstname,borrowers.surname, borrowers.cardnumber, borrowers.categorycode FROM issues LEFT JOIN borrowers ON borrowers.borrowernumber = issues.borrowernumber LEFT JOIN it

[Koha] reports -

2011-04-20 Thread Jonson philip
hi i'm trying to create report to explain paid fines and duration between duedate and returndate but when i'm running this SELECT borrowers.firstname, borrowers.surname, accountlines.amount, accountlines.accounttype, borrowers.cardnumber, accountlines.`date` , old_issues.date_due, old_issues.retur

Re: [Koha] An enhancement to messaging preferences?

2011-04-20 Thread hansbkk
I completely agree about the geek-factor of RSS, but would argue that such a project should go for the best of both worlds. Have Koha "publish" such "newsletter/new accessions/librarian reviews/lists/recommendations" etc. fundamentally as an RSS stream so it's available in that more user-friendly

[Koha] SQL statement for generating current checkouts

2011-04-20 Thread nabonita Guha
Dear Koha users/Developers, Can you please help me in building SQL statement to generate current checkouts on a given date (not for a date range). For example, I need to generate a report to get list of (barcodes with borrowers card number, surname and firstname and borrower's category with date o

Re: [Koha] Circulation report limited with date

2011-04-20 Thread Nicole Engard
Anyone can edit the wiki, so you're welcome to add the report since you wrote the bulk of it anyway :) Nicole On Tue, Apr 19, 2011 at 11:30 PM, Vimal Kumar wrote: > Dear Nicole, > > Thank u for the SQL query. > > Can u make arrangement to add this query in koha wiki Report library? > > Ragrads,

[Koha] Unable to login

2011-04-20 Thread ajesh
Hi, I have installed Koha 2.2.9 on Windows XP. Now, I am trying to login to Koha as admin using the below link http://www.mykoha.org:8080 or http://www.mykoha.org:8080/cgi-bin/koha/mainpage.pl But I am getting the below error message: