企业客户资源管理系统的设计与实现本科毕业论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本科毕业论文
企业客户资源管理系统的设计与实现
摘要:由于现在企业之间的竞争日益的激烈,各个企业想要在这激烈的竞争中生存就必须要有创新,无论是产品还是服务都要不断的推陈出新,在这推陈出新中作者必须要找到一个重心,那就是要以客户为重心。企业的客户管理对企业的发展以及其资源的优化有着重要的作用。
本系统主要实现了客户的添加,查询,修改,删除等功能。添加功能主要是将客户的信息存储到数据库中;查询功能主要是方便经理和业务员能从数据库中查询到客户的一些详细资料,对客户进行管理;修改功能主要在客户信息出现变动时,企业可以对客户的资料进行修改,以保证客户资料的正确性;删除功能主要是实现企业的资源优化,将客户的资料从数据库中删除。
作者采用了.NET开发平台,结合了 应用开发技术、选用C#面向对象开发语言和SQL Server 2005作为数据库管理系统,使用数据库访问技术。实现一个企业客户资源管理系统,通过此管理系统,可以达到方便企业管理客户及优化企业资源的目的。
关键词:资源管理;信息化;优化资源
Design and Implementation of Enterprise Customer
Resource Management System
Abstract:Increasingly fierce competition between the now enterprise, all companies want to survive we must be innovative in this fierce competition, whether it is products or services should be continuous innovation, author has to find a center of gravity in this innovation, that is customer-focused. Enterprise customer management plays an important role on the development of enterprises, as well as the optimization of its resources.
This system is mainly customers to add, query, modify, and delete functions. Add function is stored in the database; query function is convenient for managers and salesmen to query the customer's details from the database, and manage the customers; modify function is main of a changing in the customer information, corporate customers information can be modified in order to ensure the accuracy of customers data; delete function is main of delete customers information from the database and let the enterprise resource optimization.
The author used .NET development platform and combined with application development technology, the C# object-oriented development language. And used SQL Server 2005 as a database management system, using database access technology to make an enterprise customer resource management system. This management system can reach the goal of facilitate enterprises to manage customers and optimize enterprise resources.
Key words:resource management, information technology, optimize resource
目录
第一章绪论 (1)
1.1 系统概述 (1)
1.2 系统设计的背景 (1)
1.3 系统的发展状况 (2)
第二章企业客户资源管理系统需求分析 (4)
2.1 系统的可行性分析 (4)
2.1.1 可行性分析的目的 (4)
2.1.2 技术的可行性 (4)
2.1.3 经济的可行性 (6)
2.1.4 操作的可行性 (6)
2.2 系统的需求分析 (6)
2.2.1 系统的数据流程分析 (6)
2.2.2 数据字典 (7)
2.2.3 系统功能需求分析与实现 (8)
2.2.4 系统性能的需求分析 (9)
第三章企业客户资源管理系统概要设计 (10)
3.1 系统结构设计与处理流程 (10)
3.2 设计思路 (11)
3.3 系统总体结构设计 (11)
3.4 系统各功能模块 (11)
3.4.1 功能模块的分析 (12)
3.4.2 系统性能体现 (14)
3.5 数据库设计 (14)