Author: jaz
Date: Thu Jun 14 18:41:39 2007
New Revision: 547480
URL:
http://svn.apache.org/viewvc?view=rev&rev=547480Log:
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>