保险公司保单管理系统的毕业设计.doc
约41页DOC格式手机打开展开
保险公司保单管理系统的毕业设计,摘要本文介绍了保险公司保单管理系统的设计过程,详细描述了保单管理系统的业务流程。此系统前台开发工具采用了visual basic 6.0,后台数据库采用了microsoft sql server 2000,在设计的过程中,更加注重了系统计费的准确性和运行的高效性,实现了保单管理系统的基本功能,还可以对保单的理赔信息进行...
内容介绍
此文档由会员 白痴学东西 发布
摘 要
本文介绍了保险公司保单管理系统的设计过程,详细描述了保单管理系统的业务流程。此系统前台开发工具采用了Visual Basic 6.0,后台数据库采用了Microsoft SQL Server 2000,在设计的过程中,更加注重了系统计费的准确性和运行的高效性,实现了保单管理系统的基本功能,还可以对保单的理赔信息进行相应的查询和统计,然后生成统计后的报表并可以打印出来。该系统主要包括客户的资料管理模块,保单信息的管理模块,理赔信息的管理模块和客户服务的管理模块。
该保单管理系统通过对客户信息表、保单表、保单审批表、理赔单表、理赔信息查询等功能设置,来满足保险业务员和保险客户的不同需求。保险业务员会根据客户的具体需求进行相应的保单管理,利用客户信息表、保单表、理赔信息表等完成保单系统的整体流程,在客户的理赔情况中,不仅能自动地生成一些数据信息,还可以对理赔信息进行统计,最终,生成报表信息。
关键词 保单管理 管理信息系统 SQL Server2000
Abstract
This dissertation mainly introduces the design and implementation of the software for insurance act. Detailed treatise the process of the system of management for insurance. The program implements the foundational function of the system. Besides that, it also implements the inquiry and tidy up compensation information. Then, it makes a statistics and prints it. The system mainly includes the module of the information management for customer, insurance management, information management of compensation and the service of customer. It throughs the customer information table, insurance table, insurance table for audit, compensation list table, compensation information inquiry and reminding information to meet the different demands of insurance operators and customers. The operator manage the insurance by demands of the customer and through customer information table, insurance table and compensation information table to finish whole process of the system. In the situation of compensation for customers, it can not only automatically make data for customers' information, but also tidy up the compensation information .At last, it makes the information table.
The system uses Visual Basic 6.0 to do the front stage and uses Microsoft SQL Server 2000 to do database in background. In the process of design, it is emphasized the veracity of calculating the expense and running efficiency.
Key words the insurance management managemant information system
SQL Server2000
目 录
摘 要 I
Abstract II
第1章 绪论 1
1.1设计课题背景介绍 1
1.2项目研究意义、目的 2
1.3 国内外研究现状 2
1.4 论文写作思路以及创新之处 3
第2章 相关理论基础 4
2.1设计所采用的技术路线 4
2.1.1 前台开发工具 4
2.1.2 后台数据库 4
2.2 管理信息系统概述 6
2.2.1管理信息系统的概念及特点 6
2.2.2 管理信息系统的结构 7
2.2.3 管理信息系统的分类 9
第3章 系统调查与分析 12
3.1组织结构调查 12
3.2可行性分析 12
3.2.1技术可行性分析 13
3.2.2经济可行性分析 13
3.2.3管理可行性分析 13
3.3需求分析 14
3.3.1功能需求分析 14
3.3.2性能需求分析 14
3.3.3 其他需求 15
3.4系统业务流程分析 15
3.5系统数据流程图 16
3.6数据字典 18
第4章 系统设计 24
4.1 系统功能模块的设计 24
4.2 代码设计 25
4.3 数据库设计 26
4.3.1 概念结构设计 26
4.3.2 逻辑结构设计 28
4.4 系统的详细设计 32
4.4.1客户资料管理子模块 32
4.4.2理赔管理子模块 36
4.4.3保单管理子模块 37
第5章 系统的实施 39
5.1 系统的物理实施 39
5.2 程序设计 39
5.2.1 客户信息的管理 39
5.2.2 登录模块(frmLogin)的实现 42
5.2.3主窗口(mainForm)的实现 45
5.3 系统运行及调试 47
5.3.1 系统测试方案 47
5.3.2 测试结果分析与调试 47
5.4 系统的切换计划 48
结 论 50
致 谢 51
参考文献 52
附录1 54
附录2 57
本文介绍了保险公司保单管理系统的设计过程,详细描述了保单管理系统的业务流程。此系统前台开发工具采用了Visual Basic 6.0,后台数据库采用了Microsoft SQL Server 2000,在设计的过程中,更加注重了系统计费的准确性和运行的高效性,实现了保单管理系统的基本功能,还可以对保单的理赔信息进行相应的查询和统计,然后生成统计后的报表并可以打印出来。该系统主要包括客户的资料管理模块,保单信息的管理模块,理赔信息的管理模块和客户服务的管理模块。
该保单管理系统通过对客户信息表、保单表、保单审批表、理赔单表、理赔信息查询等功能设置,来满足保险业务员和保险客户的不同需求。保险业务员会根据客户的具体需求进行相应的保单管理,利用客户信息表、保单表、理赔信息表等完成保单系统的整体流程,在客户的理赔情况中,不仅能自动地生成一些数据信息,还可以对理赔信息进行统计,最终,生成报表信息。
关键词 保单管理 管理信息系统 SQL Server2000
Abstract
This dissertation mainly introduces the design and implementation of the software for insurance act. Detailed treatise the process of the system of management for insurance. The program implements the foundational function of the system. Besides that, it also implements the inquiry and tidy up compensation information. Then, it makes a statistics and prints it. The system mainly includes the module of the information management for customer, insurance management, information management of compensation and the service of customer. It throughs the customer information table, insurance table, insurance table for audit, compensation list table, compensation information inquiry and reminding information to meet the different demands of insurance operators and customers. The operator manage the insurance by demands of the customer and through customer information table, insurance table and compensation information table to finish whole process of the system. In the situation of compensation for customers, it can not only automatically make data for customers' information, but also tidy up the compensation information .At last, it makes the information table.
The system uses Visual Basic 6.0 to do the front stage and uses Microsoft SQL Server 2000 to do database in background. In the process of design, it is emphasized the veracity of calculating the expense and running efficiency.
Key words the insurance management managemant information system
SQL Server2000
目 录
摘 要 I
Abstract II
第1章 绪论 1
1.1设计课题背景介绍 1
1.2项目研究意义、目的 2
1.3 国内外研究现状 2
1.4 论文写作思路以及创新之处 3
第2章 相关理论基础 4
2.1设计所采用的技术路线 4
2.1.1 前台开发工具 4
2.1.2 后台数据库 4
2.2 管理信息系统概述 6
2.2.1管理信息系统的概念及特点 6
2.2.2 管理信息系统的结构 7
2.2.3 管理信息系统的分类 9
第3章 系统调查与分析 12
3.1组织结构调查 12
3.2可行性分析 12
3.2.1技术可行性分析 13
3.2.2经济可行性分析 13
3.2.3管理可行性分析 13
3.3需求分析 14
3.3.1功能需求分析 14
3.3.2性能需求分析 14
3.3.3 其他需求 15
3.4系统业务流程分析 15
3.5系统数据流程图 16
3.6数据字典 18
第4章 系统设计 24
4.1 系统功能模块的设计 24
4.2 代码设计 25
4.3 数据库设计 26
4.3.1 概念结构设计 26
4.3.2 逻辑结构设计 28
4.4 系统的详细设计 32
4.4.1客户资料管理子模块 32
4.4.2理赔管理子模块 36
4.4.3保单管理子模块 37
第5章 系统的实施 39
5.1 系统的物理实施 39
5.2 程序设计 39
5.2.1 客户信息的管理 39
5.2.2 登录模块(frmLogin)的实现 42
5.2.3主窗口(mainForm)的实现 45
5.3 系统运行及调试 47
5.3.1 系统测试方案 47
5.3.2 测试结果分析与调试 47
5.4 系统的切换计划 48
结 论 50
致 谢 51
参考文献 52
附录1 54
附录2 57