Graduation project: design and implementation of bank teller business performance appraisal system

Tip: the project acquisition method is at the end of the article

preface

Today, senior students share a graduation design project:

Design and implementation of performance appraisal system for bank teller business

Using tomcat server and mysql database development tool eclipse, the project contains source code, supporting graduation thesis, defense materials and project deployment tutorial.

The project acquisition method is at the end of the article

1, Project design

1. Module design

System function module:

1. Authority processing module: administrator and ordinary teller. The administrator enters the administrator page, and ordinary teller enters the interface of ordinary teller.

2. Input module

2.1 ordinary teller user registration: ordinary tellers can obtain access to the system by entering user name (job number, i.e. user name), name and password.

2.2 the teller selects the teller identity to log in: after entering, the teller can view his / her work information.

2.3 administrator interface: after logging in, record the work of the teller: enter the employee number and name of the teller, record the number of business transactions, and record the plus and minus points of the teller in the last column (the integer part of the number of transactions in 10 is the plus and minus points, and the upper limit is 10 points). In addition, the administrator can modify the permissions of ordinary tellers and delete unnecessary users.

2.4 process the data entered by the administrator: for example, the job number can only be 7 digits, and the beginning must be 882; The value of plus or minus points cannot be greater than 10, etc.

3. Processing module

3.1 query: enter the teller's employee number to query the teller's work, plus or minus points and salary; By date query, you can query the work status, plus or minus points of each teller of the cooperative bank on that date.

3.2 salary query: in the calculation of teller's salary, the standard score shall be calculated by dividing the assessment salary by 10. The actual assessment score multiplied by the score is the cashable annual salary (18000 yuan / quarter for head office team members, 12000 yuan / quarter for middle-level principal, 9000 yuan / quarter for middle-level deputy, 6000 yuan / quarter for employees and 1500 yuan / quarter for short-term contract workers (less than three years)), the total monthly score / monthly days / 10 * salary standard

4. Statistical output module: for example, it can make statistics on the ranking of the number of cooperative bank transactions from more to less, plus or minus points.

5. Maintenance module: maintain the system, regularly back up the data, back up the historical database, and maintain the password.
The performance appraisal management system has the complete performance appraisal management steps in reality and the complete virtual reality implementation of the standard performance appraisal management system. Truly realize the function of performance appraisal management system while saving resources, improving efficiency and business processing.

2. Achieve results



There are too many functions. The seniors will not show them one by one here

2, Partial source code

There are a lot of source code, and the article is limited. We won't put it here. We only show a small part of the key code. Students in need can link to the end of the article to get the source code

Some code examples:

<table border="0" width="800" align="center" background="img/MainBg.gif" height="494">
		<tr>
			<td valign="top">
			<table id="table2" style="width: 100%; border-left: 1px solid #7BD676; border-right: 1px solid #7BD676; border-top: 11px solid #7bd676; border-bottom: 1px solid #7BD676; margin: 0; padding: 0" cellSpacing="1" cellPadding="0">
				<tbody style="margin: 0; padding: 0">
					<tr class="rb">
						<td class="pl" width="726" align="center" colspan="2" height="40">							
						<a href="admin/modifypwd.jsp">Change Password</a>&nbsp;&nbsp;&nbsp;
						<a href="admin/modifyname.jsp">Modify user name</a>&nbsp;&nbsp;&nbsp;
						<a href="admin/adduser.jsp">Add system user</a>&nbsp;&nbsp;&nbsp;
						<a href="admin/adminlist.jsp">System user management</a>
						</td>
					</tr>
					<tr class="ry">
						<td class="pl" width="335" align="right">
						<span style="color: #874604 "> User Name: < / span ></td>
						<td style="font-size: 13px; line-height: 24px !important; font-style: normal; font-variant: normal; font-weight: normal; font-family: Song typeface; border: 0 none; margin: 0; padding: 0" width="456" align="left">
						<input type="text" name="name" size="20"></td>
					</tr>
					<tr class="rb">
						<td class="pl" width="335" align="right">
						<span style="color: #874604 "> Secret & nbsp; & nbsp; & nbsp; Code: < / span ></td>
						<td style="font-size: 13px; line-height: 24px !important; font-style: normal; font-variant: normal; font-weight: normal; font-family: Song typeface; border: 0 none; margin: 0; padding: 0" width="456" align="left">
						<input type="password" name="pwd" size="20"></td>
					</tr>
					<tr class="ry">
						<td class="pl" width="335" align="right">
						<span style="color: #874604 "> Duplicate password: < / span ></td>
						<td style="font-size: 13px; line-height: 24px !important; font-style: normal; font-variant: normal; font-weight: normal; font-family: Song typeface; border: 0 none; margin: 0; padding: 0" width="456" align="left">
						<input type="password" name="cpwd" size="20"></td>
					</tr>					
					<tr><td colspan="2" align="center"><input type="submit" value="add to"/></td></tr>
					</table>
			</td>
			
		</tr>
		</table>

3, Finally

1. Project acquisition address

https://mianbaoduo.com/o/dancheng

2. Customized development

How can I help you

I am a computer graduate student with rich computer project experience and knowledge to help you graduate smoothly!

Personal part-time, non intermediary, measurable strength, free technical explanation can be carried out first!

Any question about technology can be asked by the senior students. They will answer it to the students when they are free. Welcome to disturb!

q 746876041

[Key words]

Graduation design computer graduation design computer design sharing java web Design java web design jsp spring mvc mysql spring boot

If this article is helpful to you, please give some praise to the senior students ω•`) o

I wish you all success in your graduation!

Keywords: Java Web Development MySQL

Added by MeanMrMustard on Mon, 03 Jan 2022 16:50:10 +0200