svn commit: r536981 - /ofbiz/trunk/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: r536981 - /ofbiz/trunk/applications/party/entitydef/entitymodel.xml

sichen
Author: sichen
Date: Thu May 10 13:01:50 2007
New Revision: 536981

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

Modified:
    ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?view=diff&rev=536981&r1=536980&r2=536981
==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Thu May 10 13:01:50 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="textValue" type="description"></field>
       <field name="minQuantity" type="floating-point"></field>