Re: Discussion: More UI Layout Best Practices

2008-07-08 Thread Jacques Le Roux
From: Bruno Busco [EMAIL PROTECTED] I agree with these guidelines also (only title, expand/collapse button and optional help link in the screenlet title bar and the submit at the bottom). +1 Moreover I am thinking to a general FindScreen standard layout and functional improvement that I

[jira] Commented: (OFBIZ-1864) New and improved Italian labels

2008-07-08 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611491#action_12611491 ] Jacques Le Roux commented on OFBIZ-1864: Bruno, I have commited your patch in

[jira] Commented: (OFBIZ-1864) New and improved Italian labels

2008-07-08 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611492#action_12611492 ] Jacques Le Roux commented on OFBIZ-1864: Adrian, Have you an idea why it's like

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

2008-07-08 Thread Mridul Pathak (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Pathak updated OFBIZ-1847: - Attachment: AjaxAutoCompleteDropDown_Improvements.patch Updated patch with some more

[jira] Created: (OFBIZ-1865) Not able to deploy in tomcat 6 in windows

2008-07-08 Thread suresh (JIRA)
Not able to deploy in tomcat 6 in windows - Key: OFBIZ-1865 URL: https://issues.apache.org/jira/browse/OFBIZ-1865 Project: OFBiz Issue Type: Bug Environment: windows Xp Reporter:

[jira] Closed: (OFBIZ-1863) Upgrade to Tomcat 6.0.16

2008-07-08 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1863. Resolution: Fixed everything should be ok in rev. 674776 Upgrade to Tomcat 6.0.16

[jira] Closed: (OFBIZ-1865) Not able to deploy in tomcat 6 in windows

2008-07-08 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1865. Resolution: Invalid please send a message to [EMAIL PROTECTED] Not able to deploy in

[jira] Created: (OFBIZ-1866) Problems in order items cancellation and update

2008-07-08 Thread Rashko Rejmer (JIRA)
Problems in order items cancellation and update --- Key: OFBIZ-1866 URL: https://issues.apache.org/jira/browse/OFBIZ-1866 Project: OFBiz Issue Type: Bug Components: order Affects

[jira] Updated: (OFBIZ-1866) Problems in order items cancellation and update

2008-07-08 Thread Rashko Rejmer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rashko Rejmer updated OFBIZ-1866: - Attachment: order_update__cancellation.patch This patch fixes first 3 points. Problems in

Re: Discussion: More UI Layout Best Practices

2008-07-08 Thread Adrian Crum
David E Jones wrote: BTW, on style: the dark blue headers on these are a little bit... well... heavy might be the right word. If anyone want to play with making this prettier maybe something lighter would be nice, but that's really another topic and anyone with a text editor and a basic

Re: Discussion: More UI Layout Best Practices

2008-07-08 Thread Adrian Crum
David E Jones wrote: One interesting thing that I think is okay (but not great) in the header bar is wizard progress links, like in the checkout process in the order manager. Still, even that would be better as buttons with arrows pointing to the right between them or something, and just below

[jira] Commented: (OFBIZ-1862) Modified receipts print for a PREP template

2008-07-08 Thread Branden Strickland (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611644#action_12611644 ] Branden Strickland commented on OFBIZ-1862: --- I must admit, the four spaces thing

Re: Discussion: More UI Layout Best Practices

2008-07-08 Thread Hans Bakker
talking about preferences feature...wouldn't it be nice if the screenlet collapse is automatically remembered per user.. On Tue, 2008-07-08 at 07:20 -0700, Adrian Crum wrote: David E Jones wrote: BTW, on style: the dark blue headers on these are a little bit... well... heavy might be

Re: Discussion: More UI Layout Best Practices

2008-07-08 Thread Adrian Crum
Hans Bakker wrote: talking about preferences feature...wouldn't it be nice if the screenlet collapse is automatically remembered per user.. It depends upon the screenlet. In some cases that might be unexpected behavior. In other words, users might expect a screenlet to be expanded until

[jira] Commented: (OFBIZ-1862) Modified receipts print for a PREP template

2008-07-08 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611670#action_12611670 ] Jacques Le Roux commented on OFBIZ-1862: Branden just think about that : iIf

Re: Discussion: More UI Layout Best Practices

2008-07-08 Thread Anil Patel
Sometime back I discussed similar things with Andrew and Tim at that time they suggested to instead integrate Portal server into Ofbiz and have portal server manage all that. I liked it because then we are more in line with industry standards. Regards Anil Patel On Jul 8, 2008, at 11:31

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

2008-07-08 Thread Adrian Crum
Or have resource defined in a static class that all these other classes reference: output.print(UtilProperties.getMessage(PosSettings.resource, Validating, defaultLocale)); -Adrian [EMAIL PROTECTED] wrote: Author: jleroux Date: Tue Jul 8 07:04:16 2008 New Revision: 674829 URL:

Re: Discussion: More UI Layout Best Practices

2008-07-08 Thread Adrian Crum
An interesting idea, but it looks like it overlaps a lot of the OFBiz framework. I believe Apache Directory would be be more appropriate. -Adrian Anil Patel wrote: Sometime back I discussed similar things with Andrew and Tim at that time they suggested to instead integrate Portal server into

[jira] Updated: (OFBIZ-1843) Suppress stack traces on front end due to errors in ftl files

2008-07-08 Thread Ray Barlow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ray Barlow updated OFBIZ-1843: -- Attachment: OFBIZ-1843.patch Updated patch to latest trunk version due to changes in the

[jira] Assigned: (OFBIZ-1843) Suppress stack traces on front end due to errors in ftl files

2008-07-08 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-1843: -- Assignee: Adrian Crum Suppress stack traces on front end due to errors in ftl files

[jira] Updated: (OFBIZ-1843) Suppress stack traces on front end due to errors in ftl files

2008-07-08 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1843: --- Priority: Minor (was: Major) This looks good. One problem though - the patch assumes FreeMarker is

Re: Discussion: More UI Layout Best Practices

2008-07-08 Thread Anil Patel
I did not understand how Apache Directory is more appropriate. What I mean is, There is UI behavior improvements that can be implemented in ofbiz. Significant chunk of it comes as part of Portal server implementation. Like its will be lot nicer if we did Party Profile type page in Portal.

[jira] Commented: (OFBIZ-416) Preliminary implementation of GST/VAT for review

2008-07-08 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611839#action_12611839 ] Jacques Le Roux commented on OFBIZ-416: --- David, I have no intention to deal with tax

Entity data maintenance (UI best practices)

2008-07-08 Thread Jacques Le Roux
Hi, I was looking at an entity (OrderAdjustment) in Entity Data Maintenance. Don't you think it was really better when we had vertical separators for columns (have a look at release4.0) ? It's really hard to find columns separations. Would it be a big task to put them back ? I don't know if

Re: Entity data maintenance (UI best practices)

2008-07-08 Thread Adrian Crum
While we are at it, lets make the Find options a collapsible screenlet. -Adrian Jacques Le Roux wrote: Hi, I was looking at an entity (OrderAdjustment) in Entity Data Maintenance. Don't you think it was really better when we had vertical separators for columns (have a look at release4.0) ?

Press Release for ApacheCon USA 2008 - Featuring the OFBiz Symposium

2008-07-08 Thread David E Jones
The press release for ApacheCon USA 2008 is now out: http://www.businesswire.com/portal/site/home/news/sections/?ndmViewId=news_viewnewsLang=ennewsId=20080708005856 The registration is also now open: http://us.apachecon.com/c/acus2008/ Please note how much OFBiz is mentioned in these. It's

Application security labels defined in framework

2008-07-08 Thread Bruno Busco
Hi, while browsing through labels adding translations I found the following: In ofbiz\framework\security\config\SecurityEntityLabels.xml there are lots of applications related labels like: property key=SecurityGroup.description.CATALOGADMIN value xml:lang=enCatalog Admin group, has

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

2008-07-08 Thread Mridul Pathak (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Pathak updated OFBIZ-1847: - Attachment: AjaxAutoCompleteDropDown_Improvements.patch Updated Patch. Forgot to include