Re: production mode

2013-07-01 Thread Arpit Singh Pandya
failMessage and successMessage are the two fields which you will override and make your customize message. You can find reference in my services files. -- Arpit Singh Pandya On Mon, Jul 1, 2013 at 4:32 PM, Vikas vi...@divsinsol.com wrote: Hi Pierre Smits, Thank you for your quick reply

Re: Problem with default currency USD - INR

2013-05-28 Thread Arpit Singh Pandya
Check your general.properties file in framework. -- Arpit Singh Pandya Direct : +91-889-770-1942, 0898-912-3991 On Tue, May 28, 2013 at 7:17 PM, Bhaumik Patel bpa...@surekhatech.comwrote: Hi, I would like to report an issue regarding USD to INR conversion in OFBiz (v 12.04.01). I setup

How to Decouple Ecommerce front-end from OFBiz Back-end.

2012-05-08 Thread Arpit Singh Pandya
Hello All, I have a requirement of decoupling OFBiz Ecommerce front-end from OFBiz ERP(Back end). If we want to use the same OFBiz Ecommerce front end with other ERP or Vice-Versa. Is there any easy way to fulfill this requirement ? -- Arpit S Pandya

Re: Not able to navigate to a screen

2010-05-19 Thread Arpit Singh Pandya
://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+%28Hello+World...%29 -- Arpit Singh Pandya Enterprise Software Developer Direct : +91-982-693-2255 On Wed, May 19, 2010 at 6:31 PM, prasanthi_ofbiz prasanthi.sreeramjammise...@tcs.com wrote: Hi Deepak, Thanks

Re: Not able to navigate to a screen

2010-05-18 Thread Arpit Singh Pandya
://ofbiz.135035.n4.nabble.com/Not-able-to-navigate-to-a-screen-tp2221044p2221121.html Sent from the OFBiz - User mailing list archive at Nabble.com. -- Arpit Singh Pandya Enterprise Software Developer Direct : +91-982-693-2255

Re: conditional form addition in the screen

2010-05-12 Thread Arpit Singh Pandya
hey prasanthi, instead of if-compare field=finAccountTransId try -- if-compare field=parameters.finAccountTransId HTH -- Arpit Singh Pandya Direct : +91-982-693-2255 On Thu, May 13, 2010 at 10:40 AM, prasanthi_ofbiz prasanthi.sreeramjammise...@tcs.com wrote: Hi Akash, I didn't

Re: GoogleCheckout document

2009-06-04 Thread Arpit Singh Pandya
Thanks Vivek to provide such a nice Document. Kind Regards -- Arpit Singh Pandya Vivek Mishra wrote: Hello Community, We have done Google checkout integration with Ofbiz. I would like to share a document. Here is the link of the document: http://docs.ofbiz.org/display/OFBIZ/Placing+order

Bug in Order View Page of Sales Order

2009-05-28 Thread Arpit Singh Pandya
, OrderItemShipGroupAssoc and OrderItemShipGroup , in line number 4433 it is adding in the list(values). Please Let me know if my findings are in wrong direction. Please suggest me further solution to this problem. Comments will be highly appreciable and helpful. Thanks and Regards -- Arpit Singh Pandya

Re: Add To List is Working only for Virtual

2009-02-19 Thread Arpit Singh Pandya
is working on it. Please let me know, if i am thinking wrong or going in wrong direction, is this possible in ofbiz or not. and the main problem is same as explained by Vivek. Thanks Regards Arpit Singh Pandya Vivek Mishra wrote: Thanks for the reply David, Here main problem

Re: Add To List is Working only for Virtual

2009-02-17 Thread Arpit Singh Pandya
, there we can see it is showing the proper variants for the product. Thanks Regards --- Arpit Singh Pandya Jacques Le Roux wrote: Actually it works (you get the right price in the shopping list). This is due to how feature explosion works. Look for instance at WG-9943 : you can select

Login is not working Properly in ecommerce

2009-02-13 Thread Arpit Singh Pandya
/ecommerce/control/**checkLogin/main I am currently working on revision number 744088 and login is working fine before revision number 742013. Thanks and Regards Arpit Singh Pandya

Re: Login is not working Properly in ecommerce

2009-02-13 Thread Arpit Singh Pandya
there is some correction in url. comment inline, Arpit Singh Pandya wrote: Hello All, In Ecommerce, while i follow the steps 1) Login with admin and ofbiz 2) click on Logout 3) and again try to login, it shows the Error ControlServlet.java:204:ERROR] exception report

Add To List is Working only for Virtual

2009-02-11 Thread Arpit Singh Pandya
list. ? Please let me know I am wrong about this. Thanks Regards Arpit Singh Pandya

Re: What is the use of ProductFeatureIactn entity

2009-02-05 Thread Arpit Singh Pandya
Thanks jacques,. I am eagerly waiting for your suggestion. Kind Regards Arpit Singh Pandya Jacques Le Roux wrote: I will have a look at it... Thanlks Jacques From: Arpit Singh Pandya arpit.pan...@hotwaxmedia.com Yes Amit, Jacques , All Of course its a general problem, in the current

Re: What is the use of ProductFeatureIactn entity

2009-02-04 Thread Arpit Singh Pandya
in any point, your comments are most welcome. Kind Regards Arpit Singh Pandya Amit Sharma wrote: Actually i need that type of functionality which will help to create custom application for me. that's why i gone through where it is implemented. so i think its general

Re: What is the use of ProductFeatureIactn entity

2009-01-31 Thread arpit singh pandya
ProductWorker.java) Thanks Regards Arpit Singh Pandya Amit Sharma wrote: Hello Users, Can somebody help regarding ProductFeatureIactn entity in DemoProduct.xml file of ecommerce application that where we are getting the changes when we put productFeatureIactnTypeId=FEATURE_IACTN_DEPEND

Discussion: Repetition of Java Script Function while Rendering the Screen.

2009-01-30 Thread arpit singh pandya
one definition for java script fuction. I have make some changes in the files so its working fine with single function. Please let me know your views and if community allows me I can upload my patch on Jira. * Kind Regards, Arpit Singh Pandya

Error in Poll

2008-12-26 Thread arpit singh pandya
Hello All, The Following Errors Occurred in ecommerce in Minipoll at http://demo.hotwaxmedia.com/ecommerce/control/minipoll/main *The following required parameter is missing: [IN] [createSurveyResponse.surveyId] * Kind Regards Arpit Singh Pandya* *

Re: use of web.xml?

2008-12-12 Thread arpit singh pandya
purpose is that, its deployment descriptor file for the web application. kiran19 wrote: hi all, can any one tell me the actual purpose of web.xml file in ofbiz