{$cfg_webname}
主页 > 计算机 > ASP.NET >

自行车组装车间管理信息系统设计(VS2005,C#,SQL2005)

来源:wenku163.com  资料编号:WK16312599 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312599
资料介绍

自行车组装车间管理信息系统设计(VS2005,C#,SQL2005)(任务书,开题报告,外文翻译,论文说明书15900字,程序代码,SQL2005数据库)          
摘  要
随着现代工业的发展,计算机信息管理系统越来越受到企业重视,而车间仓库管理信息系统就是一个典型的信息管理系统(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

系统功能要求
本人设计了一个基于Microsoft .NET Framework的B/S库存管理系统,系统包括了以下库存管理的常见功能:
(1) 基本信息管理:包括添加零件类别的添加、零件类别管理、零件信息、零件信息管理、客户信息的添加、客户信息管理、仓库信息添加、仓库信息管理。
(2) 库存管理:包括新增入库单、入库管理、新增出库单、出库管理、库存报警、入库统计、出库统计、查看库存信息。
(3) 库存信息查询:包括入库单查询、出库单查询。
(4) 用户管理:包括增加用户、更改密码、更改权限。
(5) 系统管理:包括数据库备份、数据恢复、数据库压缩、分离数据库、附加数据库、数据导入、数据导出[2]。
 

自行车组装车间管理信息系统设计(VS2005,C#,SQL2005)
自行车组装车间管理信息系统设计(VS2005,C#,SQL2005)
自行车组装车间管理信息系统设计(VS2005,C#,SQL2005)
自行车组装车间管理信息系统设计(VS2005,C#,SQL2005)
自行车组装车间管理信息系统设计(VS2005,C#,SQL2005)
自行车组装车间管理信息系统设计(VS2005,C#,SQL2005)


目  录
摘  要    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

推荐资料