新联心企业信息管理系统的设计(MyEclipse,struts,MySQL)

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

新联心企业信息管理系统的设计(MyEclipse,struts,MySQL)(任务书,开题报告,中期检查表,毕业论文,19000字,源程序,数据库)
摘  要
计算机来实现企业信息的科学管理变得越来越重要,企业采用最新的管理方法加强自己的竞争力。本系统利用计算机快速、便于管理和正确率高等特点,实现新联心企业后台货物管理工作,使该企业货物管理更科学化。
本系统根据新联心货物信息管理的实际需求,采用了JSP编程技术和JAVA语言相结合来实现该信息管理系统。系统运用了MyEclipse和MySQL作为开发工具,利用了Struct开发框架,使整个系统达到界面整洁、可操作性强、灵活性高、实用等特点。本设计主要根据新联心企业货物信息的管理需求进行设计的,以服务器为中心,实现了新联心后台货物进销存信息的管理,主要包括货物管理、订单管理、库存管理、系统管理和公告管理。

关键词:货物管理,JSP,MySQL,MyEclipse

ABSTRACT
Computer to realize the scientific management of enterprise information is becoming increasingly important for enterprises to adopt the latest management methods to enhance their competitiveness. The system uses a computer fast, easy to manage and correct rate etc, to achieve a New With A Heart Enterprise back the goods so that goods of the enterprise management more scientific.
New With A Heart Enterprise information management of the system under the new management of the actual demand for information goods, using the JSP technology and the JAVA programming language to realize the combination of the information management system. System using the MyEclipse and MySQL as a development tool that uses Structs development framework so that the whole system to the clean interface, easy to operate, flexible, practical and so on. The design of the main companies under the New With A Heart Enterprise good information management needs of goods designed to server as the center, to achieve a new New With A Heart Enterprise information management background invoicing of goods, including cargo management, order management, inventory management, system management and Notice management.
Keywords: Goods Management,JSP,MySQL,MyEclipse
 
系统模块设计
本系统分为4个模块,分别是货物进货管理、订货管理、库存管理和系统管理
(1)进货管理:主要是对货物的信息的录入和货物信息的查询。
(2)订货管理:主要是对货物订货信息的录入和商品出货信息明细。
(3)库存管理:主要是对货物信息的编辑和查询,货物单价等调整,即使查询企业货物情况。
(4)系统管理:主要是对客户信息的管理、用户信息的管理和公告的管理,客户信息的修改,添加、查询、编辑和删除。用户信息的编辑管理增添,编辑和删除。最新公告管理添加公告信息。

系统模块设计图
设计由登陆进入系统,主要分为几大模块:进货管理模块、订货管理模块、库存管理模块、系统管理模块

系统功能图
系统四个模块进货管理、订单管理、库存管理和系统管理,每个模块中是想查、增、删、改基本功能。进货管理模块中有对货物进货入库和进货管理,进货入库是对货物进货信息的添加,进货查询对进货信息的管理,主要包括进货查询和添加;订单管理模块有订单管理和销售明细,订单管理主要是客户订单信息的添加,销售明细对订单信息的查看、查询和增添;库存管理模块中有货物管理,货物管理对货物库存信息的查看、查询、修改、删除和新增功能;系统管理有对客户信息的管理、用户管理、公告管理和密码修改,其中客户信息管理包括对客户信息查看、添加、编辑和删除功能,用户管理对用户信息的查看、新增、编辑和删除,公告管理对最新活动信息的添加,密码修改中用户对用户密码的编辑。
 

新联心企业信息管理系统的设计(MyEclipse,struts,MySQL)
新联心企业信息管理系统的设计(MyEclipse,struts,MySQL)
新联心企业信息管理系统的设计(MyEclipse,struts,MySQL)
新联心企业信息管理系统的设计(MyEclipse,struts,MySQL)
新联心企业信息管理系统的设计(MyEclipse,struts,MySQL)

#p#副标题#e#
目  录
摘  要    I
ABSTRACT    II
第1章  绪论    1
1.1 课题背景    1
1.2 开发目的及意义    1
第2章  开发工具与技术简介    3
2.1 MyEclipse简介    3
2.3 MySQL简介    3
2.4 JSP简介    4
2.5 Apache Tomcat简介    4
2.6 struts框架简介    4
2.7 servlet简介    5
第3章  系统分析与设计    6
3.1 系统可行性分析    6
3.2 需求分析    6
3.2.1 功能需求    7
3.2.2 数据需求    7
3.2.3 登陆需求    8
3.3 功能模块设计    8
3.3.1 系统模块设计    8
3.3.2 系统模块设计图    9
3.3.3 系统功能图    9
3.4 数据库具体设计    10
3.4.1 数据库分析    10
3.4.2 数据库表设计    14
第4章  系统开发与实现    17
4.1 开发工具及运行环境    17
4.2 系统流程图    17
4.3 登录设计与主界面    18
4.3.1 登录设计    18
4.3.2 系统主页面设计    19
4.4 数据库连接设计    21
4.4.1数据库连接与关闭    21
4.4.2 通用功能开发    22
4.5 进货管理    23
4.5.1 进货入库    24
4.5.2 进货查询    25
4.6 订单管理    27
4.6.1 订货管理    27
4.6.2 销售明细    29
4.7 货物管理    31
4.7.1 库存货物编辑    31
4.7.2 库存货物删除    33
4.8 系统管理    34
4.8.1 客户信息管理    34
4.8.2 用户管理    37
4.8.3 公告管理    38
4.8.4 修改密码    40
第5章  后期系统测试    42
结  论    47
参考文献    48
致  谢    49