大型企业汽车管理系统(完结版)

  • 格式:doc
  • 大小:753.00 KB
  • 文档页数:32

下载文档原格式

  / 32
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

河北北方学院毕业论文

题目:大型企业汽车管理系统

姓名:连乐

指导教师:王艳姝

院系(部):信息工程系

专业:电子信息工程

年级: 0 8级

学号: 2008114052

河北北方学院教务处制

目录

目录 0

摘要 (2)

ABSTRACT (3)

第一章引言 (4)

1.1课题研究的背景 (4)

1.2课题研究的目的 (4)

1.3开发环境 (4)

第二章系统分析 (4)

2.1需求分析 (4)

2.2可行性分析 (4)

2.3功能分析 (4)

第三章系统设计 (5)

3.1功能划分及功能描述 (5)

3.2功能模块图 (6)

3.3数据流图 (6)

3.3.1 顶层数据流图 (6)

3.3.2 0层数据流图 (7)

3.3.3 1层数据流图 (7)

3.4概念结构设计E-R图 (8)

3.5关系模型 (8)

3.6数据库设计 (9)

第四章系统实现 (16)

4.1系统界面及相应的代码 (16)

4.1.1登录界面 (16)

4.1.2系统管理员修改密码界面 (18)

4.1.3供应商信息管理界面 (20)

4.1.4汽车信息管理界面 (20)

4.1.5 出库管理信息界面 (21)

4.1.6 支付管理 (22)

4.1.7销售管理界面 (23)

4.1.8报表管理系统 (25)

4.1.9帮助信息界面 (27)

4.1.10退出系统界面 (28)

第五章课程设计心得体会 (29)

参考文献 (30)

摘要

本设计为一个汽车公司建立一个汽车管理系统。首先进行系统的需求分析,提出系统任务和系统业务流程的分析。其次,用SQL Server 2005建立系统运行所要的后台数据库。本次设计中汽车管理系统是属于作业层的管理信息系统,针对汽车销售公司的销售流程。系统的主要实施目标是提供丰富的信息查询功能,帮助管理员掌握公司汽车的各种详细信息,熟悉购车顾客的各类信息,掌握顾客的购买信息,从而提供更好的服务给顾客;公司更可以根据本系统及时了解市场动态并修改销售战略。在数据库设计中,本设计又先对数据库进行需求分析和概念设计结构的列出,这样得到了较合理的逻辑数据结构,利用此数据的结构才能支持系统的各模块的实现。然后通过Microsoft Visual Studio .NET 2005进行各个系统功能模块的创建和系统的实现。在创建过程中,本设计先从系统主模块着手,再实现各个小的模块功能。最后在系统实现的过程中将数据库连接起来,实现整个系统的正常运行。一个正常进行的汽车销售需要管理所拥有的汽车信息的设置、销售人员的信息和客户的信息等,更重要的还要提供汽车信息管理。面对各种不同种类的信息,需要合理的数据库结构来保存数据信息以及有效的程序结构支持各种数据操作的执行。

关键词:;Sql Servel数据库;汽车管理;信息管理;

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 2005.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: ;Sql Servel Database;Car Management; Information Management