svn commit: r536980 - /ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r536980 - /ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

sichen
Author: sichen
Date: Thu May 10 13:01:30 2007
New Revision: 536980

URL: http://svn.apache.org/viewvc?view=rev&rev=536980
Log:
Changed AgreementItem.agreementText to text type (very-long) and AgreementTerm.termValue to currency-precise to match pricing

Modified:
    ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

Modified: ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml?view=diff&rev=536980&r1=536979&r2=536980
==============================================================================
--- ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml Thu May 10 13:01:30 2007
@@ -156,7 +156,7 @@
       <field name="agreementItemSeqId" type="id-ne"></field>
       <field name="agreementItemTypeId" type="id"></field>
       <field name="currencyUomId" type="id"></field>
-      <field name="agreementText" type="long-varchar"></field>
+      <field name="agreementText" type="very-long"></field>
       <field name="agreementImage" type="blob"></field>
       <prim-key field="agreementId"/>
       <prim-key field="agreementItemSeqId"/>
@@ -316,7 +316,7 @@
       <field name="invoiceItemTypeId" type="id"></field>
       <field name="fromDate" type="date-time"></field>
       <field name="thruDate" type="date-time"></field>
-      <field name="termValue" type="currency-amount"></field>
+      <field name="termValue" type="currency-precise"></field>
       <field name="termDays" type="numeric"></field>
       <field name="minQuantity" type="floating-point"></field>
       <field name="maxQuantity" type="floating-point"></field>