保险公司保单管理系统的设计过程.doc

约43页DOC格式手机打开展开

保险公司保单管理系统的设计过程,摘要本文介绍了,详细描述了保单管理系统的业务流程。此系统前台开发工具采用了visual basic 6.0,后台数据库采用了microsoft sql server 2000,在设计的过程中,更加注重了系统计费的准确性和运行的高效性,实现了保单管理系统的基本功能,还可以对保单的理赔信息进行...
编号:150-147146大小:943.50K
分类: 论文>经济学论文

内容介绍

此文档由会员 白痴学东西 发布

摘 要
本文介绍了保险公司保单管理系统的设计过程,详细描述了保单管理系统的业务流程。此系统前台开发工具采用了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.


Keywords :The insurance management structure method of exploitation SQL Server2000

目 录
摘要 1
摘 要 1
ABSTRACT 2
第1章 前言 5
1.1设计课题背景介绍 5
1.2项目研究意义、目的 5
1.3 论文写作思路 6
1.4 创新之处 6
第二章 相关理论基础 7
2.1设计所采用的技术路线 7
2.1.1 前台开发工具 7
2.1.2 后台数据库 7
2.2 管理信息系统概述 8
2.2.1管理信息系统的概念 8
2.2.2 管理信息系统的结构 9
2.2.3 管理信息系统的分类 10
第3章 系统调查与分析 12
3.1组织结构调查 12
3.2可行性分析 12
3.2.1技术可行性分析 12
3.2.2经济可行性分析 13
3.2.3管理可行性分析 13
3.3需求分析 13
3.3.1功能需求分析 13
3.3.2性能需求分析 14
3.3.3 其他需求 14
3.4系统业务流程分析 14
3.5系统数据流程图 15
3.6数据字典 16
第4章 系统设计 21
4.1 系统功能模块的设计 21
4.1.1 系统功能结构图 21
4.1.2 系统功能详细设计 21
4.2 代码设计 22
4.3 数据库设计 23
4.3.1 概念结构设计 23
4.3.2 逻辑结构设计 25
4.4 系统的详细设计 28
4.4.1客户资料管理子模块 28
4.4.2理赔管理子模块 29
4.4.3保单管理子模块 29
第5章 系统的实施 31
5.1 系统的物理实施 31
5.2 程序设计 31
5.2.1 客户信息的管理 31
5.2.2 登录模块(frmLogin)的实现 34
5.2.3主窗口(mainForm)的实现 36
5.3 系统运行及调试 39
5.3.1 系统测试方案 39
5.3.2 测试结果分析与调试 39
5.4 系统的切换计划 39
结 论 41
参考资料 42