jsp college student payment (charge) management system

Payment is a job that every school has to do before the start of school. For such a tedious job, the school does not have a good way to deal with it, so that it takes a lot of manpower and time to deal with it. Especially for colleges and universities, with a large number of students and huge tuition fees, it is really difficult to complete this task in a short time and with a low error rate. Therefore, it is imperative to find a targeted solution!
The system selects Windows as the server-side operating system, the development language selects java, the database selects mysql, the JDBC database connection technology is used, eclipse is used as the system application development tool, and the Web server uses the Tomcat7.0 version.

1. User management module:
This module includes registered user management and system user management. The system users are mainly ordinary administrators who manage user information. Only registered users can perform corresponding operations on the system. Users can modify their personal information; administrators can maintain their personal information, and at the same time can modify the user's password information, or delete users in the system.
2. Charging information management module The
administrator manages the charging information of the system, and can also modify the existing charging information in the system. At the same time, the charging information can be viewed and the charging information can be searched; the user can only view the charging information and search the charging information.
3. Department information management module
Department information management module mainly realizes that administrators can add department information to the system, can also modify existing department information in the system, and can view department information and search department information at the same time; The user can only view and search department information.
4. Payment module The
user queries the charge information, selects the charge to enter the detailed page of the charge, clicks the payment button, fills in the payment form, and adds the payment record.
5. In-site mail module The in-
site mail function needs to design a data table for storing mails, storing mails, senders send mails, recipients receive mails, senders view sent mails, recipients manage inboxes, Delete email.Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_37971904/article/details/109095014