Re: product associations in catalog manager

2009-01-08 Thread Heidi Dehaes
I will have a look into demoproduct.xml. thanks. Heidi 2009/1/8 Vivek Mishra vivek.mis...@hotwaxmedia.com Hi Heidi, You can refer DemoProduct.xml file of e-commerce for knowing more about this. We use ProdcutAssoc entity for association of one product to another and give association type

RE: Checkbox on Form Widget

2009-01-08 Thread Hari Plaikoil
Thanks Nikita for your suggestion Sorry, I'm too late to reply. Btw, I tried your advice, It worked. But, since I declare all the fields hidden at the beginning (and manually display some of the fields). I've got problem to use display/ and check/ on the same time. This is my code :

Re: Do we any option to give flate shipment cost to a product for a specific carrier party

2009-01-08 Thread Pranay Pandey
Thanks David for the reply. For doing this I searched around following entities but couldn't find a way to do this: Party, PartyGroup, PartyRole -- For setting up Carrier Party ShipmentMethodType CarrierShipmentMethod ProductStoreShipmentMeth QuantityBreak ShipmentCostEstimate Product -

Re: Add UserLogin to Security Group error

2009-01-08 Thread Karim Rahimpur
Hi Christopher, It seems you're mistaking a PartyId for a UserLogin. You have to create a UserLogin for your Party and use that. E.g. you have a Party whose PartyId=10010, create a UserLogin for that Party and assign it to the security group. You can also create several UserLogins for a

Re: Add UserLogin to Security Group error

2009-01-08 Thread ChristopherJ
Thanks Karim I see what you mean by using ChristopherJ instead of 10010(partyID) it adds the security group correctly to that particular userlogon. I now understand why the user logon ID is used instead of the party ID because of multiple userlogons for the same partyID. OK First Problem

Re: Add UserLogin to Security Group error

2009-01-08 Thread Jacques Le Roux
More about security in OFBiz http://docs.ofbiz.org/display/OFBTECH/OFBiz+security Jacques From: Karim Rahimpur k...@tamagos.com Hi Christopher, It seems you're mistaking a PartyId for a UserLogin. You have to create a UserLogin for your Party and use that. E.g. you have a Party whose

Re: Add UserLogin to Security Group error

2009-01-08 Thread Karim Rahimpur
Christopher, For the second problem you mention, there should be a bug waiting to be resolved ;-) However, you can type in and add the UserLogin if you know it. ChristopherJ wrote: Thanks Karim I see what you mean by using ChristopherJ instead of 10010(partyID) it adds the security group

RE: Checkbox on Form Widget

2009-01-08 Thread Nikita Shinde
Hi Hari, It's best not to use auto-fields-entity tag in this case, you can just put the fields you need to display in the form: field name=createdStamp title=Datedisplay//field field name=isRushOrdercheck//field Else other way round is - auto-fields-entity

Re: Add UserLogin to Security Group error

2009-01-08 Thread ChristopherJ
Thanks Karim for the input hope it gets resolved soon it would make things alot easier! and thanks Jacques the article you suggested was quiet a read. -- View this message in context: http://www.nabble.com/Add-UserLogin-to-Security-Group-error-tp21346925p21349542.html Sent from the OFBiz

Re: Add UserLogin to Security Group error

2009-01-08 Thread Jacques Le Roux
Yes, there is a problem somewhere, if you replace set field=entityName value=UserLoginAndPartyDetails/ by set field=entityName2 value=UserLoginAndPartyDetails/ in screen name=LookupUserLoginAndPartyDetails (and of course in FindLookUp.groovy) you have a workaround. Please open a Jira issue

Entity Sync Overwriting Data with Nothing

2009-01-08 Thread Sam Hamilton
We are currently deploying OFBiz in multiple locations (USA, Hong Kong and China) but when the remote servers try and sync via push with the master server it looses the shipment receipt info and only the primary key exist, all other fields are empty. Then when the pull is invoked from the

Re: Add UserLogin to Security Group error

2009-01-08 Thread Jacques Le Roux
Please don't use this as a *real* workaround, since if you change FindLookUp.groovy you will have to change all set field=entityName in lookup screens !!! Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Yes, there is a problem somewhere, if you replace set field=entityName

Re: Add UserLogin to Security Group error

2009-01-08 Thread Jacques Le Roux
The error seems to come from expandString in FlexibleStringExpander.java[110]. It seems that this.strElems should not be null there or this.orig is wrong. I will try to dig in this afternoon. I think that this problem is more general than the occurence you found. Jacques From: Jacques Le

Incomplete PULL synchronization of database from MCS

2009-01-08 Thread Ajey.bitin
Hi, I'm getting incomplete data from my MCS while PULL synchronization. Some of the entity groups are synchronized properly, there are: org.ofbiz.entity.group org.ofbiz.party.party org.ofbiz.accounting.tax org.ofbiz.security.login org.ofbiz.security.securitygroup org.ofbiz.party.contact But I'm

Re: Add UserLogin to Security Group error

2009-01-08 Thread Karim Rahimpur
Hi Jacques, I've looked into this, and tried out the following: In LookupForms.xml : replaced two lines reading: set field=entityName value=entityName/ with: set field=entityName value=UserLoginAndPartyDetails/ There are two forms defined in LookupForms.xml where this occurs: -

Re: Users - errorPage = request-map ?

2009-01-08 Thread madppiper
I would be very interested in this as well, of course I could redirect using jsp, but isn't there an easier solution? -- View this message in context: http://www.nabble.com/Users---errorPage-%3D-request-map---tp4454613p21352395.html Sent from the OFBiz - User mailing list archive at

Re: good latest version of ofbiz project ..

2009-01-08 Thread myofbiz
Hi I dont know how to do it on demo server. I tried with the latest version again.. finally i could order and checkout with ecommerce application But in ordermgr.. i could not 'Quick ship entire order'. i am getting an error saying: The Following Errors Occurred: Error:Error trying to begin

Re: Login often needed in Catalog

2009-01-08 Thread masionas
Hi, I have the similiar issue from time to time and not only in Catalog. Even if the externalLoginKey is passed to url it still requires re-login at some places through an app. How could I fix it? Revision I use is r722010. Thanks for any hints. -- View this message in context:

Re: Add UserLogin to Security Group error

2009-01-08 Thread Adrian Crum
This makes sense. I don't see how FlexibleStringExpander would affect (or create) this problem. -Adrian Karim Rahimpur wrote: Hi Jacques, I've looked into this, and tried out the following: In LookupForms.xml : replaced two lines reading: set field=entityName value=entityName/ with:

Re: Add UserLogin to Security Group error

2009-01-08 Thread Jacques Le Roux
Thanks Karim, Interesting side effect, I checked there are no other same issues. Fixed in revision: 732720 Jacques From: Karim Rahimpur k...@tamagos.com Hi Jacques, I've looked into this, and tried out the following: In LookupForms.xml : replaced two lines reading: set

Re: good latest version of ofbiz project ..

2009-01-08 Thread Jacques Le Roux
From: myofbiz cooladith...@yahoo.com Hi I dont know how to do it on demo server. Look for Demo Sites/Trunk Demo on http://ofbiz.apache.org/ I tried with the latest version again.. finally i could order and checkout with ecommerce application But in ordermgr.. i could not 'Quick ship entire

variables reset

2009-01-08 Thread Jacek Wagner
All, What would be the best way to reset variables in ofbiz. I wrote apps that helps selling LHS services. The key problem I am having is to reset some of the used variables to be sure they do not affect the next sales cycle. Jacek

Re: variables reset

2009-01-08 Thread Adrian Crum
We're going to need more information. Please provide some code snippets or something. -Adrian Jacek Wagner wrote: All, What would be the best way to reset variables in ofbiz. I wrote apps that helps selling LHS services. The key problem I am having is to reset some of the used variables to

What is the use of Service Interfaces

2009-01-08 Thread Pradeep Kumar
Hi all, Can anybody tell me what is the use of Service Interfaces? -- With regards, S K Pradeep kumar

Re: What is the use of Service Interfaces

2009-01-08 Thread Adrian Crum
Service Interfaces make service definitions polymorphic. If you have a group of service definitions that are basically the same, but only have a few differences, then you can create a service interface that contains the elements that are common to all the services in the group. Each service

Re: Ofbiz Training in India

2009-01-08 Thread seemaaparna tiwari
hello kaushik, im also new to ofbiz. u can contact HotWax Media at Indore as they are the best service providers of ofbiz and they may be involved in training.www.hotwaxmedia.com On 1/7/09, kaychaks kaych...@gmail.com wrote: Hi, My company wants to send me to a training in OfBiz. I

Re: Ofbiz Training in India

2009-01-08 Thread seemaaparna tiwari
Hello everyone HAPPY NEW YEAR TO ALL. im new to ofbiz can anybody tell me from where to start i have read and understood the documentation part . i want to involve as a developer. what are the requirements thanks.

Re: Ofbiz Training in India

2009-01-08 Thread David E Jones
Take a look at this page and all of the pages under it: http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Contribution+and+Development -David On Jan 8, 2009, at 3:29 PM, seemaaparna tiwari wrote: Hello everyone HAPPY NEW YEAR TO ALL. im new to ofbiz can anybody tell me from where to

Re: Entity Sync Overwriting Data with Nothing

2009-01-08 Thread David E Jones
You have the same records being sync'ed in two directions? Hmmm... I hope this is the only issue you run into. Here's my guess about why this is happening: 1. during the first data move the record is not in place when it is referred to, so a dummy empty record is created 2. the dummy

Re: Do we any option to give flate shipment cost to a product for a specific carrier party

2009-01-08 Thread David E Jones
Based on your description what you need is an entity that defines something (a shipping rate) that describes the relationship between a Product and a Carrier (or CarrierShipmentMethod, would be more generally useful and allow you to specify a shipment method, and you may need even more

Re: Considering going with OFBiz

2009-01-08 Thread Frédéric Denis
Service providers experienced with OFBiz and located in Province of Quebec (Canada) are welcome to contact me also, as we will most likely need some help to speed up the implementation (should we decide to go with OFBiz). FD Frederic Denis DENIS CIMAF Inc www.deniscimaf.com

Re: Entity Sync Overwriting Data with Nothing

2009-01-08 Thread Sam Hamilton
It seems that our local SVN server is corrupted and making a total mess of OFBiz so please ignore this thread. If we still get the same problem later with a proper copy I will repost - thanks David! Sam On 09/01/2009 08:46, David Jones david.jo...@hotwaxmedia.com wrote: You have the same