汽车销售管理系统的设计与实现(ASP.NET2.0+SQL2005)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘   要
随着人们生活水平的不断提高,人们对汽车的消费和需求也越来越旺盛。很多汽车销售公司的业务环节仍然运用人工记账的传统方法,既容易出错又会导致账目混乱,查询和统计起来也非常不方便,费时又费力,严重时会给公司造成难以挽回的损失。如何管理好这些,使整个公司协调一致、高效率地运转,是各公司急待解决的问题。
汽车销售管理系统不但能使各业务环节协调一致,而且操作简单,账目清晰。通过账目查询,公司能在最短的时间内获得市场信息,从而制订相应的决策。因此,该系统主要根据实际需求,划分了售前管理、车辆管理、订货管理、查询管理、售后管理和系统设定六大模块,并选用Visual Studio .NET 2005开发工具和 SQL Server数据库,采用B/S模式实现了从客户来访、报价、订购等多个环节数据的跟踪管理服务,基本上满足了汽车销售管理流程。

关键词:销售管理;B/S模式;数据库;.NET
 
Design and Development of the Automobile Sale Management System
Abstract
As people's living standards continued to improve, the demand for the automobile is growing fast. Many auto sales businesses are still using the traditional and manual accounting, it’s easy to lead the accounts error and chaos. It is not easy and always costs us much time to inquiries and statistics, which may be led company to serious circumstance. How to deal with these to make the company coordinated and efficient is the first problem should be solved.
Automobile sales management system not only helps the business with coordinated, but also operation simple, accounts clear. By query score, company can get the useful market information in the shortest time, so as to work out correct decision. Namely, the system is mainly based on actual needs. We divide it to six modules, including pre-sale management, automobile management, order management, search management, after-sale management and system set. We use Visual Studio.NET 2005 development tools, SQL Server database and B/S module to achieve the services about customer visit, Price, ordering and so on basically meeting the needs of automobile sales management processes.

Key words: Sale management; B/S model; Database; .NET

第一章 介绍了课题的来源,国内外发展状况,研究的目的,意义及内容。
第二章 介绍了本系统所使用的开发语言,开发工具,数据库和运行配置。
第三章 总体设计。根据需求分析,进行功能模块的划分、数据流程图的设计,数据库的概念设计与逻辑设计。
对第四章 对系统进行详细设计,主要介绍用C#和SQlServer2005实现每一个模块的具体功能。
第五章 系统测试,解决开发过程中遇到的一些问题。
最后是总结部分,介绍了设计体会和编程体会,并指出了系统设计中的不足和改进的方向。

汽车销售管理系统的功能包括:
1.登陆功能:管理员登录需正确的名称与密码。
2.入库信息管理功能:管理员对入库信息的管理。
3.库存信息管理功能:管理员对出库信息的管理。
4.查询功能:对信息进行查询。

16000字
汽车销售管理系统的设计与实现