From: Daintrees <p.d...@pa...> - 2004-07-27 06:53:21
|
Hi Eddie, > > I've been translating the web-erp to spanish (version 2.8) > and I'll be glad if I could be part of this project, I have > it almost translating, Fantastic. Would it be possible to include your spanish version as a download of the project - if I am rigorous with my change.log then this should allow you to keep the Spanish version up to date? If you could join the web-erp-developers and web-erp-users lists you could support Spanish users of your system. >also I'm insteresting in convert the > system to work in an Oracle database, although I need some > help to better understand the specific use of some items on > the system. > To do this you need to: 1. Take the database script - either sql/web-erp-demo.sql or sql/weberp-new.sql and modify it to sql that oracle likes to create the oracle db. 2. Make a copy of includes/ConnectDB.inc and edit it for the Oracle specific PHP functions. The one that may cause difficulties is Last Insert ID - there some work arounds I believe. 3. Test the system works on every page - some of the sql may not be compatible with Oracle (I dont think there'll be massive issues here ..... I have tried to use pretty generic SQL - there will certainly be some) > I think the spanish availability of the system is a good > alternative. > Me too! > To tell you something about me, I can tell you I've been > developing systems for the last 15 years, and the last 8 > years using Oracle, and right now I'm trying to improve my > Php skill. Glad to have you lending your help with web-erp. Phil |