[OFBiz] SVN: r7308 - trunk/applications/product/data

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Sun Apr 16 01:04:06 CDT 2006


Author: jacopo
Date: 2006-04-16 01:03:59 -0500 (Sun, 16 Apr 2006)
New Revision: 7308

Modified:
   trunk/applications/product/data/ProductTypeData.xml
Log:
Added seed data with new cost component types for actual costs.

Modified: trunk/applications/product/data/ProductTypeData.xml
===================================================================
--- trunk/applications/product/data/ProductTypeData.xml	2006-04-16 04:50:22 UTC (rev 7307)
+++ trunk/applications/product/data/ProductTypeData.xml	2006-04-16 06:03:59 UTC (rev 7308)
@@ -4,6 +4,10 @@
     <CostComponentType costComponentTypeId="EST_STD_ROUTE_COST" description="Estimated Standard Route (fixed asset usage) Cost" hasTable="N" parentTypeId=""/>
     <CostComponentType costComponentTypeId="EST_STD_LABOR_COST" description="Estimated Standard Labor Cost" hasTable="N" parentTypeId=""/>
     <CostComponentType costComponentTypeId="EST_STD_OTHER_COST" description="Estimated Standard Other Cost" hasTable="N" parentTypeId=""/>
+    <CostComponentType costComponentTypeId="ACTUAL_MAT_COST" description="Actual Materials Cost" hasTable="N" parentTypeId=""/>
+    <CostComponentType costComponentTypeId="ACTUAL_ROUTE_COST" description="Actual Route (fixed asset usage) Cost" hasTable="N" parentTypeId=""/>
+    <CostComponentType costComponentTypeId="ACTUAL_LABOR_COST" description="Actual Labor Cost" hasTable="N" parentTypeId=""/>
+    <CostComponentType costComponentTypeId="ACTUAL_OTHER_COST" description="Actual Other Cost" hasTable="N" parentTypeId=""/>
 
     <EnumerationType description="Product Price Parent Enum Type" enumTypeId="PROD_PRICE" hasTable="N" parentTypeId=""/>
     <EnumerationType description="Product Price Input Parameter" enumTypeId="PROD_PRICE_IN_PARAM" hasTable="N" parentTypeId="PROD_PRICE"/>



More information about the Svn mailing list