Qingyayuan Intelligent Office System is an OA office system. Its current functions include: corporate information, performance appraisal, personnel information, review instructions, attendance management, personal planning, and employee world. Because it is used within an internal network or an external network, there is no need for Internet search SEO functions. This program uses a lot of AJAX, and the use process is more streamlined.
Environmental requirements:
PHP >= 5.1;
MySQL >= 5.1;
This version is the first version of version 3. It is error-free and the functions are still under development.
Special note: Make sure the /data folder in the root directory and all the folders it contains have writable permissions!
1. Automatic installation
1. Enter and run http://your domain name/install.php in the browser, follow the prompts to complete the input and submit, and the installation file will be installed automatically.
2. After successful installation, click to enter the front or backend
3. Front desk test user: 1003 Password: 1003
4. Backstage default administrator: tsoft Password: 111
5. Front desk access: http://your domain name/
6. Backend access: http://your domain name/admin/
2. Manual installation
If the automatic installation is unsuccessful, you can choose to install it manually.
1. Modify the configuration file
Find the config.php file in the root/conn directory and modify the database connection information
//database address
define( DB_HOST , localhost );
//Database username
define( DB_USER , root );
//Database password
define( DB_PASSWD , );
//database name
define( DB_NAME , );
//database prefix
define( DB_PREFIX , tb_ );
Please modify the above configuration information correctly according to your database information.
2. Import the mysql file
Find the data/install.sql file and correctly import the database file install.sql into your database through phpmyadmin or other database management software.
3. If you have unresolved problems, you can log on to the Qingyayuan official website for technical support and help. Thank you for your support.
Edit debugging:
1. When browsing in other non-IE core browsers such as Google or Firefox, the page will be severely deformed.
2. The default account and password cannot be modified. The account and password on the login page need to be edited to remove them.