You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pranay Pandey (JIRA)" <ji...@apache.org> on 2009/04/28 16:59:30 UTC

[jira] Created: (OFBIZ-2377) Exchange for a Different Item

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


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


[jira] Updated: (OFBIZ-2377) Exchange for a Different Item

Posted by "Akash Jain (JIRA)" <ji...@apache.org>.
     [ 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

Here is the improved patch with following changes :

# Removed orderId from context (it was already set) from OrderServices.java
# Removed originOrderId (hidden field) from orderagreements.ftl as it was not needed.



> 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
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2377.patch, 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.


[jira] Assigned: (OFBIZ-2377) Exchange for a Different Item

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

Vikas Mayur reassigned OFBIZ-2377:
----------------------------------

    Assignee: Vikas Mayur

> 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
>            Assignee: Vikas Mayur
>             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.


[jira] Commented: (OFBIZ-2377) Exchange for a Different Item

Posted by "Akash Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704985#action_12704985 ] 

Akash Jain commented on OFBIZ-2377:
-----------------------------------

Thanks Vikas :)


Regards 
--
Akash Jain

> 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
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2377.patch, OFBIZ-2377.patch, 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.


[jira] Commented: (OFBIZ-2377) Exchange for a Different Item

Posted by "Pranay Pandey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704936#action_12704936 ] 

Pranay Pandey commented on OFBIZ-2377:
--------------------------------------

Akash Thanks for providing patch.

There are conflicts while applying your patch, please resolve them and upload the latest patch.

> 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
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2377.patch, 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.


[jira] Updated: (OFBIZ-2377) Exchange for a Different Item

Posted by "Akash Jain (JIRA)" <ji...@apache.org>.
     [ 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

Thanks Pranay for comment, I have done the needful. Also change the position of "Create Exchange Order"  button.



> 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
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2377.patch, OFBIZ-2377.patch, 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.


[jira] Closed: (OFBIZ-2377) Exchange for a Different Item

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

Vikas Mayur closed OFBIZ-2377.
------------------------------

    Resolution: Fixed

Thanks Akash,

Your patch is in trunk rev. 770659

Vikas

> 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
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2377.patch, OFBIZ-2377.patch, 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.


[jira] Updated: (OFBIZ-2377) Exchange for a Different Item

Posted by "Akash Jain (JIRA)" <ji...@apache.org>.
     [ 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.