汽车销售管理系统的设计与开发
摘 要
本设计讲述如何为一个汽车4S店铺建立一个汽车销售管理系统。首先进行系统的需求分析,提出系统任务和系统业务流程的分析。其次,用SQL Server 2000建立系统运行所要的后台数据库。在数据库设计中,本设计又先对数据库进行需求分析和概念设计结构的列出,这样得到了较合理的逻辑数据结构,利用此数据的结构才能支持系统的各模块的实现。然后通过Microsoft Visual Studio .NET 2003进行各个系统功能模块的创建和系统的实现。在创建过程中,本设计先从系统主模块着手,再实现各个小的模块功能。最后在系统实现的过程中将数据库连接起来,实现整个系统的正常运行。一个正常进行的汽车销售需要管理所拥有的汽车信息的设置、销售人员的信息和客户的信息等,更重要的还要提供汽车信息管理。面对各种不同种类的信息,需要合理的数据库结构来保存数据信息以及有效的程序结构支持各种数据操作的执行。http://www.16sheji8.cn/
关键词:网上订购;数据库;信息管理
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.http://www.16sheji8.cn/
Key words: Online order; Database; Information Management
目 录
论文总页数:25页
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 系统功能结构 2http://www.16sheji8.cn/
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
6 系统测试总结 21
6.1 系统实现的特点 21
6.2 系统实现的功能测试总结 21
结 论 22
参考文献 22
致 谢 23
声 明 24http://www.16sheji8.cn/
1引言
1.1 课题研究背景
汽车产业的兴旺发展带动顾客对于汽车类型选择的大步前进,目前大多数汽车销售连锁店的销售管理是用简易进行的。随着汽车款式的不断更新,汽车各项功能配置会不断的增多,简易工作已不能适应时代的发展需求,由于各销售店每天的销售量很大,难免会在业务方面及财务方面出现漏洞,给企业的经营带来种种弊端,有时还会带给客户不必要的麻烦。要想解决这些难题,就必须有一套科学、高效、严密汽车销售管理系统作为依托进行和客户的交易。当今的中小企业,一般应具有产品开发、生产、销售、服务的能力,为此企业都设有相应的机构,以管理各个环节的业务。以此前提作为系统设计的基础,开发一个更适合客户和销售人员交流的这样一个汽车销售系统,来满足日益发展的汽车销售业.的要求。http://www.16sheji8.cn/
1.2 本课题的研究意义
为了更好的适应汽车销售管理市场发展的不平衡性,更好的为客户在选择汽车类型方面便利,为更多不了解汽车的客户提供一个交流平台,我们选择这样一个MIS信息管理系统来进行。
1.3 本课题的研究方法
本系统是在充分理解MIS系统,具备了一定的软件设计与开发的能力的前提条件下。综合以前所学理论知识,结合自己的实际开发水平,设计并开发完成的一个汽车销售管理系统。该系统运用了C/S模式开发,用C#语言作为开发的前台语言,数据库采用SQLserver2000。