Re: Order Sequence

2012-05-17 Thread Ankit Jain
SequenceValueItem is the entity where you can set sequence id for an entity as SO and PO stored in same entity OrderHeader so you can't change on the basis of OrderType. Regards, Ankit Jain On Fri, May 18, 2012 at 2:34 AM, Venkat Mangudi wrote: > On Fri, May 18, 2012 at 10:52 AM, Surya Kusuma

Re: Order Sequence

2012-05-17 Thread 李明洋
my solution is storing the purchase order in another table. 2012/5/18 Venkat Mangudi > On Fri, May 18, 2012 at 10:52 AM, Surya Kusumakar < > kusumakar.of...@gmail.com > > wrote: > > > Hi Venkat, > > > > For Sales order you can set your preference in Accounting Preferences > field > > : Order Id

Re: Order Sequence

2012-05-17 Thread Venkat Mangudi
On Fri, May 18, 2012 at 10:52 AM, Surya Kusumakar wrote: > Hi Venkat, > > For Sales order you can set your preference in Accounting Preferences field > : Order Id Prefix. So all the Sales order numbers will start with your > preferred prefix, like : BMP11 . Also you can set preference for ord

Re: how to use ofBiz service in .Net application?

2012-05-17 Thread devalpatel
Hi all, Finally, I have resolved the .Net - ofBiz webservice communication issue by using following way : 1) In ofBiz, the call for .Net was successful and response also received successfully. 2) The problem was such that, while calling ofBiz service from .Net app...the response was recieved was

Re: Adding Apache OFBiz on page "Comparison of web application frameworks" -> http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

2012-05-17 Thread Ashish Vijaywargiya
Thanks everyone!!! This is now complete -> http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks -- Inside "Java based framework table" Apache OFBiz occupied first position & inside "framework Comparison table" OFBiz occupied third position. :-) -- Kind Regards Ashish Vijaywa

Re: Order Sequence

2012-05-17 Thread Surya Kusumakar
Hi Venkat, For Sales order you can set your preference in Accounting Preferences field : Order Id Prefix. So all the Sales order numbers will start with your preferred prefix, like : BMP11 . Also you can set preference for order sequence from Accounting preferences. -- Thanks & Regards Surya

Order Sequence

2012-05-17 Thread Venkat Mangudi
Sales Order and Purchase Order have a common sequence in ofbiz. I am assuming that this is because there are both stored in the Order table. Is there anyway of giving them separate sequence numbers? -- Regards, Venkat

Re: Unable to install Ofbiz 11.04 on Ubuntu 12.04

2012-05-17 Thread Paul Foxworthy
Hi Sanjeev, Another patch, https://issues.apache.org/jira/browse/OFBIZ-4387, should help. You can see there have been efforts to get the trunk version of OFBiz compiling with other compilers, but they haven't been backported to earlier versions. A complete patch for version 10.04 or 11.04 might

Re: Unable to install Ofbiz 11.04 on Ubuntu 12.04

2012-05-17 Thread Sanjeev Gupta
Thanks Deepak. Learned this the hard way today. I wish installing Oracle JDK was as easy as OpenJDK. Anyhow I finally got myself a neat and clean VMware image of Ofbiz 11.04 on Ubuntu 12.04 with Oracle JDK. And I'll be happy to SHARE if someone needs it - it's about 2.5GB, so would just need to f

Re: Facing problem with Cache behavior

2012-05-17 Thread Ravindra Mandre
Hi Jacques , I am not kidding , facing this problem from last 2 months. Suggested settings are done for production. looks like need to debug more :) On Thu, May 17, 2012 at 10:45 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Are you both kidding? > > https://cwiki.apache.org/*

Re: Facing problem with Cache behavior

2012-05-17 Thread Jacques Le Roux
Are you both kidding? https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide#ApacheOFBizTechnicalProductionSetupGuide-CacheSettings Jacques From: "Mike" This is a great question. I believe that by default the cache settings are "developer friendly"

Re: Adding Apache OFBiz on page "Comparison of web application frameworks" -> http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

2012-05-17 Thread Deepak Agarwal
Like :) On Thu, May 17, 2012 at 12:44 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > +1 > > Jacques > > > Ashish Vijaywargiya wrote: > >> Hello, >> >> I am planning to add Apache OFBiz on >> http://en.wikipedia.org/wiki/**Comparison_of_web_application_**frameworks

Re: Adding Apache OFBiz on page "Comparison of web application frameworks" -> http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

2012-05-17 Thread Jacques Le Roux
+1 Jacques Ashish Vijaywargiya wrote: Hello, I am planning to add Apache OFBiz on http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks. Please let me know if any of you have some concerns. Thanks! smime.p7s Description: S/MIME cryptographic signature

Re: Facing problem with Cache behavior

2012-05-17 Thread Mike
This is a great question. I believe that by default the cache settings are "developer friendly", but I haven't yet seen recommendations for "production friendly" e-commerce settings. On Thu, May 17, 2012 at 3:56 AM, devalpatel wrote: > Hi Deepak, > > Where will i get the recommended productio

Re: Adding Apache OFBiz on page "Comparison of web application frameworks" -> http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

2012-05-17 Thread Mike
You may want to also add OpenERP, which is Python based. On Wed, May 16, 2012 at 11:00 PM, Ashish Vijaywargiya < ashish.vijaywarg...@hotwaxmedia.com> wrote: > Hello, > > I am planning to add Apache OFBiz on http://en.wikipedia.org/wiki/** > Comparison_of_web_application_**frameworks

Re: ATP/QOH does not display value in Inventory item details page

2012-05-17 Thread Integrin
ofbiz.apache.org --> Demo Sites --> 10.04 Release --> Management Apps - Regards On 5/17/12, nadhiya wrote: > Hi shakthi > > I have tried doing the receive inventory for product "Round Gizmo" in the > following trunk-- > https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductInventoryIte

Re: Multitenant, EncryptionKey

2012-05-17 Thread Scott Gray
Hi Carsten, That kek stuff is a very new addition done by Adam, I'm not sure how closely he follows the user list so you may want to raise this up on the dev list or in jira. My understanding though was that kek was an optional feature so this most likely is a bug of some sort. Regards Scott

Re: how to add a value to Map?

2012-05-17 Thread Ankush Upadhyay
Add attribute in service def like type="String" mode="IN" optional="true/false"/> then at the time of calling this service prepare service context with currentCatalogId like serviceMap("currentCatalogId", currentCatalogId); On 05/17/2012 03:24 PM, indela wrote: hi all, i need to send the value

Re: Facing problem with Cache behavior

2012-05-17 Thread Ravindra Mandre
Hi Deepak, Thanks for you reply. I have done general cache setting for all options like widget , menu, screen, groovy etc . all have expire time is 10 seconds. After doing all , facing this problem. Regards Ravindra Mandre Bangalore On Thu, May 17, 2012 at 3:12 PM, Deepak Agarwal wrote: >

Re: ATP/QOH does not display value in Inventory item details page

2012-05-17 Thread nadhiya
Hi shakthi I have tried doing the receive inventory for product "Round Gizmo" in the following trunk-- https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductInventoryItems?productId=GZ-2644., but i dont have permision it says., moreover i doubt if this trunk holds the 10.04 version. Can

Re: Requirements and Purchase Order

2012-05-17 Thread Venkat Mangudi
On Thu, May 17, 2012 at 5:18 PM, Integrin wrote: > Requirements is based on a handful of factors including Min. Stock, > Sales Orders, Sales Forecast, Scheduled Production Run Requirements>; You might want to check these > Checked all of these. Yet it failed to consider qty that was already ord

Re: ATP/QOH does not display value in Inventory item details page

2012-05-17 Thread Integrin
Are you able to reproduce in ofbiz demo site <10.04> to rule out issues in your local environment -Regards Sakthi On 5/17/12, nadhiya wrote: > yes, i have assigned that product to a particular facility where im trying > to > receive the inventory to. CatalogManager --> Facilities --> Add Facilit

Re: Requirements and Purchase Order

2012-05-17 Thread Integrin
Requirements is based on a handful of factors including Min. Stock, Sales Orders, Sales Forecast, Scheduled Production Run ; You might want to check these - Regards Sakthi On 5/17/12, Venkat Mangudi wrote: > MRP created a requirement for a product that already has a previously > closed requireme

Re: Unable to install Ofbiz 11.04 on Ubuntu 12.04

2012-05-17 Thread Deepak Agarwal
Have your sun jdk anywhere . Lets say u have it at : /usr/java/jdk1.6_23/ 'alternatives' command is your buddy here. Issue follow to know your current java installations: *alternatives --display java * * * above will show all the paths which are linked to when you type 'java' Now, lets say you d

Re: Unable to install Ofbiz 11.04 on Ubuntu 12.04

2012-05-17 Thread Deepak Agarwal
w8. don't rebuild. I tell you solution for that too. On Thu, May 17, 2012 at 4:26 PM, Sanjeev Gupta wrote: > Thx for the tip Deepak. > Uninstalling openJDK from Ubuntu is painful, so rebuilding Ubuntu from > scratch to install oracle Java 1.6 > > - > Rgds > Sanjeev > www.sanjeevg.com > @sanje

Re: Facing problem with Cache behavior

2012-05-17 Thread Deepak Agarwal
https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide On Thu, May 17, 2012 at 4:26 PM, devalpatel wrote: > Hi Deepak, > > Where will i get the recommended production setup for cache.properties file > in ofBiz ? > > Means which properties needs to be co

Re: Unable to install Ofbiz 11.04 on Ubuntu 12.04

2012-05-17 Thread Sanjeev Gupta
Thx for the tip Deepak. Uninstalling openJDK from Ubuntu is painful, so rebuilding Ubuntu from scratch to install oracle Java 1.6 - Rgds Sanjeev www.sanjeevg.com @sanjeevgcom -- View this message in context: http://ofbiz.135035.n4.nabble.com/Unable-to-install-Ofbiz-11-04-on-Ubuntu-12-04-tp46

Re: Facing problem with Cache behavior

2012-05-17 Thread devalpatel
Hi Deepak, Where will i get the recommended production setup for cache.properties file in ofBiz ? Means which properties needs to be commented out, and the values for other props ?? or can i use the default setup of cache.properties in production environment ? Regards, Deval -- View this messa

Re: Facing problem with Cache behavior

2012-05-17 Thread Deepak Agarwal
Have you modified framework/base/config/cache.properties , if not have a look at it. On Thu, May 17, 2012 at 2:21 PM, Ravindra Mandre wrote: > Hi all , > > I have a screen on which almost 200 products are shown and to get details > of these products I used Cache true in most of the queries. But f

Facing problem with Cache behavior

2012-05-17 Thread Ravindra Mandre
Hi all , I have a screen on which almost 200 products are shown and to get details of these products I used Cache true in most of the queries. But facing problem with its behavior , if do clear cache then description , product name , internal name all shows correct for listed products but after so

Re: Multitenant, EncryptionKey

2012-05-17 Thread Carsten Schinzer
The issue seems to be the following: Table TenantKeyEncryptingKey has a combined primary key (TenantId,KeyName) while the GenericDelegator constructor attempts a findOne call as follows: baseDelegator.findOne("TenantKeyEncryptingKey", true, "tenantId", getDelegatorTenantId()) Ie. in my understan