Release notes: document new reporting views
authorDan Scott <dscott@laurentian.ca>
Wed, 21 Dec 2011 16:56:55 +0000 (11:56 -0500)
committerBill Erickson <berick@esilibrary.com>
Fri, 20 Jan 2012 18:55:00 +0000 (13:55 -0500)
Introduce 'Last Circulation or Creation Date' and 'Hold/Copy Ratio per Bib
and Pickup Library' reporting sources.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
docs/RELEASE_NOTES_2_2.txt

index 61d0a7a..4045dc8 100644 (file)
@@ -46,8 +46,22 @@ Prevent bibliographic records from having attached copies
 To enable libraries to designate specific sets of records as only for use
 as electronic resources, it is possible to configure a bibliographic source
 such that physical copies or MFHD records may not be attached to records
-from that source. The 'config.bib_source' table now includes a new Boolean
-column, 'can_have_copies', that controls this behavior. If 'can_have_copies'
-for a given bibliographic source is 'TRUE', then the staff client will prevent
+from that source. The `config.bib_source` table now includes a new Boolean
+column, `can_have_copies`, that controls this behavior. If `can_have_copies`
+for a given bibliographic source is `TRUE`, then the staff client will prevent
 a cataloger from adding volumes or MFHD records to records belonging to that
 source.
+
+Reports
+~~~~~~~
+
+New views for reporting sources
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+To support the creation of collection development reports, the following
+reporting sources have been added:
+
+  * 'Last Circulation or Creation Date' is a source that offers the copy ID,
+    the last circulation date or creation date, and the last circulation date
+  * 'Hold/Copy Ratio per Bib and Pickup Library' is a source that calculates
+    the number of holds per copy per bibliographic record, with granularity
+    by pickup library.