库存管理系统的设计与实现(JSP SQL200 MVC框架)
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
密 惠 保
摘 要
随着Internet技术的进步和社会经济的发展,在人们生活方式改变的同时,越来越多的需求也随之产生,比如:资源共享、信息的实时性,自动化处理等。本贸易公司管理信息系统就是为了能使贸易公司更方便的处理大量的客户信息、时刻更新产品信息和不断添加营销信息而开发的。
本系统涵盖了商店库存管理的主要业务,能够为管理层和员工提供快速、准确的数据。根据用户的需求,该系统分为以下几个模块,供应商信息管理模块,客户信息管理模块,库存管理模块,销售信息管理模块,系统用户管理模块等,用户可对信息进行保存、更新、查询、修改、删除和添加等操作。同时,本系统有助于提高贸易公司信息管理的规范化和专业化程度。
根据系统所需功能,决定以J2EE为开发平台,采用SQL Server 2000做后台数据库,Tomcat作为系统服务器,选择功能强大的MyEclipse为开发工具进行开发。前台页面使用JSP,并且使用了基于MVC机制的Struts技术。实践证明:该系统经济、实用,具有良好的拓展性、稳定性、安全性、可靠性
[来源:http://think58.com]
[关键词] 库存;数据更新;JSP
Abstract
With the progress of the Internet technology and the development of the society and economy, at the same time of the changes of peoples lifestyle, more and more needs also produce immediately. Such as resources share, real-time information, automation processing and so on. This Trade Company Management System is developed in order to make the trade company process large amounts of customer information conveniently, update product information in time and add marketing information constantly.
This system includes in all businesses of trade company goods management and provides accurate date for managers and staffs. According to the needs of users, this system is divided into these following modules, the suppliers management module, the customer management module, the warehouse management module, sales information management, system users information management, and users can save, update, query, modify, delete and add information. At the same time, the system helps to the standardization and specialization of trade company information management. [资料来源:www.THINK58.com]
On the base of the function need, the exploitation platform adopts Windows 2000 server, Background database users SQL Server 2000 and by way of MyEclipse to builder. In the technology, the forward I use JSP and use Struts frame that is at the base of the MVC. Practice proves that this system is economical and practical and has good expansibility, stability, security and reliability.
[Key words] Data Update, JSP [版权所有:http://think58.com]
 
[资料来源:http://www.THINK58.com]
目  录
ABSTRACT 3
目  录 4
第一章  引言 6
1.1 选题背景 6
1.2 开发原因 6
1.3 国内外研究现状 6
1.4 开发管理信息系统应注意的问题 8
1.5 可行性分析 8
1.6系统开发步骤 9
第二章 相关基础理论和技术 10
2.1 软件工程介绍 10
2.2开发环境及工具 11
2.1.1选择JSP 2.0作为开发语言 11
2.2.3选择SQL2000 作为后台数据库 11
2.3 JSP数据库开发技术 12
2.3.1.JDBC开发数据库 12
2.3.2.BDE开发数据库 13
2.4 开发方法整体选择 14
第三章 系统需求分析 16
3.1 模块设计 16
3.2 功能模块图 17
3.3 数据库设计概述 17
3.4 数据库设计周期 18
3.5 SQL查询语言及使用 19
3.6 本系统局部E_R图 20
3.7 全局E_R图 22
3.8 数据流图 23
3.9 业务流图 23
3.10 系统数据库设计 24
第四章  系统详细设计 27
4.1 用户登录界面 27
4.2 添加商品信息 29
4.3 商品信息管理 29
4.4 管理员设置 30
4.5 商品入库管理 31
4.6 系统基本信息 31
第五章  系统调试与测试 32
5.1 程序调试 32
5.2 程序的测试 33
5.2.1 测试的重要性及目的 33
5.2.2 测试的步骤 34
5.2.3 测试的主要内容 34
第六章 总结与展望 36
参考文献 38
该系统平台从功能模块上分为五大模块:商品管理模块、出库管理模块、入库管理模块,供应商模块和客户模块。
库存管理系统需要实现仓库基本信息管理、仓库入库信息管理、仓库出库信息管理、库存仓库信息管理和用户管理几个部分功能,下面分别阐述这几个部分的功能需求。
(1)仓库基本信息管理模块:
● 仓库基本信息的添加,
● 仓库基本信息的删除,
● 仓库基本信息的查询。
(2)仓库入库信息管理模块:
● 入库仓库信息的添加,
● 入库仓库信息的删除,
● 入库仓库信息的查询。
(3)仓库出库信息管理模块:
● 出库仓库信息的添加,
● 出库仓库信息的删除,
● 出库仓库信息的查询。
(4)库存仓库信息管理模块:
● 库存仓库信息的查询,
● 库存仓库信息的浏览。
(5)系统用户管理模块:
● 用户添加,
● 用户删除。
(6)采购进货信息管理模块: [来源:http://think58.com]
● 采购进货信息查询
● 采购进货信息添加,修改,删除
(7)采购出货信息管理模块:
● 采购出货信息查询
● 采购出货信息添加,修改,删除
(8)财务统计信息模块:
● 收款单,
● 付款单
[来源:http://www.think58.com]
功能模块图: [版权所有:http://think58.com]
[来源:http://www.think58.com]
预览图: [资料来源:THINK58.com]
[资料来源:THINK58.com]
毕业设计(www.think58.com)下一篇:网上在线考试系统的设计与实现(JSP SQL)(SSH框架)(精品)☆