In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time.
-------------------------------------------------------------------------------------------------------- Key: OFBIZ-2696 URL: https://issues.apache.org/jira/browse/OFBIZ-2696 Project: OFBiz Issue Type: New Feature Components: order Affects Versions: SVN trunk Reporter: Divesh Dutta Priority: Minor Fix For: SVN trunk In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. Presently user have option to either cancel only one item, or all the items. No feature available to cancel more than one item at at time. -- Divesh -- 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-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divesh Dutta updated OFBIZ-2696: -------------------------------- Attachment: OFBiz_2696.patch Here is the patch for given description. For testing this functionality follow this steps: 1) Create sales order by adding 4 items into the cart 2) Then depress on "Edit items" 3) Now click on any two checkbox for the items which you want to cancel 4) Now click on "Cancel Selected items" button 5) Only selected items should get cancelled I have also removed "Cancel all" link in edit order items page which appears for each items, as we can already use this functionality by depressing "Cancel all items" -- Divesh > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. > -------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2696 > URL: https://issues.apache.org/jira/browse/OFBIZ-2696 > Project: OFBiz > Issue Type: New Feature > Components: order > Affects Versions: SVN trunk > Reporter: Divesh Dutta > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBiz_2696.patch > > > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. Presently user have option to either cancel only one item, or all the items. > No feature available to cancel more than one item at at time. > -- > Divesh -- 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-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2696: ---------------------------------- Assignee: Vikas Mayur > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. > -------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2696 > URL: https://issues.apache.org/jira/browse/OFBIZ-2696 > Project: OFBiz > Issue Type: New Feature > Components: order > Affects Versions: SVN trunk > Reporter: Divesh Dutta > Assignee: Vikas Mayur > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBiz_2696.patch > > > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. Presently user have option to either cancel only one item, or all the items. > No feature available to cancel more than one item at at time. > -- > Divesh -- 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-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727210#action_12727210 ] Vikas Mayur commented on OFBIZ-2696: ------------------------------------ Divesh, This would be nice feature as user can now select a bunch of order items and all of them can be canceled in one shot. I looked at the existing code and cancelOrderItem service is used for canceling one item as well as the complete order. I think instead of writing a separate event it would be a good idea to make changes to the existing service (cancelOrderItem) so that it consider this special case. It would be nice to change the description of the service since it is also used to cancel all items of the order in one shot and not just only one item at a time. > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. > -------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2696 > URL: https://issues.apache.org/jira/browse/OFBIZ-2696 > Project: OFBiz > Issue Type: New Feature > Components: order > Affects Versions: SVN trunk > Reporter: Divesh Dutta > Assignee: Vikas Mayur > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBiz_2696.patch > > > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. Presently user have option to either cancel only one item, or all the items. > No feature available to cancel more than one item at at time. > -- > Divesh -- 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-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727213#action_12727213 ] Vikas Mayur commented on OFBIZ-2696: ------------------------------------ Divesh, I think the way you have done is also fine. Lets stick to your idea. The way I described earlier might complicate things. > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. > -------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2696 > URL: https://issues.apache.org/jira/browse/OFBIZ-2696 > Project: OFBiz > Issue Type: New Feature > Components: order > Affects Versions: SVN trunk > Reporter: Divesh Dutta > Assignee: Vikas Mayur > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBiz_2696.patch > > > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. Presently user have option to either cancel only one item, or all the items. > No feature available to cancel more than one item at at time. > -- > Divesh -- 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-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-2696. ------------------------------ Resolution: Fixed Thanks Divesh, Your patch is in rev. 791100 Vikas > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. > -------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2696 > URL: https://issues.apache.org/jira/browse/OFBIZ-2696 > Project: OFBiz > Issue Type: New Feature > Components: order > Affects Versions: SVN trunk > Reporter: Divesh Dutta > Assignee: Vikas Mayur > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBiz_2696.patch > > > In Edit Items screen, add a check box by each item to be able to cancel more then one item at a time. Presently user have option to either cancel only one item, or all the items. > No feature available to cancel more than one item at at time. > -- > Divesh -- 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 |