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

jaz-3
Author: jaz
Date: Thu Jun 14 18:41:39 2007
New Revision: 547480

URL: http://svn.apache.org/viewvc?view=rev&rev=547480
Log:
added new financial account field inGoodStanding

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

Modified: ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml?view=diff&rev=547480&r1=547479&r2=547480
==============================================================================
--- ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Thu Jun 14 18:41:39 2007
@@ -339,6 +339,7 @@
         <field name="fromDate" type="date-time"><description>Describes when account will be valid. If null, valid immediately.</description></field>
         <field name="thruDate" type="date-time"><description>Expiration date of the account. If null, will never expire.</description></field>
         <field name="isFrozen" type="indicator"></field>
+        <field name="inGoodStanding" type="indicator"></field>
         <field name="isRefundable" type="indicator"></field>
         <field name="replenishPaymentId" type="id"></field>
         <field name="replenishLevel" type="currency-amount"></field>