Solved: Search product via web services?

2011-03-07 Thread plm_uwe
I was not searching for the description if a web service but for a web
service that searches e.g. Products.
And in the meantime I found what I need: It is the service performFindList
(others do similar things). It was a bit complicated to find out how the
payload should look and required Patching the service description to allow
the parameter listSize to be optional. But now I can use this web service to
do my Product search.

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Search-product-via-web-services-tp3320927p3338594.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Migrating from release 9.04 to 10.04

2011-03-07 Thread rrhati2010
Hi All,

Just wanted to know how easily we can migrate from 9.04 version to 10.04
version of OFBiz. I have done lot of UI changes for various OFBiz
applications. If a directly go and replace the UI changed files in version
10.4, am I going to miss any major changes found in 10.4 version of OFBiz.


Is there any document available on migration of versions in OFBiz?

Any one can help me out on this please???

Thanks

-
RRH
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Migrating-from-release-9-04-to-10-04-tp3339050p3339050.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Enable webservice for the demo.

2011-03-07 Thread Jacques Le Roux

What do you want exactly? in, out, WSDL, external, etc. ?

Jacques

From: Mansour Al Akeel mansour.alak...@gmail.com

Is there any not to enable webservices for the demo ?
Would it be possible ?

Thank you.









Re: purchasse order and round in calcul

2011-03-07 Thread James McGill
On Sun, Mar 6, 2011 at 5:47 PM, zhiyongcui zhufu...@gmail.com wrote:
 I changed order.decimals  of my arithmetic.properties to 6. but it doesn't do
 anything.The product price of my ShoppingCart still shows to 2 decimal.But I
 need it be 5.
 How could I do?

You may also need to set tax.rounding and tax.decimals, or do what I
did and search for places where
these are used, and also look for every multiplication and division,
and be specific about your rounding rules everywhere.

Also, you may have to ALTER TABLE in your database if you are not
recreating the entity model.

And there are places in FTL that will call a formatter based on your
currency, so even when the value is stored with greater precision,
there are places where it will be displayed with two decimal places.

We have many inventory items with unit costs of much less than one
cent, and I made quite a few changes in ShoppingCart and Order to
accommodate this.  We do not ever use any currency besides USD, and do
not use any of the tax calculations.  I imagine that my changes would
be very broken if we did.

-- 
James McGill
Phoenix AZ


Re: Migrating from release 9.04 to 10.04

2011-03-07 Thread Anne
Hi

I don't know about the specifics of 9.04 to 10.04, but there are some
comments that apply for any upgrade.

If you've changed the standard UI files, then upgrade might be
difficult. It depends on the types of changes you made. However if you
followed the recommendations and placed all your custom code under
hot-deploy, upgrade should be much simpler.

Notice I said simpler and not simple. You'll need to upgrade a
development system first, and test thoroughly. Unless your changes are
minor, things will probably be broken and you'll have to fix them.

Hopefully someone else can comment on the specifics of 9.04 vs 10.04.

Cheers,
Anne.

On 8 March 2011 01:13, rrhati2010 rr.h...@tcs.com wrote:
 Hi All,

 Just wanted to know how easily we can migrate from 9.04 version to 10.04
 version of OFBiz. I have done lot of UI changes for various OFBiz
 applications. If a directly go and replace the UI changed files in version
 10.4, am I going to miss any major changes found in 10.4 version of OFBiz.


 Is there any document available on migration of versions in OFBiz?

 Any one can help me out on this please???

 Thanks

 -
 RRH
 --
 View this message in context: 
 http://ofbiz.135035.n4.nabble.com/Migrating-from-release-9-04-to-10-04-tp3339050p3339050.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.




-- 
Coherent Software Australia Pty Ltd
PO Box 2773
Cheltenham Vic 3192
Phone: (03) 9585 6788
Fax: (03) 9585 1086
Web: http://www.cohsoft.com.au/
Email: sa...@cohsoft.com.au

Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/


Re: Enable webservice for the demo.

2011-03-07 Thread Mansour Al Akeel
Jacques,

I am having some issues with findProductById webservice. I didn't try
another services yet. The problem is with JAXB used through axis2. I saw a
similar issue on https://issues.apache.org/jira/browse/OFBIZ-3385 but
not sure if it's related to binding as well.

The reason I want to export these services on the demo, is to make it easier
to test the
service and to get support from apache axis2 community.

I need the service and the wsdl. It will be enough to set export=true.

Thank you for looking into this.


On Mon, Mar 7, 2011 at 1:00 PM, Jacques Le Roux 
jacques.le.r...@les7arts.com wrote:

 What do you want exactly? in, out, WSDL, external, etc. ?

 Jacques

 From: Mansour Al Akeel mansour.alak...@gmail.com

 Is there any not to enable webservices for the demo ?
 Would it be possible ?

 Thank you.