From: Peter <use...@gm...> - 2004-08-04 21:13:25
|
I've shown Web-ERP to my manager and he was very impressed. It far surpasses any open source ERP software we have used. Among a couple of small features, some requirements he had: * The support of serialized stock * BOM reporting * Milti - level BOM Has development started on these features? If so, can I help? If development has not started, a co-worker and I can start developing these. I have programmed some in PHP and MySQL and I have done a lot of programming in other languages including C++ so I understand the OOP mentality. ~Peter |
From: Danie B. <br...@na...> - 2004-08-04 23:07:08
|
Hi Peter I don't know if any of the other guys are awake right now, so I will try to answer some of your questions. Serialization has been build into the stock to some extend Phil and Jessie worked on this, so they will probably fill you in on serialization. BOMS already have multilevel support in that a manufactured item with its own BOM may be used within another BOM. There is however no single interface to edit a tree like structure. Reporting of the BOM Tree are also lacking although with a bit of work it is possible to build such a report. Like all of us go ahead, look through the code and if you feel up to it go ahead and try. If you would like to run it past the the list do so. Phil is fearly strict on the source code structure ( not overly so, but he has a point) on the way he would like the code. Have a look at the current code you will see he likes to keep every file as self contained as possible. He or someone else will probably mention it again soon. :) Someone mentioned a while back where we could find the standard Phil would like us to use, If someone could tell us again. Also mabe Phil could put it on the Source Forge Site as well under some FAQ. Just a thought. *wink-wink* There is also some work under way on work orders and costing by me and my guys, And we are also doing some work on the taxes and manuals. We will contribute it back and Phil will decide what he want's to include. It's his baby and he did a good job so far. Kind Regards Danie Brink Quoting Peter <use...@gm...>: > I've shown Web-ERP to my manager and he was very impressed. It far > surpasses any open source ERP software we have used. > > Among a couple of small features, some requirements he had: > > * The support of serialized stock > * BOM reporting > * Milti - level BOM > > Has development started on these features? If so, can I help? If > development has not started, a co-worker and I can start developing > these. > > I have programmed some in PHP and MySQL and I have done a lot of > programming in other languages including C++ so I understand the OOP > mentality. > > ~Peter > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: skaill <sk...@ro...> - 2004-08-05 18:15:21
|
I think Phil mentioned PEAR which can be found here http://pear.php.net/manual/en/standards.php It is a short and easy read. Basically it's what they teach in school or you've seen in lots of good programs. Chances are you're doing already. Steve ----- Original Message ----- From: "Danie Brink" <br...@na...> To: <web...@li...> Sent: Wednesday, August 04, 2004 7:07 PM Subject: Re: [Web-erp-developers] Serialization and BOM > Hi Peter > > I don't know if any of the other guys are awake right now, so I will try to > answer some of your questions. > > Serialization has been build into the stock to some extend Phil and Jessie > worked on this, so they will probably fill you in on serialization. > > BOMS already have multilevel support in that a manufactured item with its own > BOM may be used within another BOM. There is however no single interface to > edit a tree like structure. > > Reporting of the BOM Tree are also lacking although with a bit of work it is > possible to build such a report. > > Like all of us go ahead, look through the code and if you feel up to it go ahead > and try. If you would like to run it past the the list do so. Phil is fearly > strict on the source code structure ( not overly so, but he has a point) on the > way he would like the code. Have a look at the current code you will see he > likes to keep every file as self contained as possible. > He or someone else will probably mention it again soon. :) > > Someone mentioned a while back where we could find the standard Phil would like > us to use, If someone could tell us again. Also mabe Phil could put it on the > Source Forge Site as well under some FAQ. Just a thought. *wink-wink* > > There is also some work under way on work orders and costing by me and my guys, > And we are also doing some work on the taxes and manuals. We will contribute it > back and Phil will decide what he want's to include. It's his baby and he did a > good job so far. > > Kind Regards > Danie Brink > > Quoting Peter <use...@gm...>: > > > I've shown Web-ERP to my manager and he was very impressed. It far > > surpasses any open source ERP software we have used. > > > > Among a couple of small features, some requirements he had: > > > > * The support of serialized stock > > * BOM reporting > > * Milti - level BOM > > > > Has development started on these features? If so, can I help? If > > development has not started, a co-worker and I can start developing > > these. > > > > I have programmed some in PHP and MySQL and I have done a lot of > > programming in other languages including C++ so I understand the OOP > > mentality. > > > > ~Peter > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > one more big change to announce. We are now OSTG- Open Source Technology > > Group. Come see the changes on the new OSTG site. www.ostg.com > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Peter <use...@gm...> - 2004-08-05 18:40:27
|
Thanks Skaill. I'll read up on that. Chris, I am very interested in your RMA system. If I can be of any assistance please let me know. Thanks! ~Peter On Thu, 5 Aug 2004 14:15:48 -0400, skaill <sk...@ro...> wrote: > I think Phil mentioned PEAR which can be found here > http://pear.php.net/manual/en/standards.php > It is a short and easy read. Basically it's what they teach in school or > you've seen in lots of good programs. Chances are you're doing already. > > Steve > > > > ----- Original Message ----- > From: "Danie Brink" <br...@na...> > To: <web...@li...> > Sent: Wednesday, August 04, 2004 7:07 PM > Subject: Re: [Web-erp-developers] Serialization and BOM > > > Hi Peter > > > > I don't know if any of the other guys are awake right now, so I will try > to > > answer some of your questions. > > > > Serialization has been build into the stock to some extend Phil and Jessie > > worked on this, so they will probably fill you in on serialization. > > > > BOMS already have multilevel support in that a manufactured item with its > own > > BOM may be used within another BOM. There is however no single interface > to > > edit a tree like structure. > > > > Reporting of the BOM Tree are also lacking although with a bit of work it > is > > possible to build such a report. > > > > Like all of us go ahead, look through the code and if you feel up to it go > ahead > > and try. If you would like to run it past the the list do so. Phil is > fearly > > strict on the source code structure ( not overly so, but he has a point) > on the > > way he would like the code. Have a look at the current code you will see > he > > likes to keep every file as self contained as possible. > > He or someone else will probably mention it again soon. :) > > > > Someone mentioned a while back where we could find the standard Phil would > like > > us to use, If someone could tell us again. Also mabe Phil could put it on > the > > Source Forge Site as well under some FAQ. Just a thought. *wink-wink* > > > > There is also some work under way on work orders and costing by me and my > guys, > > And we are also doing some work on the taxes and manuals. We will > contribute it > > back and Phil will decide what he want's to include. It's his baby and he > did a > > good job so far. > > > > Kind Regards > > Danie Brink > > > > Quoting Peter <use...@gm...>: > > > > > I've shown Web-ERP to my manager and he was very impressed. It far > > > surpasses any open source ERP software we have used. > > > > > > Among a couple of small features, some requirements he had: > > > > > > * The support of serialized stock > > > * BOM reporting > > > * Milti - level BOM > > > > > > Has development started on these features? If so, can I help? If > > > development has not started, a co-worker and I can start developing > > > these. > > > > > > I have programmed some in PHP and MySQL and I have done a lot of > > > programming in other languages including C++ so I understand the OOP > > > mentality. > > > > > > ~Peter > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > > one more big change to announce. We are now OSTG- Open Source Technology > > > Group. Come see the changes on the new OSTG site. www.ostg.com > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > one more big change to announce. We are now OSTG- Open Source Technology > > Group. Come see the changes on the new OSTG site. www.ostg.com > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: Daintrees <p.d...@pa...> - 2004-08-05 00:35:11
|
> Like all of us go ahead, look through the code and if you feel up to it go ahead > and try. If you would like to run it past the the list do so. Phil is fearly > strict on the source code structure ( not overly so, but he has a point) on the > way he would like the code. Have a look at the current code you will see he > likes to keep every file as self contained as possible. > He or someone else will probably mention it again soon. :) Thats well put Danie - I prefer to keep everything together rather than look through 12 files to figure out a script. Hope I am not too grizzly and putting folks off though!! I really need some help. > > Someone mentioned a while back where we could find the standard Phil would like > us to use, If someone could tell us again. Also mabe Phil could put it on the > Source Forge Site as well under some FAQ. Just a thought. *wink-wink* > Its a solid point again Danie - I will draft something up from old emails and stick it in the docs as a standing reference for contributors. Phil |
From: Peter <use...@gm...> - 2004-08-05 11:48:20
|
Thanks! I will start working on fleshing out some of the BOM functionality. By the way, is there a way we can enter in RMA's? If not, I'll start working on that too. Much of our information is on mas200 so I am starting to write import scripts that will accept the mas200 database dumps. ~Peter On Thu, 05 Aug 2004 12:36:26 +1200, Daintrees <p.d...@pa...> wrote: > > Like all of us go ahead, look through the code and if you feel up to it go > ahead > > and try. If you would like to run it past the the list do so. Phil is > fearly > > strict on the source code structure ( not overly so, but he has a point) > on the > > way he would like the code. Have a look at the current code you will see > he > > likes to keep every file as self contained as possible. > > He or someone else will probably mention it again soon. :) > > Thats well put Danie - I prefer to keep everything together rather than look > through 12 files to figure out a script. > Hope I am not too grizzly and putting folks off though!! I really need some > help. > > > > > Someone mentioned a while back where we could find the standard Phil would > like > > us to use, If someone could tell us again. Also mabe Phil could put it on > the > > Source Forge Site as well under some FAQ. Just a thought. *wink-wink* > > > > Its a solid point again Danie - I will draft something up from old emails > and stick it in the docs as a standing reference for contributors. > > Phil > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: Chris B. <cb...@en...> - 2004-08-05 14:39:25
|
Peter, I have built a RMA, and warranty system that I am now trying to incorporate into webERP. I'm not too sure how much longer it will be before I get it converted, but that may be an option for you if you didn't want to re-write it. Chris -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of Peter Sent: Thursday, August 05, 2004 6:48 AM To: web...@li... Subject: Re: [Web-erp-developers] Serialization and BOM Thanks! I will start working on fleshing out some of the BOM functionality. By the way, is there a way we can enter in RMA's? If not, I'll start working on that too. Much of our information is on mas200 so I am starting to write import scripts that will accept the mas200 database dumps. ~Peter On Thu, 05 Aug 2004 12:36:26 +1200, Daintrees <p.d...@pa...> wrote: > > Like all of us go ahead, look through the code and if you feel up to it go > ahead > > and try. If you would like to run it past the the list do so. Phil is > fearly > > strict on the source code structure ( not overly so, but he has a point) > on the > > way he would like the code. Have a look at the current code you will see > he > > likes to keep every file as self contained as possible. > > He or someone else will probably mention it again soon. :) > > Thats well put Danie - I prefer to keep everything together rather than look > through 12 files to figure out a script. > Hope I am not too grizzly and putting folks off though!! I really need some > help. > > > > > Someone mentioned a while back where we could find the standard Phil would > like > > us to use, If someone could tell us again. Also mabe Phil could put it on > the > > Source Forge Site as well under some FAQ. Just a thought. *wink-wink* > > > > Its a solid point again Danie - I will draft something up from old emails > and stick it in the docs as a standing reference for contributors. > > Phil > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers |