[jira] Created: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
--------------------------------------------------------------------------------------------

                 Key: OFBIZ-1788
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
             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.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)

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

Sumit Pandit commented on OFBIZ-1788:
-------------------------------------

The purpose of the test case is to verify Automatic Accounting transactions on materials issuances from the warehouse for production run.

process :-

   1.  from the Jobshop screen in the Manufacturing application create a new production run; then click on the "Confirm" link to confirm the production run
   2. now start the production run by clicking on the "Start" link near the first task;
   3. if the materials are required by the first task (this is the default), click on the "Issue Components" link: the materials will be removed from the warehouse and assigned to the production run; this action will automatically generate and post to the GL the accounting transactions for the materials consumed by the production run

Success :
 Cr
  Account Type : -  RAWMAT _INVENTORY - "RAW MATERIALS INVENTORY"
        141000 - "RAW MATERIALS INVENTORY"  
Dr
  WIP _INVENTORY - "WORK IN PROGRESS INVENTORY"
        142000 - "WORK IN PROGRESS INVENTORY"  


> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             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.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1788:
-----------------------------------

    Attachment: ProductionRun.patch

Hello,
Patch is attached for the issue.

Regards
Santosh Malviya

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1788:
-----------------------------------

    Attachment: ProductionRun.patch

Hello,
This is updated patch for the issue.

Regards
Santosh Malviya

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Issue Comment Edited: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

sumitp edited comment on OFBIZ-1788 at 5/21/08 6:09 AM:
--------------------------------------------------------------

Based on write-ups provided by Jacopo.

The purpose of the test case is to verify Automatic Accounting transactions on materials issuances from the warehouse for production run.

process :-

   1.  from the Jobshop screen in the Manufacturing application create a new production run; then click on the "Confirm" link to confirm the production run
   2. now start the production run by clicking on the "Start" link near the first task;
   3. if the materials are required by the first task (this is the default), click on the "Issue Components" link: the materials will be removed from the warehouse and assigned to the production run; this action will automatically generate and post to the GL the accounting transactions for the materials consumed by the production run

Success :
 Cr
  Account Type : -  RAWMAT _INVENTORY - "RAW MATERIALS INVENTORY"
        141000 - "RAW MATERIALS INVENTORY"  
Dr
  WIP _INVENTORY - "WORK IN PROGRESS INVENTORY"
        142000 - "WORK IN PROGRESS INVENTORY"  


      was (Author: sumitp):
    The purpose of the test case is to verify Automatic Accounting transactions on materials issuances from the warehouse for production run.

process :-

   1.  from the Jobshop screen in the Manufacturing application create a new production run; then click on the "Confirm" link to confirm the production run
   2. now start the production run by clicking on the "Start" link near the first task;
   3. if the materials are required by the first task (this is the default), click on the "Issue Components" link: the materials will be removed from the warehouse and assigned to the production run; this action will automatically generate and post to the GL the accounting transactions for the materials consumed by the production run

Success :
 Cr
  Account Type : -  RAWMAT _INVENTORY - "RAW MATERIALS INVENTORY"
        141000 - "RAW MATERIALS INVENTORY"  
Dr
  WIP _INVENTORY - "WORK IN PROGRESS INVENTORY"
        142000 - "WORK IN PROGRESS INVENTORY"  

 

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1788:
-----------------------------------

    Attachment: ProductionRun.patch

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch, ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1788:
-----------------------------------

    Attachment: ProductinRun.patch

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch, ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1788:
-----------------------------------

    Attachment:     (was: ProductinRun.patch)

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch, ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1788:
-----------------------------------

    Attachment: ProductionRun.patch

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1788:
-----------------------------------

    Attachment: ProductionRun.patch

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santosh Malviya updated OFBIZ-1788:
-----------------------------------

    Attachment: ProductionRun.patch

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

Regards
Santosh Malviya

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur reassigned OFBIZ-1788:
----------------------------------

    Assignee: Vikas Mayur

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch
>
>


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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1788) Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur closed OFBIZ-1788.
------------------------------

    Resolution: Fixed

Thanks Santosh and others,

Patch is in trunk rev. 659570

- Vikas

> Junit Test case for Manufacturing :- Production Runs: materials issuances from the warehouse
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1788
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1788
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch, ProductionRun.patch
>
>


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