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

库存管理系统的设计与实现(ASP.NET,SQLServer)

来源:56doc.com  资料编号:5D20818 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20818
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

库存管理系统的设计与实现(ASP.NET,SQLServer)(论文11000字,程序代码,SQLserver数据库)
摘要:很多中小型企业对于企业物品,账目,人员等方面的管理的还处于纸质记录,这种方式会带来很多不利于公司的因素。通过调查企业模式和制定的需求得知,库存管理系统主要完成的任务是可以方便企业在运营中能详细、长久的记录数据,实现快速的查询过往的数据,并对其修改,删除等操作,能对大量数据进行分析来方便公司回顾过去,摸清未来形势。本系统属于MIS管理信息系统,在WINDOWS7的环境下,使用Visual Studio2012进行开发,技术采用了C#语言和Sql Server2012,并且利用了射频识别技术,方便于入库和出库等环节的数据收集。在设计和开发过程中,重点要考虑企业库存的流程,搞清数据库各表之间的联动关系,保证此系统能在企业中正常运转。
关键词:库存管理系统;管理信息系统;企业模式; 数据收集
Design and implementation of .NET-based inventory management system
Abstract:Many small and medium enterprises for business items, accounts, and other aspects of personnel management is still in paper records, this approach is not conducive to the company will bring a lot of factors. Through the investigation and the development of business models that demand, inventory management system, the main task is to facilitate business operations in energy detailed, long-term recording data for fast query historical data, and modify them, delete operation, large amounts of data can be analyzed to enable a company to review the past, to find out the future situation. This system belongs to MIS management information system in WINDOWS7 environment, using Visual Studio2012 development, technology uses the C # language and Sql Server2012, and the use of radio frequency identification technology, facilitate inbound and outbound other aspects of data collection. In the design and development process, the focus to consider the inventory process, clarify the linkage between the relational database tables, this system can guarantee the normal operation of the enterprise.
Keywords:inventory management system; management information systems; business model; data collection
功能需求
库存管理软件,通过上网查阅和图书馆查阅学习企业的日常经营的模式,仔细分析确定好需求如下:
(1)基础管理模块:角色管理,角色权限,用户管理,商品分类
(2)供应商列表模块:供应商信息
(3)商品管理模块:商品信息
(4)仓库采购管理模块:仓库采购单信息,采购退换货管理,仓库采购明细
(5)仓库销售管理模块:仓库销售单信息,销售退换货管理,仓库销售明细
(6)仓库管理模块:商品入库管理,商品出库管理,商品报损管理,商品库存报警
(7)客户列表模块:客户信息
(8)仓库销售财务模块:仓库销售财务
(9)仓库采购财务模块:仓库采购财务
(10)数据统计模块:年度统计,月度统计
开发环境:Microsoft Visual Studio
数据库:Microsoft SQL Server
程序语言:ASP.NET(C#)语言
 

库存管理系统的设计与实现(ASP.NET,SQLServer)
库存管理系统的设计与实现(ASP.NET,SQLServer)
库存管理系统的设计与实现(ASP.NET,SQLServer)
库存管理系统的设计与实现(ASP.NET,SQLServer)
库存管理系统的设计与实现(ASP.NET,SQLServer)
库存管理系统的设计与实现(ASP.NET,SQLServer) 库存管理系统的设计与实现(ASP.NET,SQLServer)


目 录
1 绪论    1
1.1课题的背景    1
1.2课题目的和意义    1
1.3课题研究内容    1
2 相关技术    2
2.1 系统体系结构    2
2.2 数据库技术    3
2.3 ASP.NET技术    3
2.4 射频识别技术    3
3 系统分析    4
3.1 功能需求    4
3.2 功能模块划分    4
3.3 数据流图    5
3.3.1 用户管理数据流图    6
3.3.2 仓库采购管理数据流图    6
3.4 可行性分析    7
4 总体设计    9
4.1 总体设计    9
4.2 数据库E-R图    9
4.3 数据库物理结构设计    12
4.3.1 用户和权限信息表    12
4.3.2 商品表    13
4.3.3 仓库销售和采购表    15
4.3.4 供应商和客户表    17
5 详细设计    21
5.1主界面的设计    21
5.2登录模块的设计    21
5.3基础管理    22
5.3.1角色管理    23
5.3.2权限管理    23
5.3.3用户管理    24
5.4供应商列表管理    24
5.5仓库销售管理    25
5.6客户管理    26
5.7商品管理    26
5.8商品仓库管理    27
5.9仓库采购管理    29
5.10数据统计    30
6 软件测试    33
6.1软件测试    33
6.2系统软硬件环境    33
6.3本系统测试    33
6.4测试总结    34
参考文献    37
致 谢    39

推荐资料