[open-ils-commits] r12911 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Apr 19 20:43:52 EDT 2009


Author: erickson
Date: 2009-04-19 20:43:50 -0400 (Sun, 19 Apr 2009)
New Revision: 12911

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added virtual fields for total encumbered and total spent for a PO

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-04-19 23:36:28 UTC (rev 12910)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-04-20 00:43:50 UTC (rev 12911)
@@ -4684,6 +4684,8 @@
 			<field reporter:label="Editor" name="editor" oils_obj:array_position="11" oils_persist:virtual="false" reporter:datatype="link" />
 			<field reporter:label="Line Items" name="lineitems" oils_obj:array_position="12" oils_persist:virtual="true" reporter:datatype="link" />
 			<field reporter:label="Line Item Count" name="lineitem_count" oils_obj:array_position="13" oils_persist:virtual="true" reporter:datatype="link" />
+			<field reporter:label="Amount Encumbered" name="amount_encumbered" oils_obj:array_position="14" oils_persist:virtual="true" reporter:datatype="float" />
+			<field reporter:label="Amount Spent" name="amount_spent" oils_obj:array_position="15" oils_persist:virtual="true" reporter:datatype="float" />
 		</fields>
 		<links>
 			<link field="owner" reltype="has_a" key="id" map="" class="au"/>



More information about the open-ils-commits mailing list