Re: Users - Can any body of you update the new Freemarker Template jar file

2010-10-04 Thread pankaj savita
Hi Shereen, You can download freemarker jar from here: http://www.freemarker.org/eclipse/freemarker/plugins/ -- Thanks Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Mon, Oct 4, 2010 at 2:40 PM, Shereen sheri_ash...@hotmail.com wrote: I'm searching

Re: Problem in order creation

2010-10-04 Thread Sumit Pandit
Hi Naveen, If emailorder is called in request chaining then orderId should exist in request if not you need to put it in request map somewhere in some previous method. On Mon, Oct 4, 2010 at 12:49 PM, Naveen Kumar naveen.new...@gmail.com wrote: Hi All, I was creating SalesOrder from Quote.

Problem in order creation

2010-10-04 Thread Naveen Kumar
Hi All, I was creating SalesOrder from Quote. During order creation, after the request *emailorder*, upon success, I am redirecting it to a groovy event to store some data to a New Entity created for my reference. I need to get orderId of the created order for the new entity. My Problem:

Subscriptions

2010-10-04 Thread Shereen
Hi all I'm asking how can I handle subscriptions in the following way through ofbiz I want to handle subscriptions for magazines journals and such things for my customer. The subscription will contain the basic information like any subscription as dates and frequency and such things but I ant

Calling Ofbiz web services from a .NET client

2010-10-04 Thread Per Sandved Hustad
Hello. I have been struggling for several days in order to call a simple Ofbiz web service from a Visual Studio 2008 C# console application. I am using the Ofbiz trunk, currently at revision 1004127. Using the http://localhost:8080/webtools/control/SOAPService/testSOAPScv?WSDL reference, I am

Re: Users - Can any body of you update the new Freemarker Template jar file

2010-10-04 Thread Jacques Le Roux
Try freemarker plugin in Google you will get to http://freemarker.sourceforge.net/editors.html Jacques From: Shereen sheri_ash...@hotmail.com I'm searching for a freemarker eclipse plugin it will help me a lot writing ftl but I duno from where do download it would anyone please tell me a link

Re: Users - Can any body of you update the new Freemarker Template jar file

2010-10-04 Thread Shereen
I'm searching for a freemarker eclipse plugin it will help me a lot writing ftl but I duno from where do download it would anyone please tell me a link where i can download this jar.? I searched in some other forums and links the gave me are no longer available. I'm using eclipse galileo Thanks a

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread Mansour Al Akeel
Hello BJ: Thank you for helping. I found the purpose of layoutSettings.headerImageLinkUrl. From applications/party/widget/partymgr/CommonScreens.xml !-- layoutSettings.headerImageUrl can be used to specify an application specific logo; if not set, then the global

Re: OFBiz and Professional Services

2010-10-04 Thread BJ Freeman
in General ofbiz uses most of vol I but does not completely adhere to it. Professional Services introduces new Entities, However if you use the products as services, as ofbiz stands and you don't need what professional services adds then it is not required. Pierre Smits sent the following on

OFBiz and Professional Services

2010-10-04 Thread Pierre Smits
Hi all, Before I delve deeper into OFBiz code and/or volume 2 of the Data Model Resource Book, can anybody please tell me in how far OFBiz complies or adheres to the definitions of entities (or others) as described in the chapter of Professional Services in the book? Regards, Pierre

Ship Cost Estimates for Drop Shipment

2010-10-04 Thread Rene Scheibe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I want to use ecommerce with drop shipment and calculate ship costs per supplier (ship group). Is there a way to setup the ShipmentCostEstimate per supplier? I have seen a partyId and roleTypeId in the entity definition. But having a look at

Re: Calling Ofbiz web services from a .NET client

2010-10-04 Thread chris snow
Hi Per, I would try using XML-RPC if you can find a .NET library for it. Can you please re-open the JIRA issue? Many thanks, Chris

Re: Ship Cost Estimates for Drop Shipment

2010-10-04 Thread BJ Freeman
not to answer you question, but as a practical view. The dropshipper is in zipcode that the shipping is not uniform to all customers it is hard to use shipping estimates exactly. So I suggest you figure an average shipping cost that you won't loose money on. If you have more than one average

Re: Calling Ofbiz web services from a .NET client

2010-10-04 Thread BJ Freeman
note familiar withusing .net take a look at https://issues.apache.org/jira/browse/OFBIZ-3877 = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/

Re: Calling Ofbiz web services from a .NET client

2010-10-04 Thread Jacques Le Roux
Hi Chris, I just reopened, have you looked at https://issues.apache.org/jira/browse/OFBIZ-3877 ? Jacques From: chris snow chsnow...@gmail.com Hi Per, I would try using XML-RPC if you can find a .NET library for it. Can you please re-open the JIRA issue? Many thanks, Chris

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread Mansour Al Akeel
BJ: changing the image in the file framework/common/widget/CommonScreens.xml doesn't change the logo ! I changed the name form /image/ofbiz_logo.gif to /images/mylogo.png but still this doesn't show. And in the page source it's still the old value. I did a clean then run-install I even dropped

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread BJ Freeman
I figured that is where you were headed and why is gave you that set you need to comment it out. I am not sure if they modified others I have not installed any new code lately to see. It does work with the versions I am using. = BJ Freeman Strategic Power Office with

Re: ofbiz JAR fFles

2010-10-04 Thread BJ Freeman
the first two on you list are not part of ofbiz and you must install the jars to support that Zwick, Marshall R (IS) sent the following on 10/4/2010 1:17 PM: Hello, I am trying to locate Jar files needed to build a library. I am missing the following needed imports for Java: import

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread Mansour Al Akeel
BJ: I am using the latest from trunk. I am trying it now with 10.04 release to see. On Mon Oct 04,2010 02:50 pm, BJ Freeman wrote: I figured that is where you were headed and why is gave you that set you need to comment it out. I am not sure if they modified others I have not installed any

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread Mansour Al Akeel
It's still not working with me. I am not sure if I missed something. Here's what I did: Edited framework/common/widget/CommonScreens.xml and replaced every occurance of /images/ofbiz_logo.gif with /images/myLogo.png. deleted the old ofbiz_logo.gif and placed the mine. I commented out : !--

Re: Setting up layoutSettings.headerImageLinkUrl in the theme

2010-10-04 Thread BJ Freeman
I won't be able to dig into this till next week. Mansour Al Akeel sent the following on 10/4/2010 5:34 PM: It's still not working with me. I am not sure if I missed something. Here's what I did: Edited framework/common/widget/CommonScreens.xml and replaced every occurance of

Resource bundle error

2010-10-04 Thread Gavin Mabie
Hi All Can anybody help me solve this one - I used ant create-component to create a new component in hot-deploy but get this error when I launch the application. Error rendering screen [component://mycomponent/widget/CommonScreens.xml#main-decorator] (Could not find resource bundle

Re: Problem in order creation

2010-10-04 Thread Naveen Kumar
Hi Sumit, Thanks for the information. Regards, Naveen. On Mon, Oct 4, 2010 at 1:33 PM, Sumit Pandit meetsumit...@gmail.com wrote: Hi Naveen, If emailorder is called in request chaining then orderId should exist in request if not you need to put it in request map somewhere in some previous

Re: Resource bundle error

2010-10-04 Thread Sumit Pandit
Hi Gavin, Please make sure you have MyComponentUiLabels.xml file. And it is wright spelled (name is case sensitive). Also if this does not solve your problem, please paste error message at console/terminal and ofbiz/hot-deploy/mycomponent/widget/CommonScreens.xml code. On Tue, Oct 5, 2010 at