已阅读5页,还剩39页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
本科生毕业设计连锁店商品管理系统Chain Stores Merchandise Management System 学生姓名所在专业所在班级申请学位指导教师 职称副 指 导 教 师 职称答辩时间目 录目 录设计总说明 .IINTRODUCTION.III1 引言 .11.1 管理信息系统的概念 .11.2 开发管理信息系统的目的 .12 系统需求分析 .22.1 连锁店商品管理系统的目的 .22.2 连锁店商品管理系统的发展历史 .22.3 连锁店商品管理系统的开发背景 .23 系统可行性分析、总体规划、设计目标 .23.1 系统可行性分析 .23.2 系统总体规划 .33.2.1 功能划分 .33.2.2 系统设计目标 .43.2.3 结构模式 .44 系统编程环境简介 .54.1 开发和运行环境 .54.2 JSP 简介 .54.3 SQL SERVER 2000 简介 .64.4 Tomcat 概述 .64.5 JDBC 概述 .74.6 软件下载 .85 连锁店商品管理系统设计的系统分析 .85.1.1 权限级别 .85.1.2 系统流程分析 .85.2 系统功能模块 .96 数据库设计 .116.1 数据库设计 E-R 图 .116.2 数据库结构图及其属性表 .147 本连锁店商品管理系统详细设计 .177.1 系统登陆验证 .177.2 系统管理员主界面 .187.3 销售管理模块 .19目 录7.3.1 查询统计页面 .197.3.2 添加页面 .217.3.3 查看明细页面 .217.3.4 修改页面 .227.3.5 删除数据页面 .237.3.6 分店管理员菜单界面 .237.3.7 业务员管理员菜单界面 .237.4 系统优势分析 .248 系统的实现 .258.1 系统开发环境 .258.2 系统测试 .268.3 系统运行与维护 .278.3.1 系统的运行 .278.3.2 系统的维护 .289 结束语 .29鸣 谢 .30参考文献 .31附 录 .32设计总说明I设计总说明软件是一种产品,同时又是开发和运行产品的载体。作为一种产品,它表达了由计算机硬件体现的计算潜能。不管它是驻留在设备中,还是在主机中,软件是一个信息转换器,能够产生、管理、获取、修改、显示或转换信息。这些信息很简单,也可以很复杂。作为开发运行产品的载体,软件是计算机工作和信息通信的基础,也是创建和控制其他程序的基础。信息是 21 世纪最重要的产品,软件充分体现了这一点。软件处理数据,使得这些数据更为有用;软件管理商业信息,更增强了商业竞争力。它不仅提供了通往全球信息网络的途径,而且也提供了以各种信息获取信息的手段。管理软件是现代管理系统的最重要的组成部分。传统的管理系统的各个环节大多数是采用手工操作的方式,即使有些环节采用了计算机,也只是简单地用作办公处理,整个系统总体上是采用手工操作的,这样的系统在管理效率、可靠性、稳定性、安全性、设备的利用率等方面也存在严重问题。现代管理系统由人、计算机、管理软件三大部分组成。在整个管理过程中尽量减少人的参与,在管理软件的控制下之下利用计算机对管理信息进行收集、传输、加工、保存、使用和维护,极大的提高管理效率、可靠性、稳定性、安全性、设备的利用率,这种管理系统也称为管理信息系统(MIS-Management Information System) 。在当今时代商品早就成了个人生活的必须。在人们对商品的需求不断增长的过程中,各色各样的商家更是应运而生,各种商品连锁店也琳琅满目。在这澎湃的竞争中,谁能掌控更有效的信息管理方法谁就能脱颖而出。计算机与 Internet 的高效性与跨地域性使它们成为了信息管理的重要手段。在此背景之下,一套方便与快捷的连锁店商品管理系统有着巨大的存在意义。该连锁店商品管理系统采用的是 B/S 结构,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立数据一致性和完整性强,数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。经过分析如此情况,使用 SQL SERVER 2000 作为数据库开发工具,利用其提供的各种面向对象的开发工具,先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。本文详述了系统开发的全过程,介绍了个性化页面的背景及WindowsXP专业版+tomcat+JSP系统的一般原理包括了系统的调研、分析、设计与实施评价等。文中的分析过程采用了结构化分析方法,具体阐述了数据流程图、模块设计详细过程、数据库设计等,另外配以形象化的图形说明了系统的前台、后台的设计和功能的实现过程。最后对整个系统作以评价,说明了系统的测试和系统功能的完善、系统设计的特点等。系统开发过程使用了JSP与SQL SERVER 2000相结合的经典开发平台,前台使用了Dreamweaver、Photoshop 等功能强大的开发工具,最大限度提升了系统的整体效果。设计总说明II论文内容大致可分为九个章节。第一章是引言部分,介绍了系统设计的需求及前提条件;第二章和第三章分析了连锁店商品管理系统的基本情况,概述了系统设计的目的及所实现的功能;第四章是编程环境及软件编程技术简介,介绍了开发本系统所需要的系统环境要求及进行设计所用到的网站设计工具,例如:Dreamweaver、tomcat 等,同时也简述了 JSP 概念;第五章是系统设计的系统分析,这一章运用各种流程图和截图从总体上说明了系统运作情况;第六章是数据库设计,本章介绍了数据库的设计过程、数据库 E-R 图及所建立的一些主要数据表,对系统数据的存储及输出过程有更深的了解;第七章是系统的详细设计过程,本章详细说明了系统开发的每一个步骤;第八章是系统的实现,主要介绍系统后期测试的工作过程,通过不断的测试及修改数据等工作,对系统功能进行完善,更新旧的功能模块,添加新的功能模块,使系统的功能更强大,更有利于用户及管理员对系统的访问和管理;第九章是结束语,这章是设计论文的结论部分,总结了在系统设计过程中所遇到的问题以及如何解决问题的方法。关键词:数据一致性;信息管理系统;JSP;SQL SERVER 2000INTRODUCTIONIIIINTRODUCTIONSoftware is not only a product, but also the carrier of product development and operation. As a product, this expresses the potential of calculation of the computer hardware. Regardless of the presence in the equipment or the hosts, software is an information converter to produce, manage, access, modify, display or change information. This information is simple and can be very complicated. As a carrier of product development and operations, software is the base of computer software and information communication and is the base of the creation and controlling other procedure. Information is the 21st centurys most important products, software fully expresses this point. Software processes the data, making it more useful; Business information of management software enhances the commercial competitiveness. It not only provides access to global information of network channels, but also provides the various means of accessing information to information. Manages software is the most important constituent of modern management system. The traditional management system in all aspects of the majority is using the manual mode, even if some aspects use of the computer, they are simply for the office, the entire system is generally used by hand, such a system in management efficiency, reliability, stability, security, efficiency in the use of the equipment were also serious problems. The modern management system has been component by people, computers and management software. In the entire management process to minimize the participation of people In management software under the controlled use of computers to manage information collection, transmission, processing, preservation, use and maintenance, greatly enhance management efficiency, reliability, stability, security, equipment utilization, This management system also known as the Management Information System(MIS-Management Information System).Nowadays, merchandise has already become personal necessity in daily life. All sorts of chain stores with a lot of merchandise come into being in the process of peoples raising demand. The one who grasps more effective information will win in the fierce competition. Computer and internet become the important ways of managing information because of their high efficiency and convenience. Under this situation, the existence of a set of convenient and fast chain stores merchandise management system is of great importance. This set of chain stores merchandise management system adopts the structure of B/S. It mainly develops two aspects: the establishment and protection of the database; the exploration of front application procedures. As for the former aspect, it is required to establish the database with consistent, complete and safe data while the latter needs well-provided and easily-used application procedures.After analysis, this system chooses SQL SERVER 2000 as the tool and takes advantage of its various kinds of object-oriented development kit. Firstly, establishing the prototype of the system application in a short time; secondly, renewing the prototype of the system application according to demands; finally, forming the final feasible system after modification and INTRODUCTIONIVimprovement.This paper introduces the background of the characteristic pages the general theory of WindowsXP profession version+ tomcat+JSP system expatiates the whole process of the system development, included the investigating, analyzing, designing, implementing and evaluating of the system, etc. The analytical process within paper adopts structured analytical method, elaborating the data flow diagram, the detailed process of module design, database design, etc. In addition, with graphics it illuminates visually the design of system anterior stage and back stage and the process of implementing function. Finally with the evaluation of the whole system, the article shows the test and the functional melioration of the system, and the characteristics of the system design, etc. The system development process used the classic development platform that JSP and the SQL SERVER 2000 combine together, the anterior stage used the function formidable development kit as Dreamweaver and Photoshop etc, which promote the system overall effect at maximum limit.This thesis can be separated into nine chapters. The first chapter is foreword, it introduce the requirement and precondition of the system; The second and third chapter is the meaning of this design, it analyze the essential situation about chain stores merchandise management system, and it mention the purpose and its function; The fourth chapter is about programming environment and software, it introduce some design tools such as Dreamweaver, Photoshop, it also explain the meaning of JSP; the fifth chapter is the system analysis of the whole system, to show operational situation, it uses all kind of flow charts and truncation pictures; The sixth chapter is database design, this chapter show the design process, chart E-R and some main datasheets. The data storage process and output process will be showed;The seventh chapter is the detailed process, in this chapter, every step will be showed; The eighth chapter mainly introduce the test of the system, within testing and modification continually, the system become a perfect one. In that way, users can use this website more and more convenience; the ninth chapter is ending, in this chapter, it summarize the solution of problems met in design process.KEYWORDS: The Consistency of the Data; Information Management System;JSP; SQL SERVER 2000 1 连锁店商品管理系统毕业设计说明书1 引言1.1 管理信息系统的概念20 世纪 60 年代,美国经营管理协会及其事业部首先提出管理信息系统(MIS)的设想,20世纪 80 年代管理信息系统形成自己的学科体系。管理信息系统是一个由人、计算机等组成的能进行管理信息收集,传递,储存,加工,维护和使用的系统。管理信息系统能实测企业的各种运行情况,利用过去的数据预测未来,从全局出发辅助企业进行决策,利用信息控制企业行为,帮助企业实现其规划目标。它是一个技术系统,一个人机系统,管理系统,社会系统。管理信息系统是一门边缘性,综合性,系统性的交叉学科,是管理科学,系统科学,运筹学,统计学,计算机科学,现代通信技术综合体 1。通俗地理解:MIS=管理业务+数据库技术+通信网络技术。广义上:MIS 是用系统思想建立起来的,以计算机为信息处理手段,以现代通信设备为基本传输工具,是能为管理决策者提供信息服务的人机系统。狭义上:MIS 是由人和计算机等组成的,能进行数据的收集,传递,存储,加工,维护和使用的系统,具有计划,预测,控制和辅助决策等功能 2。1.2 开发管理信息系统的目的随着社会化大生产的不断扩大和社会对产品多样化的需求,人们越来越重视信息在生产经营及企业管理中的作用,并把它当做企业的一种极其重要的资源,人们称之为“信息资源”,信息资源的处理已经成为当今世界上一项主要的社会活动 3。本世纪以来,由于社会生产力的迅速发展和科学技术的突飞猛进,信息在社会和经济的发展中所起的作用越来越为人们所重视。信息资源的开发利用水平成为衡量一个国家综合国力的重要标志之一。计算机作为信息处理的工具,为适应数据处理需求的迅速提高,满足各类信息系统对数据管理的要求,在文件系统的基础上发展基础数据库系统,数据库方法针对事物处理中大量数据管理需求。随着微机管理系统的推广,数据库应用逐渐普及。数据库管理系统是数据处理的核心机构,管理信息系统、办公自动化系统、政策支持等都是使用了数据库管理系统或数据库技术的计算机应用系统 4。在信息时代纸介质的传统管理方法必然被计算机为基础的信息管理所取代。因此大力开发管理系统。 2 2 系统需求分析2.1 连锁店商品管理系统的目的随着科学技术的发展,从某种意义上来说现代各种连锁店之间的竞争,就是对商品信息的获取和管理的竞争。电子商务的发展和市场区域的扩大更是将连锁店推上了风口浪尖,各种连锁店除了积极迎接挑战而别无选择。网络的兴起与电子商务发展带来了时空界限的突破、贸易方式的变革以及经济活动的革命,这些变化为连锁店创造了平等竞争的有力条件。然而,在实际中很多连锁店在进、销、存等环节的管理上仍然存在着一定的不足,而这些不足无疑将使其在市场竞争中陷入举步维艰的境地。本系统的开发能够提高各种连锁店的工作效率、增加经营者的利润、及时获取信息、减少决策失误、减少库存积压及提高资金周转。该系统还能及时提供供货商信息、库存信息、销售信息,提高决策正确率;并在此基础上通过对各种信息的综合分析,以改进连锁店的物品种类、提高服务质量、满足不同消费者的购买要求,使连锁店的管理向高质量、现代化的方向发展。2.2 连锁店商品管理系统的发展历史连锁店商品管理系统是一个连锁店管理各个分店不可缺少的部分。在缺少计算机的时代,连锁店商品管理一直沿用着人工管理的方式。该方式存在着许多缺点:效率低,保密性差,另外时间一长,将产生大量的文件和数据,这给迅速查找特定信息,动态更新数据和维护整个系统都带来不少困难。随着科学技术的不断提高,计算机日渐成熟,它已进入人类社会的各个领域并发挥重要作用。计算机的应用也将连锁店的商品管理带入了自动化管理时代。使用计算机对信息进行管理,有好多好处:查找方便,可靠性高,存储量大,保密性好,成本低等,能够极大提高管理的效率,同时也是连锁店商品管理的科学化,并与世界接轨的重要条件 5。2.3 连锁店商品管理系统的开发背景商品早就成了个人生活的必须。在人们对商品的需求不断增长的过程中,各色各样的商家更是应运而生,各种商品连锁店也琳琅满目。在这澎湃的竞争中,谁能掌控更有效的信息管理方法谁就能脱颖而出。计算机与 Internet 的高效性与跨地域
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2024补偿贸易的购销合同范文
- 企业与个人租车合同格式
- 家庭日常清洁委托合同大全
- 国际工程分包劳务合同
- 2024北京市房屋租赁合同自行成交
- 2024工厂车间承包合同范文
- 保管协议范文
- 平面广告设计委托协议书
- 2024室内装修合同新
- 股份买卖合同样本
- 乙酸乙酯的反应器设计流程图
- 《全国技工院校专业目录(2022年修订)》专业主要信息
- EM277的DP通讯使用详解
- 耐压绝缘测试报告
- 野兽派 beast 花店 调研 设计-文档资料
- 水泵房每日巡视检查表
- 杭州市区汽车客运站临时加班管理规定
- 垫片冲压模具设计毕业设计论文
- 冷库工程特点施工难点分析及对策
- Python-Django开发实战
- 小学道法小学道法1我们的好朋友--第一课时ppt课件
评论
0/150
提交评论