i'm tring and driving into koha. I've solved the card number problem by using the one of the number from koha's demo page. But how can I add an item to catalogue or library collection?
When i want to add a member to koha, it wants me to enter a valid card number and it doesn't accept any number whic i entered anything manualy. I've tried same thing at koha's web side demo. But it give me a present card number and i do not need to enter any. But my koha doesn't give me any number. Of course I've couldn't add any member now. if i've could solve this problem I'll try other features. But now i need some help
Thank you by now.
Zeki Celikbas Librarian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Istanbul Technical University e:mailto:celikbas@itu.edu.tr Faculty of Aero. & Astro. w:http://www2.itu.edu.tr/~celikbas 80626 Maslak Istanbul Turkey t:(212)2853108 f: (212)2853139 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On Fri, 27 Jul 2001, Zeki Celikbas wrote:
i'm tring and driving into koha. I've solved the card number problem by using the one of the number from koha's demo page. But how can I add an item to catalogue or library collection?
You should be able to add items using the "Acquisitions" Module. The membership number uses a complicated algorithm to verify that a given number is valid. I believe this is intended to make it difficult to "forge" a library card. I modified Koha to not require this verification, as I use the Linux uid of my users as their library card number as well. I actually populate the Koha membership database automatically from my Linux accounts database. It might be worthwhile to make that number verification an option and have it disabled by default. How are people supposed to generate valid card numbers? Maybe the new membership routine should generate a new card number when it comes up? Steve.
Actually the algorthim is a standard check-digit routine included with the barcodes that Horowhenua use. This used to be pretty standard to prevent miskeying. I have a spreadsheet somewhere that will calculate them if anyone wants it. Tonnesen Steve wrote:
On Fri, 27 Jul 2001, Zeki Celikbas wrote:
i'm tring and driving into koha. I've solved the card number problem by using the one of the number from koha's demo page. But how can I add an item to catalogue or library collection?
You should be able to add items using the "Acquisitions" Module. The membership number uses a complicated algorithm to verify that a given number is valid. I believe this is intended to make it difficult to "forge" a library card. I modified Koha to not require this verification, as I use the Linux uid of my users as their library card number as well.
I actually populate the Koha membership database automatically from my Linux accounts database.
It might be worthwhile to make that number verification an option and have it disabled by default. How are people supposed to generate valid card numbers? Maybe the new membership routine should generate a new card number when it comes up?
Steve.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Olwen,
Actually the algorthim is a standard check-digit routine included with the barcodes that Horowhenua use. This used to be pretty standard to prevent miskeying. I have a spreadsheet somewhere that will calculate them if anyone wants it.
I'm reorganizing faculty library's collection and user information using koha. I need some information and manuals if possible about koha. Of course I could use this spreadsheet, how can I reach this document? best regards. Zeki Celikbas Librarian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Istanbul Technical University e:mailto:celikbas@itu.edu.tr Faculty of Aero. & Astro. w:http://www2.itu.edu.tr/~celikbas 80626 Maslak Istanbul Turkey t:(212)2853108 f: (212)2853139 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
participants (3)
-
Olwen Williams -
Tonnesen Steve -
Zeki Celikbas