企业成品库存管理的设计与实现(后台)毕业设计 下载本文

内容发布更新时间 : 2024/5/6 9:01:43星期一 下面是文章的全部内容请认真阅读。

摘要

人们一直以来使用传统人工的方式管理仓库中的各种物资设备,这种管理方式存在着许多缺点,如:效率低等,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。所以对于企业的决策者和管理者来说一个库存管理系统是至关重要的。

本系统开发主要是采用浏览器/服务器(B/S)模式,包括后台数据库的建立、维护以及前端应用程序的开发两个方面。本系统在采用MyEclipse开发工具的基础上,运用My Sql数据库系统和面向对象Java开发技术实现的。本系统具有完善的数据处理功能,方便快捷的浏览界面、易于操作的功能模块,并能够准确反映各种情况及信息,为管理人员提供准确的数据,基本满足了企业库存管理的要求。

本文简要介绍了库存管理系统的项目开发背景和意义,着重阐述了该系统开发实现过程,从系统的需求分析、方案设计、模块设计、数据设计、详细设计等各个环节都进行了详尽的分析和描述。

关键词:库存管理,MyEclipse,MySQL,JAVA

Abstract

People have been using a variety of materials and equipment, the traditional manual management of warehouse, this management way has many shortcomings, such as: low efficiency, another time a long, will produce the massive documents and the data, this regarding the search, the renewal and the maintenance has all brought many difficulties. So for business decision-makers and managers is an inventory management system is very important.

The system is mainly used to develop the browser / server (B\\/S) mode, includes the backstage database the establishment, maintenance and front-end application development two aspects. The system based on the MyEclipse development tools, implementation of object oriented technology and Java development by My Sql database system. This system has improved the data processing function, convenient browsing interface, function module is easy to operate, and can accurately reflect the situation and information, provide accurate data for the management personnel, to meet the basic requirements of the enterprise inventory management.

This paper briefly introduces the inventory management system project background and significance, and emphatically expounds the system development process, different from the system of needs analysis, program design, module design, data design, detailed design and other aspects of a detailed analysis and description.

Keywords:inventory management,MyEclipse,MySQL,JAVA

目录

1. 绪论........................................................................................................................................... 1

1.1背景和意义 ........................................................................................................................ 1 1.2本文的工作 ........................................................................................................................ 1 2. 系统分析 ..................................................................................................................................... 1

2.1 需求分析 ........................................................................................................................... 1 2.2 系统功能 ........................................................................................................................... 2 2.2.1 系统功能描述 ........................................................................................................... 2 2.2.2 系统业务流程图 ....................................................................................................... 2 2.2.3 系统的角色定义 ....................................................................................................... 3 2.3 技术介绍 ........................................................................................................................... 3 2.3.1 JSP技术简介 ............................................................................................................ 3 2.3.2 Servlet技术简介 .................................................................................................... 4 2.3.3 MVC简介 .................................................................................................................... 4 3.系统设计....................................................................................................................................... 4

3.1 数据库需求设计 ............................................................................................................... 4 3.1.1 数据库需求分析 ....................................................................................................... 4 3.1.2 数据库逻辑设计 ....................................................................................................... 5 3.2 开发工具及运行环境 ....................................................................................................... 7 4.系统实现....................................................................................................................................... 7

4.1 模块设计 ........................................................................................................................... 7 4.2 主要包结构 ....................................................................................................................... 7 4.3 主要页面截图及功能实现 ............................................................................................... 7 4.3.1 登录界面 ................................................................................................................... 7 4.3.2 订单管理界面 ........................................................................................................... 8 4.3.3 出入库管理界面 ..................................................................................................... 11 4.3.4 系统基础数据管理界面 ......................................................................................... 13 5.总结........................................................................................................................................... 16 参 考 文 献 ................................................................................................................................... 17 致 谢 .............................................................................................................................................. 17