[jira] Closed: (OFBIZ-2233) If Inventory Mover finds needed inventory in another location then he can do a quick Stock Move for that inventory from the higher shelf to the main pick location

2009-04-13 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-2233. -- Resolution: Fixed Thanks Divesh, Your patch is in trunk rev. 764685 > If Inventory Mover finds needed

[jira] Assigned: (OFBIZ-2276) Internationalization of "Click here For Field Lookup" written in alt attribute of img element.

2009-04-13 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2276: -- Assignee: Vikas Mayur > Internationalization of "Click here For Field Lookup" written in alt

[jira] Updated: (OFBIZ-2233) If Inventory Mover finds needed inventory in another location then he can do a quick Stock Move for that inventory from the higher shelf to the main pick location

2009-04-13 Thread Divesh Dutta (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divesh Dutta updated OFBIZ-2233: Attachment: ofbiz-2233.patch > If Inventory Mover finds needed inventory in another location then h

Re: EntityCondition Question

2009-04-13 Thread Joe Eckard
I think in that case it will try and convert the string 'minimumStock' to a value. On Apr 13, 2009, at 5:39 PM, Stephen Rufle wrote: I am not sure you need the EntityFieldValue.makeFieldValue('minimumStock'). Could it be havingCondition = EntityCondition.makeCondition('availableToPromiseT

Re: EntityCondition Question

2009-04-13 Thread Joe Eckard
Right, the warning is somewhat irrelevant - I'm attempting to compare a field to another field, not a value - I was just wondering if there was a nicer way to do it. On Apr 13, 2009, at 5:38 PM, Adrian Crum wrote: It is saying that one of your operator data types doesn't match the database

Re: EntityCondition Question

2009-04-13 Thread Stephen Rufle
I am not sure you need the EntityFieldValue.makeFieldValue('minimumStock'). Could it be havingCondition = EntityCondition.makeCondition('availableToPromiseTotal', EntityOperator.LESS_THAN_EQUAL_TO, 'minimumStock'); which would end up calling org.ofbiz.entity.condition.EntityCondition.makeCondit

Re: EntityCondition Question

2009-04-13 Thread Adrian Crum
It is saying that one of your operator data types doesn't match the database data type. Make sure you're comparing a BigDecimal to a BigDecimal. -Adrian Joe Eckard wrote: What is the correct way to create a "having" condition that compares two fields? For example: HAVING available_to_pro

EntityCondition Question

2009-04-13 Thread Joe Eckard
What is the correct way to create a "having" condition that compares two fields? For example: HAVING available_to_promise_total <= minimum_stock ; I can use: havingCondition = EntityCondition.makeCondition('availableToPromiseTotal', EntityOperator.LESS_THAN_EQUAL_TO, EntityFiel

Re: Apache OFBiz Community Building Tour - Mid-western USA, April 2009

2009-04-13 Thread Jacques Le Roux
"collaboration among competitors." that sounds really good to me... Fair-play ! Thank you guys (both Brainfood and HWM) Jacques From: "David E Jones" That'd be great Ean. I've been wanting to visit the Brainfood lair for a while, and that was part of my motivation for including Dallas. BTW

Re: Apache OFBiz Community Building Tour - Mid-western USA, April 2009

2009-04-13 Thread David E Jones
That'd be great Ean. I've been wanting to visit the Brainfood lair for a while, and that was part of my motivation for including Dallas. BTW, kudos and thanks for the design work you guys did for the new OFBiz site. That was a great "collaboration among competitors." -David On Apr 13, 2

Re: Apache OFBiz Community Building Tour - Mid-western USA, April 2009

2009-04-13 Thread Ean Schuessler
Hi David. I would be interested in putting together a talk with some of our customers here for sure. - "David E Jones" wrote: > As a follow-on to the April release branch, and to help encourage > community growth and participation for Apache OFBiz, I'm planning a > tour of the Mid-western

Apache OFBiz Community Building Tour - Mid-western USA, April 2009

2009-04-13 Thread David E Jones
As a follow-on to the April release branch, and to help encourage community growth and participation for Apache OFBiz, I'm planning a tour of the Mid-western United States. As part of this tour I'd like to visit with individuals and organizations who are current and prospective users, contr

Re: svn commit: r764527 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/string/FlexibleStringExpander.java example/config/ExampleUiLabels.xml example/widget/example/FormWidgetExampleForms.xm

2009-04-13 Thread Jacques Le Roux
Cool, thanks Adrian! Jacques From: Author: adrianc Date: Mon Apr 13 16:56:06 2009 New Revision: 764527 URL: http://svn.apache.org/viewvc?rev=764527&view=rev Log: Added expression escaping to FlexibleStringExpander.java, and put some examples in the Example component. Modified: ofbiz/tru

[jira] Commented: (OFBIZ-2260) Secure URLs in Freemarker templates files

2009-04-13 Thread Rohit Sureka (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698370#action_12698370 ] Rohit Sureka commented on OFBIZ-2260: - There is another URL: https://www.example.com/f

[jira] Commented: (OFBIZ-968) Show phone numbers in EditPartyClassificationGroupParties

2009-04-13 Thread lapog asalak (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698368#action_12698368 ] lapog asalak commented on OFBIZ-968: hai, I'm working on this issue showing phone nu

[jira] Updated: (OFBIZ-2233) If Inventory Mover finds needed inventory in another location then he can do a quick Stock Move for that inventory from the higher shelf to the main pick location

2009-04-13 Thread Divesh Dutta (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divesh Dutta updated OFBIZ-2233: Attachment: ofbiz-2233.patch Hello Vikas, Thanks again for your keen review and suggestion