客户管理系统开发与实现.doc

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

客户管理系统开发与实现,39000字 63页摘 要本课题所设计的系统能够统一管理与企业相关的客户及其联系人信息。客户与相关联系人信息是企业最重要的资源之一,通过客户管理系统能够有效地管理客户信息,提高企业客户管理效率。在此基础之上,进一步展开,才能对客户之间发生的活动、机会、销售、费用等进行详细管理。本课题实现了基础信息...
编号:68-89366大小:1.98M
分类: 论文>计算机论文

内容介绍

此文档由会员 csfujixie 发布

客户管理系统开发与实现
39000字      63页

摘 要
本课题所设计的系统能够统一管理与企业相关的客户及其联系人信息。客户与相关联系人信息是企业最重要的资源之一,通过客户管理系统能够有效地管理客户信息,提高企业客户管理效率。在此基础之上,进一步展开,才能对客户之间发生的活动、机会、销售、费用等进行详细管理。本课题实现了基础信息维护(包括:域信息设置、企业性质设置、企业类型设置、企业资信设置、客户级别设置、客户满意程度设置);客户信息维护(包括:客户信息、联系人信息、业务往来、发送邮件);客户服务(包括客户反馈、客户投诉、客户反馈满意程度分析、客户投诉满意程度分析);客户信息查询(包括:客户信息报表、联系人信息报表、业务往来报表、客户反馈报表、客户投拆报表);辅助工具以及管理模块,真正实现了客户资源管理的一体化。

关键词:CRM;客户管理系统;MS Sql Server 2005

The Development And Implementation of Hongda Customer Management System
ABSTRACT
Designed by the subject to unified management system associated with the enterprise customers and their contact information. Customers with relevant contact information is one of the most important resource, through the customer management system to effectively manage customer information and improve the efficiency of enterprise customer management. On this basis, further to between customer activities, opportunities, sales, management, etc.To achieve this task the maintenance of the basic information(including: domain information settings, the nature of an enterprise set up, business type, business credit establishment, customer-level settings, set the level of customer satisfaction); maintenance of customer information (including: customer information,contact information,business contacts,send e-mail); customer service(including customer feedback,customer complaints,customer satisfaction feedback analysis, satisfaction with the analysis of customer complaints); customer information (including:customer information statements, contact information statements, business reports, customer feedback statements, statements of customer complaints); aids as well as the management module,Customers realize the integration of resource management.
Keywords: CRM; Management System Customer;MS Sql Server2005

 

目 录

引 言 1
第1章 系统分析 2
1.1 需求分析 2
1.2 可行性分析 2
第2章 系统设计 5
2.1 设计目标 5
2.2 开发及运行环境 5
2.3 项目规划 5
第3章 系统数据库设计 7
3.1 数据库概要设计 7
3.2 数据库物理设计 9
第4章 主要功能模块设计 17
4.1 主窗体设计 17
4.2 数据模块 20
4.3 登录模块设计 21
4.4 客户信息模块 24
4.5 发送邮件模块 28
4.6 据库配置模块 29
第5章 系统测试 31
5.1 鸿达公司客户管理系统单元测试 31
5.2 鸿达公司客户管理系统集成测试 36
5.3 测试总结 37
结束语 38
致 谢 39
参考文献 40
附录 42
附录A 文件架构图 42
附录B 主要源程序 44