From fff12a979cddccf5391dee8ee4d8acd34cd36a19 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 23 Jul 2012 18:51:45 -0400 Subject: [PATCH] ACQ fund summary combined IDL reporter view IDL view which produces summary information for funds for reporting. The resulting "table" looks like a fund w/ four additional fields: allocated_total, spent_total, encumbrance_total, and combined_balance. The view is marked as reporter:core="true" so it will be visible in the main reporter sources. Signed-off-by: Bill Erickson --- Open-ILS/examples/fm_IDL.xml | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 9c0ce4af9c..deea7d219f 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7337,6 +7337,51 @@ SELECT usr, + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.0