Re: Discussion: More UI Layout Best Practices

2008-07-09 Thread Bruno Busco
Regarding the commands menu at the top of the screenlet I like how gmail does: The main commands have an own command button (max three of them) and then all other commands are in a sort of drop down menu with a other actions label. Could this be useful in ofbiz also? -Bruno 2008/7/8 Anil Patel

[jira] Assigned: (OFBIZ-1847) Enhancing DropDown widget with Ajax Autocompletion feature

2008-07-09 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel reassigned OFBIZ-1847: --- Assignee: Anil K Patel Enhancing DropDown widget with Ajax Autocompletion feature

[jira] Commented: (OFBIZ-1847) Enhancing DropDown widget with Ajax Autocompletion feature

2008-07-09 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611910#action_12611910 ] Anil K Patel commented on OFBIZ-1847: - Mridul, your most current patch in trunk. I am

Re: Entity data maintenance (UI best practices)

2008-07-09 Thread Jacopo Cappellato
And it would be cool if the styles of the Entity Data Maintenance screens in general are the same used by the widgets. Jacopo On Jul 9, 2008, at 1:18 AM, Adrian Crum wrote: While we are at it, lets make the Find options a collapsible screenlet. -Adrian Jacques Le Roux wrote: Hi, I was

Re: Discussion: More UI Layout Best Practices

2008-07-09 Thread Jacques Le Roux
From: Bruno Busco [EMAIL PROTECTED] Regarding the commands menu at the top of the screenlet I like how gmail does: The main commands have an own command button (max three of them) and then all other commands are in a sort of drop down menu with a other actions label. Could this be useful in

Re: Entity data maintenance (UI best practices)

2008-07-09 Thread Jacques Le Roux
Hi dev, Is it intended to compile and write suggestions somewhere in the Wiki ? Jacques From: Jacopo Cappellato [EMAIL PROTECTED] And it would be cool if the styles of the Entity Data Maintenance screens in general are the same used by the widgets. Jacopo On Jul 9, 2008, at 1:18 AM,

Re: Application security labels defined in framework

2008-07-09 Thread Bruno Busco
Reading myself I found I was not very clear, sorry. What I meant is: Since the framework should not depend on any application, shouldn't the SecurityEntityLabels be moved from the framework ofbiz\framework\security\config\SecurityEntityLabels.xml file to several application specific

[jira] Created: (OFBIZ-1867) Tasks To Be Completed for Framework Release (Fall 2008)

2008-07-09 Thread Adrian Crum (JIRA)
Tasks To Be Completed for Framework Release (Fall 2008) --- Key: OFBIZ-1867 URL: https://issues.apache.org/jira/browse/OFBIZ-1867 Project: OFBiz Issue Type: Improvement

[jira] Created: (OFBIZ-1868) Move Security-Related UI Artifacts to the Common Component

2008-07-09 Thread Adrian Crum (JIRA)
Move Security-Related UI Artifacts to the Common Component -- Key: OFBIZ-1868 URL: https://issues.apache.org/jira/browse/OFBIZ-1868 Project: OFBiz Issue Type: Sub-task

Re: Wish list for features in the upcoming framework release

2008-07-09 Thread Adrian Crum
I created a Jira issue for this and added one sub task - https://issues.apache.org/jira/browse/OFBIZ-1867 -Adrian Adrian Crum wrote: Was anything done with this? Do we have a Jira issue or Wiki page? -Adrian Jacopo Cappellato wrote: I think that Bruno's suggestion of creating a

Re: Entity data maintenance (UI best practices)

2008-07-09 Thread Adrian Crum
Jacopo, Are you referring to the Entity Reference screen - the one with two frames? -Adrian Jacopo Cappellato wrote: And it would be cool if the styles of the Entity Data Maintenance screens in general are the same used by the widgets. Jacopo On Jul 9, 2008, at 1:18 AM, Adrian Crum wrote:

Re: svn commit: r675103 - in /ofbiz/trunk/framework: example/widget/example/ images/webapp/images/ images/webapp/images/prototypejs/ widget/src/org/ofbiz/widget/html/

2008-07-09 Thread Adrian Crum
Are you sure you want to modify a third party library? -Adrian [EMAIL PROTECTED] wrote: Author: apatel Date: Tue Jul 8 23:15:23 2008 New Revision: 675103 URL: http://svn.apache.org/viewvc?rev=675103view=rev Log: enhancements to the Autocompleter integration with form widget dropdown.

[jira] Commented: (OFBIZ-1868) Move Security-Related UI Artifacts to the Common Component

2008-07-09 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612143#action_12612143 ] Jacopo Cappellato commented on OFBIZ-1868: -- Adrian, you mentioned the Common

Re: Entity data maintenance (UI best practices)

2008-07-09 Thread Jacopo Cappellato
Sorry... I don't know why I wrote Entity Reference... I was thinking to the Find/Edit screens for Entity Data Maintenance Jacopo On Jul 9, 2008, at 4:50 PM, Adrian Crum wrote: Jacopo, Are you referring to the Entity Reference screen - the one with two frames? -Adrian Jacopo

[jira] Commented: (OFBIZ-1868) Move Security-Related UI Artifacts to the Common Component

2008-07-09 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612145#action_12612145 ] Adrian Crum commented on OFBIZ-1868: I suggested that on the dev ml, and David said it

Re: Wish list for features in the upcoming framework release

2008-07-09 Thread Jacopo Cappellato
Adrian, thanks for doing this. Another thing I would like to discuss is to move the default location for catalog and product images (uploaded from the Catalog application) outside of the framework: from framework/images to somewhere in the runtime folder. This is just an idea, there could

Re: Wish list for features in the upcoming framework release

2008-07-09 Thread Adrian Crum
I think the reason images are kept there is because they are considered static content and could be located on another server - for performance reasons. -Adrian Jacopo Cappellato wrote: Adrian, thanks for doing this. Another thing I would like to discuss is to move the default location

Re: Wish list for features in the upcoming framework release

2008-07-09 Thread Jacques Le Roux
From: Jacopo Cappellato [EMAIL PROTECTED] Adrian, thanks for doing this. Another thing I would like to discuss is to move the default location for catalog and product images (uploaded from the Catalog application) outside of the framework: from framework/images to somewhere in the

Re: Discussion: More UI Layout Best Practices

2008-07-09 Thread Adrian Crum
Anil, I think I found what you are talking about - http://developers.sun.com/portalserver/reference/techart/jsr168/ Is that correct? -Adrian Anil Patel wrote: I did not understand how Apache Directory is more appropriate. What I mean is, There is UI behavior improvements that can be

Discussion: Mashups

2008-07-09 Thread Adrian Crum
I need to add mashup capability to my local OFBiz copy. My immediate need is a web page scraper that will gather copy counts from our copiers and store them as meter readings. I would like to implement this in a generic way that might be fed back into the project. I don't want to reinvent the

Re: Discussion: More UI Layout Best Practices

2008-07-09 Thread Anil Patel
Yes. Regards Anil Patel On Jul 9, 2008, at 1:38 PM, Adrian Crum wrote: Anil, I think I found what you are talking about - http://developers.sun.com/portalserver/reference/techart/jsr168/ Is that correct? -Adrian Anil Patel wrote: I did not understand how Apache Directory is more

[jira] Closed: (OFBIZ-1656) POS : Show discounts (item and sale) on receipt

2008-07-09 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1656. -- Resolution: Fixed Fix Version/s: SVN trunk Done in trunk revision 675275. POS : Show

[jira] Commented: (OFBIZ-1656) POS : Show discounts (item and sale) on receipt

2008-07-09 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612210#action_12612210 ] Jacques Le Roux commented on OFBIZ-1656: I tried to add percent value information

Re: svn commit: r674829 - in /ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos: ./ component/ event/ screen/

2008-07-09 Thread Jacques Le Roux
Hi Adrian, Good idea, done in revision 675275. (not using a static inner class PosSettings but a static variable in PosTransation) Jacques From: Adrian Crum [EMAIL PROTECTED] Or have resource defined in a static class that all these other classes reference:

Re: Application security labels defined in framework

2008-07-09 Thread Jacques Le Roux
Bruno, This makes sense indeed. Jacques From: Bruno Busco [EMAIL PROTECTED] Reading myself I found I was not very clear, sorry. What I meant is: Since the framework should not depend on any application, shouldn't the SecurityEntityLabels be moved from the framework

Re: Discussion: Mashups

2008-07-09 Thread Jacques Le Roux
Sorry Adrian, What would be a mashup engine or mashup services ? Actually what is a mashup capability ? Jacques From: Adrian Crum [EMAIL PROTECTED] I need to add mashup capability to my local OFBiz copy. My immediate need is a web page scraper that will gather copy counts from our copiers

Re: Discussion: Mashups

2008-07-09 Thread Adrian Crum
Here's a good tutorial - http://java.sun.com/developer/technicalArticles/J2EE/mashup_1/ -Adrian Jacques Le Roux wrote: Sorry Adrian, What would be a mashup engine or mashup services ? Actually what is a mashup capability ? Jacques From: Adrian Crum [EMAIL PROTECTED] I need to add mashup

Re: Dev - Adding the taxAuthorityRateSeqId field to theOrderAdjustment entity

2008-07-09 Thread jacques.le.roux
Hi Jacopo, I was reading this old thread in Nabble and I wonder if you remember having commited something reusable in what I believe is EU case (calculate Tax for each rate). Else simply forget this message. Thanks Jacques Jacopo Cappellato wrote: David, yes, of course! At the moment

Re: Discussion: Mashups

2008-07-09 Thread Jacques Le Roux
From: Adrian Crum [EMAIL PROTECTED] Here's a good tutorial - http://java.sun.com/developer/technicalArticles/J2EE/mashup_1/ Interesting, thanks Jacques -Adrian Jacques Le Roux wrote: Sorry Adrian, What would be a mashup engine or mashup services ? Actually what is a mashup capability ?

Re: Entity data maintenance (UI best practices)

2008-07-09 Thread Jacques Le Roux
From: Jacques Le Roux [EMAIL PROTECTED] Hi dev, Is it intended to compile and write suggestions somewhere in the Wiki ? I will dot it, I suppose there is nothing yet... Jacques Jacques From: Jacopo Cappellato [EMAIL PROTECTED] And it would be cool if the styles of the Entity Data

Re: Application security labels defined in framework

2008-07-09 Thread Bruno Busco
Trying to work out how to move application related labels that are now located in ofbiz\framework\security\config\SecurityEntityLabels.xml I found out that in screen https://demo.hotwaxmedia.com/partymgr/control/FindSecurityGroup the descriptions are always displayed in english regardless of the

Re: new SFA system

2008-07-09 Thread mailinglist
hi Hans, This is exactly what I am looking for. Maybe a bit more in terms of forecasting, campaign management and other general CRM stuff. Not sure if Quotes/Proposals/Approvals is considered SFA in Ofbiz world but its something I would like to build. How much of what’s listed has been achieved so

Re: new SFA system

2008-07-09 Thread Hans Bakker
Sure Milind, we can always use help. Please have a look at the Jira issues and the design document. The links are on the sfa homepage: https://localhost:8443/sfa Please let us know where you want to be working on Regards, Hans On Wed, 2008-07-09 at 15:45 -0600, [EMAIL PROTECTED] wrote:

Re: Bad Component Dependency

2008-07-09 Thread Ashish Vijaywargiya
+1. Specialpurpose component will always be treated as the DERIVED one. So no way for applications component to be dependent on the specialpurpose components. -- Ashish On Mon, Jul 7, 2008 at 3:16 PM, Jacques Le Roux [EMAIL PROTECTED] wrote: From: David E Jones [EMAIL PROTECTED] On Jul 7,