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

Akash Jain updated OFBIZ-2377:
------------------------------

    Attachment: OFBIZ-2377.patch

I am uploading the patch for creating Exchange order. There are steps for 
testing -
1. Create Sales order
2. Depress "Quick Ship Entire" Order button, now order status will be complete
3. Depress "Create return" button
4. Select items which have to return, returnType should be Refund and depress 
"Return Selected Item(s)" button
5. There is "Create Exchange Order" button in Return Items screen depress it 
and create order, 
it is an Exchange order
6. Check OrderItemAssoc entity there is an association of original order and 
exchange order and orderItemAssocType will be EXCHANGE.



> Exchange for a Different Item
> -----------------------------
>
>                 Key: OFBIZ-2377
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2377
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2377.patch
>
>
> *Business Scenario:*
> If Customer wants to exchange an item (return an item and order another 
> item), Customer contacts CSR. CSR creates return for refund for the original 
> item. CSR creates "exchange order" that links back to the original order and 
> for the same customer, but otherwise is created like any normal sales order.
> *Implementation Notes:*
> * Facilitate user to create an exchange order after the creation of return 
> for refund.
> * Link to create this order should be available on Return Items screen after 
> the return is created. This link will initiate an order entry with the same  
> customer.
> * Both original and exchange order will be associated by OrderItemAssoc enity 
> like we have for replacement order right now.
> * Add new OrderItemAssocType "EXCHANGE" to be entered with the association of 
> both the orders.

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