Add filter on find orders page.
-------------------------------- Key: OFBIZ-2477 URL: https://issues.apache.org/jira/browse/OFBIZ-2477 Project: OFBiz Issue Type: Improvement Components: order Affects Versions: SVN trunk Reporter: Vivek Mishra Fix For: SVN trunk Add a filter on find orders page. On find order page add a filter to only show or not show orders to ship to countries outside of a certain country. -- 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-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Sharma updated OFBIZ-2477: ------------------------------- Attachment: AddFilterOnFindorders_OFBIZ-2477.patch Hello Vivek, I am uploading patch for functionality to add filters on find order page in order component. Here are the steps for testing. 1) Create more than one order (Sales or Purchase). 2) Depress "Find Orders" tab in order component. 3) Added to new filter for searching orders according to country (shipping location). 4) Here we have two case : Case 1. 4.1.1) When we select country with "only include" option in drop down. 4.1.2) Checked "Show all records" check box. 4.1.3) It will be showing all orders according to selected country. Case 2. 4.2.1) When we select country with "Do not include" option in drop down. 4.2.2) Checked "Show all records" check box. 4.2.3) It will be showing all orders which are not shipped to selected country. -Amit Sharma > Add filter on find orders page. > -------------------------------- > > Key: OFBIZ-2477 > URL: https://issues.apache.org/jira/browse/OFBIZ-2477 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Vivek Mishra > Fix For: SVN trunk > > Attachments: AddFilterOnFindorders_OFBIZ-2477.patch > > > Add a filter on find orders page. > On find order page add a filter to only show or not show orders to ship to countries outside of a certain country. -- 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-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Sharma updated OFBIZ-2477: ------------------------------- Attachment: AddFilterOnFindorders_OFBIZ-2477.patch Done few changes for the improvement of logic. - Amit > Add filter on find orders page. > -------------------------------- > > Key: OFBIZ-2477 > URL: https://issues.apache.org/jira/browse/OFBIZ-2477 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Vivek Mishra > Fix For: SVN trunk > > Attachments: AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch > > > Add a filter on find orders page. > On find order page add a filter to only show or not show orders to ship to countries outside of a certain country. -- 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-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Sharma updated OFBIZ-2477: ------------------------------- Attachment: AddFilterOnFindorders_OFBIZ-2477.patch Slightly modified patch according to recent Commit Revision: 776227. -Amit > Add filter on find orders page. > -------------------------------- > > Key: OFBIZ-2477 > URL: https://issues.apache.org/jira/browse/OFBIZ-2477 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Vivek Mishra > Fix For: SVN trunk > > Attachments: AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch > > > Add a filter on find orders page. > On find order page add a filter to only show or not show orders to ship to countries outside of a certain country. -- 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-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2477: ---------------------------------- Assignee: Vikas Mayur > Add filter on find orders page. > -------------------------------- > > Key: OFBIZ-2477 > URL: https://issues.apache.org/jira/browse/OFBIZ-2477 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Vivek Mishra > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch > > > Add a filter on find orders page. > On find order page add a filter to only show or not show orders to ship to countries outside of a certain country. -- 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-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711085#action_12711085 ] Pranay Pandey commented on OFBIZ-2477: -------------------------------------- Thanks Amit for the patch. I tested it and worked for me, tested with split shipping option as well and it filtered correctly. > Add filter on find orders page. > -------------------------------- > > Key: OFBIZ-2477 > URL: https://issues.apache.org/jira/browse/OFBIZ-2477 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Vivek Mishra > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch > > > Add a filter on find orders page. > On find order page add a filter to only show or not show orders to ship to countries outside of a certain country. -- 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-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-2477. ------------------------------ Resolution: Fixed Thanks Amit, Pranay! Amit your patch is in trunk rev. 776662 Vikas > Add filter on find orders page. > -------------------------------- > > Key: OFBIZ-2477 > URL: https://issues.apache.org/jira/browse/OFBIZ-2477 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Reporter: Vivek Mishra > Assignee: Vikas Mayur > Fix For: SVN trunk > > Attachments: AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch, AddFilterOnFindorders_OFBIZ-2477.patch > > > Add a filter on find orders page. > On find order page add a filter to only show or not show orders to ship to countries outside of a certain country. -- 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 |