You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Marcelo Hamra <ma...@hotmail.com> on 2006/09/23 14:43:42 UTC

console.log Cost fields not found

hi,
running BOMSimulation, I found the following lines on the console.log.

----------
file:/C:/ofbiz/applications/product/script/org/ofbiz/product/cost/CostServices.xml
2006-09-21 23:17:25,375 (http-0.0.0.0-8443-Processor7) [          
Calculate.java:343:INFO ] Field not found with field-name laborCost.cost, 
and map-name using a default of 0
2006-09-21 23:17:25,375 (http-0.0.0.0-8443-Processor7) [          
Calculate.java:343:INFO ] Field not found with field-name 
materialsCost.cost, and map-name using a default of 0
2006-09-21 23:17:25,375 (http-0.0.0.0-8443-Processor7) [          
Calculate.java:343:INFO ] Field not found with field-name routeCost.cost, 
and map-name using a default of 0
2006-09-21 23:17:25,375 (http-0.0.0.0-8443-Processor7) [          
Calculate.java:343:INFO ] Field not found with field-name otherCost.cost, 
and map-name using a default of 0
-----------

Where should them be defined? What's the problem?

As a matter of fact, I've created labor, materials, route and other costs in 
the cost tab of the product.

thanks
Marcelo



RE: console.log Cost fields not found

Posted by Marcelo Hamra <ma...@hotmail.com>.
Question answered. Analyzing the BOMSimulation.bsh, i've found that the cost 
that are used for the simulation are the "estimated standard". Excuse me for 
bothering you unnecessarely.

Marcelo


>From: "Marcelo Hamra" <ma...@hotmail.com>
>Reply-To: ofbiz-user@incubator.apache.org
>To: ofbiz-user@incubator.apache.org
>Subject: console.log Cost fields not found
>Date: Sat, 23 Sep 2006 12:43:42 +0000
>
>hi,
>running BOMSimulation, I found the following lines on the console.log.
>
>----------
>file:/C:/ofbiz/applications/product/script/org/ofbiz/product/cost/CostServices.xml
>2006-09-21 23:17:25,375 (http-0.0.0.0-8443-Processor7) [          
>Calculate.java:343:INFO ] Field not found with field-name laborCost.cost, 
>and map-name using a default of 0
>2006-09-21 23:17:25,375 (http-0.0.0.0-8443-Processor7) [          
>Calculate.java:343:INFO ] Field not found with field-name 
>materialsCost.cost, and map-name using a default of 0
>2006-09-21 23:17:25,375 (http-0.0.0.0-8443-Processor7) [          
>Calculate.java:343:INFO ] Field not found with field-name routeCost.cost, 
>and map-name using a default of 0
>2006-09-21 23:17:25,375 (http-0.0.0.0-8443-Processor7) [          
>Calculate.java:343:INFO ] Field not found with field-name otherCost.cost, 
>and map-name using a default of 0
>-----------
>
>Where should them be defined? What's the problem?
>
>As a matter of fact, I've created labor, materials, route and other costs 
>in the cost tab of the product.
>
>thanks
>Marcelo
>
>