You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2008/03/20 22:43:28 UTC

svn commit: r639473 - /ofbiz/trunk/framework/entityext/data/EntityDiagramGroupData.xml

Author: jonesde
Date: Thu Mar 20 14:43:26 2008
New Revision: 639473

URL: http://svn.apache.org/viewvc?rev=639473&view=rev
Log:
Added entity set for fixed asset, was missed originally

Modified:
    ofbiz/trunk/framework/entityext/data/EntityDiagramGroupData.xml

Modified: ofbiz/trunk/framework/entityext/data/EntityDiagramGroupData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entityext/data/EntityDiagramGroupData.xml?rev=639473&r1=639472&r2=639473&view=diff
==============================================================================
--- ofbiz/trunk/framework/entityext/data/EntityDiagramGroupData.xml (original)
+++ ofbiz/trunk/framework/entityext/data/EntityDiagramGroupData.xml Thu Mar 20 14:43:26 2008
@@ -217,6 +217,13 @@
     <EntityGroup entityGroupId="6550" entityGroupName="Detail Accounting: Tax"/>
     <EntityGroupEntry entityGroupId="6550" entityOrPackage="org.ofbiz.accounting.tax" applEnumId="ESIA_INCLUDE"/>
     <EntityGroupEntry entityGroupId="6550" entityOrPackage="OrderAdjustment" applEnumId="ESIA_INCLUDE"/>
+    <EntityGroup entityGroupId="6560" entityGroupName="Detail Accounting: Fixed Asset"/>
+    <EntityGroupEntry entityGroupId="6560" entityOrPackage="org.ofbiz.accounting.fixedasset" applEnumId="ESIA_INCLUDE"/>
+    <EntityGroupEntry entityGroupId="6560" entityOrPackage="Product" applEnumId="ESIA_INCLUDE"/>
+    <EntityGroupEntry entityGroupId="6560" entityOrPackage="ProductMaintType" applEnumId="ESIA_INCLUDE"/>
+    <EntityGroupEntry entityGroupId="6560" entityOrPackage="ProductMaint" applEnumId="ESIA_INCLUDE"/>
+    <EntityGroupEntry entityGroupId="6560" entityOrPackage="ProductMeterType" applEnumId="ESIA_INCLUDE"/>
+    <EntityGroupEntry entityGroupId="6560" entityOrPackage="ProductMeter" applEnumId="ESIA_INCLUDE"/>
     
     <EntityGroup entityGroupId="6600" entityGroupName="Detail Work Effort"/>
     <EntityGroupEntry entityGroupId="6600" entityOrPackage="org.ofbiz.workeffort.timesheet" applEnumId="ESIA_INCLUDE"/>