Author: apatel
Date: Mon Jul 20 12:19:38 2009
New Revision: 795793
URL:
http://svn.apache.org/viewvc?rev=795793&view=revLog:
Adding a new field to the GlAccountGroupMember entity: "amontPercentage" - the field can be used to store percentage of the amount posted to the gl account that should be accounted in the group.
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=795793&r1=795792&r2=795793&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Mon Jul 20 12:19:38 2009
@@ -1931,6 +1931,7 @@
<field name="glAccountId" type="id-ne"></field>
<field name="glAccountGroupTypeId" type="id-ne"></field>
<field name="glAccountGroupId" type="id-ne"></field>
+ <field name="amontPercentage" type="fixed-point"></field>
<prim-key field="glAccountId"/>
<prim-key field="glAccountGroupTypeId"/>
<relation type="one" fk-name="GLACT_GPMBR_AC" rel-entity-name="GlAccount">