中创金融公司业务管理系统的设计与实现
摘 要
随着我国经济的快速发展以及人民生活水平的日渐提高,个人金融理财业也随之得到广泛发展。于此同时,大批私营金融企业开始应运而生并且其业务也在不断扩大。因此,依赖于普通的管理已经满足不了其现今发展的要求。为解决业务量大而人手不足以及业务资料管理混乱等情况,中创按揭代理有限公司决定构建其业务管理信息系统。
中创按揭代理有限公司其业务主要分为两大板块,分别是担保类业务以及非担保类业务。本人主要负责担保类业务的系统构架。担保类业务主要有交易类以及非交易类两大板块。这两大类的基本管理模块主要有:业务基本信息管理,客户信息管理,担保人信息管理,财产及来源人信息管理,业务交易信息管理,审核信息管理,服务费用信息管理,担保垫资信息管理,进度管理九大模块。该主要实现了客户信息管理,员工信息管理,单据的分区添加,分模块查询,修改以及删除等功能。
另外,本系统采用的主语言为C#,数据库为MYSQL,开发平台为Microsoft Visual Studio 2005。
关键词:金融担保类业务系统 单据信息管理 业务信息管理
The Design and Implementation of Business Management System of Zhongchuang Finance Company
ABSTRACT
With the rapid development of our economy and the people's standard of living rise with each passing day, personal financial industry has been widely development. Meanwhile, a large number of private financial enterprise started arises at the historic moment and its business is growing. Therefore, dependent on ordinary management already cannot satisfy the requirement of the development of the current. To solve the portfolio is large and understaffed and business information management confusion, etc., attempting the mortgage agency Co., LTD, decided to build its business management information system.
Attempting the mortgage agency Co., LTD, its business mainly divided into two parts, respectively is guarantee unsecured class of business and business. I mainly responsible for security of the system architecture of business. Guarantee of main business transactions such as two plates of the transaction. These two kinds of basic management module mainly has: business the basic information management, customer information management and information management, property and guarantor sources of information management, business people trading information management, the audit information management, service fee information management, guarantee mat endowment information management, progress management 9 modules. The main realization of the customer information management, employee information management, division of documents add, points module, modify, and delete query etc. Function.
In addition, the system USES the main language for c #, database for MYSQL, development platform for Microsoft Visual Studio 2005.
Keyword: Financial guarantee business system, the documents of information management, business information management
目 录
摘 要 I
ABSTRACT II
目 录 III
1 中创金融公司业务管理系统的概述 1
1.1中创金融公司业务管理系统的现状分析 1
1.2系统开发意义 1
1.3拟解决的关键问题 2
1.4软件开发工具的简介 2
2 中创金融公司业务管理系统分析 2
2.1系统开发的目标 3
2.2系统可行性研究分析 3
2.3用户需求分析 3
2.4公司组织结构 4
2.5角色结构图 4
2.6业务流程图 5
2.6.1担保审核业务流程图 6
2.6.2担保审核业务流程图 6
2.6.3担保财务流程 7
2.6.4进度管理流程 8
2.6.5退单业务流程 9
2.6.6系统业务流程 11
2.7单据流转流程图 12
2.7.1担保交易类业务单据流转 12
2.7.2担保非交易类业务单据流转 14
2.8数据流程图 15
2.8.1第一层数据流程图 16
2.8.2第二层数据流程图 16
2.8.3第三层数据流程图 17
2.8.4主要数据条目 18
3 系统总体设计 26
3.1中创金融公司业务管理系统功能模块图 26
3.2功能说明 27
4 详细设计与实现 28
4.1概念设计 28
4.1.1担保交易单ER图 28
4.1.2担保非交易单ER图 29
4.2数据库设计 30
4.2.1数据库描述 30
4.2.2数据库表 33
5 系统应用程序 52
5.1系统主界面详细设计 52
5.2业务信息录入界面详细设计 53
5.3业务单信息删,改,查界面详细设计 53
5.4退单管理界面详细设计 54
5.5员工注册界面详细设计 55
5.5个子项的详细设计 55
5.5.1数据库连接程序的详细设计 55
5.5.2单据号前台自增方法详细设计 56
5.5.3客户信息录入方法详细设计 56
5.5.4客户信息从前台调入后台程序详细设计 57
5.5.5单据维护模块程序详细设计 60
6 系统特点 61
6.1系统优点 61
6.2系统局限性 61
7 总结与展望 62
7.1中创金融公司业务管理系统总结 62
7.2中创金融公司业务管理系统展望 62
参考文献 63
谢 辞 64