koha-devel
[Top][All Lists]
Advanced

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

Re: [Koha-devel] Issuing date


From: Chris Cormack
Subject: Re: [Koha-devel] Issuing date
Date: Sun Jun 13 14:04:02 2004
User-agent: Mutt/1.5.6i

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
address@hidden                                          www.katipo.co.nz



reply via email to

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