[open-ils-commits] r15014 - trunk/Open-ILS/examples (scottmk)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 23 15:37:13 EST 2009
Author: scottmk
Date: 2009-11-23 15:37:08 -0500 (Mon, 23 Nov 2009)
New Revision: 15014
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
Changing some datatypes to link, to reflect the presence
of corresponding linkages in the <links> aggregate, for
classes "rud", "rcirct", "rhrr", "rxbt", "rxpt", and "ergbhu".
M Open-ILS/examples/fm_IDL.xml
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-11-23 20:18:09 UTC (rev 15013)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-11-23 20:37:08 UTC (rev 15014)
@@ -5036,7 +5036,7 @@
</class>
<class id="rud" controller="open-ils.reporter-store open-ils.cstore" oils_obj:fieldmapper="reporter::user_demographic" oils_persist:tablename="reporter.demographic" reporter:label="User Demographics">
<fields oils_persist:primary="id">
- <field reporter:label="User ID" name="id" reporter:datatype="id" />
+ <field reporter:label="User ID" name="id" reporter:datatype="link" />
<field reporter:label="Date of Birth" name="dob" reporter:datatype="timestamp"/>
<field reporter:label="General Demographic Division" name="general_division" reporter:datatype="text"/>
</fields>
@@ -5046,7 +5046,7 @@
</class>
<class id="rcirct" controller="open-ils.reporter-store open-ils.cstore" oils_obj:fieldmapper="reporter::circulation_type" oils_persist:tablename="reporter.circ_type" reporter:label="Circulation Type">
<fields oils_persist:primary="id">
- <field reporter:label="Circulation ID" name="id" reporter:datatype="id" />
+ <field reporter:label="Circulation ID" name="id" reporter:datatype="link" />
<field reporter:label="Circulation Type" name="type" reporter:datatype="text"/>
</fields>
<links>
@@ -5055,7 +5055,7 @@
</class>
<class id="rhrr" controller="open-ils.reporter-store open-ils.cstore" oils_obj:fieldmapper="reporter::hold_request_record" oils_persist:tablename="reporter.hold_request_record" reporter:label="Hold Request Record">
<fields oils_persist:primary="id">
- <field reporter:label="Hold ID" name="id" reporter:datatype="id" />
+ <field reporter:label="Hold ID" name="id" reporter:datatype="link" />
<field reporter:label="Hold Target" name="target" reporter:datatype="int" />
<field reporter:label="Hold Request Type" name="hold_type" reporter:datatype="text"/>
<field reporter:label="Target Bib Record" name="bib_record" reporter:datatype="link"/>
@@ -5067,7 +5067,7 @@
</class>
<class id="rxbt" controller="open-ils.reporter-store" oils_obj:fieldmapper="reporter::xact_billing_totals" oils_persist:tablename="reporter.xact_billing_totals" reporter:label="Transaction Billing Totals">
<fields oils_persist:primary="xact">
- <field reporter:label="Transaction ID" name="xact" reporter:datatype="int" />
+ <field reporter:label="Transaction ID" name="xact" reporter:datatype="link" />
<field reporter:label="Unvoided Billing Amount" name="unvoided" reporter:datatype="int" />
<field reporter:label="Voided Billing Amount" name="voided" reporter:datatype="money"/>
<field reporter:label="Total Billing Amount" name="total" reporter:datatype="money"/>
@@ -5078,7 +5078,7 @@
</class>
<class id="rxpt" controller="open-ils.reporter-store" oils_obj:fieldmapper="reporter::xact_paid_totals" oils_persist:tablename="reporter.xact_paid_totals" reporter:label="Transaction Paid Totals">
<fields oils_persist:primary="xact">
- <field reporter:label="Transaction ID" name="xact" reporter:datatype="int" />
+ <field reporter:label="Transaction ID" name="xact" reporter:datatype="link" />
<field reporter:label="Unvoided Paid Amount" name="unvoided" reporter:datatype="int" />
<field reporter:label="Voided (Returned) Paid Amount" name="voided" reporter:datatype="money"/>
<field reporter:label="Total Paid Amount" name="total" reporter:datatype="money"/>
@@ -5089,7 +5089,7 @@
</class>
<class id="ergbhu" controller="open-ils.reporter-store" oils_obj:fieldmapper="extend_reporter::global_bibs_by_holding_update" oils_persist:tablename="extend_reporter.global_bibs_by_holding_update" reporter:label="Bib IDs by Holding Add/Delete Time (OCLC batch update)">
<fields oils_persist:primary="id">
- <field reporter:label="Bib ID" name="id" reporter:datatype="id" />
+ <field reporter:label="Bib ID" name="id" reporter:datatype="link" />
<field reporter:label="Update Time" name="holding_update" reporter:datatype="timestamp" />
<field reporter:label="Update Type" name="update_type" reporter:datatype="text" />
</fields>
More information about the open-ils-commits
mailing list