From: Phil D. <ph...@du...> - 2003-06-22 10:17:00
|
The latest archive has been uploaded today. There is a substantial re-vamp to the security schema that allows much closer control over which pages users can access. Also additonal functionality in: - inventory valuation report - inventory planning report - BOM listing report - gl account inquiries Additional checks and balances on stock item changes. See the change log for the full details. Also, some documentation !! Have started work on the manual which is included in the new archive. Any comments or help always appreciated. Phil Daintree |
From: Sherif O. <sh...@ky...> - 2003-06-25 20:19:26
|
Phil, Congrats on the only usable ERP on sourceforge ! I have a client who is interesting in web-erp, and I've been making quite a few changes (mostly bug fixes) over the last week or so. Do you want me to send you these to merge into the main stream ? The main changes are : * - Added a Currencies page * - modified header.inc to use a stylesheet. with this lots of the html code can be reduced * - Disallowing receiving quantities to be greater than their corresponding purchase order * - Disallow deleting of branches if there are users referencing the branch * - Changed percentages to be read as percentages (0-100) not as fractions (0.0-1.0) * - Fix misc bugs in purchase order modifying * - added a flag $hide_incomplete_features * - checks in misc stock pages whether item is valid (eg. in StockCostUpdate.php) * - modified header.inc to use a stylesheet. with this lots of the html code can be reduced Depending on the outcome of this project, I would also be willing to make it localization-friendly, ie. move all the strings to language files. regards Sherif ----- Original Message ----- From: "Phil Daintree" <ph...@du...> To: <web...@li...> Sent: Sunday, June 22, 2003 1:21 PM Subject: [Web-erp-users] Version 0.1.8 Released > The latest archive has been uploaded today. > > There is a substantial re-vamp to the security schema that allows much closer > control over which pages users can access. > > Also additonal functionality in: > - inventory valuation report > - inventory planning report > - BOM listing report > - gl account inquiries > > Additional checks and balances on stock item changes. See the change log for > the full details. > > Also, some documentation !! Have started work on the manual which is included > in the new archive. > > Any comments or help always appreciated. > > Phil Daintree > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Web-erp-users mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-users > |
From: Chris B. <cb...@me...> - 2003-06-25 20:29:53
|
Sherif Omar wrote: >Phil, > >Congrats on the only usable ERP on sourceforge ! I have a client who is >interesting in web-erp, and I've been making quite a few changes (mostly bug >fixes) over the last week or so. Do you want me to send you these to merge >into the main stream ? > >The main changes are : >* - Added a Currencies page >* - modified header.inc to use a stylesheet. with this lots of the html code >can be reduced >* - Disallowing receiving quantities to be greater than their corresponding >purchase order >* - Disallow deleting of branches if there are users referencing the branch >* - Changed percentages to be read as percentages (0-100) not as fractions >(0.0-1.0) >* - Fix misc bugs in purchase order modifying >* - added a flag $hide_incomplete_features >* - checks in misc stock pages whether item is valid (eg. in >StockCostUpdate.php) >* - modified header.inc to use a stylesheet. with this lots of the html code >can be reduced > >Depending on the outcome of this project, I would also be willing to make it >localization-friendly, ie. move all the strings to language files. > >regards >Sherif > >----- Original Message ----- >From: "Phil Daintree" <ph...@du...> >To: <web...@li...> >Sent: Sunday, June 22, 2003 1:21 PM >Subject: [Web-erp-users] Version 0.1.8 Released > > > > >>The latest archive has been uploaded today. >> >>There is a substantial re-vamp to the security schema that allows much >> >> >closer > > >>control over which pages users can access. >> >>Also additonal functionality in: >>- inventory valuation report >>- inventory planning report >>- BOM listing report >>- gl account inquiries >> >>Additional checks and balances on stock item changes. See the change log >> >> >for > > >>the full details. >> >>Also, some documentation !! Have started work on the manual which is >> >> >included > > >>in the new archive. >> >>Any comments or help always appreciated. >> >>Phil Daintree >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: INetU >>Attention Web Developers & Consultants: Become An INetU Hosting Partner. >>Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! >>INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php >>_______________________________________________ >>Web-erp-users mailing list >>Web...@li... >>https://lists.sourceforge.net/lists/listinfo/web-erp-users >> >> >> > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: INetU >Attention Web Developers & Consultants: Become An INetU Hosting Partner. >Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! >INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php >_______________________________________________ >Web-erp-users mailing list >Web...@li... >https://lists.sourceforge.net/lists/listinfo/web-erp-users > > We will be moving Off of D3 to Web-ERP in the very near future, so I would very interested in you Style Sheet changes. Thanks Chris Bice IT Manager SRC Diversified |
From: Phil D. <ph...@du...> - 2003-06-25 23:50:55
|
Hi Sherif, I would VERY much like to incorporate your improvements! If you could tar.bz2 the scripts you have modified and email me that would be fantastic. It may take a bit to figure out which bits are changed - so some pointers might be helpful, if we have both worked on the same page over the last month or so. Internationalisation would be great it looks like a disturbing amount of work though! RE: receiving quantities - there is a parameter in config.php (undocumented of course!) which allows you to specify by how much you will accept over delivery - in some businesses small over deliveries are acceptable eg. an order for 20 tonnes of polyprop granuals ie a container may be delivered as 20,250kg or a multiple of 25kg bags or other packaging requirements. It is possible under the current schema to have a 0 tolerance on over deliveries by making this parameter equal to 0. By default it allows over delivery by 20%. Phil ----- Original Message ----- From: "Sherif Omar" <sh...@ky...> To: <ph...@du...>; <web...@li...> Sent: Thursday, June 26, 2003 8:19 AM Subject: Re: [Web-erp-users] Version 0.1.8 Released > Phil, > > Congrats on the only usable ERP on sourceforge ! I have a client who is > interesting in web-erp, and I've been making quite a few changes (mostly bug > fixes) over the last week or so. Do you want me to send you these to merge > into the main stream ? > > The main changes are : > * - Added a Currencies page > * - modified header.inc to use a stylesheet. with this lots of the html code > can be reduced > * - Disallowing receiving quantities to be greater than their corresponding > purchase order > * - Disallow deleting of branches if there are users referencing the branch > * - Changed percentages to be read as percentages (0-100) not as fractions > (0.0-1.0) > * - Fix misc bugs in purchase order modifying > * - added a flag $hide_incomplete_features > * - checks in misc stock pages whether item is valid (eg. in > StockCostUpdate.php) > * - modified header.inc to use a stylesheet. with this lots of the html code > can be reduced > > Depending on the outcome of this project, I would also be willing to make it > localization-friendly, ie. move all the strings to language files. > > regards > Sherif > > |