smart-web2 is a relatively simple OA system; it includes process designer, form designer, form list management, permission management, simple report management and other functions; the backend of the system is based on the SpringMVC+Spring+Hibernate framework, and the front-end page uses JQuery +Bootstrap and other mainstream technologies; the process engine is based on Snaker workflow; the form designer is based on Leipi.com WEB form designer.
1.System management
System management includes: basic information management, system authority management, management, and subsystem management.
2. Process management
Process management includes: process designer, process instance management, process page template management and other functions.
3. Form management
Form management includes: form designer, table management, form help information management, etc.
4.My office
What I have to do, what I have done;
5. Simple report management
Simple report management includes: simple report design, report management, etc.
6. Form list management
The form designer directly supports the generation of the list corresponding to the form and the management (modification, etc.) of the corresponding list.
1. Database MySQL5.6 or above
2. After downloading, decompress smart-web2_1.3.1.zip in the data directory; then import the decompressed script file ("smart-web2_1.3.1.sql") into the mysql database; Note: When building the database, the character set encoding For: utf8(utf8_general_ci)
3. Modify the configuration file "jdbc.properties" to the user name and password corresponding to the database
4. "sysconfig.properties" system configuration file; you need to modify the "root.dir" property and set it to the root directory used to store files when the system uploads them.
5. The system administrator user name is: admin; the password is: 123456
6. Linux systems need to modify the mysql configuration file so that the database table names are not case-sensitive (lower_case_table_names=1)
1.jdk requires 1.7 and above;
2.tomcat6 or tomcat7;
3.eclipse4.4 or above;
4. Browser requirements: IE8 and above (ideally IE10 and above), Firefox, chrome, etc.
Things to note
1.3.1 has added some new features; so it is not well compatible with 1.2.x. The business logic may change after upgrading to 1.3.1, such as: deleting data using logical deletion, etc.
1.Home page
2. Resource management
3.Menu management
4. Permission management 5. Process management 6. Form management