From a0e384a033536b23112e635b7cd9f53d4b912b5b Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 21 Dec 2011 11:56:55 -0500 Subject: [PATCH] Release notes: document new reporting views Introduce 'Last Circulation or Creation Date' and 'Hold/Copy Ratio per Bib and Pickup Library' reporting sources. Signed-off-by: Dan Scott Signed-off-by: Bill Erickson --- docs/RELEASE_NOTES_2_2.txt | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/RELEASE_NOTES_2_2.txt b/docs/RELEASE_NOTES_2_2.txt index 61d0a7a676..4045dc8246 100644 --- a/docs/RELEASE_NOTES_2_2.txt +++ b/docs/RELEASE_NOTES_2_2.txt @@ -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. -- 2.11.0