You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sumit Pandit (JIRA)" <ji...@apache.org> on 2008/05/14 20:16:55 UTC

[jira] Commented: (OFBIZ-1790) Junit Test case Manufacturing :- Production Runs: Add finished products into the warehouse

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

Sumit Pandit commented on OFBIZ-1790:
-------------------------------------

The purpose of the test case is to verify Automatic Accounting transactions on Add finished products into the warehouse  after  production run.

process :- 

   1.  Continuing with the production run workflow described in the previous task, complete all the tasks; now we are ready to put into warehouse the finished products manufactured; set the units in the "Stock in" field you want to put in warehouse and submit the form; this action will create a new inventory item and will also automatically generate and post to the GL the accounting transactions for the units produced by the production run

Cr
 	 WIP _INVENTORY - "WORK IN PROGRESS INVENTORY"
	142000 - "WORK IN PROGRESS INVENTORY" 	=========== 	 
Dr
 	INVENTORY _ACCOUNT - "INVENTORY"
	140000 - "INVENTORY" 	=========== 
	Note: we may have to extend the OFBiz mapping mechanism (in the service "createAcctgTransForWorkEffortInventoryProduced"), if we want to use different accounts for semi-finished products, finished products etc...




> Junit Test case Manufacturing :- Production Runs: Add finished products into the warehouse 
> -------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1790
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1790
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>


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