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?. Thank you for your help. Pablo
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@katipo.co.nz www.katipo.co.nz
participants (2)
-
Chris Cormack -
Desarrollo Koha