From ea3a318233a63168882f93945add1cdd8a18ff61 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 Signed-off-by: Mike Rylander --- Open-ILS/examples/fm_IDL.xml | 46 +++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 780751fc6e..a3cda7c0b7 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7361,7 +7361,51 @@ SELECT usr, - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.43.2