From: Jake S. <ns...@us...> - 2004-09-20 12:01:55
|
As Dick Stins mentioned in one of hs previous email : "The design of these issues should be loosely connected or we should create one big project (wegs-erp?)." Is this something that people would be interested in? 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 |
From: skaill <sk...@ro...> - 2004-09-20 14:06:17
|
Before doing extensive work you may want to check with Phil. With the Multilanguage going on almost all of the files have some sort of changes being done to them. Sounds like the two biggest challenges are: 1) Getting to a place of one common DBMS. Personally, I would choose mysql because you get two benefits: You can then offer postgres and mysql versions of your product and the two products would then be much better and easier to integrate. I guess you could move webERP onto postgres but it wouldn't be my first choice. 2) Identifying all of the common database tables and seeing how they vary from one product to another. If there are parts where it varies substantially then deciding whether to bring it to one common ground or have some duplication and providing interfaces between. Sort of an automated referential integrity thing but this is probably not that wise. I doubt the common tables will present that great a challenge in combining. Also, it would be good to identify which operations they have in common to figure out the best way to resolve it so one does not negatively affect the other. Just some thinking out loud... One thing is for sure. Combining both products would be a more powerful all round solution ;) Combining teams makes all of us much more powerful as well. Steve ----- Original Message ----- From: "Jake Stride" <ns...@us...> To: <web...@li...> Sent: Monday, September 20, 2004 8:01 AM Subject: [Web-erp-developers] wegs-erp > As Dick Stins mentioned in one of hs previous email : > > "The design of these issues should be loosely connected or we should > create one big project (wegs-erp?)." > > Is this something that people would be interested in? > > 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 |
From: Jake S. <ns...@us...> - 2004-09-20 14:27:01
|
skaill wrote: >Before doing extensive work you may want to check with Phil. With the >Multilanguage going on almost all of the files have some sort of changes >being done to them. > > Of course >Sounds like the two biggest challenges are: > >1) Getting to a place of one common DBMS. Personally, I would choose mysql >because you get two benefits: You can then offer postgres and mysql >versions of your product and the two products would then be much better and >easier to integrate. I guess you could move webERP onto postgres but it >wouldn't be my first choice. > > OK, my preference is postgresql, but I agree with what you say above, and if we all work on it then getting it to work on both DBMS (mysql/postgresql) would not be much extra work but ensures both get a reasonable amount of testing >2) Identifying all of the common database tables and seeing how they vary >from one product to another. If there are parts where it varies >substantially then deciding whether to bring it to one common ground or have >some duplication and providing interfaces between. Sort of an automated >referential integrity thing but this is probably not that wise. I doubt the >common tables will present that great a challenge in combining. > > This could be interesting and I wonder the best way to go about it. I'm not sure email would be the optimal method, perhaps IRC, but then there is the issue of time differences. I think it is mainly the contacts/address book and authentication tables that will have things in common. The main issue that I can see is that the authentication in EGS is quite powerful. With a contact for example you can assign the follow access: Restricted Read - can see contact details, people etc but no account data Read only - as above but can see account data Write Acceess- User can view all details and edit them This access applies to both users and groups. In addition, for example if a user is allocated to a group with write access, and also on an individual basis as a user with restricted read, the database view joins across the tables and ensures that the highest access prevails, in this case the user is given write access since it is higher than restricted read. I may be wrong but I don't believe this is the case with weberp so may need some additional coding in weberp. >Also, it would be good to identify which operations they have in common to >figure out the best way to resolve it so one does not negatively affect the >other. > >Just some thinking out loud... > >One thing is for sure. Combining both products would be a more powerful all >round solution ;) Combining teams makes all of us much more powerful as >well. > > My thoughts exactly Jake >Steve > >----- Original Message ----- >From: "Jake Stride" <ns...@us...> >To: <web...@li...> >Sent: Monday, September 20, 2004 8:01 AM >Subject: [Web-erp-developers] wegs-erp > > > > >>As Dick Stins mentioned in one of hs previous email : >> >>"The design of these issues should be loosely connected or we should >>create one big project (wegs-erp?)." >> >>Is this something that people would be interested in? >> >>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 >> >> > > > >------------------------------------------------------- >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 > > |
From: Daintrees <p.d...@pa...> - 2004-09-20 20:22:15
|
I dont think it will be that big a problem to get webERP to work with Postgres. I also think choice is a good thing and at this stage webERP is tied to MySQL. If the multi-language is finished, if the serial items is finished then I could get fired up in a different direction. I don't like half done jobs, so I'll go gettextify another script! Phil ----- Original Message ----- From: "skaill" <sk...@ro...> To: <web...@li...> Sent: Tuesday, September 21, 2004 2:07 AM Subject: Re: [Web-erp-developers] wegs-erp > Before doing extensive work you may want to check with Phil. With the > Multilanguage going on almost all of the files have some sort of changes > being done to them. > > Sounds like the two biggest challenges are: > > 1) Getting to a place of one common DBMS. Personally, I would choose mysql > because you get two benefits: You can then offer postgres and mysql > versions of your product and the two products would then be much better and > easier to integrate. I guess you could move webERP onto postgres but it > wouldn't be my first choice. > > 2) Identifying all of the common database tables and seeing how they vary > from one product to another. If there are parts where it varies > substantially then deciding whether to bring it to one common ground or have > some duplication and providing interfaces between. Sort of an automated > referential integrity thing but this is probably not that wise. I doubt the > common tables will present that great a challenge in combining. > > Also, it would be good to identify which operations they have in common to > figure out the best way to resolve it so one does not negatively affect the > other. > > Just some thinking out loud... > > One thing is for sure. Combining both products would be a more powerful all > round solution ;) Combining teams makes all of us much more powerful as > well. > > Steve > > ----- Original Message ----- > From: "Jake Stride" <ns...@us...> > To: <web...@li...> > Sent: Monday, September 20, 2004 8:01 AM > Subject: [Web-erp-developers] wegs-erp > > > > As Dick Stins mentioned in one of hs previous email : > > > > "The design of these issues should be loosely connected or we should > > create one big project (wegs-erp?)." > > > > Is this something that people would be interested in? > > > > 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 > > > > ------------------------------------------------------- > 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 > |
From: skaill <sk...@ro...> - 2004-09-20 20:29:29
|
We need everyone including myself to dive back into getting the Multilanguage done. I could do at least 20 scripts in a day but I might be crazy by the end of it! Steve ----- Original Message ----- From: "Daintrees" <p.d...@pa...> To: <web...@li...> Sent: Monday, September 20, 2004 4:24 PM Subject: Re: [Web-erp-developers] wegs-erp > I dont think it will be that big a problem to get webERP to work with > Postgres. > I also think choice is a good thing and at this stage webERP is tied to > MySQL. > If the multi-language is finished, if the serial items is finished then I > could get fired up in a different direction. I don't like half done jobs, so > I'll go gettextify another script! > > Phil > > ----- Original Message ----- > From: "skaill" <sk...@ro...> > To: <web...@li...> > Sent: Tuesday, September 21, 2004 2:07 AM > Subject: Re: [Web-erp-developers] wegs-erp > > > > Before doing extensive work you may want to check with Phil. With the > > Multilanguage going on almost all of the files have some sort of changes > > being done to them. > > > > Sounds like the two biggest challenges are: > > > > 1) Getting to a place of one common DBMS. Personally, I would choose > mysql > > because you get two benefits: You can then offer postgres and mysql > > versions of your product and the two products would then be much better > and > > easier to integrate. I guess you could move webERP onto postgres but it > > wouldn't be my first choice. > > > > 2) Identifying all of the common database tables and seeing how they vary > > from one product to another. If there are parts where it varies > > substantially then deciding whether to bring it to one common ground or > have > > some duplication and providing interfaces between. Sort of an automated > > referential integrity thing but this is probably not that wise. I doubt > the > > common tables will present that great a challenge in combining. > > > > Also, it would be good to identify which operations they have in common to > > figure out the best way to resolve it so one does not negatively affect > the > > other. > > > > Just some thinking out loud... > > > > One thing is for sure. Combining both products would be a more powerful > all > > round solution ;) Combining teams makes all of us much more powerful as > > well. > > > > Steve > > > > ----- Original Message ----- > > From: "Jake Stride" <ns...@us...> > > To: <web...@li...> > > Sent: Monday, September 20, 2004 8:01 AM > > Subject: [Web-erp-developers] wegs-erp > > > > > > > As Dick Stins mentioned in one of hs previous email : > > > > > > "The design of these issues should be loosely connected or we should > > > create one big project (wegs-erp?)." > > > > > > Is this something that people would be interested in? > > > > > > 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 > > > > > > > > ------------------------------------------------------- > > 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 > > > > > > ------------------------------------------------------- > 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 |
From: Jake S. <ns...@us...> - 2004-09-20 20:59:15
|
I can help do some scripts, if it is simply a case of putting _() around echo statements, then I am sure if you send me a batch of scripts (ie there names) to do I could find some time this week to convert some. Jake skaill wrote: >We need everyone including myself to dive back into getting the >Multilanguage done. I could do at least 20 scripts in a day but I might be >crazy by the end of it! > >Steve > >----- Original Message ----- >From: "Daintrees" <p.d...@pa...> >To: <web...@li...> >Sent: Monday, September 20, 2004 4:24 PM >Subject: Re: [Web-erp-developers] wegs-erp > > > > >>I dont think it will be that big a problem to get webERP to work with >>Postgres. >>I also think choice is a good thing and at this stage webERP is tied to >>MySQL. >>If the multi-language is finished, if the serial items is finished then I >>could get fired up in a different direction. I don't like half done jobs, >> >> >so > > >>I'll go gettextify another script! >> >>Phil >> >>----- Original Message ----- >>From: "skaill" <sk...@ro...> >>To: <web...@li...> >>Sent: Tuesday, September 21, 2004 2:07 AM >>Subject: Re: [Web-erp-developers] wegs-erp >> >> >> >> >>>Before doing extensive work you may want to check with Phil. With the >>>Multilanguage going on almost all of the files have some sort of changes >>>being done to them. >>> >>>Sounds like the two biggest challenges are: >>> >>>1) Getting to a place of one common DBMS. Personally, I would choose >>> >>> >>mysql >> >> >>>because you get two benefits: You can then offer postgres and mysql >>>versions of your product and the two products would then be much better >>> >>> >>and >> >> >>>easier to integrate. I guess you could move webERP onto postgres but it >>>wouldn't be my first choice. >>> >>>2) Identifying all of the common database tables and seeing how they >>> >>> >vary > > >>>from one product to another. If there are parts where it varies >>>substantially then deciding whether to bring it to one common ground or >>> >>> >>have >> >> >>>some duplication and providing interfaces between. Sort of an automated >>>referential integrity thing but this is probably not that wise. I doubt >>> >>> >>the >> >> >>>common tables will present that great a challenge in combining. >>> >>>Also, it would be good to identify which operations they have in common >>> >>> >to > > >>>figure out the best way to resolve it so one does not negatively affect >>> >>> >>the >> >> >>>other. >>> >>>Just some thinking out loud... >>> >>>One thing is for sure. Combining both products would be a more powerful >>> >>> >>all >> >> >>>round solution ;) Combining teams makes all of us much more powerful as >>>well. >>> >>>Steve >>> >>>----- Original Message ----- >>>From: "Jake Stride" <ns...@us...> >>>To: <web...@li...> >>>Sent: Monday, September 20, 2004 8:01 AM >>>Subject: [Web-erp-developers] wegs-erp >>> >>> >>> >>> >>>>As Dick Stins mentioned in one of hs previous email : >>>> >>>>"The design of these issues should be loosely connected or we should >>>>create one big project (wegs-erp?)." >>>> >>>>Is this something that people would be interested in? >>>> >>>>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 >>>> >>>> >>> >>>------------------------------------------------------- >>>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 >>> >>> >>> >> >>------------------------------------------------------- >>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 >> >> > > > >------------------------------------------------------- >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 > > |
From: skaill <sk...@ro...> - 2004-09-20 21:02:52
|
There are a few additional things to watch out for, Jake. We would need to dig up some info that was in one of these emails detailing what to do. It's not tough but you need to be aware of them. Steve ----- Original Message ----- From: "Jake Stride" <ns...@us...> To: <web...@li...> Sent: Monday, September 20, 2004 4:59 PM Subject: Re: [Web-erp-developers] wegs-erp > I can help do some scripts, if it is simply a case of putting _() around > echo statements, then I am sure if you send me a batch of scripts (ie > there names) to do I could find some time this week to convert some. > > Jake > > skaill wrote: > > >We need everyone including myself to dive back into getting the > >Multilanguage done. I could do at least 20 scripts in a day but I might be > >crazy by the end of it! > > > >Steve > > > >----- Original Message ----- > >From: "Daintrees" <p.d...@pa...> > >To: <web...@li...> > >Sent: Monday, September 20, 2004 4:24 PM > >Subject: Re: [Web-erp-developers] wegs-erp > > > > > > > > > >>I dont think it will be that big a problem to get webERP to work with > >>Postgres. > >>I also think choice is a good thing and at this stage webERP is tied to > >>MySQL. > >>If the multi-language is finished, if the serial items is finished then I > >>could get fired up in a different direction. I don't like half done jobs, > >> > >> > >so > > > > > >>I'll go gettextify another script! > >> > >>Phil > >> > >>----- Original Message ----- > >>From: "skaill" <sk...@ro...> > >>To: <web...@li...> > >>Sent: Tuesday, September 21, 2004 2:07 AM > >>Subject: Re: [Web-erp-developers] wegs-erp > >> > >> > >> > >> > >>>Before doing extensive work you may want to check with Phil. With the > >>>Multilanguage going on almost all of the files have some sort of changes > >>>being done to them. > >>> > >>>Sounds like the two biggest challenges are: > >>> > >>>1) Getting to a place of one common DBMS. Personally, I would choose > >>> > >>> > >>mysql > >> > >> > >>>because you get two benefits: You can then offer postgres and mysql > >>>versions of your product and the two products would then be much better > >>> > >>> > >>and > >> > >> > >>>easier to integrate. I guess you could move webERP onto postgres but it > >>>wouldn't be my first choice. > >>> > >>>2) Identifying all of the common database tables and seeing how they > >>> > >>> > >vary > > > > > >>>from one product to another. If there are parts where it varies > >>>substantially then deciding whether to bring it to one common ground or > >>> > >>> > >>have > >> > >> > >>>some duplication and providing interfaces between. Sort of an automated > >>>referential integrity thing but this is probably not that wise. I doubt > >>> > >>> > >>the > >> > >> > >>>common tables will present that great a challenge in combining. > >>> > >>>Also, it would be good to identify which operations they have in common > >>> > >>> > >to > > > > > >>>figure out the best way to resolve it so one does not negatively affect > >>> > >>> > >>the > >> > >> > >>>other. > >>> > >>>Just some thinking out loud... > >>> > >>>One thing is for sure. Combining both products would be a more powerful > >>> > >>> > >>all > >> > >> > >>>round solution ;) Combining teams makes all of us much more powerful as > >>>well. > >>> > >>>Steve > >>> > >>>----- Original Message ----- > >>>From: "Jake Stride" <ns...@us...> > >>>To: <web...@li...> > >>>Sent: Monday, September 20, 2004 8:01 AM > >>>Subject: [Web-erp-developers] wegs-erp > >>> > >>> > >>> > >>> > >>>>As Dick Stins mentioned in one of hs previous email : > >>>> > >>>>"The design of these issues should be loosely connected or we should > >>>>create one big project (wegs-erp?)." > >>>> > >>>>Is this something that people would be interested in? > >>>> > >>>>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 > >>>> > >>>> > >>> > >>>------------------------------------------------------- > >>>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 > >>> > >>> > >>> > >> > >>------------------------------------------------------- > >>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 > >> > >> > > > > > > > >------------------------------------------------------- > >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 > > > > > > > > ------------------------------------------------------- > 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 |
From: Jake S. <ns...@us...> - 2004-09-20 21:25:27
|
Yes I have just read the original thread. If you give me say 5 to kick off with, i'll see get them done asap. Jake skaill wrote: >There are a few additional things to watch out for, Jake. We would need to >dig up some info that was in one of these emails detailing what to do. It's >not tough but you need to be aware of them. > >Steve > >----- Original Message ----- >From: "Jake Stride" <ns...@us...> >To: <web...@li...> >Sent: Monday, September 20, 2004 4:59 PM >Subject: Re: [Web-erp-developers] wegs-erp > > > > >>I can help do some scripts, if it is simply a case of putting _() around >>echo statements, then I am sure if you send me a batch of scripts (ie >>there names) to do I could find some time this week to convert some. >> >>Jake >> >>skaill wrote: >> >> >> >>>We need everyone including myself to dive back into getting the >>>Multilanguage done. I could do at least 20 scripts in a day but I might >>> >>> >be > > >>>crazy by the end of it! >>> >>>Steve >>> >>>----- Original Message ----- >>>From: "Daintrees" <p.d...@pa...> >>>To: <web...@li...> >>>Sent: Monday, September 20, 2004 4:24 PM >>>Subject: Re: [Web-erp-developers] wegs-erp >>> >>> >>> >>> >>> >>> >>>>I dont think it will be that big a problem to get webERP to work with >>>>Postgres. >>>>I also think choice is a good thing and at this stage webERP is tied to >>>>MySQL. >>>>If the multi-language is finished, if the serial items is finished then >>>> >>>> >I > > >>>>could get fired up in a different direction. I don't like half done >>>> >>>> >jobs, > > >>>> >>>> >>>so >>> >>> >>> >>> >>>>I'll go gettextify another script! >>>> >>>>Phil >>>> >>>>----- Original Message ----- >>>>From: "skaill" <sk...@ro...> >>>>To: <web...@li...> >>>>Sent: Tuesday, September 21, 2004 2:07 AM >>>>Subject: Re: [Web-erp-developers] wegs-erp >>>> >>>> >>>> >>>> >>>> >>>> >>>>>Before doing extensive work you may want to check with Phil. With the >>>>>Multilanguage going on almost all of the files have some sort of >>>>> >>>>> >changes > > >>>>>being done to them. >>>>> >>>>>Sounds like the two biggest challenges are: >>>>> >>>>>1) Getting to a place of one common DBMS. Personally, I would choose >>>>> >>>>> >>>>> >>>>> >>>>mysql >>>> >>>> >>>> >>>> >>>>>because you get two benefits: You can then offer postgres and mysql >>>>>versions of your product and the two products would then be much better >>>>> >>>>> >>>>> >>>>> >>>>and >>>> >>>> >>>> >>>> >>>>>easier to integrate. I guess you could move webERP onto postgres but it >>>>>wouldn't be my first choice. >>>>> >>>>>2) Identifying all of the common database tables and seeing how they >>>>> >>>>> >>>>> >>>>> >>>vary >>> >>> >>> >>> >>>>>from one product to another. If there are parts where it varies >>>> >>>> >>>>>substantially then deciding whether to bring it to one common ground or >>>>> >>>>> >>>>> >>>>> >>>>have >>>> >>>> >>>> >>>> >>>>>some duplication and providing interfaces between. Sort of an >>>>> >>>>> >automated > > >>>>>referential integrity thing but this is probably not that wise. I >>>>> >>>>> >doubt > > >>>>> >>>>> >>>>the >>>> >>>> >>>> >>>> >>>>>common tables will present that great a challenge in combining. >>>>> >>>>>Also, it would be good to identify which operations they have in common >>>>> >>>>> >>>>> >>>>> >>>to >>> >>> >>> >>> >>>>>figure out the best way to resolve it so one does not negatively affect >>>>> >>>>> >>>>> >>>>> >>>>the >>>> >>>> >>>> >>>> >>>>>other. >>>>> >>>>>Just some thinking out loud... >>>>> >>>>>One thing is for sure. Combining both products would be a more >>>>> >>>>> >powerful > > >>>>> >>>>> >>>>all >>>> >>>> >>>> >>>> >>>>>round solution ;) Combining teams makes all of us much more powerful >>>>> >>>>> >as > > >>>>>well. >>>>> >>>>>Steve >>>>> >>>>>----- Original Message ----- >>>>>From: "Jake Stride" <ns...@us...> >>>>>To: <web...@li...> >>>>>Sent: Monday, September 20, 2004 8:01 AM >>>>>Subject: [Web-erp-developers] wegs-erp >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>As Dick Stins mentioned in one of hs previous email : >>>>>> >>>>>>"The design of these issues should be loosely connected or we should >>>>>>create one big project (wegs-erp?)." >>>>>> >>>>>>Is this something that people would be interested in? >>>>>> >>>>>>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 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>------------------------------------------------------- >>>>>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 >>>>> >>>>> >>>>> >>>>> >>>>> >>>>------------------------------------------------------- >>>>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 >>>> >>>> >>>> >>>> >>> >>>------------------------------------------------------- >>>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 >>> >>> >>> >>> >> >>------------------------------------------------------- >>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 >> >> > > > >------------------------------------------------------- >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 > > |
From: skaill <sk...@ro...> - 2004-09-20 21:30:39
|
Phil's in charge of who's doing which scripts for Multilanguage. I'll try to dig out that info... Steve ----- Original Message ----- From: "Jake Stride" <ns...@us...> To: <web...@li...> Sent: Monday, September 20, 2004 5:25 PM Subject: Re: [Web-erp-developers] wegs-erp > Yes I have just read the original thread. If you give me say 5 to kick > off with, i'll see get them done asap. > > Jake > > skaill wrote: > > >There are a few additional things to watch out for, Jake. We would need to > >dig up some info that was in one of these emails detailing what to do. It's > >not tough but you need to be aware of them. > > > >Steve > > > >----- Original Message ----- > >From: "Jake Stride" <ns...@us...> > >To: <web...@li...> > >Sent: Monday, September 20, 2004 4:59 PM > >Subject: Re: [Web-erp-developers] wegs-erp > > > > > > > > > >>I can help do some scripts, if it is simply a case of putting _() around > >>echo statements, then I am sure if you send me a batch of scripts (ie > >>there names) to do I could find some time this week to convert some. > >> > >>Jake > >> > >>skaill wrote: > >> > >> > >> > >>>We need everyone including myself to dive back into getting the > >>>Multilanguage done. I could do at least 20 scripts in a day but I might > >>> > >>> > >be > > > > > >>>crazy by the end of it! > >>> > >>>Steve > >>> > >>>----- Original Message ----- > >>>From: "Daintrees" <p.d...@pa...> > >>>To: <web...@li...> > >>>Sent: Monday, September 20, 2004 4:24 PM > >>>Subject: Re: [Web-erp-developers] wegs-erp > >>> > >>> > >>> > >>> > >>> > >>> > >>>>I dont think it will be that big a problem to get webERP to work with > >>>>Postgres. > >>>>I also think choice is a good thing and at this stage webERP is tied to > >>>>MySQL. > >>>>If the multi-language is finished, if the serial items is finished then > >>>> > >>>> > >I > > > > > >>>>could get fired up in a different direction. I don't like half done > >>>> > >>>> > >jobs, > > > > > >>>> > >>>> > >>>so > >>> > >>> > >>> > >>> > >>>>I'll go gettextify another script! > >>>> > >>>>Phil > >>>> > >>>>----- Original Message ----- > >>>>From: "skaill" <sk...@ro...> > >>>>To: <web...@li...> > >>>>Sent: Tuesday, September 21, 2004 2:07 AM > >>>>Subject: Re: [Web-erp-developers] wegs-erp > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>>Before doing extensive work you may want to check with Phil. With the > >>>>>Multilanguage going on almost all of the files have some sort of > >>>>> > >>>>> > >changes > > > > > >>>>>being done to them. > >>>>> > >>>>>Sounds like the two biggest challenges are: > >>>>> > >>>>>1) Getting to a place of one common DBMS. Personally, I would choose > >>>>> > >>>>> > >>>>> > >>>>> > >>>>mysql > >>>> > >>>> > >>>> > >>>> > >>>>>because you get two benefits: You can then offer postgres and mysql > >>>>>versions of your product and the two products would then be much better > >>>>> > >>>>> > >>>>> > >>>>> > >>>>and > >>>> > >>>> > >>>> > >>>> > >>>>>easier to integrate. I guess you could move webERP onto postgres but it > >>>>>wouldn't be my first choice. > >>>>> > >>>>>2) Identifying all of the common database tables and seeing how they > >>>>> > >>>>> > >>>>> > >>>>> > >>>vary > >>> > >>> > >>> > >>> > >>>>>from one product to another. If there are parts where it varies > >>>> > >>>> > >>>>>substantially then deciding whether to bring it to one common ground or > >>>>> > >>>>> > >>>>> > >>>>> > >>>>have > >>>> > >>>> > >>>> > >>>> > >>>>>some duplication and providing interfaces between. Sort of an > >>>>> > >>>>> > >automated > > > > > >>>>>referential integrity thing but this is probably not that wise. I > >>>>> > >>>>> > >doubt > > > > > >>>>> > >>>>> > >>>>the > >>>> > >>>> > >>>> > >>>> > >>>>>common tables will present that great a challenge in combining. > >>>>> > >>>>>Also, it would be good to identify which operations they have in common > >>>>> > >>>>> > >>>>> > >>>>> > >>>to > >>> > >>> > >>> > >>> > >>>>>figure out the best way to resolve it so one does not negatively affect > >>>>> > >>>>> > >>>>> > >>>>> > >>>>the > >>>> > >>>> > >>>> > >>>> > >>>>>other. > >>>>> > >>>>>Just some thinking out loud... > >>>>> > >>>>>One thing is for sure. Combining both products would be a more > >>>>> > >>>>> > >powerful > > > > > >>>>> > >>>>> > >>>>all > >>>> > >>>> > >>>> > >>>> > >>>>>round solution ;) Combining teams makes all of us much more powerful > >>>>> > >>>>> > >as > > > > > >>>>>well. > >>>>> > >>>>>Steve > >>>>> > >>>>>----- Original Message ----- > >>>>>From: "Jake Stride" <ns...@us...> > >>>>>To: <web...@li...> > >>>>>Sent: Monday, September 20, 2004 8:01 AM > >>>>>Subject: [Web-erp-developers] wegs-erp > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>As Dick Stins mentioned in one of hs previous email : > >>>>>> > >>>>>>"The design of these issues should be loosely connected or we should > >>>>>>create one big project (wegs-erp?)." > >>>>>> > >>>>>>Is this something that people would be interested in? > >>>>>> > >>>>>>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 > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>------------------------------------------------------- > >>>>>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 > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>------------------------------------------------------- > >>>>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 > >>>> > >>>> > >>>> > >>>> > >>> > >>>------------------------------------------------------- > >>>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 > >>> > >>> > >>> > >>> > >> > >>------------------------------------------------------- > >>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 > >> > >> > > > > > > > >------------------------------------------------------- > >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 > > > > > > > > ------------------------------------------------------- > 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 |
From: Phil D. <we...@pa...> - 2004-09-21 01:10:06
|
Hi Jake, Thanks so much - practical help is much appreciated. GLAccountInquiry.php GLBalanceSheet.php GLCodesInquiry.php GLJournal.php GLProfit_Loss.php If you could send me a diff with the files that would be particularly awesome! Regards Phil On Tue, 2004-09-21 at 08:59, Jake Stride wrote: > I can help do some scripts, if it is simply a case of putting _() around > echo statements, then I am sure if you send me a batch of scripts (ie > there names) to do I could find some time this week to convert some. > > Jake > > skaill wrote: > > >We need everyone including myself to dive back into getting the > >Multilanguage done. I could do at least 20 scripts in a day but I might be > >crazy by the end of it! > > > >Steve > > |
From: Jake S. <ns...@us...> - 2004-09-21 09:34:29
|
I have been looking through the weberp database this morning and one of the main differences that I have come across between weberp and EGS is the representation of contact details (ie address/phone/fax/email/etc). In weberp am I right in saying that a company has one address, whereas in EGS a company can have as many 'contacts' as you like since they are stored in a different table. Along with each 'contact' the type of 'contact' can be set, so for example, when you add a company with an address, the address is automatically set as the default for billing/shipping/payment/technical/main, then when you add more addresses you can change which is assigned for each, so a company can easily have a different address for billling and shipping, and this can be pulled from the DB without the user having to select it for the company. What are peoples opinions on this method of address/contact handling? Thanks Jake |
From: Phil D. <we...@pa...> - 2004-09-21 10:08:19
|
Almost - there is one billing address - but there can be any number of branch delivery addresses. The same is mirrored with suppliers one head office/admin but many contacts. On Tue, 2004-09-21 at 21:33, Jake Stride wrote: > I have been looking through the weberp database this morning and one of > the main differences that I have come across between weberp and EGS is > the representation of contact details (ie address/phone/fax/email/etc). > > In weberp am I right in saying that a company has one address, whereas > in EGS a company can have as many 'contacts' as you like since they are > stored in a different table. Along with each 'contact' the type of > 'contact' can be set, so for example, when you add a company with an > address, the address is automatically set as the default for > billing/shipping/payment/technical/main, then when you add more > addresses you can change which is assigned for each, so a company can > easily have a different address for billling and shipping, and this can > be pulled from the DB without the user having to select it for the company. > > What are peoples opinions on this method of address/contact handling? > > 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 > |
From: Jake S. <ns...@us...> - 2004-09-21 12:18:13
|
oh right, but they are not all stored with in a single table? EGS concept of branches are slightly different, there are complete company entities in themselves, but are attached to parent companies in a tree structure. Jake Phil Daintree wrote: > Almost - there is one billing address - but there can be any number of > branch delivery addresses. > > The same is mirrored with suppliers one head office/admin but many > contacts. > > On Tue, 2004-09-21 at 21:33, Jake Stride wrote: > >>I have been looking through the weberp database this morning and one of >>the main differences that I have come across between weberp and EGS is >>the representation of contact details (ie address/phone/fax/email/etc). >> >>In weberp am I right in saying that a company has one address, whereas >>in EGS a company can have as many 'contacts' as you like since they are >>stored in a different table. Along with each 'contact' the type of >>'contact' can be set, so for example, when you add a company with an >>address, the address is automatically set as the default for >>billing/shipping/payment/technical/main, then when you add more >>addresses you can change which is assigned for each, so a company can >>easily have a different address for billling and shipping, and this can >>be pulled from the DB without the user having to select it for the company. >> >>What are peoples opinions on this method of address/contact handling? >> >>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 >> > > > > > ------------------------------------------------------- > 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 |
From: Stins, D. <DR...@Zi...> - 2004-09-21 13:55:19
|
sounds allright. ----- Original Message ----- From: "Jake Stride" <ns...@us...> To: <web...@li...> Sent: Tuesday, September 21, 2004 2:18 PM Subject: Re: [Web-erp-developers] wegs-erp > oh right, but they are not all stored with in a single table? > > EGS concept of branches are slightly different, there are complete > company entities in themselves, but are attached to parent companies in > a tree structure. > > Jake > > Phil Daintree wrote: > > Almost - there is one billing address - but there can be any number of > > branch delivery addresses. > > > > The same is mirrored with suppliers one head office/admin but many > > contacts. > > > > On Tue, 2004-09-21 at 21:33, Jake Stride wrote: > > > >>I have been looking through the weberp database this morning and one of > >>the main differences that I have come across between weberp and EGS is > >>the representation of contact details (ie address/phone/fax/email/etc). > >> > >>In weberp am I right in saying that a company has one address, whereas > >>in EGS a company can have as many 'contacts' as you like since they are > >>stored in a different table. Along with each 'contact' the type of > >>'contact' can be set, so for example, when you add a company with an > >>address, the address is automatically set as the default for > >>billing/shipping/payment/technical/main, then when you add more > >>addresses you can change which is assigned for each, so a company can > >>easily have a different address for billling and shipping, and this can > >>be pulled from the DB without the user having to select it for the company. > >> > >>What are peoples opinions on this method of address/contact handling? > >> > >>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 > >> > > > > > > > > > > ------------------------------------------------------- > > 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 > > > > ------------------------------------------------------- > 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 |
From: skaill <sk...@ro...> - 2004-09-21 12:45:41
|
I believe one central pool of contact info is the way to handle all contacts including potential (for sales), customer/client and supplier/vendor. I think I read Debtors Master - contains customer main/billing address. Actually I would separate main from billing even though they're almost always the same. CustBranch - customer branch delivery addresses. I'm assuming this means an order can be made out at the branch level or at least address-wise. Haven't tried though. Suppliers - vendor/supplier address. You are buying from them so no need for a bunch of contacts or shipping addresses. My approach is also usually to have one pool of addresses and they are connected wherever needed. Same as what you have for EGS. In this way if a supplier was also a vendor then only one address is needed for both and updating one updates the other automatically. Also you could add other types of addresses without building more address tables and functions for them. For instance if you bought huge equipment from a supplier and needed to have their service department contacts it would be easy under this design. The main challenges besides locating where all contact info is in webERP will be pooling that contact info and finding and modifying anywhere they are used which will likely mainly be orders and reports. Users, banks and even the company itself have addresses that should all probably pull from the central addresses area. At the same time another approach would be the low impact one that Phil suggested where contact info from webERP is fired into EGS. EGS would need to fire back as well and that could be accomplished by having a weberp type code fired along with the contact info from webERP and EGS stores that in a table so that if the contact is updated in EGS then EGS knows which area/record in webERP needs updating. In this way there could be an automated procedure to update the webERP side. This is seriously not the best of methods though. It is interfacing and interfacing fails in many ways. For instance if the technology that updates webERP is not functioning and someone updates EGS then you are out of synch. We're doing this currently with a client because they refuse to give up on their old Lotus system even though they have had a powerful all inclusive ERP system for a few years now! Steve ----- Original Message ----- From: "Jake Stride" <ns...@us...> To: <web...@li...> Sent: Tuesday, September 21, 2004 5:33 AM Subject: Re: [Web-erp-developers] wegs-erp > I have been looking through the weberp database this morning and one of > the main differences that I have come across between weberp and EGS is > the representation of contact details (ie address/phone/fax/email/etc). > > In weberp am I right in saying that a company has one address, whereas > in EGS a company can have as many 'contacts' as you like since they are > stored in a different table. Along with each 'contact' the type of > 'contact' can be set, so for example, when you add a company with an > address, the address is automatically set as the default for > billing/shipping/payment/technical/main, then when you add more > addresses you can change which is assigned for each, so a company can > easily have a different address for billling and shipping, and this can > be pulled from the DB without the user having to select it for the company. > > What are peoples opinions on this method of address/contact handling? > > 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 |
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 > |
From: Phil D. <we...@pa...> - 2004-09-21 10:51:04
|
Thanks Jake - I found GLJournal.php too and have them all 6 safely committed to CVS. Steve - you have only a couple left COGSGLPostings.php Steve CompanyPreferences.php Steve I think your 20 script target is abitious and a potential OOS problem!! However, in case you get fired up here's a couple more .... Locations.php Steve Logout.php Steve MailInventoryValuation.php Steve - this has an include for the page header I think too. MailSalesReport.php Steve Actually some of these scripts are pretty small - I think we have takled the toughies up front!! Phil |
From: skaill <sk...@ro...> - 2004-09-21 13:12:22
|
Could get RTS (Repetitive Translation Syndrome)! ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Tuesday, September 21, 2004 6:52 AM Subject: [Web-erp-developers] Gettextification > Thanks Jake - I found GLJournal.php too and have them all 6 safely > committed to CVS. > > Steve - you have only a couple left > > COGSGLPostings.php Steve > CompanyPreferences.php Steve > > I think your 20 script target is abitious and a potential OOS problem!! > However, in case you get fired up here's a couple more .... > > > Locations.php Steve > Logout.php Steve > MailInventoryValuation.php Steve - this has an include for the page > header I think too. > MailSalesReport.php Steve > > > Actually some of these scripts are pretty small - I think we have takled > the toughies up front!! > > Phil > > > > > > > ------------------------------------------------------- > 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 |
From: skaill <sk...@ro...> - 2004-09-21 13:44:41
Attachments:
Logout.php
diff20040920Logout.doc
|
Here's Logout with diff... Steve ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Tuesday, September 21, 2004 6:52 AM Subject: [Web-erp-developers] Gettextification > Thanks Jake - I found GLJournal.php too and have them all 6 safely > committed to CVS. > > Steve - you have only a couple left > > COGSGLPostings.php Steve > CompanyPreferences.php Steve > > I think your 20 script target is abitious and a potential OOS problem!! > However, in case you get fired up here's a couple more .... > > > Locations.php Steve > Logout.php Steve > MailInventoryValuation.php Steve - this has an include for the page > header I think too. > MailSalesReport.php Steve > > > Actually some of these scripts are pretty small - I think we have takled > the toughies up front!! > > Phil > > > > > > > ------------------------------------------------------- > 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 |
From: skaill <sk...@ro...> - 2004-09-21 14:05:30
Attachments:
MailInventoryValuation.php
diff20040920MailInvVal.doc
|
Here's MailInventoryValuation... A bit foggy about whether I should have changed the mail->setFrom at near the end. I believe it's just the name that appears in email so that 'Postmaster' should be translated... Steve ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Tuesday, September 21, 2004 6:52 AM Subject: [Web-erp-developers] Gettextification > Thanks Jake - I found GLJournal.php too and have them all 6 safely > committed to CVS. > > Steve - you have only a couple left > > COGSGLPostings.php Steve > CompanyPreferences.php Steve > > I think your 20 script target is abitious and a potential OOS problem!! > However, in case you get fired up here's a couple more .... > > > Locations.php Steve > Logout.php Steve > MailInventoryValuation.php Steve - this has an include for the page > header I think too. > MailSalesReport.php Steve > > > Actually some of these scripts are pretty small - I think we have takled > the toughies up front!! > > Phil > > > > > > > ------------------------------------------------------- > 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 |
From: skaill <sk...@ro...> - 2004-09-21 14:19:29
Attachments:
MailSalesReport.php
|
Here's MailSalesReport... What about MailSalesReport_csv? Also, I don't have to now include LanguageSetup.php at the top of each script do I? I mean it is still called in config, isn't it? Steve ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Tuesday, September 21, 2004 6:52 AM Subject: [Web-erp-developers] Gettextification > Thanks Jake - I found GLJournal.php too and have them all 6 safely > committed to CVS. > > Steve - you have only a couple left > > COGSGLPostings.php Steve > CompanyPreferences.php Steve > > I think your 20 script target is abitious and a potential OOS problem!! > However, in case you get fired up here's a couple more .... > > > Locations.php Steve > Logout.php Steve > MailInventoryValuation.php Steve - this has an include for the page > header I think too. > MailSalesReport.php Steve > > > Actually some of these scripts are pretty small - I think we have takled > the toughies up front!! > > Phil > > > > > > > ------------------------------------------------------- > 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 |
From: Daintrees <p.d...@pa...> - 2004-09-21 20:06:54
|
nope - but it is included in PDFStarter_ros.php P ----- Original Message ----- From: "skaill" <sk...@ro...> To: <web...@li...> Sent: Wednesday, September 22, 2004 2:20 AM Subject: Re: [Web-erp-developers] Gettextification > Here's MailSalesReport... > > What about MailSalesReport_csv? > > Also, I don't have to now include LanguageSetup.php at the top of each > script do I? I mean it is still called in config, isn't it? > > Steve > > ----- Original Message ----- > From: "Phil Daintree" <we...@pa...> > To: <web...@li...> > Sent: Tuesday, September 21, 2004 6:52 AM > Subject: [Web-erp-developers] Gettextification > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > committed to CVS. > > > > Steve - you have only a couple left > > > > COGSGLPostings.php Steve > > CompanyPreferences.php Steve > > > > I think your 20 script target is abitious and a potential OOS problem!! > > However, in case you get fired up here's a couple more .... > > > > > > Locations.php Steve > > Logout.php Steve > > MailInventoryValuation.php Steve - this has an include for the page > > header I think too. > > MailSalesReport.php Steve > > > > > > Actually some of these scripts are pretty small - I think we have takled > > the toughies up front!! > > > > Phil > > > > > > > > > > > > > > ------------------------------------------------------- > > 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 > |
From: skaill <sk...@ro...> - 2004-09-21 20:20:42
|
What about MailSalesReport_csv? Steve ----- Original Message ----- From: "Daintrees" <p.d...@pa...> To: <web...@li...> Sent: Tuesday, September 21, 2004 4:09 PM Subject: Re: [Web-erp-developers] Gettextification > nope - but it is included in PDFStarter_ros.php > > P > ----- Original Message ----- > From: "skaill" <sk...@ro...> > To: <web...@li...> > Sent: Wednesday, September 22, 2004 2:20 AM > Subject: Re: [Web-erp-developers] Gettextification > > > > Here's MailSalesReport... > > > > What about MailSalesReport_csv? > > > > Also, I don't have to now include LanguageSetup.php at the top of each > > script do I? I mean it is still called in config, isn't it? > > > > Steve > > > > ----- Original Message ----- > > From: "Phil Daintree" <we...@pa...> > > To: <web...@li...> > > Sent: Tuesday, September 21, 2004 6:52 AM > > Subject: [Web-erp-developers] Gettextification > > > > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > > committed to CVS. > > > > > > Steve - you have only a couple left > > > > > > COGSGLPostings.php Steve > > > CompanyPreferences.php Steve > > > > > > I think your 20 script target is abitious and a potential OOS problem!! > > > However, in case you get fired up here's a couple more .... > > > > > > > > > Locations.php Steve > > > Logout.php Steve > > > MailInventoryValuation.php Steve - this has an include for the page > > > header I think too. > > > MailSalesReport.php Steve > > > > > > > > > Actually some of these scripts are pretty small - I think we have takled > > > the toughies up front!! > > > > > > Phil > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > 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 > > > > > > ------------------------------------------------------- > 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 |
From: Chris B. <cb...@en...> - 2004-09-23 14:52:24
|
I tried to display the text in Italian, to no avail with the latest CVS. It just didn't diplay anything on the page. Any Ideas?? It's a RedHat 9 box, and gettext is installed on the box?? Any other package I am missing?? Chris -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of Daintrees Sent: Tuesday, September 21, 2004 3:09 PM To: web...@li... Subject: Re: [Web-erp-developers] Gettextification nope - but it is included in PDFStarter_ros.php P ----- Original Message ----- From: "skaill" <sk...@ro...> To: <web...@li...> Sent: Wednesday, September 22, 2004 2:20 AM Subject: Re: [Web-erp-developers] Gettextification > Here's MailSalesReport... > > What about MailSalesReport_csv? > > Also, I don't have to now include LanguageSetup.php at the top of each > script do I? I mean it is still called in config, isn't it? > > Steve > > ----- Original Message ----- > From: "Phil Daintree" <we...@pa...> > To: <web...@li...> > Sent: Tuesday, September 21, 2004 6:52 AM > Subject: [Web-erp-developers] Gettextification > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > committed to CVS. > > > > Steve - you have only a couple left > > > > COGSGLPostings.php Steve > > CompanyPreferences.php Steve > > > > I think your 20 script target is abitious and a potential OOS > > problem!! However, in case you get fired up here's a couple more > > .... > > > > > > Locations.php Steve > > Logout.php Steve > > MailInventoryValuation.php Steve - this has an include for the page > > header I think too. MailSalesReport.php Steve > > > > > > Actually some of these scripts are pretty small - I think we have > > takled the toughies up front!! > > > > Phil > > > > > > > > > > > > > > ------------------------------------------------------- > > 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 > ------------------------------------------------------- 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 |
From: skaill <sk...@ro...> - 2004-09-23 16:21:34
|
Do you have the Italian translated po file done? Steve ----- Original Message ----- From: "Chris Bice" <cb...@en...> To: <web...@li...> Sent: Thursday, September 23, 2004 10:57 AM Subject: RE: [Web-erp-developers] Gettextification > I tried to display the text in Italian, to no avail with the latest CVS. > It just didn't diplay anything on the page. Any Ideas?? > > It's a RedHat 9 box, and gettext is installed on the box?? Any other > package I am missing?? > > Chris > > > -----Original Message----- > From: web...@li... > [mailto:web...@li...] On Behalf Of > Daintrees > Sent: Tuesday, September 21, 2004 3:09 PM > To: web...@li... > Subject: Re: [Web-erp-developers] Gettextification > > > nope - but it is included in PDFStarter_ros.php > > P > ----- Original Message ----- > From: "skaill" <sk...@ro...> > To: <web...@li...> > Sent: Wednesday, September 22, 2004 2:20 AM > Subject: Re: [Web-erp-developers] Gettextification > > > > Here's MailSalesReport... > > > > What about MailSalesReport_csv? > > > > Also, I don't have to now include LanguageSetup.php at the top of each > > > script do I? I mean it is still called in config, isn't it? > > > > Steve > > > > ----- Original Message ----- > > From: "Phil Daintree" <we...@pa...> > > To: <web...@li...> > > Sent: Tuesday, September 21, 2004 6:52 AM > > Subject: [Web-erp-developers] Gettextification > > > > > > > Thanks Jake - I found GLJournal.php too and have them all 6 safely > > > committed to CVS. > > > > > > Steve - you have only a couple left > > > > > > COGSGLPostings.php Steve > > > CompanyPreferences.php Steve > > > > > > I think your 20 script target is abitious and a potential OOS > > > problem!! However, in case you get fired up here's a couple more > > > .... > > > > > > > > > Locations.php Steve > > > Logout.php Steve > > > MailInventoryValuation.php Steve - this has an include for the page > > > header I think too. MailSalesReport.php Steve > > > > > > > > > Actually some of these scripts are pretty small - I think we have > > > takled the toughies up front!! > > > > > > Phil > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > 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 > > > > > > ------------------------------------------------------- > 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 > > > > > ------------------------------------------------------- > 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 |