登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

超市管理系统设计与实现毕业论文

 2022-02-14 08:02  

论文总字数:22303字

摘 要

随着科技、技术的飞速发展,人们的消费水平和购物能力大幅度提高,从而导致了人们对于超市的需求越来越大。因此,我们需要一个方便,快捷,有效的超市管理系统,从而实现实时记录超市的进货,出货,商品的基本信息,这样可以方便操作,有效的节约了资源,方便了管理员对于商品的操作,从而提高了经营的效率,商品的有序进出,才能更好的统计和管理。

本系统为超市管理提供了管理超市的管理平台,管理者掌握商品的信息的增添、修改、删除,从而方便进库和出库,从而才能了解超市的盈亏,这样,管理员可以很方便的操作,以及统计。

本文对于超市管理的功能进行了充分的阐述以及说明,分析管理系统的几个重要功能:如进库、出库的功能,商品的添加修改查询等功能,以及相应的流程,系统界面简洁,明了,看了一目了然,方便管理人员操作。使用MyEclipse编写程序, MySQL数据库存储数据,有效的,快捷的实现商品增、删、改、查等一系列步骤,也可以很方便将信息存储,以便查询。

关键词: 超市管理系统 商品信息 信息存储

The design and implementation of the supermarket management system

Abstract

With the development of science and technology, people's consumption rate and shopping ability have been greatly changed, which has led to the increasing demand for supermarkets. Therefore, we need a convenient, quick, effective supermarket management system. Thus, the basic information of the goods, shipment and merchandise of the supermarket are recorded in real time, so that we can convenient operation, effective save resources, convenient administrator for the operation of the goods, so as to improve the operating efficiency, orderly pass in and out of the goods, can better statistics and management.

This system provides management of supermarket management platform for supermarket management, managers to master the commodity information to add, modify, delete, and convenient in libraries and outbound, thus to get the profit and loss of the supermarket, so, the administrator can very convenient operation, and statistics.

This paper for the function of the supermarket management are fully described and specification, analysis and management system of several important functions: such as in the library, the outbound function, goods add to modify the query, and other functions, and the corresponding process, system interface is concise, clear, see the be clear at a glance, convenient in operation management.Use MyEclipse program, MySQL database to store data, effective, fast and the implementation of the commodity add, delete, change, and a series of steps, also can be very convenient to store information, in order to query.


Keywords: supermarket mangagement system;commodity information;information storage

目 录

摘要 I

Abstract II

第一章 绪论 1

1.1 课题背景 1

1.2 课题意义 1

1.3 课题目的 1

1.4 课题结构 1

第二章 开发工具和开发技术 2

2.1开发工具 2

2.1.1MySQL 2

2.1.2 Tomcat服务器 2

2.1.3 MyEclipse 2

2.2开发技术 3

2.2.1 编程语言Java 3

2.2.2 JSP 3

2.2.3 层叠样式表CSS 3

2.2.4 MVC模式 4

第三章 软件需求 5

第四章 总体设计 7

4.1 系统总体框架 7

4.2 数据库分析 7

4.3 数据库详细设计 11

第五章 详细设计与实现 17

5.1 管理员登录 17

5.2管理员注册 18

5.3管理员管理: 20

5.3.1管理员添加 20

5.3.2管理员查询修改删除 20

5.4部门管理: 21

5.4.1部门添加 21

5.4.2部门查询修改删除 22

5.5员工管理: 23

5.5.1员工添加 23

5.5.2员工信息查询修改删除 23

5.6客户管理: 24

5.6.1客户添加 24

5.6.2客户信息查询修改删除 24

5.7商品管理: 25

5.7.1商品添加 25

5.7.2商品信息查询修改删除 26

5.8入库管理: 26

5.8.1入库 26

5.8.2查看入库信息 28

5.9出库管理: 28

5.9.1出库 28

5.9.2查询出库信息 28

第六章 结语 29

6.1 总结 29

6.2 存在问题及改进 29

6.3 展望 29

参考文献 30

致谢 31

第一章 绪论

1.1 课题背景

随着时代的发展,科技的进步,人民生活水平的提高,越来越需要和依赖互联网,计算机。人们对于超市的需求越来越高,记账已经不能通过账本来满足一个超市的需求,人们开始习惯通过小型的超市管理系统来完成超市的进货、出货管理等等以便方便管理超市的日常运行。通过这些管理,超市的商品数目管理可以更加方便,快捷。

1.2 课题意义

通过超市管理系统,人们可以通过计算机的高性能存储,从而能够快速得到所需要的信息,以及提高了工作的效率。而这个超市管理系统不但方便了超市管理人员,还方便了供应商,员工,这样操作提高了工作效率和商品的迅速流通。

1.3 课题目的

传统的书面记账方式已经不再适应如今的超市需求,计算机的普遍性,从而导致了我们需要通过网上的超市管理系统来管理超市的商品进出。利用超市管理系统,我们可以节省许许多多的人力,物力,从而为企业节省了资金,也方便了企业的运营。

1.4 课题结构

该系统分成用户前台以及后台管理两部分,在接下来文章中,第二章将介绍所用到的开发工具和开发技术;第三章阐述软件需求,本系统分为管理员,普通用户,供应商,客户经理四个角色;第四章说明系统的总体设计;第五章主要是系统的详细设计。

请支付后下载全文,论文总字数:22303字

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

企业微信

Copyright © 2010-2022 毕业论文网 站点地图