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

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Tue Apr 18 23:37:30 CDT 2006


Author: jacopo
Date: 2006-04-18 23:37:20 -0500 (Tue, 18 Apr 2006)
New Revision: 7333

Modified:
   trunk/applications/product/data/ProductTypeData.xml
Log:
Removed the word 'standard' from the descriptions of the parent cost component types to avoid confusion.

Modified: trunk/applications/product/data/ProductTypeData.xml
===================================================================
--- trunk/applications/product/data/ProductTypeData.xml	2006-04-19 03:41:46 UTC (rev 7332)
+++ trunk/applications/product/data/ProductTypeData.xml	2006-04-19 04:37:20 UTC (rev 7333)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <entity-engine-xml>
-    <CostComponentType costComponentTypeId="MAT_COST" description="Standard Materials Cost" hasTable="N" parentTypeId=""/>
-    <CostComponentType costComponentTypeId="ROUTE_COST" description="Standard Route (fixed asset usage) Cost" hasTable="N" parentTypeId=""/>
-    <CostComponentType costComponentTypeId="LABOR_COST" description="Standard Labor Cost" hasTable="N" parentTypeId=""/>
-    <CostComponentType costComponentTypeId="OTHER_COST" description="Standard Other Cost" hasTable="N" parentTypeId=""/>
+    <CostComponentType costComponentTypeId="MAT_COST" description="Materials Cost" hasTable="N" parentTypeId=""/>
+    <CostComponentType costComponentTypeId="ROUTE_COST" description="Route (fixed asset usage) Cost" hasTable="N" parentTypeId=""/>
+    <CostComponentType costComponentTypeId="LABOR_COST" description="Labor Cost" hasTable="N" parentTypeId=""/>
+    <CostComponentType costComponentTypeId="OTHER_COST" description="Other Cost" hasTable="N" parentTypeId=""/>
     <CostComponentType costComponentTypeId="EST_STD_MAT_COST" description="Estimated Standard Materials Cost" hasTable="N" parentTypeId="MAT_COST"/>
     <CostComponentType costComponentTypeId="EST_STD_ROUTE_COST" description="Estimated Standard Route (fixed asset usage) Cost" hasTable="N" parentTypeId="ROUTE_COST"/>
     <CostComponentType costComponentTypeId="EST_STD_LABOR_COST" description="Estimated Standard Labor Cost" hasTable="N" parentTypeId="LABOR_COST"/>



More information about the Svn mailing list