From 9d244f277c227c41d70e6dbb1f8de5d5930e601c Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 27 Dec 2005 19:09:40 +0000 Subject: [PATCH] adding "cirulation" and "call number" fact tables git-svn-id: svn://svn.open-ils.org/ILS/trunk@2535 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/reporter/tables.example.xml | 352 ++++++++++++++++++++++- 1 file changed, 350 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/reporter/tables.example.xml b/Open-ILS/src/reporter/tables.example.xml index 1877895d68..5043a5f87e 100644 --- a/Open-ILS/src/reporter/tables.example.xml +++ b/Open-ILS/src/reporter/tables.example.xml @@ -1,8 +1,210 @@ + + + Base table for creating circulation reports + stats.fleshed_circulation + + + + + Circulation ID + + + + ID of the Circulating Library + + + + ID of the Checkin Library + + + + ID of the Owning Library + + + + Date of the copy's cataloging + + + + Date and Hour of the circulation start + + + + Day the circulation is due + + + + Day and Hour the circulation is due + + + + Timestamp of the circulation due date + + + + Timestamp of the circulation start + + + + Timestamp of the circulation end + + + + Date of the circulation end + + + + Date and Hour of the circulation end + + + + MARC Item Language + + + + MARC Item Form of Material + + + + MARC Item Type + + + + Copy Call Number Label + + + + + + + + + + + + + + + + + + +
+ - + Base table for creating snapshot reports on copy informationstats.fleshed_copy @@ -162,6 +364,148 @@
+ + + + Base table for creating snapshot reports on call number/volume information + stats.fleshed_call_number + + + + + Call Number ID + + + + ID of the Owning Library + + + + Date of the call number's cataloging + + + + Date and Hour of the call number's cataloging + + + + Timestamp of the call number's cataloging + + + + Timestamp of the call number's last edit + + + + Date of the call number's last edit + + + + Date and Hour of the call number's last edit + + + + MARC Item Language + + + + MARC Item Form of Material + + + + MARC Item Type + + + + Call Number Label + + + + + + + + + + + + + + +
@@ -301,6 +645,8 @@
+ + --> +
-- 2.43.2