|
From: Jim F. <jfl...@ez...> - 2006-10-29 21:28:42
|
Yes, the multi-company function is one of the things I really like about webERP. There are a couple of reasons for my suggestion, however. As someone earlier noted on this list, third party providers don't necessarily want to broadcast a list of their customers. Secondly, my client expects several hundreds of companies to use the system ( don't we all ;<} ) and picking from a drop-down box could get unwieldy. Finally, our experience is that customers like to feel that they are unique even though intellectually they know they are but one of many. It helps a little to see their company name and a familiar logo when first they connect. It's easy enough to do just by including the hosted domain-name for each company in a file called ./companies/$domain/domain and then iterating through them all on first contact to choose the right one. I have a patch to Login.php that does this. The domain file could be created from Z_CreateCompany.php by adding an additional input field. On Sun, 29 Oct 2006 12:14:49 -0800, web-erp-developers-request wrote > > Hmm, there's already multi-company for that situation but you may > need to work out different domain name mappings. The way it works > now, you all go to the same place but then you pick from a list or > enter the company you want. > > Steve > > -----Original Message----- > From: Jim Flowers [mailto:jfl...@ez...] > Sent: Saturday, October 28, 2006 5:52 PM > To: web...@li... > Subject: [WebERP-developers] Login by company domain > > Nice program. > > I have a client that would like to use it in offering a multi-company > bookkeeping service over the Internet. > > Each company using the system would have a unique domain name that > is pointed to the weberp server using name-based virtual hosting. > The initial login script presented could then determine the > appropriate company and logo to display from the php > $_SERVER["HTTP_HOST"] variable. > > Before I tackle coding this, I want to ask if this has already been done > or is > in the works? > > Thanks. > > -- > Jim Flowers <jfl...@ez...> > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your > job easier Download IBM WebSphere Application Server v.1.0.1 based > on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > ------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your > job easier Download IBM WebSphere Application Server v.1.0.1 based > on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------ > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > End of Web-erp-developers Digest, Vol 5, Issue 27 > ************************************************* > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. -- Jim Flowers <jfl...@ez...> -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |