Re: [Koha] Problems when setting permissions to patrons

2015-10-11 Thread Katrin Fischer
Hi Igor,

ok, that explains the empty screens - the permissions are defined in the
database and haven't been installed in your system.

One reason how this could happen is that something got unchecked in the
mandatory section during running the web installer. Another might be an
error in the SQL files, but the French web installer should be ok - I think.

What you can do is look for the SQL files in installer/data/mysql/...
and run them manually. But it might also make sense to reset and run the
web installer again to see if it works a second time around and to make
sure nothing else is missing.

Hope this helps,

Katrin

Am 10.10.2015 um 17:32 schrieb Igor Milhit:
> Hi Katrin,
> 
> Thank you for your answer.
> 
> I check the tables: 'permissions' and 'userflags' are there, but they
> are empty, both of them.
> 
> I think I've run the web installer in french.
> 
> Igor
> 
> 
> Le 10. 10. 15 14:23, Katrin Fischer a écrit :
>> Hi Igor,
>>
>> I wonder if the permissions got correctly installed in your installation
>> - could you check if the the database tables permissions and userflags
>> do have entries in your installation?
>>
>> Which language did you run the web installer in?
>>
>> Hope this helps,
>>
>> Katrin
>>
>>
>> Am 09.10.2015 um 16:40 schrieb Igor Milhit:
>>> Hi everyone,
>>>
>>> I’m testing Koha locally, on my laptop running Debian Jessie. I followed
>>> the installations instructions for Debian on the wiki :
>>> http://wiki.koha-community.org/wiki/Debian
>>>
>>> I’m using the stable release which is the 3.20.04.
>>>
>>> After logging in with the database user, I created a library, some item
>>> types, patrons categories, and patrons. First, I created two of them,
>>> both of the staff type. And the I wanted to set permissions to one of
>>> them (superlibrarian).
>>>
>>> But when I’m clicking on the “set permissions” button (or link), I get a
>>> page without permissions to set, but a “save” button :
>>> http://id-libre.org/cloud/index.php/s/MYZyY6IMUkrjUTr (french interface)
>>> http://id-libre.org/cloud/index.php/s/8rutOXX4xArNgH2 (english interface)
>>>
>>> In the |/var/log/koha/[library]/intranet-error.log| I could read errors
>>> like this one : |member-flags.pl: Use of uninitialized value $roadtype
>>> in concatenation (.) or string at
>>> /usr/share/koha/intranet/cgi-bin/members/member-flags.pl line 176|
>>>
>>> Searching Google with this information got me this bug :
>>> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14136 I’ve
>>> tried the patch,but with no result.
>>>
>>> Asking for help through IRC, I’ve been advised to set some authorized
>>> value to the ROADTYPE category. I did, then edited the patrons with this
>>> new value, without succes. Then I tried to create a new user with the
>>> minimal informations, as I’ve been advised though IRC, to log out and
>>> in, and to set the permissions of this new user, but still, an empty
>>> page. Then I tried to delete all my patrons, to log out and in, recreate
>>> a very simple staff one, and to set his permissions… with the same empty
>>> result.
>>>
>>> As suggested through IRC, I checked in About Koha > System Information,
>>> and found no relevant message there.
>>>
>>> Any help is welcome !
>>>
>>> Of course, I’ll give all needed further information…
>>>
>>> Thanks.
>>>
>>> Igor Milhit
>>>
>>> ​
>>>
>>>
>>> ___
>>> Koha mailing list  http://koha-community.org
>>> Koha@lists.katipo.co.nz
>>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>>
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
> 

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Questions regarding Holds

2015-10-11 Thread Kyle Hall
>
>  By other words, if some issue (item)  of the book title is available
> (free), the patron has to go to the checkout desk and to ask this free
> item.
> No remote order is allowed  in this case .  The hold (order) is allowed
> only
> if all items are checked out and patron must wait until some item is
> returned.
>
> There are two preferences influencing the Koha holds function: On shelf
> holds allowed = NO, Item level holds= Don't allow. It is adjustable in
> Administration › Circulation and fine rules for patron category. Now it
> works incorrectly in such manner that holds are enabled if one or more item
> is checked out, but on the shelf remains some free item. It should not to
> be
> enabled, until all items are checked out (no free item).
>

You are correct in that this is how shelf holds work in Koha currently. If
on shelf holds are not allowed, only one item need be checked out to allow
a hold to be placed. You want the inverse where one available item disallow
holds on the record


> This problem was investigated in bug 6837, see http://bugs.koha-community.
> org/bugzilla3/show_bug.cgi?id=6873, the problem
>
>
> was resolved  by Barry Cannon, see Attachment http://bugs.koha-community.
> org/bugzilla3/attachment.cgi?id=23162=diff,
>
>
> but this attachment is without approval (failed QA).
>

You could contact the original author to see if he would update the patch,
or you could hire a Koha developer to do so.


>
> My message is, that this problem is not satisfactory solved until now.
>
>
Koha is always changing. The best way to make Koha work for you is to
advocate for the features you need! If we as a community don't hear that
something doesn't work for your situation, it will never change! I think
this email is a good start!

Kyle
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Questions regarding Holds

2015-10-11 Thread Kyle Hall
>
> Our current set-up:
>
> · We have nine branches (libraries), where all patrons are able to
> place holds on any of the branches. (They are not affiliated with any one
> branch per se, but with Stockholm University Library as a whole.)
>
> · Books can be returned at any library and be sent back to the
> books home library, but we don't send out books between the libraries.
>
> · Item level holds are not available (except for staff)
>
> We would like holds to work as follows:
>
> · Holds should be limited to all items of a specific branch, not
> all items (of several branches) connected to the bibliographic record.
> Holds can only be placed when all items are checked out on a branch.
>

Have you ensured that your circulation rules are set to not allow holds for
items for patrons from other branches? You write that any patron can place
a hold at any library. This seems in conflict with this statement. Can you
expand on the behavior you are trying to accomplish?

>
> · The pick-up location should always be the same as the books home
> library.
>

That is something you can accomplish with some custom Javascript. I can gin
up the javascript and post it here if you'd like.


>
> · A hold placed in one branch should not affect books on other
> branches.
>

Can you describe how this is affecting items at other branches?


>
> An example:
> The book "Narrative analysis" has 5 items, on three branches:
>
> · Library A, 2 items (2 checked out)
>
> · Library B, 2 items (1 checked out)
>
> · Library C, 1 item (not checked out)
>
> Patron A places a hold at Library A. The 2 items connected to that library
> cannot be renewed and the first one returned will fill the placed hold.
> Items at Library B and C are unaffected and can be checked out normally. If
> the checked out item on Library B is returned before any books from Library
> A, it will not fill the placed hold at Library A but instead go back up on
> the shelf at Library B.
>
> Does anyone know if this set-up is possible with Koha today? Is anyone
> doing this, or anything similar? Or is some development needed?
>

It sounds like you need the functionality of this bug perhaps:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10993

Kyle
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] KOHA with PostgreSQL

2015-10-11 Thread Mengu Yazicioglu
I'd like to share that we serve more than 13.200.000 records (adding 
more than 20.000 items
per day) to 1.126 public libraries consoritum with 1.000.000 users 
(adding more than 2.000 new users everyday),


I think it is biggest Koha installation around the world,
We use Mariadb on clustered servers and we are very comfortable with the 
performance.

Of course, our technical staff trace the servers and databased everyday.


--

/Saygılarımla/
/Mengü YAZICIOĞLU/
/MERKEZ
Adres : Mustafa Kemal Mah. Seferoğlu Plaza
2141.Sk No:11/6 ÇANKAYA/ANKARA
Telefon : +90 - 312 - 219 84 30
Cep : +90 - 532 - 701 90 27
e-posta : me...@devinim.com.tr
/


On 09-10-2015 18:31, Jesse wrote:

Unfortunately, Koha will not currently work with PostgreSQL. It's pretty
heavily tied to either MySQL or MariaDB.  We are in the midst of an effort
to convert old code to use a database abstraction layer that would allow
PostgreSQL, but that's not likely to be finished in the near future.

However, there are a number of libraries using Koha at that scale. You will
need a fairly powerful server (or two, with the database on a separate
server), but it's workable.

2015-10-09 2:05 GMT-06:00 Arayik Manukyan :


Hi List,
just wondering, if any experience using KOHA with PostgreSQL database,
and my second inquiry is - any libraries using Koha for the bibliographic
database with ca. 4 million records. Is it stable?
thanks
Araik

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha






___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha