Problem in generation of returnItemSeqId while creating return for order items
------------------------------------------------------------------------------ Key: OFBIZ-2281 URL: https://issues.apache.org/jira/browse/OFBIZ-2281 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk Reporter: Deepesh Kapoor Fix For: SVN trunk There is incorrect generation of returnItemSeqId while generating return for order item, steps to reproduce : 1. Create a Sales Order with preferably more than two items to see the clear effect in ReturnItem entity. 2. "QuickShipEntireOrder" from Order View page and than create return. 3. Select all products to create return. 4. Observe the entries in "ReturnOrder" entity. There are just two items getting returned at one time and in that the sequence id does not have uniformity -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepesh Kapoor updated OFBIZ-2281: ---------------------------------- Description: There is incorrect generation of returnItemSeqId while generating return for order item, steps to reproduce : 1. Create a Sales Order with preferably more than two items to see the clear effect in ReturnItem entity. 2. "QuickShipEntireOrder" from Order View page and than create return. 3. Select all products to create return. 4. Observe the entries in "ReturnItem" entity. There are just two items getting returned at one time and in that the sequence id does not have uniformity was: There is incorrect generation of returnItemSeqId while generating return for order item, steps to reproduce : 1. Create a Sales Order with preferably more than two items to see the clear effect in ReturnItem entity. 2. "QuickShipEntireOrder" from Order View page and than create return. 3. Select all products to create return. 4. Observe the entries in "ReturnOrder" entity. There are just two items getting returned at one time and in that the sequence id does not have uniformity > Problem in generation of returnItemSeqId while creating return for order items > ------------------------------------------------------------------------------ > > Key: OFBIZ-2281 > URL: https://issues.apache.org/jira/browse/OFBIZ-2281 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Deepesh Kapoor > Fix For: SVN trunk > > > There is incorrect generation of returnItemSeqId while generating return for order item, steps to reproduce : > 1. Create a Sales Order with preferably more than two items to see the clear effect in ReturnItem entity. > 2. "QuickShipEntireOrder" from Order View page and than create return. > 3. Select all products to create return. > 4. Observe the entries in "ReturnItem" entity. > There are just two items getting returned at one time and in that the sequence id does not have uniformity -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divesh Dutta updated OFBIZ-2281: -------------------------------- Attachment: ofbiz-2281.patch Thanks Deepesh for reporting this issue. Here is the patch which will solve the problem which you described. 1) All the items are returned successfully 2) returnItemSeqId are generated uniformly in ReturnItem entity. > Problem in generation of returnItemSeqId while creating return for order items > ------------------------------------------------------------------------------ > > Key: OFBIZ-2281 > URL: https://issues.apache.org/jira/browse/OFBIZ-2281 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Deepesh Kapoor > Fix For: SVN trunk > > Attachments: ofbiz-2281.patch > > > There is incorrect generation of returnItemSeqId while generating return for order item, steps to reproduce : > 1. Create a Sales Order with preferably more than two items to see the clear effect in ReturnItem entity. > 2. "QuickShipEntireOrder" from Order View page and than create return. > 3. Select all products to create return. > 4. Observe the entries in "ReturnItem" entity. > There are just two items getting returned at one time and in that the sequence id does not have uniformity -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2281: ---------------------------------- Assignee: Vikas Mayur > Problem in generation of returnItemSeqId while creating return for order items > ------------------------------------------------------------------------------ > > Key: OFBIZ-2281 > URL: https://issues.apache.org/jira/browse/OFBIZ-2281 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Deepesh Kapoor > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: ofbiz-2281.patch > > > There is incorrect generation of returnItemSeqId while generating return for order item, steps to reproduce : > 1. Create a Sales Order with preferably more than two items to see the clear effect in ReturnItem entity. > 2. "QuickShipEntireOrder" from Order View page and than create return. > 3. Select all products to create return. > 4. Observe the entries in "ReturnItem" entity. > There are just two items getting returned at one time and in that the sequence id does not have uniformity -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-2281. ------------------------------ Resolution: Fixed Thanks to both of you Deepesh and Divesh! A slightly modified patch is in trunk rev. 763582. > Problem in generation of returnItemSeqId while creating return for order items > ------------------------------------------------------------------------------ > > Key: OFBIZ-2281 > URL: https://issues.apache.org/jira/browse/OFBIZ-2281 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: SVN trunk > Reporter: Deepesh Kapoor > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: ofbiz-2281.patch > > > There is incorrect generation of returnItemSeqId while generating return for order item, steps to reproduce : > 1. Create a Sales Order with preferably more than two items to see the clear effect in ReturnItem entity. > 2. "QuickShipEntireOrder" from Order View page and than create return. > 3. Select all products to create return. > 4. Observe the entries in "ReturnItem" entity. > There are just two items getting returned at one time and in that the sequence id does not have uniformity -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |