一种超市管理系统设计与开发

 2022-12-23 10:12

论文总字数:21412字

摘 要

近年来,随着中国经济的快速发展和人民生活水平的显著提高,服装、食品、住房、交通等领域发生了重大变化。超市作为生活的一部分,必须适应现代趋势,并在现代环境中发展。为了避免传统手工操作过程中出现的问题,应尽可能放弃以前手工操作超市信息和其他销售信息,为了提高超市的效率,建立一个可靠的数据库管理系统无疑会对超市未来的发展做出重大贡献,改善获得准确信息的操作。在货物进出口、仓储和销售以及对员工和管理部门的控制方面,使超市基本上能够进行计算机管理,从而减少劳动力消耗,提高效率。在适当的时候,了解公司的情况,提高业务水平,所以在这个关键的时刻,出现了超市管理系统。

本系统主要分为以下工作内容:1.前端页面的设计开发;2.后端框架的搭建以及具体代码的实现;3.数据库对应表的设计;4.面向实际情况权限的分配等。

超市管理系统主要采用Java语言设计,应用B/S三层架构模式,SSM框架,存储数据在MySQL里面进行。该系统可以很好的对超市员工,订单,以及供应商进行优化管理,方便了超市经营,提高运营效率。

关键词超市;管理;B/S体系;SSM;Tomcat

Design and development of a supermarket management system

Abstract

In recent years, with the rapid development of China's economy and the significant improvement of people's living standards, major changes have taken place in the fields of clothing, food, housing, transportation, etc. As a part of life, supermarket must adapt to the modern trend and develop in the modern environment. In order to avoid the problems in the process of traditional manual operation, we should give up the previous manual operation supermarket information and other sales information as much as possible, so as to improve the efficiency of the supermarket. The establishment of a reliable database management system will undoubtedly make a significant contribution to the future development of supermarkets and improve the operation of obtaining accurate information. In terms of goods import and export, storage and sales, as well as control over employees and management departments, supermarkets can basically carry out computer management, so as to reduce labor consumption and improve efficiency. At the right time, understand the situation of the company and improve the business level, so at this critical moment, there is a supermarket management system.

The system is mainly divided into the following work: 1. The design and development of the front-end page; 2. The construction of the back-end framework and the realization of the specific code; 3. The design of the database corresponding table; 4. The assignment of the authority facing the actual situation.

The supermarket management system is mainly designed in Java language, using B / S three-tier architecture mode, SSM framework, and storing data in MySQL. The system can optimize the management of supermarket employees, orders and suppliers, which is convenient for supermarket operation and improves the operation efficiency.

KeywordsSupermarket ,Administration ,B/S System ,SSM ,Tomcat

目录

摘 要 I

Abstract II

第一章 绪论 1

1.1研究背景与意义 1

1.2课题主要任务和目标 1

1.3课题意义 1

1.4论文组织结构 2

第二章 相关技术介绍 3

2.1 Tomcat 3

2.2 MySQL 3

2.3 B/S体系结构 3

2.4 SSM框架 3

2.5 本章总结 3

第三章 系统需求分析与设计 4

3.1可行性分析 4

3.2系统架构设计 4

3.3系统的需求分析 5

3.4系统的功能模块图: 5

3.5数据库设计 7

3.5.1 创建数据库 7

3.5.2 数据库表设计 7

3.6 本章小结 9

第四章 超市管理系统的实现 10

4.1系统实现工具与环境 10

4.2程序结构 10

4.3登录系统模块 11

4.4商品管理模块 11

4.4.1 查询商品 11

4.4.2删除商品 11

4.4.3 修改商品 12

4.4.4 添加商品 12

4.4.5 导出商品 12

4.4.6 数据展示 12

4.5订单管理模块 13

4.5.1 查询订单 13

4.5.2 删除订单 13

4.5.3 修改订单 13

4.5.4 添加订单 14

4.5.5 导出订单 14

4.5.6 数据展示 14

4.6供应商管理模块 15

4.6.1 查询供应商 15

4.6.2 删除供应商 15

4.6.3 修改供应商 15

4.6.4 添加供应商 15

4.6.5 导出供应商 16

4.6.6 数据展示 16

4.7用户管理模块 17

4.7.1 查询用户 17

4.7.2 导出用户 17

4.7.3 数据展示 17

4.7.4 删除用户 17

4.7.5 修改用户 18

4.7.6 添加用户 18

4.8 修改密码模块 18

4.9退出登录模块 19

4.10本章小结 19

第五章 系统的测试 20

5.1系统的测试工具与环境 20

5.2测试概述 20

5.3用户登录 20

5.4系统主界面 21

5.5商品管理 22

5.5.1 添加商品 22

5.5.2 查询商品 22

5.5.3 删除商品 23

5.5.4 修改商品 23

5.5.5商品数据展示: 24

5.5.6商品导出 24

5.6订单管理 25

5.6.1添加订单 26

5.6.2查询订单 26

5.6.3修改订单 26

5.6.4删除订单 27

5.6.5导出订单 27

5.6.6数据展示 27

5.7供应商管理 28

5.7.1添加供应商 28

5.7.2修改供应商 29

5.7.3查询供应商 29

5.7.4删除供应商 29

5.7.5数据展示 29

5.7.6导出供应商 30

5.8用户管理 30

5.8.1添加用户 31

5.8.2修改用户 31

5.8.3查询用户 31

5.8.4删除用户 31

5.8.5数据展示 31

5.8.6导出用户 32

5.9修改密码 32

5.10退出系统 33

5.11本章小结 33

第六章 总结与展望 34

6.1课题总结 34

6.2课题展望 34

致谢 35

参考文献 36

第一章 绪论

1.1研究背景与意义

当下,中国经济以惊人的速度发展,受到这种环境的影响,各种超市层出不穷。随着科学技术的发展和进步,传统的人工超市管理已经逐渐退出历史舞台,信息技术产品管理的超市正在慢慢进入我们的生活。使用计算机对超市运行进行管理,前提就需要一款符合超市管理体系的超市管理软件来实施。随着信息技术和网络的普及,员工的职业技能也有待提升,使用计算机系统软件进行工作已经成为必然的趋势。另外,各行各业竞争严峻,企业发展如逆水行舟,不进则退,假如依然保持原有的经营管理模式运营,必然会被这个时代所淘汰。传统的超市在现代化浪潮冲击下,商品种类琳琅满目,供应商趋于单一供货。因此供应商也不在固定化。对商品的流向分析这是一个时间漫长的过程。如果能利用这个电脑分析的平台帮助你完成交货,那就可以帮助你收购到很畅销的产品,抓住这笔商业机会。因此,应该设计具有全面功能和简单运营功能的超市管理系统。

1.2课题主要任务和目标

本系统主要采用SSM框架,spring-securiy框架为辅助,以Tomcat8.5服务器来用作开发调试,数据存储在MySQL数据库中,前端页面的设计采用了JSP来完成。系统主要任务为:前端页面的设计,划分不同的模块用来处理不同的业务,力求页面简洁大方,拥有良好的人机交互性以及稳定性。后端三层架构来进行数据库和前端页面的联系,进行一系列逻辑的处理,保证前端页面数据真实可靠,与数据库一致。数据库详细列出不同业务模块对应的表,保证数据完整,安全。本系统共包括:商品管理,订单管理,供应商管理,用户管理等模块。

课题主要目标:

剩余内容已隐藏,请支付后下载全文,论文总字数:21412字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;