商品销售管理信息系统的设计与实现.doc

   
约46页DOC格式手机打开展开

商品销售管理信息系统的设计与实现,1.66万字我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用摘要 随着电子超市发展规模日益扩大,商品种类以及数量急剧增加,有关商品的各种信息也迅速增多。各个电子超市每时每刻都需要对销售商品的各种信息进行统计分析。使用商品销售管理信息系统对商品信...
编号:150-423040大小:1.78M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 淘宝大梦 发布

商品销售管理信息系统的设计与实现

1.66万字
我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用

摘要 随着电子超市发展规模日益扩大,商品种类以及数量急剧增加,有关商品的各种信息也迅速增多。各个电子超市每时每刻都需要对销售商品的各种信息进行统计分析。使用商品销售管理信息系统对商品信息进行管理,已经成为各运营商的必然选择。
本文首先对商品销售管理信息系统的项目开发背景与意义进行了简介;然后阐述了管理信息系统的基本概念,并对其关键技术如Java、数据库技术进行了详细的介绍;在对商品销售管理信息系统的应用需求进行分析的基础上,本文设计出系统的总体结构以及各个功能模块,包括基础信息管理、进货管理、销售管理、查询管理、库存管理以及系统管理等模块。最后本文使用Java进行源代码编写,后台架构通过My SQL来实现数据库,对各个主要功能模块进行了实现,并给出了测试结果。
测试结果表明,该系统能实现设计功能,且界面方便简洁,交互性强,具有广泛美好的应用前景。

关键词:管理信息系统,商品销售,Java,数据库

Design and implementation of sales management information system

Abstract With the growing scale of development of electronic supermarket, a sharp increase in the number and types of goods, a variety of information about the product also increased rapidly. Various electronic supermarket all the time needed for a variety of information for statistical analysis of sales of goods. Use sales management information system for product information management, has become an inevitable choice for each operator.
Firstly, the background and significance of the project development sales management information system were Introduction; then describes the basic concepts of management information systems, and a detailed description of its key technologies such as Java, database technology; in management information on commodity sales based on the application requirements of the system analysis, the paper designs the overall structure of the system as well as various functional modules, including basic information management, purchasing management, sales management, query management, inventory management, and system management module. Finally, the use of Java source code is written, the background architecture to achieve through the My SQL database, for each of the major functional modules to achieve, and gives the test results.
The test results show that the system can achieve design features simple and easy interface, interactive, with a wide range of applications better.

Keyword:Management Information Systems,Sales of goods,Java,Database


目 录
第一章 引言 1
1.1 研究背景 1
1.2 研究意义 2
1.3 本文工作与论文组织 3
第二章 商品销售管理信息系统的关键技术 4
2.1 前台开发工具 4
2.1.1 开发语言 4
2.1.2 开发平台 4
2.2 系统开发的相关技术简介 5
2.2.1 Java简介 5
2.2.2 MySQL简介 5
2.3 数据库分析 6
2.3.1 数据库的基本结构 6
2.3.2 数据库的主要特点 7
2.3.3 数据库的设计流程 7
第三章 系统设计 9
3.1 系统设计思想 9
3.2 系统设计原则 9
3.3 系统总体功能图 9
3.4 各功能模块流程图 10
3.4.1 登陆功能实现 10
3.4.2 添加客户信息 11
3.4.3 删除客户信息 11
3.4.4 添加商品信息 12
3.4.5 删除商品信息 12
3.4.6 添加供应商信息 13
3.4.7 删除供应商信息 13
3.4.8 添加进货单(退货单/销售单/退货单) 14
3.4.9 查询功能实现 14
3.4.10 价格调整 15
3.4.11 密码修改 15
3.4.12 添加管理员 16
第四章 数据库设计 17
4.1 需求分析 17
4.1.1 功能性需求分析 17
4.1.2 非功能性需求分析 18
4.2 数据库E-R图 19
4.3 数据库详细设计 20
4.3.1 客户信息表 20
4.3.2 商品信息表 21
4.3.3 供应商信息表 22
4.3.4 进货单表 23
4.3.5 退货单表 24
4.3.6 销售单表 25
4.3.7 销售退货单表 26
4.3.8 库存表 27
4.3.9 管理员表 28
第五章 系统测试 29
5.1 系统测试效果 29
5.2 系统的改进 33
第六章 总结 34
6.1 结论 34
6.2 展望 34
致 谢 35
参考文献 36
附 录 38