evergreen-reports:item_reports
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
evergreen-reports:item_reports [2010/05/24 16:11] – terlaga | evergreen-reports:item_reports [2011/03/08 21:59] (current) – removed bshum | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ITEM REPORTS ====== | ||
- | |||
- | ===== Item List Reports ===== | ||
- | |||
- | ==== Sample Item Barcode from each Circulation Modifier ==== | ||
- | |||
- | |||
- | |||
- | SELECT aou.shortname, | ||
- | FROM asset.copy ac | ||
- | INNER JOIN actor.org_unit aou ON ac.circ_lib = aou.id | ||
- | WHERE ac.deleted IS FALSE | ||
- | GROUP BY aou.shortname, | ||
- | ORDER BY aou.shortname, | ||
- | |||
- | |||
- | |||
- | ===== Item Statistical Reports ===== | ||
- | |||
- | |||
- | Back to [[evergreen-reports: | ||
- | |||
evergreen-reports/item_reports.1274731868.txt.gz · Last modified: 2022/02/10 13:33 (external edit)