PHP imitates Kingdee Cloud ERP purchase, sales and inventory V8 network multi-warehouse version source code PHP imitates Kingdee Cloud ERP purchase, sale and inventory V8 network multi-warehouse version source code with powerful functions and improved picture upload errors. This system is developed using PHP+MYSQL, B/S architecture, and is convenient for use anywhere. , it can be said to be impeccable both in terms of interface and functionality.
System features
1. Scanner warehousing + inventory warning, including purchasing, sales, warehouse management, commodity management, supplier management, employee management and many other functions.
2. The ERP deployment and installation is very simple. You only need space to support PHP uploading to the root directory for simple installation.
3. The running speed and data processing efficiency are very high, which is very suitable for warehouse management of small and medium-sized enterprises!
4. The system is developed using the industry-famous CodeIgniter framework, which is suitable for secondary development!
5. The system supports skin changing function and comes with 3 kinds of skins.
Installation instructions
1. Upload the source file to the server or space root directory.
1. Import sjk.sql in the root directory into the database
2. Open the applicationconfigdatabase.php file and find the database configuration fields as follows:
$db['default']['hostname'] = 'localhost'; //Generally the default is enough
$db['default']['username'] = 'root'; //Database username
$db['default']['password'] = 'root'; //Database password
$db['default']['database'] = 'erpv8'; //Database name
3. Visit your website, the account number is admin and the password is admin
Note: It is recommended to use PHP version 5.3-5.6. Versions that are too high or too low will cause some unknown errors!