[open-ils-commits] r14593 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Oct 25 16:21:52 EDT 2009
Author: erickson
Date: 2009-10-25 16:21:46 -0400 (Sun, 25 Oct 2009)
New Revision: 14593
Modified:
trunk/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: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-10-25 19:02:08 UTC (rev 14592)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-10-25 20:21:46 UTC (rev 14593)
@@ -1688,6 +1688,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"/>
<field reporter:label="Fund Allocation Percentages" name="fund_alloc_pcts" oils_persist:virtual="true" reporter:datatype="link"/>
@@ -1711,6 +1713,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