User Tools

Site Tools


evergreen-reports:borrower_list_reports

This is an old revision of the document!


Borrower List Reports

Borrowers with Email Addresses by Home Library

Submission Notes: This report was created and submitted on 5/20/10 by Amy Terlaga of Bibliomation, Inc. (with assistance from Benjamin Shum)

Version: Evergreen v.1.6.0.2 Data Sources Used: Running Tips/Guidelines: This report is designed to those patrons from a specific library with email addresses in their patron record.

To run this report, change the 'ORG' to the shortname of the home library in question.


SELECT actor.card.barcode, actor.usr.first_given_name, actor.usr.family_name, actor.usr.email, actor.org_unit.name

FROM actor.usr, actor.org_unit, actor.card
WHERE actor.usr.home_ou = actor.org_unit.id
AND actor.card.id = actor.usr.card
AND actor.org_unit.shortname = **'ORG'**
AND ((actor.usr.email != '') 
AND (actor.usr.email IS NOT NULL))

ORDER BY family_name;


Back to Borrower Reports page

evergreen-reports/borrower_list_reports.1274367273.txt.gz · Last modified: 2022/02/10 13:33 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.