added some links from the user object to the user's accumulated money summary and...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 25 Oct 2009 20:21:46 +0000 (20:21 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 25 Oct 2009 20:21:46 +0000 (20:21 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14593 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/fm_IDL.xml

index c688fbe..ad61875 100644 (file)
@@ -1688,6 +1688,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <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 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                        <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"/>