koha-bugs
[Top][All Lists]
Advanced

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

[Koha-bugs] [Bug 637] issuingbranch is NULL in issues and statistics


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 637] issuingbranch is NULL in issues and statistics
Date: 27 Oct 2003 20:00:02 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=637

address@hidden changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal



------- Additional Comments From address@hidden  2003-10-28 09:00 -------
Yep, these are good points.
You can find all the information out by doing joins with the issues, and items
and biblioitems tables. But that involves high overhead for a big library.

So it would be better to store the information in the stats table.

All apart from branch for renewals, that one is a little tricky because its not
nessecarily renewed at a branch.
Ie if the borrower renews it, or if its renwed by a librarian on the
moremember.pl screen. In both these places a branch value isnt set.
We could store the branch if its renewed using circulation.pl though.

I think that as we have all the information stored in the database just would be
more efficient to store it in the statistics table also, ill downgrade this to
normal



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



reply via email to

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