EntitySync RMI error

2009-09-25 Thread Deyan Tsvetanov
Hi guys, I'm trying to configure RMI entity sync. I'm following http://docs.ofbiz.org/display/OFBIZ/Sync+Setup+Notes+and+Example What I've done so far: 1) entity-sync-rmi to rmi://192.168.1.100:1099/RMIDispatcher 2) set RMIIF=-Djava.rmi.server.hostname=127.0.0.1 ( as per the example ). 3

Re: How to create new role in ofbiz

2009-09-25 Thread Yoke Power
The admin user credentials are admin/ofbiz; you could try this just in case - YOKEPOWER On Fri, Sep 25, 2009 at 10:46 AM, naveen chanda wrote: > > Hi Vikas, > > > I cannot able to access this link, i have given my credentials. > > But i cannot able to access. > > Please help me. > > Thanks, >

Re: Accounting transaction : GlAccountType

2009-09-25 Thread Sharan-F
Hi Chris I agree with Carsten – I see this as a feature and not a bug. I'll tell you my reasoning. The GL account defaults are the way to setup which accounts (GLAccountIds) you want specific transaction types (GL Account Types) to map to. This also helps to automate where transactions are post

Re: Problem configure Authorize.NET SSL certificate

2009-09-25 Thread Cimballi
Hi, I made more tests and here is the solution I found, but I think it's not the best one, so I share it with you. I noticed that the certificates are searched in the java standard certificates and also in all ofbiz keystores (specified in "ofbiz-component.xml" files). At first I added one in the

Re: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Jacques Le Roux
Yes, sounds good to me Thanks Ruth Jacques From: "Ruth Hoffman" Hi Simon, Jacques: The only way you could do this is to require the user to create an account while you still have them on the store website either before the order is created or as the order is created. Given that, why not jus

Re: Ecommerce Search (Unable to find products)

2009-09-25 Thread Ancheta, Fred
Thank you Pranay. I will look more into what you did here and compare it to our own setup. Hope all is well! On Thu, Sep 24, 2009 at 10:54 PM, Pranay Pandey < pranay.pan...@hotwaxmedia.com> wrote: > Hi Fred, > > You can achieve this by rolling up categories that you want with the search > categ

Re: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Ruth Hoffman
Hi Simon, Jacques: The only way you could do this is to require the user to create an account while you still have them on the store website either before the order is created or as the order is created. Given that, why not just insert some code into the checkout process that checks to see if t

Re: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Jacques Le Roux
Simon, Product.productTypeId seems appropriate to me. Jacques From: "Simon Hutchinson" Jacques What would be the preferred approach for determining the requirement for registration before download. e.g a new property on the product entity, by product type, by testing for associated resourc

Re: Ofbiz integration to other J2EE application

2009-09-25 Thread Jacques Le Roux
Apache ServiceMix : nothing but time to invest http://servicemix.apache.org/home.html. I'd also recommend http://www.manning.com/rademakers/ SOAP : http://docs.ofbiz.org/x/oR4 (use Apache Axis2, another free "tool"). I'm still (for months now :) working on integrating Axis2 in OFBiz. I have alrea

RE: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Simon Hutchinson
Jacques What would be the preferred approach for determining the requirement for registration before download. e.g a new property on the product entity, by product type, by testing for associated resource?? Simon -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7ar

Re: Hard-code currency for shipment Option

2009-09-25 Thread Abdullah Shaikh
I guess you can go with the shoppingCart currency code as the shoppingCart has the configured currency code. On Fri, Sep 25, 2009 at 9:03 PM, Simon Hutchinson < simon.hutchin...@ixxus.co.uk> wrote: > The isoCode of the currency for the cart seems to be be available > > ret-field="currency"/> > >

Re: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Jacques Le Roux
I'd prefer #1 (generic) and would be happy to review and hopefully commit any contribution... Jacques From: "Ruth Hoffman" Hi Simon: #2 is pretty much what I plan to do. All my users, at this point, start out as anonymous users. My solution: once a user has been confirmed as purchasing the p

Re: Ofbiz integration to other J2EE application

2009-09-25 Thread Olindo Pindaro
Thanks Jacques, Your suggestion sound great, but I am not an ESB nor a OfBiz expert so before to add to my todo list the acquisition of another new framework I want to be shure that in I am not "using a rocket to kill a fly". All what I know regarding OfBiz is from book "Apache OFBiz Development T

RE: Hard-code currency for shipment Option

2009-09-25 Thread Simon Hutchinson
The isoCode of the currency for the cart seems to be be available Such that this would work ${shippingEst?currency(${currency})}${shippingEst} Is the currency code of the shoppingCart acceptable to use here as I see that the ShipmentCostEstimate entity has a priceUomId field. Simon -Or

Shipment address in checkout process

2009-09-25 Thread Simon Hutchinson
Hi, Is it possible to prevent the requirement of a shipping address in the checkout process for specific products (e.g Digital products made available for download). Thans Simon

Re: Hard-code currency for shipment Option

2009-09-25 Thread Abdullah Shaikh
oh I thought that the isoCode is already set earlier somewhere in the flow On Fri, Sep 25, 2009 at 8:43 PM, Adrian Crum wrote: > There is no doubt the ISO code needs to be set up prior to the set element. > That is why I suggested using existing implementations as a guide. > > -Adrian > > > Abdu

Problem configure Authorize.NET SSL certificate

2009-09-25 Thread Cimballi
Hi, I am trying to connect OFBiz with Authorize.NET and I have a problem with the SSL certificate. I followed instructions here : http://docs.ofbiz.org/display/OFBIZ/Authroize.net+Configuration+in+Ofbiz+Application But when I want to authorize a payment I have the following error : Could not compl

Re: Hard-code currency for shipment Option

2009-09-25 Thread Adrian Crum
There is no doubt the ISO code needs to be set up prior to the set element. That is why I suggested using existing implementations as a guide. -Adrian Abdullah Shaikh wrote: Adrian, you missed the ${} around isoCode, but even that doesn't work, it displays the $ symbol, probably the isoCode is

Re: Hard-code currency for shipment Option

2009-09-25 Thread Abdullah Shaikh
Adrian, you missed the ${} around isoCode, but even that doesn't work, it displays the $ symbol, probably the isoCode is not getting updated. On Fri, Sep 25, 2009 at 8:27 PM, Adrian Crum wrote: > Oops, that example should be: > > > > -Adrian > > > Adrian Crum wrote: > >> Simon, >> >> You will

Re: Hard-code currency for shipment Option

2009-09-25 Thread Adrian Crum
Oops, that example should be: -Adrian Adrian Crum wrote: Simon, You will need to use the ?currency(String IsoCode) string expansion modifier in the set element: Search the existing XML files for "?currency(" and you will see how it is used. Once you have the problem corrected, supp

RE: Hard-code currency for shipment Option

2009-09-25 Thread Simon Hutchinson
Thanks Abdullah, I have logged this in Jira and will fix shortly. https://issues.apache.org/jira/browse/OFBIZ-2971 Simon -Original Message- From: Abdullah Shaikh [mailto:abdullah.shaik...@gmail.com] Sent: Fri 9/25/2009 3:49 PM To: user@ofbiz.apache.org Subject: Re: Hard-code currency f

Re: Warning: no shipments created;

2009-09-25 Thread Vince Clark
What kind of product are you using? I have had this problem before when using marketing packages that did not have proper associations set up for components. In this case the error occurred because no components were found, and therefore no items were issued to the order. Vince Clark www.globa

Re: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Ruth Hoffman
Hi Simon: #2 is pretty much what I plan to do. All my users, at this point, start out as anonymous users. My solution: once a user has been confirmed as purchasing the product, I will create a minimal account for them using an email address (I assume that if they are using the web to purchase

Re: Hard-code currency for shipment Option

2009-09-25 Thread Abdullah Shaikh
Yes you are right, the $ symbol gets displayed in the description. I was trying out with the checkout & quick checkout option, but the select box appears in the One Page Checkout option. On Fri, Sep 25, 2009 at 5:24 PM, Simon Hutchinson < simon.hutchin...@ixxus.co.uk> wrote: > hi Abdullah, > > Th

Re: How to create new role in ofbiz

2009-09-25 Thread naveen chanda
Hi Vikas, I cannot able to access this link, i have given my credentials. But i cannot able to access. Please help me. Thanks, Naveen Vikas Mayur-3 wrote: > > Naveen, > > Follow this link - > https://demo.ofbiz.org/partymgr/control/viewroles?partyId=DemoCustomer > > Vikas > > On Sep 22,

Re: Hard-code currency for shipment Option

2009-09-25 Thread Adrian Crum
Simon, You will need to use the ?currency(String IsoCode) string expansion modifier in the set element: Search the existing XML files for "?currency(" and you will see how it is used. Once you have the problem corrected, supply a patch to Jira and we will see to it that it is included i

Re: Parent -Child role relation

2009-09-25 Thread naveen chanda
Hi, The example for my requirement is, i have two roles for e.g. Parent Role as : Sales Manager Child Role as : Assistant Sales Mangager How can i make relation for the two roles. In the Role(s) form under party , i have seen a button called Add Role, it shows the list of RoleType id

Re: Accounting transaction : GlAccountType

2009-09-25 Thread Carsten Schinzer
This can only be considered a bug, if there is a mechanism to hook in General Ledger configurations other than the default. Some more detail: If you want to use a different GL setup, then there must be a mechanism to configure default accounts for certain transactions that have financial implicati

Warning: no shipments created;

2009-09-25 Thread Abdullah Shaikh
When I do "Quick Ship Entire Order", I get below error. The Following Errors Occurred: Warning: no shipments created; could not find anything ready and needing to be shipped. Any Idea what could be wrong ?

RE: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Simon Hutchinson
-Original Message- From: Ruth Hoffman [mailto:rhoff...@aesolves.com] Sent: Fri 9/25/2009 2:25 PM To: user@ofbiz.apache.org Subject: Re: Downloading a digital product as an anonymous purchaser Hi Simon: I don't think it can be done. I've spent several hours deciphering how digital goo

Re: Parent -Child role relation

2009-09-25 Thread Hans Bakker
If you would like to create a relationship including roles, look at the relationship button in party profile detail. It looks a bit complicated. To provide an example look at the build-in relationship between accounts and contacts. Regards, Hans On Fri, 2009-09-25 at 05:34 -0700, naveen chanda w

Re: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Jacques Le Roux
Sound logical to be identified to download... Jacques From: "Ruth Hoffman" Hi Simon: I don't think it can be done. I've spent several hours deciphering how digital goods work and, although I could be wrong, I don't think there is a way using the default setup that a user can access a purchas

Re: Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Ruth Hoffman
Hi Simon: I don't think it can be done. I've spent several hours deciphering how digital goods work and, although I could be wrong, I don't think there is a way using the default setup that a user can access a purchased digital good without a login/password. That would be because those produc

Re: POS sales order completion

2009-09-25 Thread Jacques Le Roux
If "you" had begun with the order manager there would be no problems at all of course. I have never crossed this case, so I can't give a good answer for this order. I guess you will have to get your hands dirty (ie Webtolls/ Entity Maintenance and such) Jacques From: "Deyan Tsvetanov" My que

Re: Ofbiz integration to other J2EE application

2009-09-25 Thread Jacques Le Roux
What about ESB ? ServiceMix ? Jacques From: "Olindo Pindaro" .My company delivered several J2EE Application Based on JPuzzle, a legacy proprietary framework for ERP (it's 7 years long story). I am evaluating the possibility to integrate OfBIZ ecommerce with it. These means that a ecommerce s

Re: POS sales order completion

2009-09-25 Thread Deyan Tsvetanov
My question was exactly about the order manager - is there a way to complete the order using the order manager :) I'm not complaining - just asking for a shortcut :) -Original Message- From: Jacques Le Roux Reply-to: "Jacques Le Roux" To: user@ofbiz.apache.org Subject: Re: POS sales ord

Downloading a digital product as an anonymous purchaser

2009-09-25 Thread Simon Hutchinson
Hi all, If I purchase a DIGITAL_GOOD through ecommerce as a logged in user the purchase is subsequently available for download through my order history page. My question is how a digital purchase is made available for download for an anonymous user. I can make the purchase but don't seem to be

Re: Parent -Child role relation

2009-09-25 Thread Scott Gray
Hi Naveen, You might need to describe your requirements a little more clearly in order to get a good answer. What exactly is it you are trying to achieve? Regards Scott On 26/09/2009, at 12:34 AM, naveen chanda wrote: Hi, I have a requirement to create a relation with roles, i have

Parent -Child role relation

2009-09-25 Thread naveen chanda
Hi, I have a requirement to create a relation with roles, i have searched the screens and i cannot able to find the screen. But in the database the table used is, RoleType and the column is parentTypeId, it have relations which i have seen in demo data. Could any one help in this issue. Where

Re: Hard-code currency for shipment Option (with attached image)

2009-09-25 Thread Jacques Le Roux
You cant't attach in this thread. You may use Nabble for that. What you are looking for is the macro <@ofbizcurrency>, look for usage in code. A Jira would be welcome Thanks Jacques From: "Simon Hutchinson" Here is the screenshot. I forgot to attach it before -Original Message- From:

Re: Error when trying to Run

2009-09-25 Thread Jacques Le Roux
FYI : you don't need to put ant clean-all at each build, most of the time ant is enough Jacques From: "Simon Hutchinson" Have you compiled the application? e.g ant clean-all run-install -Original Message- From: Ofbiz Learner [mailto:getof...@gmail.com] Sent: Fri 9/25/2009 11:48 AM T

Re: POS sales order completion

2009-09-25 Thread Jacques Le Roux
Hi Deyan, There are still some features missing in the POS, I agree. For the moment, in such cases you may use the order manager.. Jacques From: "Deyan Tsvetanov" Well, my current problem is that that particular sale was made without "Is Immediately Fulfilled" set to YES. So i'm trying to f

RE: Hard-code currency for shipment Option (with attached image)

2009-09-25 Thread Simon Hutchinson
Here is the screenshot. I forgot to attach it before -Original Message- From: abdullah.shaik...@gmail.com on behalf of Abdullah Shaikh Sent: Fri 9/25/2009 12:38 PM To: user@ofbiz.apache.org Subject: Re: Hard-code currency for shipment Option Hi Simon, I have just checked it out with the

RE: Hard-code currency for shipment Option

2009-09-25 Thread Simon Hutchinson
hi Abdullah, Thanks for your time on this. I have made the changes that you suggested but while the £ is displayed correctly for product, totals etc the description of the shipping options a still shown in $. The attached image should clarify - Note that the figures in the cost summary a

Re: Hard-code currency for shipment Option

2009-09-25 Thread Abdullah Shaikh
Hi Simon, I have just checked it out with the ecommerce application, it optional to set the currency.uom.id.default in general.properties, but you need to set the settings in store > localisation as mentioned before. To test checkout with these new settings, I added the GBP price to the Tiny Chro

Re: Hard-code currency for shipment Option

2009-09-25 Thread Abdullah Shaikh
Simon, There are, I don't remember exactly, I guess configuration settings in 2 places, payment.properties & under Store > Localisation, you need to set Default Locale String to en_GB & Default Currency Uom Id to GBP - British Pound. I guess these settings should do, just clear your browser cache

Re: Error when trying to Run

2009-09-25 Thread Deyan Tsvetanov
Are you starting ofbiz with startofbiz.bat ? If yes - does it provide any to other output besides the error bellow ? Which JVM are you using ? Doesn't look like Sun JVM to me ... :) -- Deyan -Original Message- From: Ofbiz Learner Reply-to: user@ofbiz.apache.org To: user@ofbiz.apache.o

Re: Error Message while starting the site and build the project

2009-09-25 Thread Yoke Power
Hi R.S Did you try to run the run-install (ant task), This does the default data setup required for starting the application properly. The following are not errors, it is creating the required tables in the database, which is fine main) [ DatabaseUtil.java:343:WARN ] Entity [OagisMessageErr

RE: Error when trying to Run

2009-09-25 Thread Simon Hutchinson
Have you compiled the application? e.g ant clean-all run-install -Original Message- From: Ofbiz Learner [mailto:getof...@gmail.com] Sent: Fri 9/25/2009 11:48 AM To: user@ofbiz.apache.org Subject: Error when trying to Run Hi, i am getting this error when i am trying to start ofbiz -->

RE: Hard-code currency for shipment Option

2009-09-25 Thread Simon Hutchinson
Thanks Abdullah I hadn't set that, however I don't think that this alone will solve the problem as the simple-method is simple entering $ as text. Do you know how I can get the correct symbol programatically? BR Simon -Original Message- From: abdullah.shaik...@gmail.com on behalf of

Error when trying to Run

2009-09-25 Thread Ofbiz Learner
Hi, i am getting this error when i am trying to start ofbiz --> Plz help. Set OFBIZ_HOME to - E:/workspace/OfbizHome Admin socket not configured; set to port 0 * java.lang.ClassNotFoundException*: org.ofbiz.base.container.ContainerLoader at java.net.URLClassLoader$1.run(*URLClassLoader.java:2

Re: Hard-code currency for shipment Option

2009-09-25 Thread Abdullah Shaikh
Have you set the currency.uom.id.default to GBP in general.properties On Fri, Sep 25, 2009 at 4:07 PM, Simon Hutchinson < simon.hutchin...@ixxus.co.uk> wrote: > Hi, > > In check-out process for eCommerce the descriptions of the shipment options > include a price, however this always displayed as

Hard-code currency for shipment Option

2009-09-25 Thread Simon Hutchinson
Hi, In check-out process for eCommerce the descriptions of the shipment options include a price, however this always displayed as $ despite the uom for the shipment estimate being set to GBP. I have looked at getShipOptions in CustomerEvents.xml and it appears that the currency symbol is hard-

Re: POS sales order completion

2009-09-25 Thread Deyan Tsvetanov
Well, my current problem is that that particular sale was made without "Is Immediately Fulfilled" set to YES. So i'm trying to find an easy way to fix it :) Otherwise sometimes it could happen that you don't want to immediately fulfill the order. I'll give you an example: The goods you buy may n

Ofbiz integration to other J2EE application

2009-09-25 Thread Olindo Pindaro
.My company delivered several J2EE Application Based on JPuzzle, a legacy proprietary framework for ERP (it's 7 years long story). I am evaluating the possibility to integrate OfBIZ ecommerce with it. These means that a ecommerce site user will have an "alias" in JPuzzle DB, that order history m

Re: POS sales order completion

2009-09-25 Thread Jacques Le Roux
It seems you know that the POS is OOTB designed to work with "Is Immediately Fulfilled" set to YES. So you must have a good reason to do so. But I'm afraid there are currently no easy solutions for your pb Jacques From: "Deyan Tsvetanov" Hi all, I've a question regarding the sales orders fr

product routing

2009-09-25 Thread Zhiyong Cui
How to define a default routing for a product if it has more than one ? -- View this message in context: http://www.nabble.com/product-routing-tp25608113p25608113.html Sent from the OFBiz - User mailing list archive at Nabble.com.

POS sales order completion

2009-09-25 Thread Deyan Tsvetanov
Hi all, I've a question regarding the sales orders from POS. We have a product store with "Is Immediately Fulfilled" set to NO. After a sale is done a new sales order is being created for the store with status APPROVED. I can not find anywhere in the GUI how to complete the order, so its sta

Re: mrp problem

2009-09-25 Thread Zhiyong Cui
Yes ,it is ,the same things are still exists. Sumit Pandit-3 wrote: > > Hi Zhiyong, > > Please verify that when you receive product goes in same Facility as > you are using in MRP. > > Thanks and Regards > Sumit Pandit > > On 21-Sep-09, at 7:52 AM, Zhiyong Cui wrote: > >> >> I have set inv