目录
摘要 I
Abstract II
1 绪论 1
1.1 开发背景和意义 1
1.2 系统开发关键技术与开发环境 1
1.2.1 WEB语言 1
1.2.2 SSM框架 1
1.2.3 javaScript与jquery 2
1.2.4 Apache服务器 2
1.2.5 MySQL数据库 2
1.2.6 系统开发环境 2
2 可行性分析 3
2.1 技术可行性 3
2.2 经济可行性 3
2.3 社会可行性 3
3 系统需求分析 4
3.1 功能性需求分析 5
3.1.1 登录模块 5
3.1.2 首页模块 5
3.1.3 入库模块 5
3.1.4 出库模块 5
3.1.5 产品信息修改模块 5
3.1.6 新产品入库模块 5
3.2 非功能性需求分析 6
3.2.1 安全性 6
3.2.2 可靠性 6
3.2.3 易用性 6
3.2.4 维护性 6
3.2.5 可移植性 6
3.3 系统优势 7
4 项目数据库设计 8
4.1 数据库的选择与创建 8
4.2 系统全局E-R图 8
4,3 数据库E-R图 8
4.4 数据表设计 12
5. 项目系统详细数据 15
5.1 系统流程及开发流程 15
5.2 视觉设计 15
5.3 前端交互设计 15
5.4 主要功能模块实现 16
5.4.1 登录板块 16
5.4.2 首页模块实现 19
5.4.3 管理员管理板块 21
5.4.4 入库管理模块 22
5.4.5 出库管理模块 24
5.4.6 新产品入库模块 26
5.4.7 其它模块 28
6. 项目系统测试 33
6.1 测试环境 33
6.2 测试方法 33
6.2.1 用户界面测试 33
6.2.2 单元测试 33
6.2.3 性能测试 33
6.2.4 回归测试 33
6.2.5 验收测试 33
6.3 浏览器测试 34
7. 结论与展望 35
7.1 结论 35
7.2 后期展望 35
参考文献 36
摘要
改革开放以来,社会的迅速发展使得人们的生活环境发生了巨大的改变。生活节奏的加快,对物质要求的提高,要求便捷迅速,对有益的学习性信息的渴望等等。“物料库存管理系统的设计与实现”这份项目的初衷便是以快捷简单的方式向人们提供物料库存管理的功能,避免人们在管理库存的过程中浪费大量的宝贵时间
社会的不断发展随之带来的是互联网的“蔓延”性的普及,计算机和网络技术已经将人们带入了信息时代。网络拉近了世界各地的距离,使地球缩小成“村”。该项目平台的信息来源是广大库存管理员根据实际记录的相关库存信息,流向的终点亦是那些管理库存信息的其他管理员,而物料信息的管理也随着互联网的延展性逐渐延展整个世界,而不局限与某个方面某个地区。
在这个平台上管理员可以管理库存中所有产品的信息,入库、出库、新产品入库、产品信息修改等等。其他管理员能够查询该系统中所有的库存信息。
该系统项目开发主要是丰富的前端页面配合部分的后台功能,主要包括登录功能板块,首页板块、出库板块、入库板块、修改板块、新产品入库板块。经过需求分析,在此的基础上提出了系统的总体设计方案及各模块的详细设计,对每个页面的设计都进行了详细设计。
该网站系统使用了HBuilder、Eclipse编辑器、wamp集成环境,数据存储用了mysql,前端使用h5,希望这个系统可以如设计初衷为人们的生活带来信息共享的便利,以及记录生活美好时刻。
关键词: 物料管理系统;WEB;Eclipse编辑器;wamp集成环境
Abstract
Since the reform and opening up, the rapid development of society has made tremendous changes in people's living environment. The quickening pace of life, the improvement of material requirements, the requirement of convenience and speed, the desire for useful learning information and so on. The original intention of the project "Design and Implementation of Material Inventory Management System" is to provide people with the function of material inventory management in a quick and simple way, so as to avoid wasting a lot of precious time in the process of inventory management.
The development of society brings about the spread of the Internet, Computer and network technology has brought people into the information age. The Internet has brought the world closer together, reducing the earth to "village", The information source of the project platform is the related inventory information recorded by the general inventory managers. The end point of the flow is the other managers who manage the inventory information. With the extension of the Internet, the management of material information gradually extends to the whole world, not limited to a certain area.
The project development of this system is mainly the background function of the rich front-end page matching part, which mainly includes the login function board, the home page board, the outgoing board board, the inputting board, the modifying board and the new product inputting board. After requirement analysis, the overall design scheme of the system and the detailed design of each module are put forward, and the design of each page is designed in detail.
The website system uses HBuilder, Eclipse editor, Wamp integrated environment, MySQL for data storage and H5 for front-end. It is hoped that this system can bring convenience for information sharing and record happy moments of life as originally designed.
Keywords: Material Management System; WEB; Eclipse; wamp.