保險公司保單管理系統(tǒng)的設計過程.doc
約43頁DOC格式手機打開展開
保險公司保單管理系統(tǒng)的設計過程,摘要本文介紹了,詳細描述了保單管理系統(tǒng)的業(yè)務流程。此系統(tǒng)前臺開發(fā)工具采用了visual basic 6.0,后臺數(shù)據(jù)庫采用了microsoft sql server 2000,在設計的過程中,更加注重了系統(tǒng)計費的準確性和運行的高效性,實現(xiàn)了保單管理系統(tǒng)的基本功能,還可以對保單的理賠信息進行...
內(nèi)容介紹
此文檔由會員 白癡學東西 發(fā)布
摘 要
本文介紹了保險公司保單管理系統(tǒng)的設計過程,詳細描述了保單管理系統(tǒng)的業(yè)務流程。此系統(tǒng)前臺開發(fā)工具采用了Visual Basic 6.0,后臺數(shù)據(jù)庫采用了Microsoft SQL Server 2000,在設計的過程中,更加注重了系統(tǒng)計費的準確性和運行的高效性,實現(xiàn)了保單管理系統(tǒng)的基本功能,還可以對保單的理賠信息進行相應的查詢和統(tǒng)計,然后生成統(tǒng)計后的報表并可以打印出來。該系統(tǒng)主要包括客戶機構(gòu)和客戶的資料管理模塊,保單信息的管理模塊,理賠信息的管理模塊和客戶服務的管理模塊。
保單管理系統(tǒng)通過對客戶信息表、保單表、保單審批表、理賠單表、理賠信息查詢、提醒信息查詢等功能設置,來滿足保險業(yè)務員和保險客戶的不同需求。保險業(yè)務員會根據(jù)客戶的具體需求進行相應的保單管理,利用客戶信息表、保單表、理賠信息表等完成保單系統(tǒng)的整體流程,在客戶的理賠情況中,不僅能自動地生成一些數(shù)據(jù)信息,還可以對理賠信息進行統(tǒng)計,最終,生成報表信息。
關鍵詞 : 保單管理 結(jié)構(gòu)化開發(fā)方法 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 創(chuàng)新之處 6
第二章 相關理論基礎 7
2.1設計所采用的技術路線 7
2.1.1 前臺開發(fā)工具 7
2.1.2 后臺數(shù)據(jù)庫 7
2.2 管理信息系統(tǒng)概述 8
2.2.1管理信息系統(tǒng)的概念 8
2.2.2 管理信息系統(tǒng)的結(jié)構(gòu) 9
2.2.3 管理信息系統(tǒng)的分類 10
第3章 系統(tǒng)調(diào)查與分析 12
3.1組織結(jié)構(gòu)調(diào)查 12
3.2可行性分析 12
3.2.1技術可行性分析 12
3.2.2經(jīng)濟可行性分析 13
3.2.3管理可行性分析 13
3.3需求分析 13
3.3.1功能需求分析 13
3.3.2性能需求分析 14
3.3.3 其他需求 14
3.4系統(tǒng)業(yè)務流程分析 14
3.5系統(tǒng)數(shù)據(jù)流程圖 15
3.6數(shù)據(jù)字典 16
第4章 系統(tǒng)設計 21
4.1 系統(tǒng)功能模塊的設計 21
4.1.1 系統(tǒng)功能結(jié)構(gòu)圖 21
4.1.2 系統(tǒng)功能詳細設計 21
4.2 代碼設計 22
4.3 數(shù)據(jù)庫設計 23
4.3.1 概念結(jié)構(gòu)設計 23
4.3.2 邏輯結(jié)構(gòu)設計 25
4.4 系統(tǒng)的詳細設計 28
4.4.1客戶資料管理子模塊 28
4.4.2理賠管理子模塊 29
4.4.3保單管理子模塊 29
第5章 系統(tǒng)的實施 31
5.1 系統(tǒng)的物理實施 31
5.2 程序設計 31
5.2.1 客戶信息的管理 31
5.2.2 登錄模塊(frmLogin)的實現(xiàn) 34
5.2.3主窗口(mainForm)的實現(xiàn) 36
5.3 系統(tǒng)運行及調(diào)試 39
5.3.1 系統(tǒng)測試方案 39
5.3.2 測試結(jié)果分析與調(diào)試 39
5.4 系統(tǒng)的切換計劃 39
結(jié) 論 41
參考資料 42
本文介紹了保險公司保單管理系統(tǒng)的設計過程,詳細描述了保單管理系統(tǒng)的業(yè)務流程。此系統(tǒng)前臺開發(fā)工具采用了Visual Basic 6.0,后臺數(shù)據(jù)庫采用了Microsoft SQL Server 2000,在設計的過程中,更加注重了系統(tǒng)計費的準確性和運行的高效性,實現(xiàn)了保單管理系統(tǒng)的基本功能,還可以對保單的理賠信息進行相應的查詢和統(tǒng)計,然后生成統(tǒng)計后的報表并可以打印出來。該系統(tǒng)主要包括客戶機構(gòu)和客戶的資料管理模塊,保單信息的管理模塊,理賠信息的管理模塊和客戶服務的管理模塊。
保單管理系統(tǒng)通過對客戶信息表、保單表、保單審批表、理賠單表、理賠信息查詢、提醒信息查詢等功能設置,來滿足保險業(yè)務員和保險客戶的不同需求。保險業(yè)務員會根據(jù)客戶的具體需求進行相應的保單管理,利用客戶信息表、保單表、理賠信息表等完成保單系統(tǒng)的整體流程,在客戶的理賠情況中,不僅能自動地生成一些數(shù)據(jù)信息,還可以對理賠信息進行統(tǒng)計,最終,生成報表信息。
關鍵詞 : 保單管理 結(jié)構(gòu)化開發(fā)方法 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 創(chuàng)新之處 6
第二章 相關理論基礎 7
2.1設計所采用的技術路線 7
2.1.1 前臺開發(fā)工具 7
2.1.2 后臺數(shù)據(jù)庫 7
2.2 管理信息系統(tǒng)概述 8
2.2.1管理信息系統(tǒng)的概念 8
2.2.2 管理信息系統(tǒng)的結(jié)構(gòu) 9
2.2.3 管理信息系統(tǒng)的分類 10
第3章 系統(tǒng)調(diào)查與分析 12
3.1組織結(jié)構(gòu)調(diào)查 12
3.2可行性分析 12
3.2.1技術可行性分析 12
3.2.2經(jīng)濟可行性分析 13
3.2.3管理可行性分析 13
3.3需求分析 13
3.3.1功能需求分析 13
3.3.2性能需求分析 14
3.3.3 其他需求 14
3.4系統(tǒng)業(yè)務流程分析 14
3.5系統(tǒng)數(shù)據(jù)流程圖 15
3.6數(shù)據(jù)字典 16
第4章 系統(tǒng)設計 21
4.1 系統(tǒng)功能模塊的設計 21
4.1.1 系統(tǒng)功能結(jié)構(gòu)圖 21
4.1.2 系統(tǒng)功能詳細設計 21
4.2 代碼設計 22
4.3 數(shù)據(jù)庫設計 23
4.3.1 概念結(jié)構(gòu)設計 23
4.3.2 邏輯結(jié)構(gòu)設計 25
4.4 系統(tǒng)的詳細設計 28
4.4.1客戶資料管理子模塊 28
4.4.2理賠管理子模塊 29
4.4.3保單管理子模塊 29
第5章 系統(tǒng)的實施 31
5.1 系統(tǒng)的物理實施 31
5.2 程序設計 31
5.2.1 客戶信息的管理 31
5.2.2 登錄模塊(frmLogin)的實現(xiàn) 34
5.2.3主窗口(mainForm)的實現(xiàn) 36
5.3 系統(tǒng)運行及調(diào)試 39
5.3.1 系統(tǒng)測試方案 39
5.3.2 測試結(jié)果分析與調(diào)試 39
5.4 系統(tǒng)的切換計劃 39
結(jié) 論 41
參考資料 42
TA們正在看...
- 管類支忌型模stay-inletmanifoilleft成型views1.dwg
- 管類支架模stay-inletmanifoil切頭沖孔aviews1.dwg
- 實體管支架模stay-inletmanifoil切頭沖孔bviews1.dwg
- strapsime-pro模具全部零件詳圖.dwg
- syt6610-2005含硫化氫油氣井井下作業(yè)推薦作法.doc
- tsgq2009-2004纜索起重機型式試驗細則.doc
- tsgq7016-2008起重機械安裝改造重大維修監(jiān)督檢驗規(guī)...doc
- tsgqf001-2004起重機械安全附件及安全保護裝置型式...doc
- 美國ari標準550(摘)離心式或螺桿式冷水機組試驗的...doc
- 旋風除塵器cy-1800(日本).dwg