设计描述:
文档包括:
word说明书一份,共53页,约16000字
任务书一份
开题报告一份
外文翻译一份
源程序一套
毕 业 设 计论 文 任 务 书
一、题目及专题:
1、题目 自行车组装车间管理信息系统
2、专题
二、课题来源及选题依据
管理信息系统(Management Information System,简称MIS)是一个以人为主导,利用计算机硬件、软件
、网络通信设备以及其他办公设备,进行信息的收集、传输、加工、储存、更新和维护,以企业战略竞优、提
高效益和效率为目的,支持企业的高层决策、中层控制、基层运作的集成化的人机系统。管理信息系统油决策
支持系统(DSS)、工业控制系统(CCS)、办公自动化系统(OA)以及数据库、模型库、方法库、知识库和与
上级机关及外界交换信息的接口组成。
三、本设计(论文或其他)应达到的要求:
① 熟悉数据库技术的发展历程,了解企业机械零件管理信息系统;
② 熟练掌握调用数据库的原理和方法;
③ 熟练掌握C语言编程;
④ 熟练掌握车间数据管理和调用。
摘 要
随着现代工业的发展,计算机信息管理系统越来越受到企业重视,而车间仓库管理信息系统就是一个典型的信
息管理系统(MIS),库存管理系统能够极大地提高人事劳资管理的效率,也是企业的科学化、正规化管理与世界
接轨的重要条件。基于此本人开发了一个库存管理系统,该系统实现了零件基本信息、类别信息、仓库信息等
基本信息的管理,实现了零件入库、成品出库、入库管理、出库管理、出入库统计等库存管理,系统还实现了
库存查询、用户管理、系统管理等功能。系统的核心是库存管理,企业使用库存管理系统,可以摆脱传统的手
动填写单据工作模式,节省了大量的人力、物力和财力,使得管理员从繁琐的工作中解放出来。
本系统开发平台是VS2005,开发语言是C#, 数据库为SQL Server2005。系统采用三层架构模式,三层架构模式
可实现代码的分散关注、松散耦合、逻辑复用、标准定义,并使得代码具有高度的可扩展性、安全性、易移植
性和易维护性。
关键词:管理信息系统;VS 2005;SQL Server 2005
Abstract
With the development of modern industry, the computer information management system more and more
enterprises to pay attention, workshop and warehouse management information system is a typical
management information system (MIS), inventory management system can greatly improve the
efficiency of the personnel, labor management, but also businessscientific and standardized
management with the world. Based on this I developed an inventory management system, the system
parts, category, warehouses and other basic information management, parts storage, the finished
product, storage management, a database management, warehousing and Statistics inventory queries,
user management, system management functions such as inventory management, the system also. The
core of the system is inventory management, inventory management system, you can get rid of the
the traditional manually fill in document mode of operation, save a lot of manpower, material and
financial resources, freeing administrators from the tedious work.
The system development platform is VS2005, development language is C #, SQL Server 2005 database.
The system uses a three-tier, three-tier code separation of concerns, loose coupling,
multiplexing logic, standard definition, and makes the code with a high degree of scalability,
security, easy portability and ease of maintenance.
Key words: management information systems; VS 2005; SQL Server 2005
目 录
摘 要 III
ABSTRACT IV
目 录 V
1 绪论 1
1.1 信息管理系统的概述 1
1.1.1 管理信息系统的功能与划分 1
1.2 管理信息系统的发展 2
1.2.1系统理论奠定信息系统理论基石 2
1.2.2 信息系统概念和演化 3
1.3 信息管理系统的未来发展 4
2 系统分析 6
2.1 系统需求分析 6
2.1.1 系统功能要求 6
2.1.2 系统性能要求 6
2.1.3 系统用例描述 6
2.1.4 系统主要流程图 6
3 系统设计 8
3.1 功能模块设计 8
3.2 数据库设计 9
3.2.1 数据库对象 9
3.2.2 数据表 10
4 系统的实现与说明 14
4.1 用户登录 14
4.2 系统主界面 14
4.3 库存管理 15
4.3.1 零件入库 15
4.3.2 成品出库 16
4.3.3 入库零件查询和成品出库查询 17
4.3.4 数据备份 19
5 程序代码 20
5.1 主界面代码 20
5.2 连接数据库代码 27
6 软件测试及维护 31
7 结论与展望 33
7.1 结论 33
7.2 展望 33
致 谢 34
参考文献 35
附 录 36
|