Create WorkEffort Search UI: Query Parameters, Results
------------------------------------------------------ Key: OFBIZ-580 URL: http://issues.apache.org/jira/browse/OFBIZ-580 Project: Apache OFBiz (The Open for Business Project) Issue Type: Improvement Components: workeffort Reporter: Anil K Patel Creating the WorkEffort Search user interfaces pages and supporting code or the WorkEffort Manager application -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ http://issues.apache.org/jira/browse/OFBIZ-580?page=all ]
Anil K Patel updated OFBIZ-580: ------------------------------- Attachment: WorkEffortAdvancedSearch.patch Implement Advanced Search for WorkEffort. > Create WorkEffort Search UI: Query Parameters, Results > ------------------------------------------------------ > > Key: OFBIZ-580 > URL: http://issues.apache.org/jira/browse/OFBIZ-580 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: workeffort > Reporter: Anil K Patel > Attachments: WorkEffortAdvancedSearch.patch > > > Creating the WorkEffort Search user interfaces pages and supporting code or the WorkEffort Manager application -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461652 ] David E. Jones commented on OFBIZ-580: -------------------------------------- This looks like a good start Anil. A few things note and a response to the questions in your email... When using the "buttontext" style it isn't necessary (or good) to include square braces "[Xxx]" around the text. There is some old code that has this that needs to be updated, and is there because a long time ago we did not have the box around the text for the buttontext style. The constraints we want are, well, all of them in the WorkEffortSearch.java file. Here are the UI ideas for each: WorkEffortAssocConstraint: workEffortId lookup box with WorkEffortLookup as the lookup target, a drop-down for workEffortAssocTypeId (allow empty, default empty), and a check box for includeSubWorkEfforts PartyAssignmentConstraint: partyId lookup box with PartyNameLookup target. a drop-down for roleTypeId (default empty) ProductSetConstraint: while we could have more or do something fancy, just start with 2 productId lookup boxes and add them to a set to pass in LastUpdatedRangeConstraint: just two date boxes with calendar popup, one for from one for thru I'll go ahead and commit this patch, so just attach a new one for the changes. Thanks! > Create WorkEffort Search UI: Query Parameters, Results > ------------------------------------------------------ > > Key: OFBIZ-580 > URL: http://issues.apache.org/jira/browse/OFBIZ-580 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: workeffort > Reporter: Anil K Patel > Attachments: WorkEffortAdvancedSearch.patch > > > Creating the WorkEffort Search user interfaces pages and supporting code or the WorkEffort Manager application -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461653 ] David E. Jones commented on OFBIZ-580: -------------------------------------- The first file, WorkEffortAdvancedSearch.patch, is in SVN rev 491685. > Create WorkEffort Search UI: Query Parameters, Results > ------------------------------------------------------ > > Key: OFBIZ-580 > URL: http://issues.apache.org/jira/browse/OFBIZ-580 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: workeffort > Reporter: Anil K Patel > Attachments: WorkEffortAdvancedSearch.patch > > > Creating the WorkEffort Search user interfaces pages and supporting code or the WorkEffort Manager application -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461654 ] Anil K Patel commented on OFBIZ-580: ------------------------------------ Thanks for looking at this patch. We'll get the enhancements implemented and upload the patch soon. > Create WorkEffort Search UI: Query Parameters, Results > ------------------------------------------------------ > > Key: OFBIZ-580 > URL: http://issues.apache.org/jira/browse/OFBIZ-580 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: workeffort > Reporter: Anil K Patel > Attachments: WorkEffortAdvancedSearch.patch > > > Creating the WorkEffort Search user interfaces pages and supporting code or the WorkEffort Manager application -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya updated OFBIZ-580: -------------------------------------- Attachment: WorkEffortAdvanceSearch2.patch > Create WorkEffort Search UI: Query Parameters, Results > ------------------------------------------------------ > > Key: OFBIZ-580 > URL: https://issues.apache.org/jira/browse/OFBIZ-580 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: workeffort > Reporter: Anil K Patel > Attachments: WorkEffortAdvancedSearch.patch, WorkEffortAdvanceSearch2.patch > > > Creating the WorkEffort Search user interfaces pages and supporting code or the WorkEffort Manager application -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462343 ] Ashish Vijaywargiya commented on OFBIZ-580: ------------------------------------------- Hi David, How are you ??? I have attached the patch to make the Advance Work Effort Search much better then previous one. I had covered all of your previous comments. Regards Ashish Vijaywargiya > Create WorkEffort Search UI: Query Parameters, Results > ------------------------------------------------------ > > Key: OFBIZ-580 > URL: https://issues.apache.org/jira/browse/OFBIZ-580 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: workeffort > Reporter: Anil K Patel > Attachments: WorkEffortAdvancedSearch.patch, WorkEffortAdvanceSearch2.patch > > > Creating the WorkEffort Search user interfaces pages and supporting code or the WorkEffort Manager application -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David E. Jones closed OFBIZ-580. -------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: David E. Jones Thanks Ashish, this is now in SVN with a couple of improvements, mostly fixing the somewhat tricky WorkEffortAssoc from/to agnostic. Other refinements may come along, but this looks good for now. > Create WorkEffort Search UI: Query Parameters, Results > ------------------------------------------------------ > > Key: OFBIZ-580 > URL: https://issues.apache.org/jira/browse/OFBIZ-580 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: workeffort > Reporter: Anil K Patel > Assigned To: David E. Jones > Fix For: SVN trunk > > Attachments: WorkEffortAdvancedSearch.patch, WorkEffortAdvanceSearch2.patch > > > Creating the WorkEffort Search user interfaces pages and supporting code or the WorkEffort Manager application -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |