基于BS架构的集散中心损益结算系统开发与实现

 2022-04-22 10:04

论文总字数:56404字

摘 要

随着科学技术的发展,我国已经进入了信息化的时代,邮政企业原本粗放的经营管理模式和传统的损益结算方式不再能满足现代企业发展的需要。因此,如何借助信息化的手段,建立更加高效的损益计量方法,全面提高企业的工作效率,是当前邮政企业急需解决的问题。

本文以中国邮政速递物流股份有限公司南京集散中心为研究对象,针对南京集散中心损益结算流程复杂繁琐且容易出错,损益结算手段单一的问题,设计并开发一个基于 B/S 架构的损益结算系统。本文开发的损益结算系统采用 Java 语言作为服务器端的开发语言,并使用 Spring Boot 框架来简化开发的流程;采用 MySQL 作为数据持久化的数据库,并使用 Mybatis 框架来简化对数据库的复杂操作;采用 Vue.js 框架作为构建用户界面的脚本框架。

本文从系统的研究背景和研究现状出发,在对南京集散中心当前损益结算工作的流程进行充分了解后,对系统的可行性、系统的功能性需求和非功能性需求进行详细的分析。接着,本文采用结构化系统的开发方法,分别对系统进行了总体设计和各功能子模块的详细设计。最后实现各功能子模块并对系统进行功能性测试。

系统主要实现了南京集散中心基础业务数据的录入、对历史数据的多维度查询、财务报表自动生成、系统用户权限管理等功能。将先进的设计理念和成熟的开发技术结合起来,提高了系统的稳定性、安全性、可靠性和可拓展性,可以满足现阶段南京集散中心对于财务管理信息化的需求,从而提高损益结算的效率。

关键词:损益结算,B/S架构,Spring Boot,MySQL,Vue.js

Abstract

With the development of science and technology, China has entered the era of information. The original rough management mode and traditional profit and loss settlement methods of postal enterprises can no longer meet the needs nowadays. Therefore, how to use information technology to establish a more efficient measurement method of profit and loss to comprehensively improve the efficiency of enterprises, is the urgent problem that postal enterprises need to solve.

For the cumbersome and error-prone settlement process and the single means of profit and loss settlement of China Post Express Logistics Co., Ltd. Nanjing Distribution Center, a profit and loss settlement software system based on B/S architecture is designed and developed. In this paper, Java language is adopted as the server-side development language and Spring Boot framework is used to simplify the development process. MySQL is adopted as the database for data persistence, and Mybatis framework is used to simplify the complex database operation. The Vue.js framework is adopted as the script framework to build the user interface.

Based on the research background and research status of the system, this paper analyzes the feasibility of the system, the functional requirements and the non-functional requirements of the system in detail after fully understanding the current profit and loss settlement process of the Nanjing Distribution Center. Then, the paper uses the structured system development methodology, and carries on the overall design of the system and the detailed design of each function sub-module. Finally, each function sub-module is implemented and the system is functionally tested.

The system mainly realizes the entry of basic business data of Nanjing Distribution Center, multi-dimensional query of historical data, automatic generation of financial statements, and management of system user rights. Combining advanced design concept with mature development technology, the stability, safety, reliability and extensibility of the system can be improved. The system developed in the paper can meet the needs of Nanjing Distribution Center for financial management informationization at this stage, thereby improving the efficiency of profit and loss settlement.

KEY WORDS: Profit and loss settlement, B/S architecture, Spring Boot, MySQL, Vue.js

目 录

摘 要 I

Abstract II

第一章 绪论 1

1.1 研究背景与意义 1

1.2 研究现状 2

1.2.1 国内研究现状 2

1.2.2 国外研究现状 3

1.3 研究内容与目的 4

1.4 论文组织结构 5

1.5 本章小结 5

第二章 相关技术介绍 6

2.1 Spring Boot 框架 6

2.2 MySQL 数据库 8

2.3 Mybatis 框架 10

2.4 Vue.js 框架 12

2.5 本章小结 13

第三章 系统的需求分析 14

3.1 集散中心损益结算现状分析 14

3.1.1 集散中心的组织机构关系 14

3.1.2 集散中心的现有损益结算模式 18

3.1.3 系统建设目标 21

3.2 系统可行性分析 22

3.2.1 技术可行性 22

3.2.2 经济可行性 22

3.2.3 操作可行性 23

3.3 系统功能需求分析 23

3.3.1 用户权限管理 23

3.3.2 数据录入与删除 25

3.3.3 数据查询和导出 25

3.3.4 财务报表生成 26

3.3.5 数据对比和分析 27

3.3.6 用户操作日志记录 28

3.4 系统非功能性需求分析 28

3.4.1 易用性 28

3.4.2 安全性 29

3.4.3 性能与可靠性 29

3.4.4 可扩展性 29

3.5 本章小结 29

第四章 系统设计 31

4.1 系统设计原则 31

4.2 系统概要设计 31

4.2.1 核心业务流程设计 31

4.2.2 系统架构设计 32

4.2.3 系统功能结构设计 33

4.3 数据库的设计 35

4.3.1 数据库需求分析 35

4.3.2 数据库的整体设计 35

4.3.3 数据表的设计 39

4.4 功能模块设计 45

4.4.1 登录模块 46

4.4.2 数据操作模块 48

4.4.3 数据查询模块 54

4.4.4 报表生成模块 55

4.4.5 数据分析模块 58

4.4.6 用户权限管理模块 59

4.4.7 用户操作日志记录 61

4.4.8 个人中心模块 62

4.5 本章小结 64

第五章 系统实现 65

5.1 登录功能与个人中心实现 65

5.1.1 登录 65

5.1.2 个人中心 66

5.2 数据操作功能实现 68

5.2.1 手工录入 68

5.2.2 上传文件 73

5.2.3 删除数据 75

5.3 数据查询功能实现 76

5.4 报表生成功能实现 80

5.5 数据分析功能实现 82

5.6 用户权限管理功能实现 84

5.7 用户操作日志功能实现 87

5.8 系统测试 88

5.8.1 测试环境 88

5.8.2 测试用例 88

5.9 本章小结 92

第六章 总结与展望 93

参考文献 95

致 谢 97

绪论

物流业作为我国经济社会发展的基础性、战略性产业,具有巨大的市场需求和广阔的发展空间。近年来,政府更是把物流业列入国家产业振兴计划,并采取大量措施,促进物流业的发展。中国邮政集团公司作为我国老牌的物流速递公司,其管理体制和机制也在慢慢改变,并朝信息化的方向不断发展,希望通过信息系统建设,建立高效的盈利计量方法,明晰各项业务收益和费用支出,并有针对性地进行损益分析,使企业的管理更加完善,促进企业的进一步发展。

研究背景与意义

物流业作为国家经济支撑性产业,长期以来都存在成本高、效率低等难以解决的突出问题。提高物流效率,降低物流成本成为政府和各物流企业力争实现的目标。2016年,国家发展改革委发布《物流业降本增效专项行动方案(2016—2018年)》,方案中明确指出“要鼓励信息平台创新发展,发挥物流信息平台在优化整合物流资源、促进信息互联互通、提高物流组织化程度中的重要作用,扶持运输配载、跟踪追溯、库存监控等各类专业化、特色化的物流信息平台创新发展,提供追踪溯源、数据分析、担保结算、融资保险、信用评价等增值服务”[1]

中国邮政于2000年开办直递业务,正式进入物流领域。2006年,规模排名亚洲最大,世界第三的中国邮政速递物流股份有限公司南京集散中心(以下简称集散中心)正式成立,是集航空枢纽、分拣中心、国内国际速递集散“三位一体”的现代化邮件快速集散中心,隶属于中国邮政速递物流股份有限公司。随着公司的业务规模越来越大,原先邮政公司超水平、大手笔、跨越式的发展战略已经不再适用。在物流行业整体降本增效的大背景下,邮政公司想要追求更高的效益,就必须建立更加精细化的经营管理模式,国家邮政局也早在2006年就提出“构建责任中心损益核算体系”思路,鼓励各邮政企业根据自身情况制定具有实操性、高效性的损益核算方法[2]。在此背景下,邮政物流积极地开展损益核算管理工作。

剩余内容已隐藏,请支付后下载全文,论文总字数:56404字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;