User Tools

Site Tools


evergreen-reports:borrower_list_reports

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
evergreen-reports:borrower_list_reports [2010/05/20 10:54] terlagaevergreen-reports:borrower_list_reports [2011/03/08 22:10] (current) – removed bshum
Line 1: Line 1:
-====== 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 [[evergreen-reports:borrower_reports|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.