|
Using collapsible fieldgroups to implement a "Advanced search" panel
-------------------------------------------------------------------- Key: OFBIZ-2071 URL: https://issues.apache.org/jira/browse/OFBIZ-2071 Project: OFBiz Issue Type: Improvement Components: ALL COMPONENTS Reporter: Bruno Busco Priority: Minor Attachments: CollapsibleAdvancedSearch.patch Hi All, one of the things I have seen (and like) in the UI of other open source ERPs is the "Advanced search" panel feature. I think this can be usefull to have into OFBiz and can now be easily implemented using the collapsible field groups. The idea is to split the search panel into a part that is immediatelly visible with the main fields and having all other not so commonly used fields into a group that is initially collapsed. I have implemented this in the productCategory lookup and attached a patch. What do you think about? -- 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-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-2071: ------------------------------- Attachment: CollapsibleAdvancedSearch.patch > Using collapsible fieldgroups to implement a "Advanced search" panel > -------------------------------------------------------------------- > > Key: OFBIZ-2071 > URL: https://issues.apache.org/jira/browse/OFBIZ-2071 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Reporter: Bruno Busco > Priority: Minor > Attachments: CollapsibleAdvancedSearch.patch > > > Hi All, > one of the things I have seen (and like) in the UI of other open source ERPs is the "Advanced search" panel feature. > I think this can be usefull to have into OFBiz and can now be easily implemented using the collapsible field groups. > The idea is to split the search panel into a part that is immediatelly visible with the main fields and having all other not so commonly used fields into a group that is initially collapsed. > I have implemented this in the productCategory lookup and attached a patch. > What do you think about? -- 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-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656049#action_12656049 ] Jacques Le Roux commented on OFBIZ-2071: ---------------------------------------- Hi Bruno, I like it and I commited in r726064. I did not close since we may use this issue to more advanced searches changes > Using collapsible fieldgroups to implement a "Advanced search" panel > -------------------------------------------------------------------- > > Key: OFBIZ-2071 > URL: https://issues.apache.org/jira/browse/OFBIZ-2071 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Reporter: Bruno Busco > Priority: Minor > Attachments: CollapsibleAdvancedSearch.patch > > > Hi All, > one of the things I have seen (and like) in the UI of other open source ERPs is the "Advanced search" panel feature. > I think this can be usefull to have into OFBiz and can now be easily implemented using the collapsible field groups. > The idea is to split the search panel into a part that is immediatelly visible with the main fields and having all other not so commonly used fields into a group that is initially collapsed. > I have implemented this in the productCategory lookup and attached a patch. > What do you think about? -- 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-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-2071: ------------------------------- Attachment: AdvancedSearch_DataResource.patch In the new attached patch (AdvancedSearch_DataResource.patch) I did the following: - Used an Advanced Search collapsible field group in the Data Resource Lookup. - Added the missing noConditionFind to the Data Resource Lookup - Changed the ProductAdvancedSearch label to CommonAdvancedSearch and moved from ProductUiLabel.xml to CommonUiLabel.xml file > Using collapsible fieldgroups to implement a "Advanced search" panel > -------------------------------------------------------------------- > > Key: OFBIZ-2071 > URL: https://issues.apache.org/jira/browse/OFBIZ-2071 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Reporter: Bruno Busco > Priority: Minor > Attachments: AdvancedSearch_DataResource.patch, CollapsibleAdvancedSearch.patch > > > Hi All, > one of the things I have seen (and like) in the UI of other open source ERPs is the "Advanced search" panel feature. > I think this can be usefull to have into OFBiz and can now be easily implemented using the collapsible field groups. > The idea is to split the search panel into a part that is immediatelly visible with the main fields and having all other not so commonly used fields into a group that is initially collapsed. > I have implemented this in the productCategory lookup and attached a patch. > What do you think about? -- 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-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659193#action_12659193 ] Bruno Busco commented on OFBIZ-2071: ------------------------------------ Just a remind that there is an additional patch here waiting to be reviewed. ;-) > Using collapsible fieldgroups to implement a "Advanced search" panel > -------------------------------------------------------------------- > > Key: OFBIZ-2071 > URL: https://issues.apache.org/jira/browse/OFBIZ-2071 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Reporter: Bruno Busco > Priority: Minor > Attachments: AdvancedSearch_DataResource.patch, CollapsibleAdvancedSearch.patch > > > Hi All, > one of the things I have seen (and like) in the UI of other open source ERPs is the "Advanced search" panel feature. > I think this can be usefull to have into OFBiz and can now be easily implemented using the collapsible field groups. > The idea is to split the search panel into a part that is immediatelly visible with the main fields and having all other not so commonly used fields into a group that is initially collapsed. > I have implemented this in the productCategory lookup and attached a patch. > What do you think about? -- 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-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659197#action_12659197 ] Jacques Le Roux commented on OFBIZ-2071: ---------------------------------------- Thanks Bruno, Your patch is in trunk revision: 729415 I just removed some weird changes in Russian and Thai from ProductUiLabels.xml. I guess you should check (at least) this file in your working copy. > Using collapsible fieldgroups to implement a "Advanced search" panel > -------------------------------------------------------------------- > > Key: OFBIZ-2071 > URL: https://issues.apache.org/jira/browse/OFBIZ-2071 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Reporter: Bruno Busco > Priority: Minor > Attachments: AdvancedSearch_DataResource.patch, CollapsibleAdvancedSearch.patch > > > Hi All, > one of the things I have seen (and like) in the UI of other open source ERPs is the "Advanced search" panel feature. > I think this can be usefull to have into OFBiz and can now be easily implemented using the collapsible field groups. > The idea is to split the search panel into a part that is immediatelly visible with the main fields and having all other not so commonly used fields into a group that is initially collapsed. > I have implemented this in the productCategory lookup and attached a patch. > What do you think about? -- 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-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco closed OFBIZ-2071. ------------------------------ Resolution: Fixed > Using collapsible fieldgroups to implement a "Advanced search" panel > -------------------------------------------------------------------- > > Key: OFBIZ-2071 > URL: https://issues.apache.org/jira/browse/OFBIZ-2071 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS > Reporter: Bruno Busco > Priority: Minor > Attachments: AdvancedSearch_DataResource.patch, CollapsibleAdvancedSearch.patch > > > Hi All, > one of the things I have seen (and like) in the UI of other open source ERPs is the "Advanced search" panel feature. > I think this can be usefull to have into OFBiz and can now be easily implemented using the collapsible field groups. > The idea is to split the search panel into a part that is immediatelly visible with the main fields and having all other not so commonly used fields into a group that is initially collapsed. > I have implemented this in the productCategory lookup and attached a patch. > What do you think about? -- 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 |
