小型超市订单子系统的设计与实现(JSP+SQL2000)新品

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘 要:随着超市的经营规模不断扩大,有关商品订单的各种信息也成倍增长。面对庞大的信息量,有必要开发超市管理系统来提高销售管理工作的效率。今天我们使用计算机对商品订单信息进行管理,具有手工管理所无法比拟的优点。通过这样的系统,可以做到信息的规范管理、科学统计和快速查询,从而减少管理方面的工作量,有效地提高进销存的工作效率。
本超市管理系统包括各类信息输入、输出信息管理、信息查询、数据表查看管理以及系统登录等几大模块。以及在这几大模块构建中简要介绍了表单的制作过程,程序的编写,添加,最后的编译过程。并且叙述了作者在软件开发过程中的心得体会管理员通过身份验证后可以拥有完全的权限管理系统.
本系统采用JSP(JAVA SERVER PAGES)为开发工具,后台数据库采用SQLSERVER2000,操作系统为Windows XP。利用软件工程原理,采用面向对象的编程方法,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,实现了超市商品订单管理的自动化和信息化。
关键词 :订单管理;信息管理;系统设计

Abstract:Expands unceasingly along with the supermarket management scale, the related commodity enters each kind of information which sells saves also doubled and re-doubled to grow. Facing huge information content, it is necessary to develop sells saves the information management system to enhance the sales management work the efficiency. Today we use the computer to enter for the commodity sell save the information to carry on the management, has merit which the manual administration center is unable to compare. Through such system, may achieve the information the standard management, the science statistics and the fast inquiry, thus the reduced management aspect's work load, raises the working efficiency which effectively sells saves.
This enters sells saves the information management system including each kind of information input, the produce information management, the information inquiry, the data sheet to examine that the management as well as the system register and so on several big modules. As well as introduced the form manufacture process briefly in these big module construction, the procedure compilation, the increase, final compilation process. And narrated author's in software development process attainment to realize manager after identification authentication might have the complete jurisdiction management system management system.
This system uses JSP (JAVA SERVER PAGES) 2.0 is the development kit, the backstage database uses SQLSERVER2000, the operating system is Windows XP. Using the software engineering principle, uses the object-oriented programming method, its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two aspects, realized the library books to enter sells saves the management the automation and the informationization.
Keyword:Enters sells saves the management;Information management;System design


JSP及后台SQLSERVER2000数据库开发系统管理系统基于B/S(浏览器/服务器)模式,系统和数据集中存放于服务器中,软件的安装与升级在服务器上进行。所有的工作基于浏览器,安装、使用、维护、升级十分简单。

本系统应用有如下功能模块:
基本信息设置:如操作人员的编辑,操作人员密码的修改
数据报表:输出整机销售报表及散件销售报表
销售管理:包括整机销售及散件销售,并提供查询
数据的维护:数据的导入与导出

 

小型超市订单子系统的设计与实现
小型超市订单子系统的设计与实现
小型超市订单子系统的设计与实现
小型超市订单子系统的设计与实现

目 录 13000字
1、引言 4
2、选题说明 7
3、系统分析 9
3.1 可行性研究 9
3.1.1 经济可行性 9
3.1.2 技术可行性 9
3.1.3 运行可行性 9
3.1.4 时间可行性 10
3.1.5 法律可行性 10
3.2 需求分析 10
3.2.1 系统需求 10
3.2.2 性能需求 10
3.2.3 应用需求分析 11
3.2.4 运行需求分析 11
3.2.5 其他需求分析 11
3.3 详细分析 12
4、系统设计 13
4.1 模块设计 13
4.2 开发环境 13
4.2.1  JAVA Server Pages 13
4.2.2  SQLSERVER2000 数据库 14
4.3 数据流程图 15
4.4 数据库设计 15
4.4.1 数据库设计概述 15
4.4.2 数据库设计周期 16
4.5 处理流程设计 18
4.5.1 数据增加流程 18
4.5.2 数据修改流程 19
4.5.3 数据删除流程 19
4.6 详细设计 20
4.6.1 用户登陆 20
4.6.2 商品管理 20
4.6.3 供应商管理 21
4.6.4 订单管理 21
4.6.5 统计报表 22
5、总结 23
6、心得体会 24
6.1 对管理信息系统的体会 24
6.2 设计实践上的体会 24
致谢 26
参考资料 27