28 Jul
2010
28 Jul
'10
9:54 p.m.
On 29 July 2010 08:44, Alex Jurgensen <asquared21@gmail.com> wrote:
Hi All,
I am a new developer.
I have a web application that requires to be able to query Koha for a list of books that are checked out to a particular user,.
Is this exposed via an interface, or is reading it dirrectly from the database my best bet?
If reading the data that I need dirrectly from the database is the best solution, is there documentation that describes the layout of the databases?
Any help is greatly appreciated.
Hi Alex Look at the ilsdi.pl script in the opac http://yourwebserver/cgi-bin/koha/opac/ilsdi.pl That screen will give you some instructions how to use it. Chris