You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/04/20 19:56:57 UTC

svn commit: r530867 - /ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Author: sichen
Date: Fri Apr 20 10:56:55 2007
New Revision: 530867

URL: http://svn.apache.org/viewvc?view=rev&rev=530867
Log:
Improvement to AgreementTerm:  min and max quantities to define a range applicable to term.

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=530867&r1=530866&r2=530867
==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Fri Apr 20 10:56:55 2007
@@ -318,6 +318,8 @@
       <field name="thruDate" type="date-time"></field>
       <field name="termValue" type="currency-amount"></field>
       <field name="termDays" type="numeric"></field>
+      <field name="minQuantity" type="floating-point"></field>
+      <field name="maxQuantity" type="floating-point"></field>
       <field name="description" type="description"></field>
       <prim-key field="agreementTermId"/>
       <relation type="one" fk-name="AGRMNT_TERM_TTYP" rel-entity-name="TermType">