Re: svn commit: r756001 - in /ofbiz/trunk: applications/order/config/ applications/order/entitydef/ applications/order/servicedef/ applications/order/webapp/ordermgr/WEB-INF/ applications/order/webapp

2009-03-19 Thread Vikas Mayur
no problemo! Uploaded the patch at https://issues.apache.org/jira/browse/OFBIZ-2245 Vikas On Mar 20, 2009, at 1:19 AM, Jacques Le Roux wrote: Sorry Vikas, But as you see I'd have to wrap the lines :/ And I have more interesting things to do :p Just add a patch to the related Jira issue pleas

[jira] Updated: (OFBIZ-2245) New labels introduced in common component, part of OFBIZ-2224

2009-03-19 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur updated OFBIZ-2245: --- Attachment: label.patch > New labels introduced in common component, part of OFBIZ-2224 > ---

[jira] Created: (OFBIZ-2245) New labels introduced in common component, part of OFBIZ-2224

2009-03-19 Thread Vikas Mayur (JIRA)
New labels introduced in common component, part of OFBIZ-2224 - Key: OFBIZ-2245 URL: https://issues.apache.org/jira/browse/OFBIZ-2245 Project: OFBiz Issue Type: New Feature

[jira] Commented: (OFBIZ-1235) Create the theme for the form widget

2009-03-19 Thread WeizhanGuo (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683730#action_12683730 ] WeizhanGuo commented on OFBIZ-1235: --- The answer is yes. I'm completing the ftl macro and

Re: Why "never-cache" on OrderHeader and OrderItem?

2009-03-19 Thread David E Jones
Interesting. Are you running into performance problems with that or something? The reason I ask is because this doesn't seem to meet the criteria for being a good use of a cache. Read versus write frequency: More reads than writes, but it's not clear if it's enough for a +1 on this; usu

Re: Why "never-cache" on OrderHeader and OrderItem?

2009-03-19 Thread David E Jones
On Mar 19, 2009, at 7:03 PM, Adam Heath wrote: David E Jones wrote: On Mar 19, 2009, at 3:04 PM, Adam Heath wrote: David E Jones wrote: Stepping back a little, why do you want to cache data from those entities? Two steps forward, one step back Why would you *not* want to? Sorry, I

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread Adam Heath
Adrian Crum wrote: > It's not really a protocol - it is only used inside code. > > Your idea is interesting, and would make coding simpler. So, would the > end result be that the resource loader would "know" what to do with > component:// resources? No, I'm thinking along the lines of being able

Re: Why "never-cache" on OrderHeader and OrderItem?

2009-03-19 Thread Adam Heath
David E Jones wrote: > > On Mar 19, 2009, at 3:04 PM, Adam Heath wrote: > >> David E Jones wrote: >>> Stepping back a little, why do you want to cache data from those >>> entities? >> >> Two steps forward, one step back >> >> Why would you *not* want to? > > Sorry, I asked first and I want t

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread Jacques Le Roux
Thanks for compliments Ashish, https://issues.apache.org/jira/browse/OFBIZ-2243 is another beast. But I think I have a good strategy for that one too now. I will let it roll tomorrow, each day its pains and its pleasures :D Jacques From: "Ashish Vijaywargiya" Thanks Jacques for your fast tur

Re: Why "never-cache" on OrderHeader and OrderItem?

2009-03-19 Thread Al Byers
We are modeling the delivery of online exams using OrderHeader and OrderItem. The client needs to check often to see if the statusId has been changed by the supervisor. Would we be better off to create another entity, keyed by orderId and orderItemSeqId, just for this purpose? -Al On Thu, Mar 19

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread Adrian Crum
It's not really a protocol - it is only used inside code. Your idea is interesting, and would make coding simpler. So, would the end result be that the resource loader would "know" what to do with component:// resources? -Adrian Adam Heath wrote: David E Jones wrote: It should be supported

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread David E Jones
On Mar 19, 2009, at 3:06 PM, Adam Heath wrote: David E Jones wrote: It should be supported now, but yeah it would be a good idea to test it before doing a mass change. And yes, a mass change there would be great too. Once those are done we could probably remove the ${component-dir}/ sc

Re: Why "never-cache" on OrderHeader and OrderItem?

2009-03-19 Thread David E Jones
On Mar 19, 2009, at 3:04 PM, Adam Heath wrote: David E Jones wrote: Stepping back a little, why do you want to cache data from those entities? Two steps forward, one step back Why would you *not* want to? Sorry, I asked first and I want to hear someone's understand of when it's act

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread Adam Heath
David E Jones wrote: > > It should be supported now, but yeah it would be a good idea to test it > before doing a mass change. And yes, a mass change there would be great > too. > > Once those are done we could probably remove the ${component-dir}/script > directory from the classpath. Hmm, sort

Re: Why "never-cache" on OrderHeader and OrderItem?

2009-03-19 Thread Adam Heath
David E Jones wrote: > Stepping back a little, why do you want to cache data from those entities? Two steps forward, one step back Why would you *not* want to?

Re: Why "never-cache" on OrderHeader and OrderItem?

2009-03-19 Thread David E Jones
Stepping back a little, why do you want to cache data from those entities? -David On Mar 19, 2009, at 11:13 AM, Al Byers wrote: I am moving this post to dev because I see that "extend-entity" does not call populateBasicInfo in ModelEntity. I am guessing that there are properties that yo

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread David E Jones
It should be supported now, but yeah it would be a good idea to test it before doing a mass change. And yes, a mass change there would be great too. Once those are done we could probably remove the ${component-dir}/ script directory from the classpath. -David On Mar 19, 2009, at 8:07 A

Re: svn commit: r756001 - in /ofbiz/trunk: applications/order/config/ applications/order/entitydef/ applications/order/servicedef/ applications/order/webapp/ordermgr/WEB-INF/ applications/order/webapp

2009-03-19 Thread Jacques Le Roux
Sorry Vikas, But as you see I'd have to wrap the lines :/ And I have more interesting things to do :p Just add a patch to the related Jira issue please Jacques From: "Vikas Mayur" Thanks Jacques! I have done few changes in rev. 756134 and to make them work, would require to commit following

Re: svn commit: r756001 - in /ofbiz/trunk: applications/order/config/ applications/order/entitydef/ applications/order/servicedef/ applications/order/webapp/ordermgr/WEB-INF/ applications/order/webapp

2009-03-19 Thread Vikas Mayur
Thanks Jacques! I have done few changes in rev. 756134 and to make them work, would require to commit following changes. I would appreciate if you can take a lead :) This is a small change, so not opening any new jira issue. Index: framework/common/config/CommonUiLabels.xml ==

[jira] Commented: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683553#action_12683553 ] Jacques Le Roux commented on OFBIZ-2243: No finally, to be secure, I will generate

[jira] Commented: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683550#action_12683550 ] Jacques Le Roux commented on OFBIZ-2243: This is not enough, as explained in revisi

Re: Ordermgr : Confusion in Dates

2009-03-19 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please ask on the user mailing list this the design(dev) mailing list Divesh Dutta sent the following on 3/19/2009 8:26 AM: > Hello All, > I have little confusion regarding the dates which are used in > OFBiz. For example : > 1) DesiredDelive

Fwd: Why "never-cache" on OrderHeader and OrderItem?

2009-03-19 Thread Al Byers
I am moving this post to dev because I see that "extend-entity" does not call populateBasicInfo in ModelEntity. I am guessing that there are properties that you do not want overridden in extend-entity, but I would like to override "never-cache". I see that there is a "setNeverCache", but I don't s

Help for implementation of VAT for Germany

2009-03-19 Thread benni23
Hi, I am writing to this list because I am searching for help with the implementation of valid VAT handling in Ofbiz according to German requirements. I found that Ofbiz (I use the latest version in the trunk) can be configured to show prices including VAT but as far as I can tell there are open

[jira] Commented: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683508#action_12683508 ] Jacques Le Roux commented on OFBIZ-2243: Of course there were flaws, the expression

[jira] Commented: (OFBIZ-2231) Escaped ampersands in xml import need to be reencoded

2009-03-19 Thread Stephen Rufle (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683496#action_12683496 ] Stephen Rufle commented on OFBIZ-2231: -- When the following PostalAddress {code:xml}

Ordermgr : Confusion in Dates

2009-03-19 Thread Divesh Dutta
Hello All, I have little confusion regarding the dates which are used in OFBiz. For example : 1) DesiredDeliveryDate which is asked to user , while creating an Purchase Order . Result : When Order is created then, this date is saved in estimatedDeliveryDate in OrderItem. 2) While e

[jira] Commented: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683478#action_12683478 ] Jacques Le Roux commented on OFBIZ-2243: I removed the patch since something modife

[jira] Updated: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-2243: --- Attachment: (was: OFBIZ-2243.patch) > In hyperlink and sub-hyperlink elements, replacemen

[jira] Updated: (OFBIZ-2243) In hyperlink and sub-hyperlink elements, replacement of target parameters by parameter sub-elements

2009-03-19 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-2243: --- Description: This issue is intended to replace, in all hyperlink and sub-hyperlink elements

Re: svn commit: r756001 - in /ofbiz/trunk: applications/order/config/ applications/order/entitydef/ applications/order/servicedef/ applications/order/webapp/ordermgr/WEB-INF/ applications/order/webapp

2009-03-19 Thread Jacques Le Roux
+1 for CommonHigh, CommonLow etc. Jacques From: Author: mor Date: Thu Mar 19 13:58:08 2009 New Revision: 756001 URL: http://svn.apache.org/viewvc?rev=756001&view=rev Log: Another new feature from Pranay and Co. Now Order reservation can be changed manually by setting priority (new field prior

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread Jacques Le Roux
Ashish, Looks like a good idea, but I'm not sure FTTOMH We would have to look at controller code... Jacques From: "Ashish Vijaywargiya" Jacques, Do we need to change the same thing in controller.xml ? For ex : WDYT ? -- Ashish Jacques Le Roux wrote: Done at revision: 755977 Jacques

[jira] Closed: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-2224. -- Resolution: Fixed Thanks Pratik and Pranay! Patch is in trunk rev. 756001 (with slight modification to

[jira] Commented: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683471#action_12683471 ] Vikas Mayur commented on OFBIZ-2224: BTW, http://docs.ofbiz.org/display/OFBADMIN/OFBiz+

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread Ashish Vijaywargiya
Jacques, Do we need to change the same thing in controller.xml ? For ex : path="org/ofbiz/ecommerce/customer/CustomerEvents.xml" invoke="processCustomerSettings"/> WDYT ? -- Ashish Jacques Le Roux wrote: Done at revision: 755977 Jacques From: "David E Jones" This would be great to ha

[jira] Commented: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683464#action_12683464 ] Ashish Vijaywargiya commented on OFBIZ-2224: Pranay that sentence was only to g

[jira] Commented: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683461#action_12683461 ] Pranay Pandey commented on OFBIZ-2224: -- My intention was the same Ashish, BTW last upd

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread Ashish Vijaywargiya
Thanks Jacques for your fast turn around on this. I am impressed from it :-). -- Ashish Jacques Le Roux wrote: Done at revision: 755977 Jacques From: "David E Jones" This would be great to have done before the release. It would allow us to get a LOT of stuff off the classpath, which ca

[jira] Commented: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683460#action_12683460 ] Ashish Vijaywargiya commented on OFBIZ-2224: identifying the right patch. --> i

[jira] Commented: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683458#action_12683458 ] Pranay Pandey commented on OFBIZ-2224: -- Thanks Pratik for updated patch, Just to let y

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-03-19 Thread Jacques Le Roux
Done at revision: 755977 Jacques From: "David E Jones" This would be great to have done before the release. It would allow us to get a LOT of stuff off the classpath, which can be a painful part of deployment. -David On Mar 18, 2009, at 11:28 AM, Jacques Le Roux wrote: I had a close

[jira] Updated: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Pratik Khera (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pratik Khera updated OFBIZ-2224: Attachment: OFBIZ-2224.patch Thanks , Pranay and Vikas for providing your suggestions.This is the u

[jira] Commented: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683399#action_12683399 ] Vikas Mayur commented on OFBIZ-2224: Thanks Pranay for reviewing and testing this patch

[jira] Commented: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683401#action_12683401 ] Pranay Pandey commented on OFBIZ-2224: -- Thanks Vikas for improvement suggestions. I wi

[jira] Commented: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683397#action_12683397 ] Vikas Mayur commented on OFBIZ-2224: Pratik, Their are still conflicts in few files.

[jira] Assigned: (OFBIZ-2224) Setting priority of orders on inventory allocation so that other orders are fulfilled while waiting for sufficient inventory to fill the large sales order

2009-03-19 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2224: -- Assignee: Vikas Mayur > Setting priority of orders on inventory allocation so that other orders

[jira] Commented: (OFBIZ-1235) Create the theme for the form widget

2009-03-19 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683360#action_12683360 ] Jacopo Cappellato commented on OFBIZ-1235: -- Hi Guo, just to be sure I understand

Fw: svn commit: r755864 - /ofbiz/trunk/build.xml

2009-03-19 Thread Jacques Le Roux
Forwarding to dev ML, hopefully Adam will catch it Jacques From: "Hans Bakker" You are welcome Jacqueshowever Could Adam complete the description for the test targets? I just put a "?" in there so they show up. On Thu, 2009-03-19 at 08:46 +0100, Jacques Le Roux wrote: Thanks Hans

Re: svn commit: r755864 - /ofbiz/trunk/build.xml

2009-03-19 Thread Jacques Le Roux
Thanks Hans! Jacques From: Author: hansbak Date: Thu Mar 19 07:27:13 2009 New Revision: 755864 URL: http://svn.apache.org/viewvc?rev=755864&view=rev Log: added some more descriptions so all targets are listed with the './ant -p' or './ant -projecthelp' command Modified: ofbiz/trunk/build