koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] Some doubts about issuing rules


From: Andrés Tarallo
Subject: Re: [Koha-devel] Some doubts about issuing rules
Date: Tue Feb 8 09:46:16 2005
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

Working on this feature I've noticed that there's a itemnumber field in the reserves table, that is unused. We plan to build this feature using this field.

For doing that I'm modifing the CreateReserve to let it reserve items. This feature will be enabled by adding the itemnumber as an extra parameter.

As always any feedback appreciated.

Andres

Andrés Tarallo wrote:

Paul POULAIN wrote:

[..]

[..]

We want to enforce this rule but we don't find a clear way of doing this, without modifing some CGI and maybe the database estructure.

Any comments will be appreciatted



You can't find a clear way of doing this because there is no way to doing this (no way at all in fact !)

The only thing you can do with a specific item is setting "notforloan" for a given item.
Otherwise, all items of the same biblio have the same issuing rules.

Thanks Paul for your coments. As I've wrote in a previous mail we've noticed the items.restricted field. This field seems to us that isn't beeing used for doing nothing.

So we are thinking about modifing the reserves CGI in the OPAC and the borrows so they take into account the restricted field and could enforce a rule such as we're proposing. We plan to contribute back this feature to the main development.

Andres





reply via email to

[Prev in Thread] Current Thread [Next in Thread]