基于网络环境的库存管理系统的设计与实现
摘 要
随着现代工业的发展,计算机信息管理系统越来越受到企业重视。库存管理系统是一个企事业单位不可缺少的一部分,对于企业的决策者和管理者来说都是至关重要的,因此,库存管理系统应该能够为用户提供充足的信息和快捷的查询手段。特别是随着企业规模的不断扩大,产品数量的急剧增加,所生产产品的种类也会不断地更新,有关产品的各种信息量也会成倍增长。面对庞大的产品信息量,如何有效地管理库存产品,及时反馈库存管理的相关信息,是确保企业正常运行的必要手段,也是企业物流管理中不可或缺的一部分。
本系统采用B/S结构,使用ASP程序设计语言及Access数据库进行设计与开发;主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构、功能模块划分以及数据库模式分析等;重点对应用程序的实际开发及实现作了较详细的介绍;主要实现了以下功能:库存管理(入库、出库的登记与修改;查询、浏览库存等)、报表的生成与打印、用户的管理等功能。通过测试分析说明,本系统的开发达到预定目标,并具有一定的应用价值。
关键词: 库存管理;网络环境;数据库;信息管理;ASPhttp://www.16sheji8.cn
Design and Implementation of Inventory Management System Based on Network Environment
Abstract
With the development of modern industry, the enterprise pays more and more attention to the computer information management system. Inventory management system is an indispensable part for an enterprise, and is very important for the policy makers and managers of enterprise. Therefore, inventory management system should be able to provide the sufficient information and the quick inquiry method for the user. Especially along with enterprise scale unceasing expansion, product quantity sharps growth, the kinds of products will be constantly updated, and the amount of information products will be increased doubly. Faced with much information of products, how to effectively manage of inventory products, to timely feedback the related information of inventory management, is a necessary means to ensure the normal operation of enterprises, and is also an important part of enterprise’s flows management.http://www.16sheji8.cn
This system is based on the B/S structure, uses ASP programming language and Access database to design and develop. This paper mainly analyzes the basic functions and composition of the inventory management system, which includes system demand analysis, system structure, function module and database structure and so on. In this paper, the application and development of the programs are introduced in detail. The main functions of this system are made up of inventory management (the registration and revision of stock-in and stock-out, inquiry, browsing inventory and etc.), the generation and print of forms, users’ management and so on. Through testing and analyzing, it shows this system development achieves the predetermined target, and has some application value.
Key words: Inventory Management; Network Environment; Database; Information Management; ASP
目 录
论文总页数:31页
1引言 1
1.1 课题背景 1
1.2 国内外研究现状 1
1.3 本课题研究的意义 1
1.4 本论文的研究方法 2
2系统需求分析 2http://www.16sheji8.cn
2.1 库存管理系统的发展概况 2
2.2 系统调查及可行性分析 4
2.3 业务流程分析 5
2.4 系统功能模块划分 6
2.5 系统各部分的主要功能介绍 6
3 开发工具及环境介绍 7
3.1 开发语言简介 7
3.2 数据库简介 7
3.3 开发环境简介 9
4 基于网络环境的库存管理系统的设计 9
4.1 数据库表的设计 9
4.2 系统功能的设计 12
5 基于网络环境的库存管理系统的具体实现 17
5.1 登录 17
5.2 主要功能 19
5.3 报表 20http://www.16sheji8.cn
5.4 分类查看库存 21
5.5 出库 22
5.6 入库 24
5.7 数据库的连接 26
6 系统运行环境及测试分析 26
6.1 系统运行环境 26
6.2 系统的运行 26
6.3 测试与分析 27
结 论 29
参考文献 29
致 谢 30
声 明 31
1引言
1.1 课题背景
库存管理系统是一个企事业单位不可缺少的一部分,它的内容对于企业的决策者和管理者来说都是至关重要的,因此,库存管理系统应该能够为用户提供充足的信息和快捷的查询手段,但一直以来人们使用传统的人工方式管理库存,这种管理方式存在着许多缺点,诸如效率低,保密性差等,而且时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。对于每个企业来说,随着企业规模的不断扩大,产品数量的急剧增加,所生产产品的种类也会不断地更新与发展,有关产品的各种信息量也会成倍增长。面对庞大的产品信息量,如何有效地管理库存产品,对这些企业来说是非常重要的,库存管理的重点是销售信息能否及时反馈,从而确保企业运行效益。
库存管理的主要目标就是通过对仓库所有入出库活动的管理和控制及对库存数据有效的统计和分析,以保证企业生产中畅通的物流,使决策人员及早发现问题,采取相应措施,调整库存结构,缩短储备周期,加速资金周转,最大限度地降低库存占用,同时,通过周期性的仓库盘点,及时补救管理中的漏洞,使库存管理系统实时地反映企业中各个仓库的实际情况,为各类管理人员从不同侧面提供所需信息,以便协调企业经营收到更大效益,库存管理系统是协调企业生产经营的基础,其数据的准确性、方便的查询、有效的分析是整个计算机管理系统顺利运行的关键。http://www.16sheji8.cn