Re: OFBIZ- Ecommerce->main->select product item : Displaying at bottom in IE ??

2008-06-23 Thread manoj_aggarwal84
Please tell me what changes should be done in ecommain.css file to display the product item information of ecommerce site properly in both browsers (IE & mozilla firefox). Thanks... manoj_aggarwal84 wrote: > > > When I click on a product item from main page of ecommerce site, the > informatio

Re: WSDL generation problem

2008-06-23 Thread BJ Freeman
are you using the trunk version? though what you say is true there is more code that effects the output. RolandH sent the following on 6/20/2008 5:55 AM: > Hi all, > > after playing a bit with services, I found a small WSDL problem, I tried > to fix, but I can't find the real source, so maybe s

Re: rev:670340 error

2008-06-23 Thread Bruno Busco
stamilo, thank you for reporting the problem. There is a patch that fixes it in https://issues.apache.org/jira/browse/OFBIZ-1846 -Bruno 2008/6/23 stamilo <[EMAIL PROTECTED]>: > :) > > On Mon, Jun 23, 2008 at 4:47 PM, Jacques Le Roux < > [EMAIL PROTECTED]> wrote: > > > Hi, > > > > This is a work

Credit Card Decryption From Old Values Fixed

2008-06-23 Thread David E Jones
BTW: while this was reported for credit card number decryption, it would happen for any entity field with encrypt set to true. I was working on this over the weekend and committed a couple of patches that failed to make a difference (testing against a real production database). This tim

Marketing Packages- Pick and Auto differences

2008-06-23 Thread Dave Tenerowicz
We're just looking for confirmation that the only difference between product types MARKETING_PKG_AUTO and MARKETING_PKG_PICK is that the auto type is used for products which involve work efforts and the pick type is simply used for situations where off the shelf products are picked to make a ba

Taxes

2008-06-23 Thread Vijay
Hello Ankur and Kunal, PF my reply below Part-1 ### OFBiz does allow you to apply taxes on products{items}. You need to mention the type of tax you want to apply trough tax authorities, however for VAT tax you have to apply a

Problem with tax recalculation after order item cancellation

2008-06-23 Thread Rashko Rejmer
Hi all, I have noticed strange behaviour during cancelling order item that posses sales tax adjustments. The status of the item is set to ITEM_CANCELLED and tax adjustments are not removed. Instead of this it is created order header adjustment that compensates order item sales tax adjustments. Thi

Re: Bypassing ofbiz login

2008-06-23 Thread Ján Valkovič
... and some interesting thins are here http://www.opensourcestrategies.com/ofbiz/ofbiz_service_cookbook.txt too jaki wrote / napísal(a): > Actually I'm trying to run the services from an external java soap client (as > given here : > http://www.opensourcestrategies.com/ofbiz/OFBIZ_SOAP_RMI_Tutor

Re: Bypassing ofbiz login

2008-06-23 Thread Ján Valkovič
Try put parameters login.username and login.password http://docs.ofbiz.org/display/OFBTECH/Service+Engine+Guide ya jaki wrote / napísal(a): > Actually I'm trying to run the services from an external java soap client (as > given here : > http://www.opensourcestrategies.com/ofbiz/OFBIZ_SOAP_RMI_Tu

Re: Bypassing ofbiz login

2008-06-23 Thread jaki
Actually I'm trying to run the services from an external java soap client (as given here : http://www.opensourcestrategies.com/ofbiz/OFBIZ_SOAP_RMI_Tutorial.pdf) and am not sure on how to access the ofbiz session in order to retrieve the user details from it yanick wrote: > > Hi, > put userLog

Re: Bypassing ofbiz login

2008-06-23 Thread BJ Freeman
Also remember that the login must be also set up in Party Mgr for security for roles. Ján Valkovic sent the following on 6/23/2008 6:19 AM: > Hi, > put userLogin as parameter to service, example in java: > > GenericValue userLogin = null; > userLogin = (GenericValue) request.getSession().getAttri

Pull service in not getting called on POS

2008-06-23 Thread AnandM
Hi all, i am new to ofbiz. i have configured POS to sync with MCS directly without PSS. Push is getting called and runing but pull service is not running. my objective is to maintain same catalog and inventory on pos which is already created on MCS.i have attached related files in attachment. plz

Re: Bypassing ofbiz login

2008-06-23 Thread <[EMAIL PROTECTED]>
Hi, put userLogin as parameter to service, example in java: GenericValue userLogin = null; userLogin = (GenericValue) request.getSession().getAttribute("userLogin"); serviceContext.put("userLogin", userLogin); Map serviceReturn = dispatcher.runSync(serviceName, serviceContext); ya jaki wrote /

Bypassing ofbiz login

2008-06-23 Thread jaki
I am trying to use ofbiz webservices from an external app but some of these servcies require you to be logged in. Is there anyway to bypass this? We want our own login system to be used in place of that of ofbiz. -- View this message in context: http://www.nabble.com/Bypassing-ofbiz-login-tp180

Re: OFBIZ- Ecommerce->main->select product item : Displaying at bottom in IE ??

2008-06-23 Thread Jacques Le Roux
Yes true, no ideas and mostly no time now, sorry Jacques From: "manoj_aggarwal84" <[EMAIL PROTECTED]> Need help in displaying the product item information of ecommerce site in internet explorer. When we go from ecommerce site's main page to a particular product item, then the information is di

Re: OFBIZ- Ecommerce->main->select product item : Displaying at bottom in IE ??

2008-06-23 Thread manoj_aggarwal84
Need help in displaying the product item information of ecommerce site in internet explorer. When we go from ecommerce site's main page to a particular product item, then the information is displaying at the bottom of webpage in IE. I think it is related to ecommain.css file. Please help me if so

Re: rev:670340 error

2008-06-23 Thread stamilo
:) On Mon, Jun 23, 2008 at 4:47 PM, Jacques Le Roux < [EMAIL PROTECTED]> wrote: > Hi, > > This is a work in progress. You might read this comment > > Hopefully, this will be fixed soon... > > Jacques > > From: "stamilo" <[EMAIL PROTECTED]> > > hi >> >> A patch from Bruno Busco "Example applicat

Re: rev:670340 error

2008-06-23 Thread Jacques Le Roux
Hi, This is a work in progress. You might read this comment Hopefully, this will be fixed soon... Jacques From: "stamilo" <[EMAIL PROTECTED]> hi A patch from Bruno Busco "Example application should use FindScreenDecorator" report error in findExampleAjax org.ofbiz.widget.screen.ScreenRe

Re: Bug on Party - Classification (2+ records)

2008-06-23 Thread Scott Gray
Hi Ján Are you using the same browser now that you were when you first noticed the problem? Thanks Scott 2008/6/23 Ján Valkovič <[EMAIL PROTECTED]>: > Now, it works for me, locally and on OfBiz demo site, it;s strange. > Anyway, sorry for this post and post to wrong ML > > ya > > Jacques Le Rou

Re: Bug on Party - Classification (2+ records)

2008-06-23 Thread Ján Valkovič
Now, it works for me, locally and on OfBiz demo site, it;s strange. Anyway, sorry for this post and post to wrong ML ya Jacques Le Roux wrote / napísal(a): > This kind of things should be better reported in user ML > http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList

rev:670340 error

2008-06-23 Thread stamilo
hi A patch from Bruno Busco "Example application should use FindScreenDecorator" report error in findExampleAjax org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://example/widget/example/ExampleAjaxScreens.xml#ListExampleFormOnly]: java.lang.IllegalArgumentExcept