[Koha] Fine on Hourly bases

2012-10-18 Thread Akin Adigun (Akinomatics)
Hello everyone, How can i set koha fine to be charging based on time and date instead of date alone for one of the item type in the library. I am using Koha 3.04 installed on Ubuntu 10.0 thanks ___ Koha mailing list http://koha-community.org Koha@li

Re: [Koha] Fine on Hourly bases

2012-10-18 Thread Chris Cormack
On 18 October 2012 20:02, Akin Adigun (Akinomatics) wrote: > Hello everyone, > > How can i set koha fine to be charging based on time and date instead of date > alone for one of the item type in the library. I am using Koha 3.04 installed > on Ubuntu 10.0 > You can't in version 3.4.x, hourly loa

[Koha] Restriction on renewal on account expiration.

2012-10-18 Thread Akin Adigun (Akinomatics)
Hello everyone, How can i set koha to disable the patrons with expired account from renewing any library material in such an account, I noticed that this is making the fine.pl to double charge on such materials when they are renewed when the patrons account has expired. thanks

Re: [Koha] 3.8 manual as a single PDF?

2012-10-18 Thread Nicole Engard
Awesome! I'm going to add a link to this to the official page. Thanks so much for this!! Nicole On Wed, Oct 17, 2012 at 5:09 PM, Bernardo Gonzalez Kriegel wrote: > On Wed, Oct 17, 2012 at 8:00 AM, Karam Qubsi wrote: > >> Hi >> I think you can download (unofficial ) pdf from the manual translati

Re: [Koha] How to change fine calculation time in Koha installation on Ubuntu packages

2012-10-18 Thread David Nind
> > I would like to change default fine calculation time. > How can change it? > I would start with the manual at *3.5. Circulation and Fine Rules*: http://manual.koha-community.org/3.8/en/patscirc.html#circfinerules Nicole at ByWater Solutions has also made some video tutorials about circulation

Re: [Koha] Report: List of books between range of accession numbers

2012-10-18 Thread Ata ur Rehman
Dear Vimal / All Please check the SQL below for your required output. SELECT CONCAT('',biblio.biblionumber,'') AS biblionumbers, items.barcode,items.dateaccessioned,items.itemcallnumber,biblioitems.isbn,biblio.author,biblio.title,biblioitems.pages,biblioitems.publishercode,biblioitems.place,bib

Re: [Koha] Path to upgrade from 3.2 installed with deb packages to 3.8

2012-10-18 Thread MJ Ray
Robin wrote: > In general, you should get the instance set up, load in the data dump, > run koha-upgrade-to-3.4, then run koha-upgrade-schema (or do it through > the web interface.) Is there an advantage in doing it that way, rather than editing the package configuration file to load the data dump

[Koha] Restriction on renewal of items on expiration of patrons account

2012-10-18 Thread Akin Adigun (Akinomatics)
Hello everyone, How can i set koha to disable the patrons with expired account from renewing any library material in such an account, I noticed that is making the fine.pl to double charge on items. I am using koha 3.04? installed on ubuntu 10.0 thanks ___

[Koha] definition of "default" patron privacy

2012-10-18 Thread Steve Campbell
Folks, In Koha 3.8 a patron has a "my privacy" tab. On that page the patron can set their reading list privacy policy to one of three values. One possible value is "Default." The explanation says "the library will keep your reading history for the duration permitted by local laws." Where is th

Re: [Koha] definition of "default" patron privacy

2012-10-18 Thread MJ Ray
Steve Campbell > In Koha 3.8 a patron has a "my privacy" tab. On that page the patron can set > their reading list privacy policy to one of three values. One possible value > is "Default." The explanation says "the library will keep your reading > history for the duration permitted by local law

Re: [Koha] Path to upgrade from 3.2 installed with deb packages to 3.8

2012-10-18 Thread Robin Sheat
MJ Ray schreef op do 18-10-2012 om 10:17 [+0100]: > Is there an advantage in doing it that way, rather than editing the > package configuration file to load the data dump as the instance is > set up, then commenting the data dump line out again? Both should work just fine. There is the issue (or f