超市库存管理系统的设计与实现
超市库存管理系统的设计与实现[20200418172240]
摘 要
*查看完整论文请 +Q: 3 5 1 9 1 6 0 7 2
关键字:超市库存管理;MySQL;MyEclipse2013;Web模式 第一章绪论 -1- 第一章绪论
由于超市的行业特殊性,产品种类繁多,业务量巨大,超市库存管理是非常重要的环节。传统的库存管理采用人工记账的方式,这种管理信息的方式很容易存在登记错误、查询困难、工作效率低等一系列弊端,必然不能满足超市高效率管理的需求,因此超市需要利用计算机来进行库存管理,构造一个库存管理系统。本系统可以完成超市管理人员对库存商品信息的浏览查询,增加、修改、删除商品的详细信息,完成对超市方便快捷有效的管理。
本系统为基于Web模式的超市库存管理系统,,采用了面向对象的方法,主要由登录模块、商品管理模块、商品入库管理模块和商品出库管理模块构成。MyEclipse2013作为开发工具,后台数据库采用MySQL,采用Java为主要程序设计语言,在Windows7系统环境下实现系统的开发与设计,该系统简单实用、安全性高。
经测试,该系统基本可以实现超市日常库存管理的要求,提高了超市管理人员的工作效率,减轻了员工的工作量,提高了超市对于仓库库存的高效管理和经济效益。
ABSTRACT
Due to the special nature of the supermarket industry, a wide range of products, a huge amount of business, supermarket inventory management is a very important link. Manual accounting is adopted in traditional inventory management, the management information easily exist in registration errors, query difficulty, work efficiency and low range of abuses, will fail to meet needs of the supermarket management efficiency, therefore the supermarket need using the computer to the inventory management of construct a inventory management system. This system can complete the supermarket management personnel to the inventory of goods information browsing query, add, modify, delete the detailed information of goods, complete the supermarket convenient and efficient management.
This system is based on Web mode supermarket inventory management system, using the object-oriented method, mainly by the login module, commodity management module, commodity storage management module and the commodity storage management module. MyEclipse2013 as a development tool, Background database using MySQL, using Java as the main programming language, under the windows system environment to achieve the development and design of the system, the system is simple and practical, high safety
After testing, the system can achieve the requirements of everyday supermarket inventory management, improve the supermarket management personnels working efficiency, reduce the workload of the staff, improve the supermarket for warehouse inventory, management and economic benefits.
Key words: Supermarket inventory management; MySQL; MyEclipse2013; Web model
目录
1.1研究背景 - 1 -
1.2国内外研究现状 - 1 -
1.3研究目的和意义 - 1 -
1.3.1理论意义 - 1 -
1.3.2实践意义 - 1 -
1.4 相关技术 - 1 -
1.4.1 Java语言 - 1 -
1.4.2 JSP技术 - 2 -
1.4.3 MySQL数据库技术 - 3 -
第二章 超市库存管理系统需求分析 - 5 -
2.1可行性分析 - 5 -
2.1.1经济可行性分析 - 5 -
2.1.2技术可行性分析 - 5 -
2.1.3操作可行性分析 - 5 -
2.2超市库存管理系统功能性需求概述 - 5 -
2.2.1系统概述和用户特点 - 5 -
2.2.2系统功能需求 - 5 -
2.3超市库存管理系统用例 - 7 -
2.4超市库存管理系统交互模型 - 8 -
2.5超市库存管理系统非功能性需求概述 - 9 -
2.6超市库存管理系统环境需求分析 - 9 -
第三章 超市库存管理系统的设计 - 11 -
3.1系统的结构框架 - 11 -
3.2系统的包结构 - 11 -
3.3系统功能模块设计 - 12 -
3.3.1个人信息管理模块 - 12 -
3.3.2商品类型管理模块 - 12 -
3.3.3商品信息管理模块 - 13 -
3.3.4商品入库管理模块 - 14 -
3.3.5商品出库管理模块 - 15 -
第四章 超市库存管理系统数据库设计 - 17 -
4.1数据库概念模型设计 - 17 -
4.2数据库逻辑模型设计 - 18 -
4.3 数据库物理模型设计 - 19 -
第五章 系统实现 - 21 -
5.1 主要界面设计 - 21 -
5.2 部分代码展示 - 24 -
第六章 总结与展望 - 27 -
参考文献 - 29 -
致谢 - 31 -
1.1研究背景
摘 要
*查看完整论文请 +Q: 3 5 1 9 1 6 0 7 2
关键字:超市库存管理;MySQL;MyEclipse2013;Web模式 第一章绪论 -1- 第一章绪论
由于超市的行业特殊性,产品种类繁多,业务量巨大,超市库存管理是非常重要的环节。传统的库存管理采用人工记账的方式,这种管理信息的方式很容易存在登记错误、查询困难、工作效率低等一系列弊端,必然不能满足超市高效率管理的需求,因此超市需要利用计算机来进行库存管理,构造一个库存管理系统。本系统可以完成超市管理人员对库存商品信息的浏览查询,增加、修改、删除商品的详细信息,完成对超市方便快捷有效的管理。
本系统为基于Web模式的超市库存管理系统,,采用了面向对象的方法,主要由登录模块、商品管理模块、商品入库管理模块和商品出库管理模块构成。MyEclipse2013作为开发工具,后台数据库采用MySQL,采用Java为主要程序设计语言,在Windows7系统环境下实现系统的开发与设计,该系统简单实用、安全性高。
经测试,该系统基本可以实现超市日常库存管理的要求,提高了超市管理人员的工作效率,减轻了员工的工作量,提高了超市对于仓库库存的高效管理和经济效益。
ABSTRACT
Due to the special nature of the supermarket industry, a wide range of products, a huge amount of business, supermarket inventory management is a very important link. Manual accounting is adopted in traditional inventory management, the management information easily exist in registration errors, query difficulty, work efficiency and low range of abuses, will fail to meet needs of the supermarket management efficiency, therefore the supermarket need using the computer to the inventory management of construct a inventory management system. This system can complete the supermarket management personnel to the inventory of goods information browsing query, add, modify, delete the detailed information of goods, complete the supermarket convenient and efficient management.
This system is based on Web mode supermarket inventory management system, using the object-oriented method, mainly by the login module, commodity management module, commodity storage management module and the commodity storage management module. MyEclipse2013 as a development tool, Background database using MySQL, using Java as the main programming language, under the windows system environment to achieve the development and design of the system, the system is simple and practical, high safety
After testing, the system can achieve the requirements of everyday supermarket inventory management, improve the supermarket management personnels working efficiency, reduce the workload of the staff, improve the supermarket for warehouse inventory, management and economic benefits.
Key words: Supermarket inventory management; MySQL; MyEclipse2013; Web model
目录
1.1研究背景 - 1 -
1.2国内外研究现状 - 1 -
1.3研究目的和意义 - 1 -
1.3.1理论意义 - 1 -
1.3.2实践意义 - 1 -
1.4 相关技术 - 1 -
1.4.1 Java语言 - 1 -
1.4.2 JSP技术 - 2 -
1.4.3 MySQL数据库技术 - 3 -
第二章 超市库存管理系统需求分析 - 5 -
2.1可行性分析 - 5 -
2.1.1经济可行性分析 - 5 -
2.1.2技术可行性分析 - 5 -
2.1.3操作可行性分析 - 5 -
2.2超市库存管理系统功能性需求概述 - 5 -
2.2.1系统概述和用户特点 - 5 -
2.2.2系统功能需求 - 5 -
2.3超市库存管理系统用例 - 7 -
2.4超市库存管理系统交互模型 - 8 -
2.5超市库存管理系统非功能性需求概述 - 9 -
2.6超市库存管理系统环境需求分析 - 9 -
第三章 超市库存管理系统的设计 - 11 -
3.1系统的结构框架 - 11 -
3.2系统的包结构 - 11 -
3.3系统功能模块设计 - 12 -
3.3.1个人信息管理模块 - 12 -
3.3.2商品类型管理模块 - 12 -
3.3.3商品信息管理模块 - 13 -
3.3.4商品入库管理模块 - 14 -
3.3.5商品出库管理模块 - 15 -
第四章 超市库存管理系统数据库设计 - 17 -
4.1数据库概念模型设计 - 17 -
4.2数据库逻辑模型设计 - 18 -
4.3 数据库物理模型设计 - 19 -
第五章 系统实现 - 21 -
5.1 主要界面设计 - 21 -
5.2 部分代码展示 - 24 -
第六章 总结与展望 - 27 -
参考文献 - 29 -
致谢 - 31 -
1.1研究背景
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/jsjkxyjs/3123.html