Re: OFBiz setup process can't be completed

2016-10-12 Thread Jacques Le Roux
Le 11/10/2016 à 23:59, Scott Gray a écrit : I hope the committer who introduced this feature will take care of the rest. Else maybe we should remove it... Jacques I think you've been around long enough to know that a committer's responsibility to a contribution doesn't extend to years of

Re: OFBiz setup process can't be completed

2016-10-12 Thread Jacopo Cappellato
If that feature is broken and no one is maintaining it, I would suggest to remove it to avoid confusion on users. Jacopo On Wed, Oct 12, 2016 at 10:04 AM, Scott Gray wrote: > It was an unreasonable proposition and I think you know that. > > I've never looked at

How to configure multiple sellers for the same product

2016-10-12 Thread sachin garg
Hi, I am trying to implement a market place using ofbiz on the lines of Amazon. I am not sure how to configure multiple sellers for the same product? I thought of creating each product as a virtual product and the variants shall come from any seller. But then I will have to add a feature category

Re: OFBiz setup process can't be completed

2016-10-12 Thread Scott Gray
It was an unreasonable proposition and I think you know that. I've never looked at the tarpit code to be honest, it was just the first example of an old contribution from you that came to mind. Regards Scott On 12/10/2016 19:13, "Jacques Le Roux" wrote: > Le

Re: How to configure multiple sellers for the same product

2016-10-12 Thread Mandeep Sidhu
Use SupplierProduct tab instead, add each supplier with their own SKU and pricing. Also, make sure the product's inventory type is set to Dropshipment only, you would have to build couple of new ECAs to take care of billing and email notifications. Additionally, some modification is required to

Re: OFBiz setup process can't be completed

2016-10-12 Thread Jacques Le Roux
The problem is we don't know if it's really broken. We also don't know if users are really using it, and even who really cares... Jacques Le 12/10/2016 à 11:17, Jacopo Cappellato a écrit : If that feature is broken and no one is maintaining it, I would suggest to remove it to avoid confusion

Re: OFBiz setup process can't be completed

2016-10-12 Thread Mike
It has never worked for me, even since the 11.x days. On Wed, Oct 12, 2016 at 7:30 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > The problem is we don't know if it's really broken. > > We also don't know if users are really using it, and even who really > cares... > > Jacques > >

Re: OFBiz setup process can't be completed

2016-10-12 Thread Jacopo Cappellato
On Wed, Oct 12, 2016 at 4:30 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > The problem is we don't know if it's really broken. > > We also don't know if users are really using it, and even who really > cares... > > Jacques For me a simple rule of thumb is: if the code is

Re: OFBiz setup process can't be completed

2016-10-12 Thread Jacopo Cappellato
On Wed, Oct 12, 2016 at 6:37 PM, Mike wrote: > Easy for you to say because you are an expert. What about a complete > beginner who is trying to setup a new system. I have never really known > (for sure) if my system was setup properly because of this error. Errors >

Re: OFBiz setup process can't be completed

2016-10-12 Thread Jacques Le Roux
That's interesting Pierre thanks. Could someone sufficiently interested please create a Jira? Jacques Le 12/10/2016 à 19:52, Pierre Smits a écrit : The reason why this is happening is because there is no check on whether the party setup already exists. The function calls the

Re: OFBiz setup process can't be completed

2016-10-12 Thread Pierre Smits
The reason why this is happening is because there is no check on whether the party setup already exists. The function calls the setupDefaultGeneralLedger service, which leads to the creation of the PartyAcctgPreference record. This shouldn't be called when the first record already exists. Best

Re: OFBiz setup process can't be completed

2016-10-12 Thread Mike
Easy for you to say because you are an expert. What about a complete beginner who is trying to setup a new system. I have never really known (for sure) if my system was setup properly because of this error. Errors spewing in the logs promotes a lack of confidence in the product. On Wed, Oct

Re: How to configure multiple sellers for the same product

2016-10-12 Thread Mandeep Sidhu
I've a full fledged seller marketplace implemented over this :) https://seller.simbacart.com/sellercentral/c/home I am pretty sure it works, you'd have to extend SupplierProduct to track inventory though. For the pricing you need to configure appropriate SECAs to do auto adjustments, if you are

Re: How to configure multiple sellers for the same product

2016-10-12 Thread sachin garg
I just wanted to clarify if there is a defined way already in ofbiz for achieving marketplace config. I understand now that probably i will have to tweak the code to achieve my objective. Thanks for giving some hint in this direction ;) On Oct 12, 2016 10:01 PM, "Mandeep Sidhu"

Re: How to configure multiple sellers for the same product

2016-10-12 Thread Mandeep Sidhu
Assign the supplier to the virtual product as you'd need that for the invoicing/shipping workflow. Virtual product is just like a regular product with isVirtual flag set to Y, it still has SupplierProduct entity relationship so you need to associate your supplierPartyId with variant product as

Re: How to configure multiple sellers for the same product

2016-10-12 Thread sachin garg
Hi Mandeep, I started working on your suggestion. Lets say a product has got variants (may come in 4 colors). So, I created a virtual product and created 4 variants for it. Now I want to associate two suppliers with this product as you suggested. I have a related query: Shall I assign a supplier

Re: OFBiz setup process can't be completed

2016-10-12 Thread Hans Bakker
As pierre already wrote, the setup will only properly work when loading only seed and seed initial data and then, only then, it will appear on the menu.Yes, the PartyAcctgPreference entity should be empty. We have now a simplified one page setup version in the GrowERP backend which you can