Re: [Koha-devel] RFC: plan to reorganize cronjobs for overdues, notices, and fines

2008-06-12 Thread henridamien.laurent
Andrew Moore a écrit : > Hi Koha Developers - > > After a brief audit of some of the code in misc/cronjobs it looks to > me that the cronjobs that handle things like overdues, notices, and > fines could use some work. There's a lot of overlapping functionality > in the scripts in that directory, an

[Koha-devel] Subscriptions bugs

2008-06-12 Thread henridamien.laurent
Hi, I am comitting myself to fix the many bugs that we encounter at the moment with subscription management : - duplicating a subscription is not really handy. - Editing a subscription requires you to reedit irregularities, otherwise, they are "forgotten" or you cannot even save the subscription. -

[Koha-devel] Some thoughts about bulkediting Biblios testing merge_authority.pl .

2008-08-09 Thread henridamien.laurent
Hi I tested yesterday some authorities modification on the fly. I see two bottlenecks : a) commits in the database are done on each record processed. they should be delayed until all the records are processed. At the moment there is no way using ModBiblio to take control over commits in the datab