发布时间:2025年09月27日 作者:aiycxz.cn
摘要随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现企业仓库的管理势在必行。对于大中型企业来说,利用计算机支持企业高效率完成仓库管理的日常事务,是适应现代企业制度要求、推动企业仓库管理走向科学化、规范化的必要条件;而仓库管理是一项琐碎、复杂而又十分细致的工作,一般不允许出错,如果实行手工操作,须手工填制大量的表格,这就会耗费工作人员大量的时间和精力,计算机进行仓库管理工作,不仅能够保证各项信息准确无误、快速输出,同时计算机具有手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高仓库管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。因此,开发这样一套管理软件成为很有必要的事情,在下面的各章中我们将以开发一套仓库管理系统为例,谈谈其开发过程和所涉及到的问题及解决方法。关键词:仓库管理 数据库 信息 系统开发# AbstractAlong with the computer technology rapid development, the computer in the business management application popularization, uses the computer to realize the business warehouse the management is imperative. Regarding the large and medium-sized enterprise, the use computer support enterprise high efficiency completes the warehouse management the daily business, is the adaptation modern enterprise system request, impels the enterprise warehouse management to move towards the scientific style, the standard essential condition; But the warehouse management is an item trivial, complex and also very careful work, generally does not allow to make mistakes, if the implementation manual operation, must fill in the massive forms manually, this can consume staff's massive time and the energy, the computer carries on the warehouse management the work, not only can guarantee each information to be accurate, the fast output, at the same time the computer has the manual management to be unable to compare the merit. For example: Retrieves rapidly, the search is convenient, the reliability is high, the memory capacity is big, the security good, the life is long, the cost low and so on. These merits can enormously enhance the warehouse management the efficiency, also enterprise's scientific style, the standardized management, with the world merge important condition.Therefore, develops such a management software to become the very essential matter, in the following each chapter we will take develops a set of warehouse management system as the example, discusses its development process and involves the question and the solution.**Key word:** Warehouse management database information system development# 目录## 第一章 引言1.1 课题背景......1 1.2 课题意义......1 1.3 管理信息系统概述......2 1.4 课题的主要任务......3 ## 第二章 需求分析2.1 可行性分析......4 2.2 开发平台和技术简介......5 2.2.1 IIS简介......5 2.2.2 ASP简介......5 2.2.3 数据库简介......6 2.3 开发环境......7 2.4 数据字典......7 2.5 数据流图......9 2.6 E-R图......10 ## 第三章 系统设计3.1 功能模块概述......11 3.1.1 系统模块......11 3.2.2 人员管理模块......12 3.2.3 仓库管理模块......12 3.2.4 业务管理模块......13 3.2.5 查询统计模块......13 3.2.6 报表打印模块......14 3.2 数据库设计......14 ## 第四章 系统实现4.1 系统登陆模块实现......18 4.2 主界面......19 4.3 人员管理模块实现......20 4.3.1 用户信息管理......20 4.3.2 权限设置......21 4.4 仓库管理模块实现......22 4.4.1 货物信息管理......22 4.4.2 仓库信息管理......23 4.5 业务管理模块实现......24 4.5.1 入库操作......24 4.5.2 出库操作......25 4.5.3 借出操作......26 4.5.4 归还操作......27 4.6 查询统计模块实现......28 4.6.1 入库信息查询......28 4.6.2 出库信息查询......29 4.6.3 借出信息查询......30 4.6.4 库存信息查询......31 4.6.5 仓库占用统计......32 4.7 报表打印模块实现......33 ## 第五章 性能测试与分析5.1 测试实例的研究与选择......34 5.2 测试环境与测试条件......35