[Koha] missing itemnumber in old_issues

2013-04-16 Thread schnydszch
Good day koha users and developers! I have koha 3.10.4 installed in Debian Squeeze, the deb package one. Yesterday my boss requested me to have reports on all of our circulation records (current transaction where books were not yet returned and old transaction records) so the tables for this report

Re: [Koha] 505 mtg: formatted contents notes

2013-04-16 Thread Elaine Bradtke
I would suggest that it's simpler to group 505 fields by disc - so the contents of Vol. 1, disc 1 in the first 505, Vol. 1, disc 2 in the second 505, etc. For really large multi-volume sets, where the discs have individual titles, you might consider cataloguing each disc individually. The level of

Re: [Koha] Weird textboxes in koha 3.10.4

2013-04-16 Thread Doug Dearden
Paul, We are running 3.10.0, you can see it at http://library.sarsf.org . Also, for a linux distro that will run on a Pentium box with 256k RAM check out puppy linux at puppylinux.org. I haven't used this lately but several years back experimented with it when I was looking for a distro that r

Re: [Koha] [Koha-devel] 403 Forbidden After dev installation !

2013-04-16 Thread Karam Qubsi
I'm not sure if this apatche result is related with the problem sudo /etc/init.d/apache2 restart * Restarting web server apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... wai

Re: [Koha] [Koha-devel] 403 Forbidden After dev installation !

2013-04-16 Thread Karam Qubsi
Thanks Bernardo :) I do this : chmod 755 /home/karam # ls -l total 52 drwxr-xr-x 2 karam karam 4096 Apr 15 02:09 Desktop drwxr-xr-x 2 karam karam 4096 Apr 15 02:09 Documents drwxr-xr-x 2 karam karam 4096 Apr 15 02:09 Downloads -rw-r--r-- 1 karam karam 8445 Apr 15 02:04 examples.desktop drwxrwx---

Re: [Koha] Problem with patrons import

2013-04-16 Thread Fischer, Katrin
Hi Sonia, the import complained about ### and also the lines you copied into the file had those ###, so I assumed it was what is in the file. Sorry, I missed the text at the end of your mail. CSV should be comma separated by name, but often you can pick the separator in the software on export.

Re: [Koha] Problem with patrons import

2013-04-16 Thread Sonia P .
Dear Katrin Thanks for your quick reply. When I open my cvs file, it's opened as a spreadsheet in a Excel-like software. I guess if you open it with notepad, you would see comas. I didn't, I trusted my software when it saved the file as a csv file. (I can't double-check now, my file is on an

Re: [Koha] [Koha-devel] 403 Forbidden After dev installation !

2013-04-16 Thread Bernardo Gonzalez Kriegel
Hi Karam, > Forbidden > > You don't have permission to access / on this server. > > Additionally, a 403 Forbidden error was encountered while trying to use an > ErrorDocument to handle the request. > -- > Apache/2.2.22 (Ubuntu) Server at 127.0.1.1 Port 8080 > this indic

[Koha] 403 Forbidden After dev installation !

2013-04-16 Thread Karam Qubsi
Hi All I installed koha ( master ) using git installation instructions here : http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_git and this is not the first time I do this ,I installed it before , but at this time there is something wrong after all the instructions and when I arrived to the w

Re: [Koha] Koha Digest, Vol 90, Issue 19

2013-04-16 Thread amutsikiwa
Hi In my case the MARC field 942$c (Koha [default]) is populated. It only happens with newly added records. Uploaded items are searchable. Thanks for the information Regards, Admire -Original Message- From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] On Beh

Re: [Koha] Problem with patrons import

2013-04-16 Thread Fischer, Katrin
Hi Sonia, the header row should be one line only and the fields separated with commas. From the patron import tool page you can download an example. The link is in the help text on the right. So something like: borrowernumber, cardnumber, surname, firstname ... 1, 123456, 'Fischer', 'Katrin' ..