-
PHP GOBs CMS is a new content management system base on PHP GOBs. The new CMS includes some basic features that create a dynamic and custom web site...
- Article editor with custom text mark up.
- Image uploads for inclusion in articles with image scaling.
- Article comment system that accepts anonymous comments with approval by editors.
- User registration system.
- Forums for users with a...
2009-12-14 02:54:30 UTC in PHP gobs
-
With some bug fixes, added features and inclusion of simple authentication and php girder objects the latest version of of PHP GOBs has been released as Beta 0.3.
http://sourceforge.net/projects/phpgobs
http://xorengineering.com/release/phpgobs.
2009-12-14 02:49:01 UTC in PHP gobs
-
burnin1965 committed revision 6 to the PHP gobs SVN repository, changing 1 files.
2009-12-14 02:24:38 UTC in PHP gobs
-
burnin1965 committed revision 5 to the PHP gobs SVN repository, changing 4 files.
2009-12-14 02:14:49 UTC in PHP gobs
-
burnin1965 committed revision 4 to the PHP gobs SVN repository, changing 15 files.
2009-12-14 02:11:46 UTC in PHP gobs
-
burnin1965 committed revision 3 to the PHP gobs SVN repository, changing 3 files.
2009-12-14 02:03:57 UTC in PHP gobs
-
burnin1965 committed revision 2 to the PHP gobs SVN repository, changing 5 files.
2009-12-14 02:01:02 UTC in PHP gobs
-
When a unit of measure conversion factor greater than 1 is used for a supplier of a stock item purchases result in false price variances.
To duplicate the problem...
1) Create a stock item with unit of measure each.
2) Enter purchasing data for the item with a conversion factor of 4. (i.e. the stock item is a fan but they are purchased as a box of 4 from the supplier)
3) Create a purchase...
2009-12-11 20:14:33 UTC in webERP web-based ERP Accounting
-
Version: 3.11.1
File: BOMs.php
Line: 661
includes('includes/footer.inc');
should be
include('includes/footer.inc');.
2009-12-10 21:37:23 UTC in webERP web-based ERP Accounting
-
So it appears that the following is missing from weberp-new.sql and I think also weberp-demo.sql.
--Insert default value into `factorcompanies` table
INSERT INTO `factorcompanies` ( `id` , `coyname` ) VALUES (null, 'None');.
2009-11-16 19:31:09 UTC in webERP web-based ERP Accounting