仓库管理系统

  • 格式:doc
  • 大小:246.50 KB
  • 文档页数:28

毕业设计(论文)

I 摘要

随着计算机技术的飞速发展,计算机在企业管理中应用普及,信息管理系统已经成为企事业单位不可缺少的一部分,它的内容对于企业的决策者和管理者来说都是至关重要的,所以利用计算机实现管理企业势在必行。

仓库管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前台应用程序的开发和维护两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。

本文结合企业仓储管理的实际情况,提出了针对中小型企业仓库管理系统的基本设计思想,简要介绍了系统各功能模块及数据库的设计,着重讨论了用 C#.NET技术和SQL Server 2008开发企业仓库管理系统时的数据库访问技术和应用程序设计技术,并给出了部分实现代码。

该系统在Windows XP系统和VS.NET平台下开发完成,使用C#作为开发语言,SQL Server 2008作为后台数据库,该数据库系统在安全性、准确性、运行速度方面均有绝对的优势,并且能够对容量较大的数据库进行处理,效率高,系统有较高的安全性和较好的性能,充分利用两者的优势,提高了编程效率和可靠性。

本文中除了有对程序的系统分析、总体设计、数据库设计、功能实现等主体部分外,在这之前还介绍了与企业仓库管理系统相关的信息、VS.NET与SQL的无缝链接技术等。

通过该系统,使员工可以方便地在企业内部进行仓储管理,给予企业决策者有利的支持。同时通过该项目的编写加深了大家对C#语言和SQL语言的了解,为开发大型项目奠定基础。

关键词:仓库管理、C#、SQL Server 2008、开发和维护

毕业设计(论文)

II ABSTRACT

With the rapid development of computer technology, computer

application in enterprise management popularization, the information management system has become an indispensable part of enterprises and institutions, its content for corporate decision makers and managers

is vital, so using computer to realize enterprise management is imperative.

Warehouse management system is a typical application of managing

information system, its development mainly includes the establishment and maintenance of database and foreground application development and maintenance of two aspects. Since for the former requirement to establish data consistency and integrality, data security good database.

And for the latter request applications fully functional, easy to use, etc.

Combined with the actual situation of enterprise warehouse

management, this paper puts forward for small and medium-sized enterprise warehouse management system basic design thought, this paper briefly introduces the system each function module

and database design, and emphatically discusses the development

with C#.NET technology and SQL Server 2008 enterprise warehouse

management system database access technology and application design,

and gives part of the implementation code.

The system on a Windows XP system and VS.NET platform development is complete, using c # as development language, SQL Server

2008 as the background database, the database system in terms of safety, accuracy, speed has the absolute advantage, and the ability to database for processing of large capacity, high efficiency, the system has high security and good performance, make full use of the advantages

of the two, and improved the programming efficiency and reliability.

In this article, in addition to the application of system analysis,

overall design, database design, function realization, main part, before that, also introduced the information related to enterprise

warehouse management system, the seamless link VS.NET and

SQL technology, etc.

Through this system, employees can easily within the enterprise warehouse management, to give better support enterprise decision

makers. Through the project at the same time writing deepened understanding of c # language and SQL language, to lay a good foundation

for the development of large-scale projects.

Keywords:warehousemanage,C#,SQLServer2008,developmentand ma毕业设计(论文)

III intenance 毕业设计(论文)

目录

第1章 绪论ﻩ错误!未定义书签。

1.1 选题背景 ......................................... 错误!未定义书签。

1.2 开发工具ﻩ错误!未定义书签。

1.2.1 .NET 简介 .................................. 错误!未定义书签。

1.2.2 .NET 简介ﻩ错误!未定义书签。

第2章 系统需求分析 ........................................ 错误!未定义书签。

2.1 用例设计ﻩ错误!未定义书签。

2.2 概要设计 .......................................................... 4

2.2.1 功能分析 ................................... 错误!未定义书签。

2.2.2 系统数据流图ﻩ错误!未定义书签。

第3章 数据库设计 .......................................................... 7

3.2 数据库逻辑结构设计ﻩ错误!未定义书签。

3.3 数据库物理设计 ................................... 错误!未定义书签。

第4章 界面设计 .......................................................... 11

4.1 界面设计 .......................................... 错误!未定义书签。

4.1.1 界面风格 ................................... 错误!未定义书签。

4.1.2 跳转关系 .................................... 错误!未定义书签。

第5章 详细设计与实现 ...................................... 错误!未定义书签。

5.1 详细设计 ......................................................... 13

5.2 公共模块设计ﻩ错误!未定义书签。

5.2.1 数据库连接模块 .......................... 错误!未定义书签。

5.2.2 业务逻辑模块ﻩ错误!未定义书签。

5.3 用户信息管理模块 ................................. 错误!未定义书签。

5.3.1 功能描述 .................................... 错误!未定义书签。

5.3.2 技术分析及代码ﻩ错误!未定义书签。

5.4 综合信息管理模块 ................................... 错误!未定义书签。

5.4.1 功能描述 .................................... 错误!未定义书签。

5.4.2 技术分析及代码 ............................. 错误!未定义书签。

5.5 调试出现问题 ....................................... 错误!未定义书签。

总结 ........................................................ 错误!未定义书签。

致谢 ........................................................ 错误!未定义书签。

参考文献 .................................................... 错误!未定义书签。