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

Deepesh Kapoor updated OFBIZ-2470:
----------------------------------

    Attachment: CrossShipment_OFBIZ-2470.patch

Here is the patch, following are the steps to test this patch :

1. Create a return for a Sales Order and select the return type "Cross-Ship 
Replacement".
2. Accept the return from return header by selecting status "Requested Return 
Accepted".
3. A new zero amount Replacement order will be created in the system which will 
contain the items returned from the original order.
4. Now create return for this Replacement order and this time select the Return 
Type "Refund".
5. Receive this return from Return Header.
6. The amount will be refunded upon receiving the return from the original 
order, this can be verified from viewing the Order Detail page of original 
order. 


> In Cross-Ship Replacement we need to make sure return for refund is possible 
> after a return for replacement
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2470
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2470
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: CrossShipment_OFBIZ-2470.patch
>
>
> Following needs to be done in order to make sure that return for refund is 
> possible after return for replacement :
> 1. (In Cross-Ship replacement) When creating return for refund against 
> replacement order look for original order and fill in amount(s) from that 
> order.
> 2. When processing return refund look for original order and CC payment 
> associated with it and do the CC refund transaction against that original 
> purchase payment transaction.
> 3. A new service needs to be added for achieving this 
> "processCrossShipmentAndRefund".

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

Reply via email to