You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2009/09/09 09:55:57 UTC

[jira] Commented: (OFBIZ-2914) Improved Inventory Average Cost Valuation Algorithm.

    [ https://issues.apache.org/jira/browse/OFBIZ-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752972#action_12752972 ] 

Jacques Le Roux commented on OFBIZ-2914:
----------------------------------------

The patch has been commited at r812744, should we not close ? 

> Improved Inventory Average Cost Valuation Algorithm.
> ----------------------------------------------------
>
>                 Key: OFBIZ-2914
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2914
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Ratnesh Upadhyay
>            Assignee: Anil K Patel
>             Fix For: SVN trunk
>
>         Attachments: OFBiz-2914.patch
>
>
> Now this calculation will be done by following formula :  ( (old average cost * total old stock) + (new purchase price * new qty received) ) / (total old stock + new qty received). 
> You can verify calculated result from Accounting > Organization GL Settings > Reports > Inventory valuation report screen.
> Regards,
> -- Ratnesh Upadhyay

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.