Help!! to configure OFBiz for two warehouses and three retail stores

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Help!! to configure OFBiz for two warehouses and three retail stores

bgBoston
Please suggest how I can install/configure OFBiz for a business with two warehouses, three retail stores and one online store? I want to run retail stores in offline mode as well. I want to setup efficient supply-chain process using this system. Is OFBiz suitable for this use case? Please help.
thanks in advance.
Reply | Threaded
Open this post in threaded view
|

Re: Help!! to configure OFBiz for two warehouses and three retail stores

JohnP
I do not think this is possible without massive customization. OFBiz is probably best suited for single location.

Any thought from community??
Reply | Threaded
Open this post in threaded view
|

Re: Help!! to configure OFBiz for two warehouses and three retail stores

rrhati2010
In reply to this post by bgBoston
Hi,

You can achieve this by following steps:

1. Create two ecommerce webapps. (Ex. ecommerce and ecomclone) each with unique WebsiteId mentioned in web.xml of each webapp.
2. Go to content manager. Create 2 websites with same name as WebsiteId.
3. Go to facility manager. Create 2 custom inventories.
4. Go to catalog manager. Create 2 custom stores.
5. Associate each store with respective inventory.
6. Associate each store with the website content.

Access the webstores as
http://localhost:8080/ecommerce -store1
http://localhost:8080/ecomclone -store2

Regards,
RRH