[Bug 10216] New: Request for a more in-depth report
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10216 Bug ID: 10216 Summary: Request for a more in-depth report Classification: Unclassified Change sponsored?: --- Product: Koha Version: 3.10 Hardware: PC OS: Windows Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: gmcharlt@gmail.com Reporter: lisenbee@uiwtx.edu Hello, We need some assistance with a report. We would like to run the following Patron Fines SQL report: SELECT b.surname, b.firstname, b.email, bib.title, i.barcode, a.amountoutstanding, ni.issuedate, ni.date_due, IF ( ni.returndate IS NULL , " ", ni.returndate ) AS returndate FROM accountlines a LEFT JOIN borrowers b ON ( b.borrowernumber = a.borrowernumber ) LEFT JOIN items i ON ( a.itemnumber = i.itemnumber ) LEFT JOIN biblio bib ON ( i.biblionumber = bib.biblionumber ) LEFT JOIN ( SELECT * FROM issues UNION SELECT * FROM old_issues ) ni ON ( ni.itemnumber = i.itemnumber AND ni.borrowernumber = a.borrowernumber ) WHERE a.amountoutstanding > 0 GROUP BY a.description ORDER BY b.surname, b.firstname, ni.timestamp DESC But we need more information. We need there to be two additional fields: year of graduation (i.e., Class of 2016), and ID/Card number. Is this possible? Thank you in advance for your assistance. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10216 Liz Rea <liz@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |liz@catalyst.net.nz Resolution|--- |INVALID --- Comment #1 from Liz Rea <liz@catalyst.net.nz> --- Hi Diana, It would probably be better if you sent this to the Koha Mailing list as a question - you can find out how to subscribe here: http://koha-community.org/support/koha-mailing-lists/ Bugzilla is really a place for defects in Koha, not general support questions. :) I'll look forward to seeing your question on the Koha list! Liz -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10216 --- Comment #2 from Diana <lisenbee@uiwtx.edu> --- Hi Liz, Thank you for pointing me in the right direction! Sorry about that. :) Thank you again! Diana (In reply to comment #1)
Hi Diana,
It would probably be better if you sent this to the Koha Mailing list as a question - you can find out how to subscribe here: http://koha-community.org/support/koha-mailing-lists/
Bugzilla is really a place for defects in Koha, not general support questions. :)
I'll look forward to seeing your question on the Koha list!
Liz
-- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org