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/13 11:46:55 UTC

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

Junit Test case Manifacturing :- 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.


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

Posted by "Santosh Malviya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1790:
-----------------------------------

    Attachment: FinishedProductWareHouse.patch

Hello,
Patch for the issue .

Regards
Santosh Malviya

> 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
>         Attachments: FinishedProductWareHouse.patch
>
>


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


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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur closed OFBIZ-1790.
------------------------------

    Resolution: Fixed

Thanks Santosh and others,

A slight different patch is in trunk rev. 660193.
I have added missing tag <check-errors/> to various test cases.

- Vikas

> 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
>            Assignee: Vikas Mayur
>         Attachments: FinishedProductWareHouse.patch, FinishedProductWareHouse.patch
>
>


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


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

Posted by "Santosh Malviya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1790:
-----------------------------------

    Attachment: FinishedProductWareHouse.patch

Hello,
This is updated patch for the issue.
Thanks to Sumit Pandit for his help.

Regards 
Santosh Malviya


> 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
>         Attachments: FinishedProductWareHouse.patch, FinishedProductWareHouse.patch
>
>


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


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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur reassigned OFBIZ-1790:
----------------------------------

    Assignee: Vikas Mayur

> 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
>            Assignee: Vikas Mayur
>         Attachments: FinishedProductWareHouse.patch, FinishedProductWareHouse.patch
>
>


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


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

Posted by "Sumit Pandit (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Sumit Pandit (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596864#action_12596864 ] 

sumitp edited comment on OFBIZ-1790 at 5/21/08 6:10 AM:
--------------------------------------------------------------

Based on write-ups provided by Jacopo.

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...




      was (Author: sumitp):
    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.


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

Posted by "Sumit Pandit (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Pandit updated OFBIZ-1790:
--------------------------------

    Summary: Junit Test case Manufacturing :- Production Runs: Add finished products into the warehouse   (was: Junit Test case Manifacturing :- Production Runs: Add finished products into the warehouse )

> 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.