[Koha-devel] Issuing date

Chris Cormack chris at katipo.co.nz
Sun Jun 13 14:04:02 CEST 2004


On Sun, Jun 13, 2004 at 08:20:25PM +0200, Desarrollo Koha said:
> Hello:
> I am trying to locate the issuing date for an item, but it seems that 
> koha does not manage it, as koha works with the return date and the 
> estimated return date (due_date).
> Is it right or I'm confussed?.
> 
Hi Pablo,

You can find the issuing date in the statistics table. You are right, in the
issues table, it just has the due_date and the return date. But if you look
in statistics eg
select * from statistics where type='issue' limit 5;

The datetime column there has the time the item was issued.

Hope this helps

Chris


-- 
Chris Cormack                                                     Programmer
027 4500 789                                       Katipo Communications Ltd
chris at katipo.co.nz                                          www.katipo.co.nz




More information about the Koha-devel mailing list