[jira] Created: (OFBIZ-1785) Junit tesr case for sales order shipments...

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

[jira] Created: (OFBIZ-1785) Junit tesr case for sales order shipments...

Nicolas Malin (Jira)
Junit tesr case for sales order shipments...
--------------------------------------------

                 Key: OFBIZ-1785
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
             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-1785) Junit tesr case for sales order shipments...

Nicolas Malin (Jira)

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

Sumit Pandit commented on OFBIZ-1785:
-------------------------------------

The purpose of the test case is to verify Automatic Accounting transactions on sales order shipments...

it follows the following process :-

   1.  create a sales order
   2. from the order view screen, approve the order
   3. from the order view screen, create a shipment to the customer (click on "New Shipment For Ship Group" and then click on the "Update" button in the next screen)
   4. issue (assign) the order items to the shipment: select the "Order Items" tab and then click on "Issue All"; this action will generate and post to the GL the accounting transaction for the items taken from the warehouse and ready to be shipped

 Cr
        Account Type :  INVENTORY _ACCOUNT - "INVENTORY"
        140000 - "INVENTORY"
Dr
  COGS _ACCOUNT - "Cost of Goods Sold"
        500000 - "COST OF GOODS SOLD"
       


> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             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] Issue Comment Edited: (OFBIZ-1785) Junit tesr case for sales order shipments...

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

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

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

Based On write-ups provided by Jacopo.

The purpose of the test case is to verify Automatic Accounting transactions on sales order shipments...

it follows the following process :-

   1.  create a sales order
   2. from the order view screen, approve the order
   3. from the order view screen, create a shipment to the customer (click on "New Shipment For Ship Group" and then click on the "Update" button in the next screen)
   4. issue (assign) the order items to the shipment: select the "Order Items" tab and then click on "Issue All"; this action will generate and post to the GL the accounting transaction for the items taken from the warehouse and ready to be shipped

 Cr
        Account Type :  INVENTORY _ACCOUNT - "INVENTORY"
        140000 - "INVENTORY"
Dr
  COGS _ACCOUNT - "Cost of Goods Sold"
        500000 - "COST OF GOODS SOLD"
       


      was (Author: sumitp):
    The purpose of the test case is to verify Automatic Accounting transactions on sales order shipments...

it follows the following process :-

   1.  create a sales order
   2. from the order view screen, approve the order
   3. from the order view screen, create a shipment to the customer (click on "New Shipment For Ship Group" and then click on the "Update" button in the next screen)
   4. issue (assign) the order items to the shipment: select the "Order Items" tab and then click on "Issue All"; this action will generate and post to the GL the accounting transaction for the items taken from the warehouse and ready to be shipped

 Cr
        Account Type :  INVENTORY _ACCOUNT - "INVENTORY"
        140000 - "INVENTORY"
Dr
  COGS _ACCOUNT - "Cost of Goods Sold"
        500000 - "COST OF GOODS SOLD"
       

 
> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             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-1785) Junit tesr case for sales order shipments...

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

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

awdesh parihar updated OFBIZ-1785:
----------------------------------

    Attachment: TestCaseForSalesOrderShipments.patch

Implemented Test case for Sales order creation and shipments.

Thanks to  sumit for helping.
Thanks and Regards,
Awdesh Parihar


> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: TestCaseForSalesOrderShipments.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-1785) Junit tesr case for sales order shipments...

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

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

awdesh parihar updated OFBIZ-1785:
----------------------------------

    Attachment: TestCaseForSalesOrderShipments.patch

> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>         Attachments: TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.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-1785) Junit tesr case for sales order shipments...

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

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

Vikas Mayur reassigned OFBIZ-1785:
----------------------------------

    Assignee: Vikas Mayur

> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.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-1785) Junit tesr case for sales order shipments...

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

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

Vikas Mayur closed OFBIZ-1785.
------------------------------

    Resolution: Fixed

Thanks Awdesh and others,

Patch is in trunk rev. 659087

- Vikas

> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.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-1785) Junit tesr case for sales order shipments...

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

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

parimal gain updated OFBIZ-1785:
--------------------------------

    Attachment: TestCaseForSalesOrderShipments.patch

Changes done on existing code as per requirement .

Thanks to Ratnesh Upadhyay for helping.

Thanks & Regards
- Parimal Gain

> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.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] Reopened: (OFBIZ-1785) Junit tesr case for sales order shipments...

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

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

Adam Heath reopened OFBIZ-1785:
-------------------------------


This test case never worked, it should have never been closed.

> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>         Attachments: TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.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-1785) Junit tesr case for sales order shipments...

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

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

Adam Heath closed OFBIZ-1785.
-----------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

This test actually works now, as of revision 750321.

> Junit tesr case for sales order shipments...
> --------------------------------------------
>
>                 Key: OFBIZ-1785
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1785
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sumit Pandit
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.patch, TestCaseForSalesOrderShipments.patch
>
>


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