Free installation
Function realizationStudent login module
After students log in to the system, they can browse work-study position information.
After students log in to the system, they can apply for hardship subsidies.
After students log in to the system, they can view past subsidy application information.
Administrator module
(1) Login module
The main function of this module is to log in to the system.
Customers with different permissions logging into the system will enter different management module interfaces.
Due to the judgment made on this customer in the backend,
First accept the customer name and password submitted from the front-end page,
Then solve it in the backend and query it in the database according to the customer name. If
When the customer is found, all the customer's permissions and passwords are taken out and assigned to two string variables respectively.
Determine whether the password read from the database matches the password entered when logging in.
If the two passwords are the same, enter the corresponding page according to the permission value, otherwise the output password is incorrect.
If the customer has not been assigned permissions by the administrator, he or she will not be able to log in to the system.
Class management interface
After the administrator logs in to the system, he can manage class information.
After the administrator logs in to the system, he can manage work-study position information.
After logging in to the system, administrators can manage student information.
After the administrator logs in to the system, he can manage the subsidy application information to be reviewed.
After logging in to the system, the administrator can modify the password information.
System screenshot