You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by ja...@productive1.com on 2018/06/01 10:20:10 UTC

RE: Adding Actual Labor to Manufacturing Process

Anyone familiar with the manufacturing process and how to add labor to
the costs of a manufactured item.

-------- Original Message --------
Subject: Adding Actual Labor to Manufacturing Process
From: <ja...@productive1.com>
Date: Tue, May 29, 2018 5:02 pm
To: user@ofbiz.apache.org

Is there a way in ofbiz to add the actual labor utilized to calculate
the costs of a manufactured item? If so is this done in the production
process or is it generic on the catalog? Also is there a way in the
catalog to utilize the true costs either manufactured costs or Moving
Average from the financials as a base price that can be utilized for
creating price rules?

Thanks,

James

Re: Adding Actual Labor to Manufacturing Process

Posted by Yashwant Dhakad <ya...@hotwaxsystems.com>.
Hi James,

You need to setup CostComponentCalc and WorkEffortCostCalc entities data
for cost calculation and you can find the demo data in
AccountingDemoData.xml file at line no 3060.
And createProductionRunTaskCosts service is used for cost calculation. Once
you create CostComponentCalc data and link this entity with your task
ie WorkEffortCostCalc
entity and when your task is completed then actual material cost
automatically created.

Thanks & Regards
--
Yashwant Dhakad


On Fri, Jun 1, 2018 at 3:50 PM <ja...@productive1.com> wrote:

> Anyone familiar with the manufacturing process and how to add labor to
> the costs of a manufactured item.
>
> -------- Original Message --------
> Subject: Adding Actual Labor to Manufacturing Process
> From: <ja...@productive1.com>
> Date: Tue, May 29, 2018 5:02 pm
> To: user@ofbiz.apache.org
>
> Is there a way in ofbiz to add the actual labor utilized to calculate
> the costs of a manufactured item? If so is this done in the production
> process or is it generic on the catalog? Also is there a way in the
> catalog to utilize the true costs either manufactured costs or Moving
> Average from the financials as a base price that can be utilized for
> creating price rules?
>
> Thanks,
>
> James
>