{$cfg_webname}
主页 > 计算机 > ASP.NET >

汽车销售系统的设计与实现

来源:wenku163.com  资料编号:WK1631304 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1631304
资料介绍

摘    要
本设计讲述如何为一个汽车4S店铺建立一个汽车销售管理系统。首先进行系统的需求分析,提出系统任务和系统业务流程的分析。其次,用SQL Server 2000建立系统运行所要的后台数据库。在数据库设计中,本设计又先对数据库进行需求分析和概念设计结构的列出,这样得到了较合理的逻辑数据结构,利用此数据的结构才能支持系统的各模块的实现。然后通过Microsoft Visual Studio .NET 2003进行各个系统功能模块的创建和系统的实现。在创建过程中,本设计先从系统主模块着手,再实现各个小的模块功能。最后在系统实现的过程中将数据库连接起来,实现整个系统的正常运行。一个正常进行的汽车销售需要管理所拥有的汽车信息的设置、销售人员的信息和客户的信息等,更重要的还要提供汽车信息管理。面对各种不同种类的信息,需要合理的数据库结构来保存数据信息以及有效的程序结构支持各种数据操作的执行。(所有权: 毕业设计网 QQ:306826066)

关键词:网上订购;数据库;信息管理

Design and Implementation of the Automobile Sale System
Abstract
This design is mean to state how to build a automobile sales management system for a 4Sshop.First is to analyze the system, pointing out the analysis of systematic mission and the process of it.. Then the author build a background data-base by using SQL Server 2000.In designing the data-base, the author analyze the need of the data structure and list all the designs of the concept, through which the author get a relatively reasonable logic data structure and realize each systematic module by using it. And then the author builds each function of the systematic module and realizes the system. In the process of creation, the author starts from the main systematic module and then realizes each small one. In the final process of realizing the system, the author connects the databases, realizing the normal operation of the whole system. A normally operated sales of automobiles need the administration of the set of the occupied automobiles, the information of the sales people and the of the customers and so on .What is more important is the information management of the automobiles .In face of the variety of information, what the author need is the structure of the data-base to store the information and the effective structure of the process to support the operation of the various data.

Key words: Online order; Database; Information Management

汽车产业的兴旺发展带动顾客对于汽车类型选择的大步前进,目前大多数汽车销售连锁店的销售管理是用简易进行的。随着汽车款式的不断更新,汽车各项功能配置会不断的增多,简易工作已不能适应时代的发展需求,由于各销售店每天的销售量很大,难免会在业务方面及财务方面出现漏洞,给企业的经营带来种种弊端,有时还会带给客户不必要的麻烦。要想解决这些难题,就必须有一套科学、高效、严密汽车销售管理系统作为依托进行和客户的交易。当今的中小企业,一般应具有产品开发、生产、销售、服务的能力,为此企业都设有相应的机构,以管理各个环节的业务。以此前提作为系统设计的基础,开发一个更适合客户和销售人员交流的这样一个汽车销售系统,来满足日益发展的汽车销售业.的要求。

本课题的研究意义
为了更好的适应汽车销售管理市场发展的不平衡性,更好的为客户在选择汽车类型方面便利,为更多不了解汽车的客户提供一个交流平台,我们选择这样一个MIS信息管理系统来进行。 (所有权: 毕业设计网 QQ:306826066)

系统管理模块分析
通过对汽车销售管理业务的调查分析与资料查询,弄清了汽车销售管理的工作业务流程和管理功能。
汽车销售管理信息系统主要有以下几项管理功能:
信息数据管理:管理员对汽车信息的输入、存库和维护。
客户请求信息管理:对销售业务涉及的问题进行交流回馈。
客户定购信息管理:对客户定购需求的信息进行归档管理。
汽车信息管理:对新进汽车的信息进行归档管理。
信息查询统计管理:管理员通过对客户提供的汽车信息找到客户所需的汽车并通过客户信息库对客户的核查后,把客户所需的汽车信息提供给客户。对销售、库存等的统计。(所有权: 毕业设计网 QQ:306826066)













目  录
1引言 1
1.1 课题研究背景 1
1.2 本课题的研究意义 1
1.3 本课题的研究方法 1
2 开发工具的选择 1
2.1 SQL SERVER数据库管理系统简介 1
2.2 C#语言简介 2
3 系统需求分析与设计 2
3.1 系统功能结构 2
3.2 系统管理模块分析 2
4 数据库的详细设计与实现 2
4.1 数据库需求与功能分析 2
4.2 数据库模块设计结构 3
4.3 数据库物理结构设计 5
4.4 各数据表关系图 7
4.5 数据库结构实现 7
4.5.1 数据库的连接 7
4.5.2 数据库连接后实现数据的调用 7
4.5.3 数据存储过程的实现 8
4.5.4 实现数据库调用的部分关键语句 8
5 汽车销售管理系统前台模块实现 11
5.1 模块实现部分:运行主登录界面 11
5.2销售人员登陆页面 12
5.3客户管理服务页面 14
5.4客户定购信息以及回馈页面 17
(所有权: 毕业设计网 QQ:306826066)
6 系统测试总结 21
6.1 系统实现的特点 21
6.2 系统实现的功能测试总结 21
结   论 22
参考文献 22
致    谢 23
声    明 24

推荐资料