You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Brian Sanders (JIRA)" <ji...@apache.org> on 2009/04/15 21:41:14 UTC

[jira] Created: (OFBIZ-2296) Return adjustments do not get refunded unless there is at least 1 line item

Return adjustments do not get refunded unless there is at least 1 line item
---------------------------------------------------------------------------

                 Key: OFBIZ-2296
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2296
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Release Branch 4.0, SVN trunk
            Reporter: Brian Sanders


If you create a return that contains only adjustments, processRefundReturn does not step into the code where the actual refund occurs. It looks like someone made an attempt to address the issue in the latest trunk (as of today), but did not succeed. Furthermore, org.ofbiz.order.order.OrderReturnServices.groupReturnItemsByOrder() is also at fault because if I try to iterate over the order totals map, it's empty.

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


[jira] Updated: (OFBIZ-2296) Return adjustments do not get refunded unless there is at least 1 line item

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

Brian Sanders updated OFBIZ-2296:
---------------------------------

    Remaining Estimate:     (was: 20h)
     Original Estimate:     (was: 20h)

> Return adjustments do not get refunded unless there is at least 1 line item
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2296
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0, SVN trunk
>            Reporter: Brian Sanders
>            Assignee: Jacques Le Roux
>
> If you create a return that contains only adjustments, processRefundReturn does not step into the code where the actual refund occurs. It looks like someone made an attempt to address the issue in the latest trunk (as of today), but did not succeed. Furthermore, org.ofbiz.order.order.OrderReturnServices.groupReturnItemsByOrder() is also at fault because if I try to iterate over the order totals map, it's empty.

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


[jira] Updated: (OFBIZ-2296) Return adjustments do not get refunded unless there is at least 1 line item

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

Ean Schuessler updated OFBIZ-2296:
----------------------------------

    Attachment: mylyn-context.zip

I am testing the task focused integration for JIRA

> Return adjustments do not get refunded unless there is at least 1 line item
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2296
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0, SVN trunk
>            Reporter: Brian Sanders
>            Assignee: Jacques Le Roux
>         Attachments: mylyn-context.zip
>
>
> If you create a return that contains only adjustments, processRefundReturn does not step into the code where the actual refund occurs. It looks like someone made an attempt to address the issue in the latest trunk (as of today), but did not succeed. Furthermore, org.ofbiz.order.order.OrderReturnServices.groupReturnItemsByOrder() is also at fault because if I try to iterate over the order totals map, it's empty.

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


[jira] Commented: (OFBIZ-2296) Return adjustments do not get refunded unless there is at least 1 line item

Posted by "Brian Sanders (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706076#action_12706076 ] 

Brian Sanders commented on OFBIZ-2296:
--------------------------------------

I am working on a solution for 9.4, so it has not been forgotten.

> Return adjustments do not get refunded unless there is at least 1 line item
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2296
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0, SVN trunk
>            Reporter: Brian Sanders
>            Assignee: Jacques Le Roux
>
> If you create a return that contains only adjustments, processRefundReturn does not step into the code where the actual refund occurs. It looks like someone made an attempt to address the issue in the latest trunk (as of today), but did not succeed. Furthermore, org.ofbiz.order.order.OrderReturnServices.groupReturnItemsByOrder() is also at fault because if I try to iterate over the order totals map, it's empty.

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


[jira] Commented: (OFBIZ-2296) Return adjustments do not get refunded unless there is at least 1 line item

Posted by "Brian Sanders (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699772#action_12699772 ] 

Brian Sanders commented on OFBIZ-2296:
--------------------------------------

I'm looking into implementing something. I do see an issue with manual adjustments as there is no (easy?) way to associate the adjusment to an order

> Return adjustments do not get refunded unless there is at least 1 line item
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2296
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0, SVN trunk
>            Reporter: Brian Sanders
>
> If you create a return that contains only adjustments, processRefundReturn does not step into the code where the actual refund occurs. It looks like someone made an attempt to address the issue in the latest trunk (as of today), but did not succeed. Furthermore, org.ofbiz.order.order.OrderReturnServices.groupReturnItemsByOrder() is also at fault because if I try to iterate over the order totals map, it's empty.

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


[jira] Updated: (OFBIZ-2296) Return adjustments do not get refunded unless there is at least 1 line item

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

Brian Sanders updated OFBIZ-2296:
---------------------------------

    Remaining Estimate: 20h
     Original Estimate: 20h

> Return adjustments do not get refunded unless there is at least 1 line item
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2296
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0, SVN trunk
>            Reporter: Brian Sanders
>            Assignee: Jacques Le Roux
>   Original Estimate: 20h
>  Remaining Estimate: 20h
>
> If you create a return that contains only adjustments, processRefundReturn does not step into the code where the actual refund occurs. It looks like someone made an attempt to address the issue in the latest trunk (as of today), but did not succeed. Furthermore, org.ofbiz.order.order.OrderReturnServices.groupReturnItemsByOrder() is also at fault because if I try to iterate over the order totals map, it's empty.

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


[jira] Assigned: (OFBIZ-2296) Return adjustments do not get refunded unless there is at least 1 line item

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

Jacques Le Roux reassigned OFBIZ-2296:
--------------------------------------

    Assignee: Jacques Le Roux

> Return adjustments do not get refunded unless there is at least 1 line item
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-2296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2296
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0, SVN trunk
>            Reporter: Brian Sanders
>            Assignee: Jacques Le Roux
>
> If you create a return that contains only adjustments, processRefundReturn does not step into the code where the actual refund occurs. It looks like someone made an attempt to address the issue in the latest trunk (as of today), but did not succeed. Furthermore, org.ofbiz.order.order.OrderReturnServices.groupReturnItemsByOrder() is also at fault because if I try to iterate over the order totals map, it's empty.

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