Re: Shopping List - Create List reorders

2013-07-10 Thread Varun Bhansaly
ateListReorders' service > would then use this price when adding the shopping list item to the order. > > > > Has anyone had any experience with this? > > Is there an alternative solution? > > > > > > > Len Shein > > lsh...@salmonllc.com > > O: 516.742.7888 x225 > > O: 732.333.4303 > C: 917.882.8515 > > > > -- Regards, Varun Bhansaly

Re: Unwanted OrderStatus when importing

2013-07-09 Thread Varun Bhansaly
Thanks in advance > > Skip > > -- Regards, Varun Bhansaly

Re: How does visual theme for product store work?

2013-06-22 Thread Varun Bhansaly
nything related to themes. > > > Robert Wynkoop > -- Regards, Varun Bhansaly

RE: radio widgets in 12.o4

2013-06-21 Thread Varun Bhansaly
You can as well try managing the orientation using CSS. On 22 Jun 2013 07:12, "Skip" wrote: > My mistake, these radio buttons were not displayed in their own , they > were displayed in a . > > They are now displayed in a > > I have modified the code in HtmlFormRenderer to use like it used to be

Re: Pack Backordered quantity

2013-05-23 Thread Varun Bhansaly
ordered-quantity-tp4641447p4641511.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > -- Regards, Varun Bhansaly

Re: New to OFBiz. How to modify the eCommerce app?

2013-05-23 Thread Varun Bhansaly
gt;> > >> > >> -- > >> View this message in context: > >> > http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-How-to-modify-the-eCommerce-app-tp4641469p4641473.html > >> Sent from the OFBiz - User mailing list archive at Nabble.com. > >> > > > > > > - > -- > Coherent Software Australia Pty Ltd > http://www.coherentsoftware.com.au/ > > Bonsai ERP, the all-inclusive ERP system > http://www.bonsaierp.com.au/ > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/New-to-OFBiz-How-to-modify-the-eCommerce-app-tp4641469p4641484.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > -- Regards, Varun Bhansaly

Re: Selecting distinct columns

2013-04-14 Thread Varun Bhansaly
brandRows = delegator.findList("ProductAndCategoryMember", > EntityCondition.makeCondition(conditions, EntityOperator.AND), > UtilMisc.toSet("brandName"), UtilMisc.toList("brandName"), findOptions, > true); > > > With regards, > S K Pradeep Kumar, >

Re: Selecting distinct columns

2013-04-14 Thread Varun Bhansaly
Has anyone got something similar working in MySQL (with entity engine)? On Sat, Apr 13, 2013 at 6:53 AM, Varun Bhansaly wrote: > A correction on the last portion - "I'm using OFBiz trunk and using > delegator.find(...) and > NOT using delegator.findCountByCondition(...) beca

Re: Selecting distinct columns

2013-04-12 Thread Varun Bhansaly
A correction on the last portion - "I'm using OFBiz trunk and using delegator.find(...) and NOT using delegator.findCountByCondition(...) because the latter does not allow supplying columns to be selected." On Fri, Apr 12, 2013 at 5:40 PM, Varun Bhansaly wrote: > What

Selecting distinct columns

2013-04-12 Thread Varun Bhansaly
What is the best way of formulating a query which attempts to select two distinct columns - For example, the desired query is - SELECT DISTINCT PF.PRODUCT_FEATURE_TYPE_ID, PF.PRODUCT_FEATURE_CATEGORY_ID FROM PRODUCT_FEATURE PF The closest which can be achieved is SELECT DISTINCT (PF.PRODUCT_FE

Re: Ofbiz process gets killed abruptly without any clue

2013-01-29 Thread Varun Bhansaly
no foot steps , it simply just gets killed. We have >> disabled this option but while packing we do require an inventory reserved >> else we can't pack. >> >> Any suggestions? >> >> >> -- >> Thanks, >> Deepak Agarwal, >> >> Mobile: +91 9501190044 >> > > > > -- > Thanks, > Deepak Agarwal, > > Mobile: +91 9501190044 -- Regards, Varun Bhansaly

Re: fees for payment methods / types

2013-01-20 Thread Varun Bhansaly
; - Not sure if such a thing is available OOTB. > > > > > > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/fees-for-payment-methods-types-tp4639041p4639075.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > -- Regards, Varun Bhansaly

Re: fees for payment methods / types

2013-01-19 Thread Varun Bhansaly
ve an indication that COD surcharge may apply. On Sun, Jan 20, 2013 at 8:18 AM, Varun Bhansaly wrote: > This is in all likelihood not available OOTB & will require custom > development. > -- Regards, Varun Bhansaly

Re: fees for payment methods / types

2013-01-19 Thread Varun Bhansaly
This is in all likelihood not available OOTB & will require custom development.

Re: Two issues found and resolved. How can I commit them to trunk?

2012-08-25 Thread varun bhansaly
get them included/commited to the trunk? > > Best Regards, > Carlos > > > > -- Regards, Varun Bhansaly

Re: Run service at ofbiz startup

2012-08-22 Thread varun bhansaly
everytime it starts up? > > Thanks! > Ian Tabangay > -- Regards, Varun Bhansaly

Owner gets changed for serialized inventory item

2012-07-25 Thread Varun Bhansaly
Hi, I have noticed something strange happening while completing orders with products having serialized inventory and wanted to confirm if this is the expected behavior. After having completed the order, serialized inventory item's owner party gets changed to the Id of the order's customer party Id

Re: Doubts

2012-07-12 Thread Varun Bhansaly
This is what I quickly tried on my local v10.04 code base. Edited "applications/accounting/servicedef/secas_invoice.xml", before edit it had two ecas defined on "cancelInvoice" : revertAcctgTransOnCancelInvoice and removeInvoiceItemAssocOnCancelInvoice. Changed them to revertAcctgTransOnCancelInvo

Re: Doubts

2012-07-12 Thread Varun Bhansaly
A restart is not required for changes made to *UiLabels.xml, *services*.xml, and *secas*.xml files. Just clear the cache from Webtools and changes in these should be picked up by the system. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Doubts-tp4634684p4634728.html Sent from

Re: Multiple Instances of Ofbiz - Same server

2012-07-12 Thread Varun Bhansaly
At the very basic these will have to be changed - It works for me in v10.04 ADMIN_PORT -> startofbiz.sh ADMIN_PORT -> stopofbiz.sh jndi port -> framework/base/config/jndi.properties ajp port -> framework/base/config/ofbiz-containers.xml http port -> framework/base/config/ofbiz-containers.xml http

Re: Regarding ProductGeo entity

2012-07-03 Thread varun bhansaly
I see what I mean and without looking at the data model I suspect that you are right and that the productGeoEnumId should be part of the primary key; the primary key should actually also contain a fromDate field. > > Regards, > > Jacopo > > > On Jul 2, 2012, at 10:22 AM, varun bhan

Re: Regarding ProductGeo entity

2012-07-02 Thread varun bhansaly
ld you please better elaborate (possibly with an example of xml data) > the issue that you are having? > > Jacopo > > > On Jul 2, 2012, at 8:29 AM, varun bhansaly wrote: > > > Hi, > > > > Anybody having any idea why entity ProductGeo has primary key > combi

Regarding ProductGeo entity

2012-07-01 Thread varun bhansaly
Hi, Anybody having any idea why entity ProductGeo has primary key combination - ProductId + GeoId, such primary key combination prevents configuration like - Product "Purchase Include Geo" to India and Product "Shipment Include Geo" to India. -- Regards, Varun Bhansaly

Re: Has anyone implemented Faceted Search using SOLR?

2012-06-23 Thread varun bhansaly
it to work for me. So finally gave it > up. > >>>>> > >>>>> Will probably wait for someone to contribute the feature to the > trunk. > >>>>> > >>>>> > >>>>> > >>>>> - > >>>>> Rgds > >>>>> Sanjeev > >>>>> www.sanjeevg.com > >>>>> @sanjeevgcom > >>>>> -- > >>>>> View this message in context: > >>>>> > >>>>> > >>>> http://ofbiz.135035.n4.nabble.**com/Has-anyone-implemented-** > >>> Faceted-Search-using-SOLR-**tp4633260p4633892.html< > http://ofbiz.135035.n4.nabble.com/Has-anyone-implemented-Faceted-Search-using-SOLR-tp4633260p4633892.html > > > >>> > >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. > >>>>> > >>>>> > >>>> -- > >>>> Thanks, > >>>> Deepak Agarwal, > >>>> > >>>> Paxcel Technologies Pvt Ltd. > >>>> Hartron Complex, Sector 18, Gurgaon, India. > >>>> E-Mail: deepak.agar...@paxcel.net > >>>> Mobile: +91 9910322604 > >>>> > >>>> -- > >>>> Thanks, > >>>> Deepak Agarwal, > >>>> > >>>> Paxcel Technologies Pvt Ltd. > >>>> Hartron Complex, Sector 18, Gurgaon, India. > >>>> E-Mail: deepak.agar...@paxcel.net > >>>> Mobile: +91 9910322604 > >>>> > >>>> <%2B91%209910322604> > >>> > >>> > -- Regards, Varun Bhansaly

Re: Ofbiz - order fulfilment and shipments

2012-06-10 Thread varun bhansaly
nt? > > On Mon, Jun 11, 2012 at 5:55 AM, varun bhansaly > wrote: > > > Have you configured Company's accounting preference ? See for reference > > > > > https://demo-trunk.ofbiz.apache.org:8443/accounting/control/AdminMain?organizationPartyId=Company >

Re: Ofbiz - order fulfilment and shipments

2012-06-10 Thread varun bhansaly
gt; > Notice: The information contained in this e-mail > > message and/or attachments to it may contain > > confidential or privileged information. If you are > > not the intended recipient, any dissemination, use, > > review, distribution, printing or copying of the > > information contained in this e-mail message > > and/or attachments to it are strictly prohibited. If > > you have received this communication in error, > > please notify us by reply e-mail or telephone and > > immediately and permanently delete the message > > and any attachments. Thank you > > > > > > > -- Regards, Varun Bhansaly

Re: Form widgets and entities

2012-06-07 Thread varun bhansaly
> > Rgds. > > G.Ben. > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Form-widgets-and-entities-tp4633328p466.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > -- Regards, Varun Bhansaly

How to reverse engineer an application feature

2012-06-07 Thread varun bhansaly
the exported entities like JobSandbox, RuntimeData, ServerHit etc. may be ignored. For more accurate results, this should be tried on systems which no one is else is simultaneously accessing. -- Regards, Varun Bhansaly

Re: Federated Table - MySql5.5

2012-06-07 Thread varun bhansaly
> > > > With Regards, > Pankaj > > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Federated-Table-MySql5-5-tp4633311.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > -- Regards, Varun Bhansaly

Re: automatic

2012-06-06 Thread varun bhansaly
utomatically ? ... or all screens, css, widgets , etc ... by hand ? > > Thank you for your help. > > Regards. > > G.Ben. > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/automatic-tp4633291.html > Sent from the OFBiz - User mailing list a

Re: ofbiz-10.04 - Unable to "quick ship entire order" due to accountingQuantityTotal = 0

2012-05-30 Thread varun bhansaly
The issue can be replicated in latest trunk as well. Can somebody confirm what should be the value for accountingQuantityTotal in case of inventory transfer ? On Tue, May 29, 2012 at 6:46 PM, varun bhansaly wrote: > Hi, > > Have been facing an issue related to inventory transfe

Re: Error upgrading from ofbiz-09.04 to 10.04

2012-05-29 Thread varun bhansaly
iz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:389) > org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101) > org.ofbiz.base.start.Start.startStartLoaders(Start.java:273) > org.ofbiz.base.start.Start.startServer(Start.java:323) > org.ofbiz.base.start.Start.start(Start.java:327) > org.ofbiz.base.start.Start.main(Start.java:412) > > > As per my observations, system is *unable to decrypt* text "[PayFlow > Password]" > > If anyone has faced this issue before, please do share. > > -- > Regards, > Varun Bhansaly > > -- Regards, Varun Bhansaly

Re: Error compiling trunk

2012-05-29 Thread varun bhansaly
The only external jars added by me were - framework/entity/lib/jdbc/mysql-connector-java-5.1.10-bin.jar framework/entity/lib/jdbc/postgresql-8.4-701.jdbc3.jar On Tue, May 29, 2012 at 8:32 PM, varun bhansaly wrote: > It is solved now, did a svn st and found following > > ?

Re: Error compiling trunk

2012-05-29 Thread varun bhansaly
2012 at 8:23 PM, varun bhansaly wrote: > Yes, error remains. > > > On Tue, May 29, 2012 at 8:15 PM, Jacopo Cappellato < > jacopo.cappell...@hotwaxmedia.com> wrote: > >> please confirm that you get the error if you run: >> >> ./ant clean build >>

Re: Error compiling trunk

2012-05-29 Thread varun bhansaly
Yes, error remains. On Tue, May 29, 2012 at 8:15 PM, Jacopo Cappellato < jacopo.cappell...@hotwaxmedia.com> wrote: > please confirm that you get the error if you run: > > ./ant clean build > > Jacopo > > On May 29, 2012, at 4:20 PM, varun bhansaly wrote: > >

Re: OFBIZ __ PostgreSQL

2012-05-29 Thread varun bhansaly
gt;> keep >> developing the application. >> >> P.S : * I'm using Eclipse IDE >>* I'm just a beginner in ofbiz so I have just few knowledge about >> the >> OFBiz environement. >> >> Thank you for you help :) >> >> -- >> View this message in context: http://ofbiz.135035.n4.nabble.** >> com/OFBIZ-PostgreSQL-**tp4632713.html<http://ofbiz.135035.n4.nabble.com/OFBIZ-PostgreSQL-tp4632713.html> >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> > -- Regards, Varun Bhansaly

Re: Error compiling trunk

2012-05-29 Thread varun bhansaly
sure you don't have the following file: > > framework/base/lib/freemarker-2.3.19.jar > > (delete it if you find it) and instead make sure you have: > > framework/base/lib/freemarker-2.3.19-null-wildcards.jar > > Jacopo > > On May 29, 2012, at 4:09 PM, varun bhansaly

Re: Error compiling trunk

2012-05-29 Thread varun bhansaly
Yes, error remains. On Tue, May 29, 2012 at 7:00 PM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > Have you tried running ant clean? > > -Adrian > > > On 5/29/2012 2:26 PM, varun bhansaly wrote: > >> Have been facing issues related to trunk (at r

Error compiling trunk

2012-05-29 Thread varun bhansaly
executing this line: /home/varun.bhansaly/ofbiz/framework/base/build.xml:90: Compile failed; see the compiler error output for details. -- Regards, Varun Bhansaly

ofbiz-10.04 - Unable to "quick ship entire order" due to accountingQuantityTotal = 0

2012-05-29 Thread varun bhansaly
.html This error can be replicated in https://demo-stable.ofbiz.apache.org/ordermgr If someone has faced this issue earlier or knows the solution please do share. -- Regards, Varun Bhansaly

Re: Order Sequence

2012-05-18 Thread varun bhansaly
override the createOrderHeader service with your own. Then use >> separate sequence names for POs and SOs. >> >> > That is probably what I will be doing. Will create a flag and allow this to > be configured. Once I am done, will send the diff to the dev list. > > > > -- > Regards, > Venkat > -- Regards, Varun Bhansaly

Error upgrading from ofbiz-09.04 to 10.04

2012-05-16 Thread varun bhansaly
my observations, system is *unable to decrypt* text "[PayFlow Password]" If anyone has faced this issue before, please do share. -- Regards, Varun Bhansaly

Re: ofbiz 10.04 and lock wait time out exceptions

2012-05-03 Thread varun bhansaly
This change does not help - still getting the same exceptions. On Thu, May 3, 2012 at 8:29 PM, varun bhansaly wrote: > For now have increased value for "innodb_lock_wait_timeout" from 50 to 300. > > http://dev.mysql.com/doc/refman/5.0/en/innodb-parameters.html#sysvar_innod

Re: ofbiz 10.04 and lock wait time out exceptions

2012-05-03 Thread varun bhansaly
For now have increased value for "innodb_lock_wait_timeout" from 50 to 300. http://dev.mysql.com/doc/refman/5.0/en/innodb-parameters.html#sysvar_innodb_lock_wait_timeout On Thu, May 3, 2012 at 7:54 AM, varun bhansaly wrote: > Hi, > I'm using ofbiz release10.04@107238

ofbiz 10.04 and lock wait time out exceptions

2012-05-02 Thread varun bhansaly
try restarting transaction) cause - Exception: java.sql.SQLException Message: Lock wait timeout exceeded; try restarting transaction -- Regards, Varun Bhansaly

Re: different between service and event

2012-02-26 Thread varun bhansaly
wrote: > Hello, > What's the difference between service and event ? > When to used them? > > Thanks, > popo > -- Regards, Varun Bhansaly

Re: Hits

2012-01-24 Thread varun bhansaly
Yes, you can find this information in entity *ProductCalculatedInfo* On Tue, Jan 24, 2012 at 9:22 PM, Gavin Mabie wrote: > Hi > > > > Is there a way in Ofbiz to check how many times a product has been viewed? > > > > Regards > > > > Gavin > > -- Regards, Varun Bhansaly

Re: Apply only one promotion per order

2011-10-18 Thread varun bhansaly
> > - > David > DiSiD Technologies, S.L. - http://www.disid.com > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Apply-only-one-promotion-per-order-tp3844614p3846239.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > -- Regards, Varun Bhansaly

Re: Dealing with Freight forwarder

2011-08-18 Thread varun bhansaly
s that get shipped to the customer that placed the > original order. > > > > > > varun bhansaly sent the following on 8/18/2011 7:03 PM: > > The scenario I am trying to address - customer uses a freight forwarder & > > resides in a country which does not f

Re: Dealing with Freight forwarder

2011-08-18 Thread varun bhansaly
aging > of your shipment on ofbiz. The accounting gets complimented. > > order wise the PO will specify the shipping address as the Freight > forwarder then a second PO to the Freight forwarder and shows all the > items they should expect to ship. > > > > > varun bhansaly

Dealing with Freight forwarder

2011-08-18 Thread varun bhansaly
Has anyone modeled the concept of "Freight forwarder" & used the it to process orders in ofbiz order manager ? Any suggestions or ideas on how to handle this ? -- Regards, Varun Bhansaly

Re: ofbiz integration with Paypal Website Payment Pro

2011-07-26 Thread varun bhansaly
tions, it does NOT work for > paypal express checkout. > I have executed the XML from DemoProduct.xml. > > In general, has anyone used Payflow pro API for paypal express checkout ? > If > yes, what should be URL under the image for express checkout ? > > Thanks > -- Regards, Varun Bhansaly

Re: multiple domains at the root location

2011-06-10 Thread varun bhansaly
gt; Hans > > On Fri, 2011-06-10 at 12:47 +0530, varun bhansaly wrote: > > Hi Hans, > > > > Thanks for your response. > > I've made settings suggested by you in Store > website > http port and > https > > port, it did not work. > > When I access

Re: multiple domains at the root location

2011-06-10 Thread varun bhansaly
witter: http://twitter.com/hansbak > Antwebsystems.com: Quality services for competitive rates. > > > On Fri, 2011-06-10 at 12:23 +0530, varun bhansaly wrote: > > Hi Hans, > > > > We've a similar requirement to host 2 websites and backend applications > on a

Re: multiple domains at the root location

2011-06-09 Thread varun bhansaly
fbiz-component.xml, but that was removed at a certain point. > > > > > > Any suggestions how to implement this? > > > Perhaps using the website entity? and using the webapp mount point > > > internally? > > > > > > thanks in advance for your suggestions > > > Regards, > > > Hans > > > > -- > Ofbiz on twitter: http://twitter.com/apache_ofbiz > Myself on twitter: http://twitter.com/hansbak > Antwebsystems.com: Quality services for competitive rates. > > -- Regards, Varun Bhansaly

Re: Issue with paypal shipping callback

2011-05-30 Thread varun bhansaly
ds > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 24/05/2011, at 3:17 AM, varun bhansaly wrote: > > > Hi, > > > > Has anyone tried configuring "Shipping callback url" in the paypal > payment > > gateway configuration screen in

Re: ofbiz paypal integration

2011-05-30 Thread varun bhansaly
What are your configuration settings? I had the same problem, only to find > that paypal had changed the settings needed to connect to them. > Specifically, host address changed to payflowpro.paypal.com. > > Rick > > --- On Mon, 5/30/11, varun bhansaly wrote: > > From: v

ofbiz paypal integration

2011-05-30 Thread varun bhansaly
rror in Service [authOrderPaymentPreference]: Error processing payment authorization: org.ofbiz.base.util.GeneralException: Could not find any valid payment settings for order with ID [ORD10456], and payment operation (serviceType) [PRDS_PAY_AUTH]) If anyone has any tips, do share. -- Regards, Varun Bhansaly

ofbiz 10.04 and gift certificates

2011-05-26 Thread varun bhansaly
What could be the ways to add such payment method, so gift certificate amount is properly deducted after checkout. Finally while for payment, the built-in ecommerce one page checkout will be used. If anyone has any tips, please do share. -- Regards, Varun Bhansaly

Issue with paypal shipping callback

2011-05-23 Thread varun bhansaly
om:8080/ecommerce/control/payPalCheckoutUpdate, but this url is NEVER invoked. If anyone has any tips, please do share. -- Regards, Varun Bhansaly

Re: ofbiz payflow pro integration

2011-05-21 Thread varun bhansaly
low Pro set up > To: us...@lists.ofbiz.org > Message-ID: > Content-Type: text/plain; format=flowed > > Hi, > > David, you are correct that my instructions had an error. However, it was > just a typo. > > I made a directory in accouning/lib called verisign and put Verisign.jar > into accounting/lib/verisign and then the classpath was to lib/verisign. It > worked. The problem was that originally I had no entry at all in > accounting/ofbiz-component.xml so my classpath was missing. > > > > -- Regards, Varun Bhansaly

ofbiz payflow pro integration

2011-05-20 Thread varun bhansaly
-Payment -- Regards, Varun Bhansaly

compressHTML recommended configuration

2011-05-11 Thread varun bhansaly
web apps ? -- Regards, Varun Bhansaly

UPS API returns discounted rates

2011-04-25 Thread varun bhansaly
Hi, I have configured UPS, during my testing, I've noticed the API always returns discounted rates. Is it possible to obtain published rates from API ? If any one has any idea on this confiuration/ change, please do share. -- Regards, Varun Bhansaly

USPS Address validation

2011-04-25 Thread varun bhansaly
Hi, Has anybody tried/ implemented USPS address validation feature in e-commerce component ? If yes, how is supposed to work and where would its results be visible ? -- Regards, Varun Bhansaly

Re: Increase session time out for web app

2011-04-25 Thread varun bhansaly
Thanks Bilgin. On Mon, Apr 25, 2011 at 2:18 PM, Bilgin Ibryam wrote: > I think this is the only place you need to change. > > Bilgin > > On Fri, Apr 22, 2011 at 5:17 PM, varun bhansaly > wrote: > > > Hi, > > Is it possible to configure/ increase sessio

Increase session time out for web app

2011-04-22 Thread varun bhansaly
Hi, Is it possible to configure/ increase session time out for various web apps ? I think I would have to modify session-timeout tag in web.xml of webapps. Are there anyother configuration files which need to updated ? -- Regards, Varun Bhansaly

Re: Where to see the generated sql when retrieving result from view entity?

2011-03-29 Thread varun bhansaly
t;> View this message in context: >> http://ofbiz.135035.n4.nabble.com/Where-to-see-the-generated-sql-when-retrieving-result-from-view-entity-tp3414553p3414553.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> > > > -- Regards, Varun Bhansaly

Re: Regarding catalog configuration

2011-03-03 Thread varun bhansaly
Another challenging part is defining the BOM for this fabricated window, because for each window quantity of raw materials involved will vary. If any one has any suggestion or experience of such an implementation, please do share. On Wed, Mar 2, 2011 at 7:41 AM, varun bhansaly wrote: > I h

Regarding catalog configuration

2011-03-01 Thread varun bhansaly
someone has some ideas/ guidance, please do share. -- Regards, Varun Bhansaly

Re: Anyone using OFBiz Trunk + MySql 5.0.x + Ubuntu 10.04 + Sun Jdk1.6 combination - How much time it take to run "ant run-install" command?

2011-02-21 Thread varun bhansaly
.x + Ubuntu > > 8.04 + > > >>> Sun > > >>> > Jdk1.6. Everything was working as expected & the command "ant > > >>> run-install" > > >>> > was taking about 4 - 5 minutes on my laptop. > > >>> > > > >>> > Before 3, 4 month I have switched to Ubuntu 10.04 but now "ant > > >>> run-install" > > >>> > command is taking about 19 - 22 minutes on my laptop. > > >>> > *On my machine I have observed that "ant run-install" command is > > taking > > >>> too > > >>> > much time at the time of index creation.* > > >>> > > > >>> > I have tried with all the mysql connector(3.0.x, 3.1.x & 5.x) but > all > > >>> the > > >>> > time completion time for "ant run-install" command remains around > 19 > > - > > >>> 22 > > >>> > minutes. > > >>> > > > >>> > ashish@ashish-laptop:~/ofbiz_dev/testing$ svn info > > >>> > Path: . > > >>> > URL: https://svn.apache.org/repos/asf/ofbiz/trunk > > >>> > Repository Root: https://svn.apache.org/repos/asf > > >>> > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 > > >>> > Revision: 1072680 > > >>> > Node Kind: directory > > >>> > Schedule: normal > > >>> > Last Changed Author: erwan > > >>> > Last Changed Rev: 1072600 > > >>> > Last Changed Date: 2011-02-20 19:43:03 +0530 (Sun, 20 Feb 2011) > > >>> > > > >>> > Recently ran this command and here is the out come of time frame: > > >>> > > > >>> > [java] 2011-02-21 00:17:43,537 (main) > > >>> > [EntityDataLoadContainer.java:397:INFO ] 4 of 15353 from > > >>> > > > >>> > > > file:/home/ashish/ofbiz_dev/testing/specialpurpose/webpos/data/WebPosSecurityData.xml > > >>> > [java] 2011-02-21 00:17:43,537 (main) > > >>> > [EntityDataLoadContainer.java:408:INFO ] =-=-=-=-=-=-= Finished the > > data > > >>> > load with 15353 rows changed. > > >>> > [java] 2011-02-21 00:17:43,537 (main) [ > > >>> > ContainerLoader.java:113:INFO ] Shutting down containers > > >>> > > > >>> > BUILD SUCCESSFUL > > >>> > Total time: 21 minutes 35 seconds > > >>> > > > >>> > Anyone using OFBiz Trunk + MySql 5.0.x + Ubuntu 10.04 + Sun Jdk1.6 > > >>> > combination? How much time it is taking to run "ant run-install" > > command > > >>> for > > >>> > you? > > >>> > I am assuming that I may need to do some additional settings inside > > >>> my.cnf > > >>> > file in Ubuntu 10.04. > > >>> > Any pointer would be greatly appreciated. > > >>> > > > >>> > Thanks! > > >>> > > > >>> > -- > > >>> > Ashish > > >>> > > > >>> > > >> > > >> > > > > > > -- Regards, Varun Bhansaly

Re: Marketing package - package customization

2011-02-01 Thread varun bhansaly
ome cases it might be > considered. > > > > = > BJ Freeman > Strategic Power Office with Supplier Automation < > http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assis

Marketing package - package customization

2011-02-01 Thread varun bhansaly
Hi, While using "marketing package" type products, is it possible to customize the package (during order creation) by substituting one item for another item ? -- Regards, Varun Bhansaly

Re: Debugging ofbiz in eclipse....

2011-01-22 Thread varun bhansaly
gt; has anyone modified the startofbiz.sh to be in the debugging mode? >> or can anyone tell what exact lines do I have to comment regarding the >> 10.04? >> Thanks in advance >> > -- Regards, Varun Bhansaly

Re: Questions and observation regarding multi tenant

2010-12-21 Thread varun bhansaly
Note - If cookies are cleared after #1, theres #2 does not occur. On Tue, Dec 21, 2010 at 7:33 PM, varun bhansaly wrote: > Hi, > > I have been testing multi tenant on ofbiz 10.04 release branch. I could > setup the demo data using run-install-multitenant. > > Though I ha

Questions and observation regarding multi tenant

2010-12-21 Thread varun bhansaly
#DEMO2] This seems session is not being cleared in case of #1. -- Regards, Varun Bhansaly

Re: Questions regarding survey

2010-12-14 Thread varun bhansaly
Questions tab) > (5) W/Option (in list of questions under Questions tab) > > Thanks and Regards > Santosh Malviya > -- Regards, Varun Bhansaly

Regarding entity audit log

2010-11-11 Thread varun bhansaly
extend entity mechanism, but that results in exceptions due to duplicate columns. -- Regards, Varun Bhansaly

Re: Product Customizations

2010-11-09 Thread varun bhansaly
;>>> >>>>>> We want the ability to add more information to each product. Right now >>>>>> for >>>>>> an item we can only store the Serial Number. >>>>>> There are many more numbers and information associated with each item >>>>>> in >>>>>> the >>>>>> inventory. >>>>>> We have part numbers, revision numbers, dates, service tags, asset >>>>>> tags, >>>>>> manufacture date, model, etc. Some of these may be meaningless for >>>>>> some >>>>>> of >>>>>> the products. >>>>>> >>>>>> For example - >>>>>> We receive 10 quantities of product X500. Each X500 has a Part Number, >>>>>> an >>>>>> ESN number, Revision Number. >>>>>> When we receive 10 quantities of product M450, each of these have a >>>>>> part >>>>>> number, serial number... but no ESN. >>>>>> >>>>>> Is there any way to store these information? >>>>>> >>>>>> Thanks, >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > -- Regards, Varun Bhansaly

Re: Free Shipping?

2010-11-07 Thread varun bhansaly
gt;> me >> Regards >> -- >> View this message in context: >> http://ofbiz.135035.n4.nabble.com/Free-Shipping-tp156203p3008991.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> > -- Regards, Varun Bhansaly

Re: Entity engine compare columns

2010-10-11 Thread varun bhansaly
lgin Ibryam wrote: > The condtion should be something like this: > > (EntityFieldValue.makeFieldValue("userLoginId"), EntityOperator.EQUALS, > partyId) > > > Bilgin > > On Mon, Oct 11, 2010 at 12:10 PM, varun bhansaly >wrote: > > > Hi, > > I

Re: Entity engine compare columns

2010-10-11 Thread varun bhansaly
", > EntityOperator.GREATER_THAN_EQUAL_TO, PARTY_ID) > > or > > EntityCondition.makeCondition("USER_LOGIN_ID", > EntityOperator.LESS_THAN_EQUAL_TO, PARTY_ID) > > > -- > Thanks & Regards, > Pankaj Savita > Mob: +91 9890262476 > Mail to: pankajsa

Entity engine compare columns

2010-10-11 Thread varun bhansaly
Hi, Is it possible to compare two columns using the entity engine, For eg, write a query like this - SELECT * FROM USER_LOGIN WHERE USER_LOGIN_ID <> PARTY_ID -- Regards, Varun Bhansaly

Re: Regarding SECAs

2010-09-09 Thread varun bhansaly
t > HotWax Media Pvt. Ltd. > Website :- www.hotwaxmedia.com > Contact :- +91-98267-54548 > Skype Id :- deepakdixit > > > > > > varun bhansaly wrote: > >> What I have implemented is, create 3 services serviceToBeInvoked1, >> serviceToBeInvoked2, serv

Re: Regarding SECAs

2010-09-09 Thread varun bhansaly
> say in a loop? > I suppose you set arguments in your service declaration as well. > > > Dnia 2010-09-09, czw o godzinie 07:25 +0530, varun bhansaly pisze: > > Hi, > > I am using ofbiz 09.04, wanted to know if its possible to configure a > seca >

Regarding SECAs

2010-09-08 Thread varun bhansaly
executed 3 times with different values for field1. With the above configuration, service engine executes serviceToBeInvoked only once. What could be other suggested ways so that serviceToBeInvoked is executed 3 times. -- Regards, Varun Bhansaly

Re: Ofbiz installation tutorial???

2010-09-08 Thread varun bhansaly
N, ANT etc. These were installed in root by default. > >>>>> I created folder /home/ofbiz. So, there is nothing inside > >> > >> ...home/ofbiz$ > >>>>> > >>>>> I performed svn co http://svn.apache.. > >>>>> Even I tried svn co http://../ofbiz9+ and svn co > >>>>> http:///ofbiz4.0 > >>>>> > >>>>> So, how could I download ofbiz or even extract it, I don't know. > Even, > >>>>> from > >>>>> where to download it? > >>>>> Some google sites say, to download ofbiz separately and extract it to > >>>>> /home/ofbiz user. Somewhere > >>>>> (http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide) > >> > >> it's > >>>>> > >>>>> shown that, "OFBiz with embedded Tomcat". > >>>>> I can't find any exact solution. I am yet confused what should I type > >> > >> @ > >>>>> > >>>>> the > >>>>> terminal for installing Ofbiz from the beginning. > >>>>> Waiting for any suitable reply.:-( > >>>>> Thank you. > >>>>> > >>>>> > >>>>> > >>>>> Anil Patel-3 wrote: > >>>>> > >>>>> > >>>>>> Hi, > >>>>>> > >>>>>> For quick setup use > >>>>>> http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide > >>>>>> > >>>>>> Please see following documents to setup development/staging > >> > >> environment. > >>>>>> > >>>>>> > >> > http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Se > >> tup+Guide > >>>>>> > >> > http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide > >>>>>> > >>>>>> > >>>>>> Regards > >>>>>> Anil patel > >>>>>> > >>>>>> > >>>>>> On Oct 2, 2009, at 12:34 PM, MavrickIT wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>>> Can anybody help me out for Ofbiz installation guide [step by step > >>>>>>> command > >>>>>>> lines] from the Terminal (Ububntu)? > >>>>>>> > >>>>>>> I've been facing lots trouble about it. Please find me a solution. > I > >> > >>>>>>> found > >>>>>>> no solid step by step commands tutorials for installing ofbiz or > >>>>>>> running it. > >>>>>>> well, I am newbie to linux as well. Eventually, I don't even know > >>>>>>> how to > >>>>>>> extract or download ofbiz. > >>>>>>> Please help me. > >>>>>>> -- > >>>>>>> View this message in context: > >>>>>>> > >> > http://www.nabble.com/Ofbiz-installation-tutorialtp25716734p25716734.h > >> tml > >>>>>>> > >>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>> > >>> > >>> > >> > > > > > -- Regards, Varun Bhansaly

Re: Ofbiz WorkFlow Engine

2010-09-07 Thread varun bhansaly
in Ofbiz as of now other then the > events? > > Thanks, > Deepa > > -Original Message- > From: varun bhansaly [mailto:vbhans...@gmail.com] > Sent: Monday, September 06, 2010 9:57 PM > To: user@ofbiz.apache.org > Subject: Re: Ofbiz WorkFlow Engine > >

Re: Ofbiz WorkFlow Engine

2010-09-06 Thread varun bhansaly
dra.com/Disclaimer.html > ">http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html";> > http://tim.techmahindra.com/Disclaimer.html internally within Tech > Mahindra.======== > -- Regards, Varun Bhansaly

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
Db creation takes 10 mins now (acceptable than 2 hours). It was due to the new h/w we had migrated to. Thanks for all the responses. On Wed, Sep 1, 2010 at 6:44 AM, varun bhansaly wrote: > Another piece of stat - Suppose db is created, when ofbiz is booting, it > takes it around a min

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
Another piece of stat - Suppose db is created, when ofbiz is booting, it takes it around a minute to gather db information, thats in collecting meta data. On Wed, Sep 1, 2010 at 6:38 AM, varun bhansaly wrote: > I have tried on Win 7, 64bit with 4 gigs ram, MySQL v5.1.50 community > server

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
etc to Windows. Windows uses > blocking synchronous IO and is REALLY slow compared to the asynchronous IO > of more server-worthy operating systems. > > -David > > > -- Regards, Varun Bhansaly

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
tymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > > > varun bhansaly sent the following on 8/31/2010 10:58 AM: > > Thanks BJ, what is available is the 'target' m/c only with latest MySQL,

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
a local MySQL db using ofbiz? >>> >>> = >>> BJ Freeman<http://bjfreeman.elance.com> >>> Strategic Power Office with Supplier Automation< >>> http://www.businessesnetwork.com/automation/viewforum.php?f=52> >>>

Re: MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
rk.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > > > varun bhansaly sent the following on 8/31/2010 5:32 AM: > > Hi, >> I have setup 10.04 branch in m

Re: MySQL DB creation with demo data

2010-08-31 Thread Varun Bhansaly
Thanks for sharing the thoughts & configuration, quite strangely, db creation on a plain jane default mysql installation (of a previous version) would not take so long. Does it sound some sort of encoding issue ? Thanks, -- View this message in context: http://ofbiz.135035.n4.nabble.com/MySQL-D

MySQL DB creation with demo data

2010-08-31 Thread varun bhansaly
for db creation given above configuration ? PS : My previous MySQL server with latin1 encoding with 6 CPU and 12 gigs ram used to take 10 mins. -- Regards, Varun Bhansaly

Re: exceptions while running latest ofbiz code on Jboss using mysql db

2010-08-20 Thread varun bhansaly
Try increasing the jvm heap memory from startofbiz.bat On Fri, Aug 20, 2010 at 2:20 PM, PrateekJain wrote: > > whenever i am trying to run ofbiz-10-Aug-2010 code on windows platform on > JBoss using mysql db i get java.lang.OutOfMemoryError: unable to create > new > native thread > server is sta

ofbiz 9.04 to 10.04 upgrade

2010-08-18 Thread varun bhansaly
similar & would like to share the approach. -- Regards, Varun Bhansaly

Re: View entity extra conditions

2010-08-15 Thread varun bhansaly
code, these filteringconditions need not be explicitly > specified.>>, what to you attempt to do at this moment? > > > Jacques > > > From: "varun bhansaly" > >> Hi Jacques, >> The requirement is to define a view entity, write some additional >> f

  1   2   >