[open-ils-commits] r14595 - branches/rel_1_6_0/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Oct 25 16:22:32 EDT 2009


Author: erickson
Date: 2009-10-25 16:22:27 -0400 (Sun, 25 Oct 2009)
New Revision: 14595

Modified:
   branches/rel_1_6_0/Open-ILS/examples/fm_IDL.xml
Log:
added some links from the user object to the user's accumulated money summary and open billable transactions summaries

Modified: branches/rel_1_6_0/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_1_6_0/Open-ILS/examples/fm_IDL.xml	2009-10-25 20:22:15 UTC (rev 14594)
+++ branches/rel_1_6_0/Open-ILS/examples/fm_IDL.xml	2009-10-25 20:22:27 UTC (rev 14595)
@@ -1644,6 +1644,8 @@
 			<field reporter:label="User Notes" name="notes" oils_persist:virtual="true" reporter:datatype="link"/>
 			<field reporter:label="Demographic Info" name="demographic" oils_persist:virtual="true" reporter:datatype="link"/>
 			<field reporter:label="Billable Transactions" name="billable_transactions" oils_persist:virtual="true" reporter:datatype="link"/>
+			<field reporter:label="Money Summary" name="money_summary" oils_persist:virtual="true" reporter:datatype="link"/>
+			<field reporter:label="Open Billable Transactions" name="open_billable_transactions_summary" oils_persist:virtual="true" reporter:datatype="link"/>
 			<field reporter:label="Checkins" name="checkins" oils_persist:virtual="true" reporter:datatype="link"/>
 			<field reporter:label="Circulations Performed as Staff" name="performed_circulations" oils_persist:virtual="true" reporter:datatype="link"/>
 		</fields>
@@ -1666,6 +1668,8 @@
 			<link field="permissions" reltype="has_many" key="usr" map="perm" class="pupm"/>
 			<link field="settings" reltype="has_many" key="usr" map="" class="aus"/>
 			<link reporter:label="Billable Transactions" field="billable_transactions" reltype="has_many" key="usr" map="" class="mbt"/>
+			<link field="open_billable_transactions_summary" reltype="has_many" key="usr" map="" class="mobts"/>
+			<link field="money_summary" reltype="might_have" key="usr" map="" class="mus"/>
 			<link field="standing_penalties" reltype="has_many" key="usr" map="" class="ausp"/>
 			<link field="addresses" reltype="has_many" key="usr" map="" class="aua"/>
 			<link field="survey_responses" reltype="has_many" key="usr" map="" class="asvr"/>



More information about the open-ils-commits mailing list