本科毕业设计论文
题目:企业财务管理系统设计与实现
系 别:
专 业:
班 级:
学生姓名:
学生学号:
指导教师:
毕业设计论文
摘 要
在如今社会上,关于信息上面的处理,没有任何一个企业或者个人会忽视,如何让
信息急速传递,并且归档储存查询,采用之前的纸张记录模式已经不符合当前使用要求
了。所以,对企业财务信息管理的提升,也为了对企业财务信息进行更好的维护,企业
财务管理系统的出现就变得水到渠成不可缺少。通过对企业财务管理系统的开发,不仅
仅可以学以致用,让学到的知识变成成果出现,也强化了知识记忆,扩大了知识储备,
是提升自我的一种很好的方法。通过具体的开发,对整个软件开发的过程熟练掌握,不
论是前期的设计,还是后续的编码测试,都有了很深刻的认知。
企业财务管理系统通过 MySQL 数据库与 Spring Boot 框架进行开发,企业财务管理
系统能够实现对财务人员,员工,收费信息,支出信息,薪资信息,留言信息,报销信
息等信息的管理。
企业财务管理系统的实施,使得信息处理工作变得更加有序和标准化,这是其发展
的必然趋势。经过系统处理的信息,在检索和分析方面的效率显著提升,极大地增强了
计算机在生产活动中的实际应用价值,使其成为人们日常不可或缺的信息处理伙伴。这
一转变不仅促进了绿色办公的实现,还有助于节约社会资源,并对环境保护作出了积极
贡献。
关键字:企业财务管理系统,薪资信息,报销信息
毕业设计论文
Abstract
In today's society, with regard to the processing of information, no enterprise or
individual will ignore how to quickly transmit information and archive and store queries. The
previous paper record mode is no longer in line with current usage requirements. Therefore, in
order to improve the financial information management of textile enterprises, and to better
maintain the financial information of textile enterprises, the emergence of the financial
management system of textile enterprises has become indispensable. Through the
development of the financial management system of textile enterprises, it is not only possible
to apply what you have learned, but also to strengthen the knowledge memory and expand the
knowledge reserve, which is a good way to improve yourself. Through specific development,
I have a good grasp of the entire software development process, whether it is the early design
or the follow-up coding test, I have a very deep understanding.
Textile enterprise financial management system is developed through MySQL database
and Spring Boot framework. Textile enterprise financial management system can realize the
management of financial personnel, employees, charging information, expenditure
information, salary information, message information, reimbursement information and other
information.
Through the processing of relevant information by the textile enterprise financial
management system, it is an inevitable result to make the information processing more
systematic and standardized. The information that has been processed, whether it is used for
search or analysis, will be doubled in efficiency, making computers more suitable for
production needs, becoming an indispensable information processing tool for people, and
realizing green office, Save social resources and contribute to environmental protection.
Key Words : Textile enterprise financial management system, salary information,
reimbursement information
毕业设计论文
目 录
第一章 绪论...............................................................................................................................1
1.1 选题背景 ..............................................................................................................................1
1.2 选题意义 ..............................................................................................................................1
1.3 研究内容 ..............................................................................................................................2
第二章 开发环境.......................................................................................................................3
2.1 JAVA 语言..............................................................................................................................3
2.2 MYSQL 数据库....................................................................................................................3
2.3 ECLIPSE 开发工具 .................................................................................................................4
2.4 SPRING BOOT 框架 ................................................................................................................4
2.5 B/S 架构................................................................................................................................5
第三章 系统分析.......................................................................................................................6
3.1 可行性分析...........................................................................................................................6
3.1.1 技术可行性................................................................................................................6
3.1.2 操作可行性................................................................................................................6
3.1.3 经济可行性................................................................................................................6
3.2 系统流程分析.......................................................................................................................7
3.3 系统性能分析.....................................................................................................................10
3.3.1 系统安全性..............................................................................................................10
3.3.2 数据完整性..............................................................................................................11
3.3.3 系统可扩展性..........................................................................................................11
3.4 系统功能分析.....................................................................................................................11
第四章 系统设计.....................................................................................................................15
4.1 系统设计目标 ....................................................................................................................15
4.2 总体功能结构设计 ............................................................................................................16
4.3 功能模块设计 ....................................................................................................................16
4.3.1 管理员功能模块设计.............................................................................................16
4.3.2 财务人员功能模块设计.........................................................................................17
毕业设计论文
4.3.3 员工功能模块设计.................................................................................................18
4.4 数据库设计 ........................................................................................................................19
4.4.1 数据库概念设计.....................................................................................................19
4.4.2 数据库物理设计.....................................................................................................22
第五章 系统实现.....................................................................................................................27
5.1 管理员功能实现.................................................................................................................27
5.1.1 财务人员管理.........................................................................................................27
5.1.2 留言管理.................................................................................................................27
5.1.3 薪资管理.................................................................................................................28
5.2 财务人员功能实现 ............................................................................................................29
5.2.1 报销信息管理.........................................................................................................29
5.2.2 收费信息管理.........................................................................................................29
5.2.3 支出信息管理.........................................................................................................30
5.3 员工功能实现 ....................................................................................................................31
5.3.1 报销信息管理.........................................................................................................31
5.3.2 留言管理.................................................................................................................31
5.3.3 薪资查询.................................................................................................................32
第六章 系统测试.....................................................................................................................33
6.1 测试任务 ............................................................................................................................33
6.2 测试目标 ............................................................................................................................33
6.3 测试方案 ............................................................................................................................33
6.4 系统测试的特点.................................................................................................................35
6.5 功能测试 ............................................................................................................................35
6.6 可用性测试 ........................................................................................................................36
6.7 系统测试结果 ....................................................................................................................36
结 论.......................................................................................................................................37
致 谢.......................................................................................................................................39
参考文献...................................................................................................................................40