From d9319181add386e76956925021d82ca7c8ac7510 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 | 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 a6033480e4..d00d658bb5 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7364,7 +7364,51 @@ SELECT usr, - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.0