From: Daintrees <p.d...@pa...> - 2004-09-20 20:18:14
|
Jake, The permissions in webERP are such that each page has a PageSecurity value and the user has a role variable which is an array of all the PageSecurity values that she has access to. If the PageSecurity value of the page is not in the role array then the user is blocked from going into the page. I think this kind of permission structure is a requirement of ERP software to properly divide duties for internal control purposes. There is no common address book in webERP - there are customers and their postal addresses in DebtorsMaster, there are customer branch delivery addresses in CustBranch, there are supplier addresses in Suppliers. There are Supplier contacts and email addresses. There are user email addresses in WWW_Users. There are warehouse addresses in Locations. So the addresses in webERP are quite miserably sprinkled around the place. A central repository offered by EGS would be good as a business tool. One possible approach for integration might be to build some extra SQL into the various scripts, Suppliers.php, SupplierContacts.php, Customers.php, Locations.php to fire the addresses into EGS address book. Just a few thoughts, Phil > > I for one have little knowledge of ERP, but from a coding and CRM/project management side of things, I am fairly well versed and have enough knowledge of ERP to see how the two systems could work together to form a pretty comprehensive business tool. > > I am now in a position to start working on integrating EGS/weberp but would like to know peoples views on the situation and the best way to proceed. For example the address book for EGS is a core component to the entire system and indeed the CRM functionality runs from it so perhaps the first issue i have is now to over come the integration of the two address books. > > Thanks > > Jake > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |