Re: How to include parameters into UiLabels strings?

2008-07-03 Thread Bruno Busco
Thank you very much for your suggestions, I have been able to answer you only now... The issue, i think, is not related to the availability of the information in the context, the two variables are already defined in the context. The problem I have is that the UI label rendering should do a double

[jira] Created: (OFBIZ-1860) Problem with create order from quote

2008-07-03 Thread Thanakrit (JIRA)
Problem with create order from quote Key: OFBIZ-1860 URL: https://issues.apache.org/jira/browse/OFBIZ-1860 Project: OFBiz Issue Type: Bug Components: order Affects Versions: SVN trunk

[jira] Updated: (OFBIZ-1860) Problem with create order from quote

2008-07-03 Thread Thanakrit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thanakrit updated OFBIZ-1860: - Attachment: QuoteItem.patch Problem with create order from quote

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread Bruno Busco
So the only solution is to split the strings and have the ${} into the ftl ? It is not the case to think to implement an iterative strings rendering until no more ${} are found? (this is why I used dev ml) This would also solve the issue that splitting the sentence in several labels it is

[jira] Commented: (OFBIZ-1860) Problem with create order from quote

2008-07-03 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610159#action_12610159 ] David E. Jones commented on OFBIZ-1860: --- I don't think those fields belong on the

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

2008-07-03 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 Uploading the updated patch for

Re: VAT - tax authority

2008-07-03 Thread Jacopo Cappellato
This is an interesting thread. I'd suggest, before we start to discuss how to change the data model, to go one step back and properly define all the requirements relevant for VAT tax calculation. I am sure others will be interested in adding their comments. As soon as we have defined a list

Re: VAT - tax authority

2008-07-03 Thread Jacopo Cappellato
What is the meaning of WU? Jacopo On Jul 3, 2008, at 3:37 PM, Marek Mosiewicz wrote: - Original Message - From: Jacopo Cappellato [EMAIL PROTECTED] To: dev@ofbiz.apache.org Sent: Thursday, July 03, 2008 12:27 PM Subject: Re: VAT - tax authority This is an interesting thread.

Re: svn commit: r673640 - /ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels.xml

2008-07-03 Thread Adrian Crum
Jacques, This is the subject that was discussed a while ago - where existing UI labels are redefined in other components. David's opinion was that this practice should be avoided. I mentioned that I would go through the Asset Maintenance UI labels and remove the redefinitions. I haven't had

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread Adrian Crum
No, that is not the only solution. Did you read my previous reply? -Adrian Bruno Busco wrote: So the only solution is to split the strings and have the ${} into the ftl ? It is not the case to think to implement an iterative strings rendering until no more ${} are found? (this is why I used

Re: svn commit: r673673 - in /ofbiz/trunk: framework/common/config/ specialpurpose/mypage/ specialpurpose/mypage/data/ specialpurpose/mypage/script/org/ specialpurpose/mypage/script/org/ofbiz/ special

2008-07-03 Thread Adrian Crum
Hans, This is great! An excellent use of user preferences. -Adrian [EMAIL PROTECTED] wrote: Author: hansbak Date: Thu Jul 3 06:18:53 2008 New Revision: 673673 URL: http://svn.apache.org/viewvc?rev=673673view=rev Log: various mypage enhancements including user configurable main screen

Re: VAT - tax authority

2008-07-03 Thread Jacques Le Roux
From: Roland [EMAIL PROTECTED] Hi all, see inline... On Thursday 03 July 2008 15:37, Marek Mosiewicz wrote: Algorithm: if seller is VAT aware seller if byuer is from my country take vat% from product category if buyer is from EU and is valid VAT company

Re: svn commit: r673640 - /ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels.xml

2008-07-03 Thread Jacques Le Roux
Yes, we agreed with David's opinion and nobody was against. I remember well this discussion here is the post http://www.nabble.com/forum/Permalink.jtp?root=17313828post=17325705page=y Here are some related links (mostly for me, to retrieve them later easiler if needed)

[jira] Commented: (OFBIZ-1427) Modal windows require keyboard and mouse

2008-07-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610308#action_12610308 ] Jacques Le Roux commented on OFBIZ-1427: I have added the virtual keyboard in Paid

Re: svn commit: r673640 - /ofbiz/trunk/specialpurpose/assetmaint/config/AssetMaintUiLabels.xml

2008-07-03 Thread Jacques Le Roux
Mmm, I just thought that maybe Bruno's python script is not relevant anymore if it uses a components hierachy in its algorithm... Bruno ? Jacques From: Jacques Le Roux [EMAIL PROTECTED] Yes, we agreed with David's opinion and nobody was against. I remember well this discussion here is the

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread BJ Freeman
Ok sorry now it makes sense. my languages are limited but like in spanish the sentence structure is different than english so the placement of the variables would be different. so the approach have the $() in the uilabels files is what you are suggesting. Bruno Busco sent the following on

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread Bruno Busco
Adrian, yes I did read your solution and now I have also tested and solved the problem. Thank you. BTW, since this is something that will happen more than once (above all if we replace some splitted english-ordered sentences with a whole label) I ask for a best practice to do it. I propose the

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread BJ Freeman
would not uiLabelMap.ProductOnlyShowingFirstN be enough in the ftl without the set field=uiLabelMap_ProductOnlyShowingFirstN value=${uiLabelMap.ProductOnlyShowingFirstN}/ Bruno Busco sent the following on 7/3/2008 12:00 PM: Adrian, yes I did read your solution and now I have also tested and

XUI is dead, long life to ARIA

2008-07-03 Thread Jacques Le Roux
Hi, FYI, we agreed today with Luan, that he will try to increase ARIA community size before being a candidate for poddling. He will then come back to us and we will then reallly begin to help them to get through the incubator process. Jacques From: Jacques Le Roux [EMAIL PROTECTED] Typo

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread Adrian Crum
Keep it simple: set field=ProductOnlyShowingFirstN value=${uiLabelMap.ProductOnlyShowingFirstN}/ and ${ProductOnlyShowingFirstN} -Adrian Bruno Busco wrote: Adrian, yes I did read your solution and now I have also tested and solved the problem. Thank you. BTW, since this is something that

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread Bruno Busco
Agreed! Thank you! 2008/7/3 Adrian Crum [EMAIL PROTECTED]: Keep it simple: set field=ProductOnlyShowingFirstN value=${uiLabelMap.ProductOnlyShowingFirstN}/ and ${ProductOnlyShowingFirstN} -Adrian Bruno Busco wrote: Adrian, yes I did read your solution and now I have also tested

Re: XUI is dead, long life to ARIA

2008-07-03 Thread Jacopo Cappellato
In the meantime, they should really start to do the license switch to ASL2.0 That will simplify everything... and it is much easier to do now that the community is still small. Jacopo On Jul 3, 2008, at 9:40 PM, Jacques Le Roux wrote: Hi, FYI, we agreed today with Luan, that he will try

Re: XUI is dead, long life to ARIA

2008-07-03 Thread Jacques Le Roux
Thanks for advice Jacopo, I will relay Jacques From: Jacopo Cappellato [EMAIL PROTECTED] In the meantime, they should really start to do the license switch to ASL2.0 That will simplify everything... and it is much easier to do now that the community is still small. Jacopo On Jul 3,

[jira] Closed: (OFBIZ-1851) Sandbox: Fixed Asset Meter Reading Improvement

2008-07-03 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1851. -- Resolution: Fixed Fixed, rev 673842. Sandbox: Fixed Asset Meter Reading Improvement

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread BJ Freeman
wouldn't be easier to change the rendering code instead of doing this for every line that has split labels with variables. just seems more of a quick fix but not a solution\ Adrian Crum sent the following on 7/3/2008 12:42 PM: Keep it simple: set field=ProductOnlyShowingFirstN

Re: How to include parameters into UiLabels strings?

2008-07-03 Thread Adrian Crum
Doing so would require a change to the Freemarker code. It would be worth looking into. -Adrian BJ Freeman wrote: wouldn't be easier to change the rendering code instead of doing this for every line that has split labels with variables. just seems more of a quick fix but not a solution\