Hi, The multitenant structure is ootb in ofbiz and is based on multiple db. In practice, each tenant uses a different database. Other ERPs have the company id in the pk of all tables, so it is possible to use multiple companies with a single database, this is very useful in intercompany management. However, having separate databases allows a clearer segregation of data but greater management difficulties. It would be an interesting feature to make ofbiz multicompany but it would imply a heavy revision of the data model. Best regards Nm
Il mer 2 ott 2019, 12:04 Suraj Khurana <[email protected]> ha scritto: > Hello Sridharreddy, > > Yes, OFBiz support multi-tenancy. This document might help you: > > https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support > > -- > Kind Regards, > Suraj Khurana > Technical Consultant > HotWax Systems > Enterprise open source experts > http://www.hotwaxsystems.com > > > > > > > On Wed, Oct 2, 2019 at 3:29 PM sridharreddy u <[email protected]> > wrote: > > > Dear Support, > > > > We sell SAAS software to Financial Organisation. Each Organisation needs > > their own ERP for account management. So, we are evaluating OFBIZ to use > > this purpose. We will integrate our application with OFBIZ (as plugin) > and > > each organisation will have their own view of accounting. > > > > Does OFBIZ support multi tenancy model where I deploy OFBIZ (with single > > instance in scalable mode) in CLOUD and each organisation will be able to > > access their own data. > > > > If not, do you have any suggestion on how to USE OFBIZ for multi tenancy > > purpose. > > > > > > BR, > > Sridhar Reddy U > > >
