You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2010/04/28 12:03:25 UTC

svn commit: r938845 - /ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml

Author: jacopoc
Date: Wed Apr 28 10:03:24 2010
New Revision: 938845

URL: http://svn.apache.org/viewvc?rev=938845&view=rev
Log:
Added externalId field to GlAccount entity in order to store the id of the account in an external system where the accounts are imported/exported.


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?rev=938845&r1=938844&r2=938845&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Wed Apr 28 10:03:24 2010
@@ -1954,6 +1954,7 @@ under the License.
       <field name="accountName" type="name"></field>
       <field name="description" type="description"></field>
       <field name="productId" type="id"></field>
+      <field name="externalId" type="id"><description>id of the account in an external system where the accounts are imported/exported</description></field>
       <field name="postedBalance" type="currency-amount"></field>
       <prim-key field="glAccountId"/>
       <relation type="one" fk-name="GLACCT_TYPE" rel-entity-name="GlAccountType">