基于jsp的车间信息系统[数据库+源代码+文献及翻译+毕业设计报告].rar

RAR格式版权申诉手机打开展开

基于jsp的车间信息系统[数据库+源代码+文献及翻译+毕业设计报告],基于jsp的车间信息系统[数据库+源代码+文献及翻译+毕业设计报告]摘 要对于制造型企业,车间管理是一个复杂的系统工程。车间信息系统设计的目的就是灵活管理产品的加工流程,跟踪生产线上的各种半成品,使得生产计划人员能够及时合理的安排生产,管理者能够随时查看当前的车间生产情况,以及操作者管理产品的加工。论文分析了车间信息系...
编号:99-96365大小:5.46M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 bshhty 发布

基于JSP的车间信息系统[数据库+源代码+文献及翻译+毕业设计报告]

摘  要
对于制造型企业,车间管理是一个复杂的系统工程。车间信息系统设计的目的就是灵活管理产品的加工流程,跟踪生产线上的各种半成品,使得生产计划人员能够及时合理的安排生产,管理者能够随时查看当前的车间生产情况,以及操作者管理产品的加工。
论文分析了车间信息系统的总体业务流程,物料库存,任务单等基础提出了相应的设计方案,使得车间信息系统能与 ERP系统中其他各部分有机的结合起来,并根据企业的实际情况,进行了系统的实现,因此开发有效的车间信息系统具有重要的现实意义。
本文结合车间实际情况,基于 Java EE构架和 B/S (Browser/server,浏览器/服务器构)进行开发,针对车间特点,从信息管理和信息集成应用角度出发,开发完成了一个 ERP子系统—车间信息系统。本系统在局域网上经调试运行后能够实现其基本功能。
关键词:企业资源计划;车间信息;物料库存;任务计划;设备管理

 

 

Abstract
For manufacturing companies, plant management is complex system engineering. Workshop information system design goal is a flexible process management product for processing, tracking the kinds of semi-finished products, making the production plan the arrangements for staff to produce timely, managers can readily see the workshop production of the current situation of the operator’s management products processing.
This paper analyzes the operation flowing of workshop information system as a whole. On the basis of particular expounding about materiel coding, bill or materiel, manufacturing routing, the paper gives the system structure of design project. It can compound job shop scheduling module and other parts in the ERP. On the ground of fact of industry, the paper also gives system actualization; development of an effective information system workshop has important practical significance.
In this paper, the actual situation workshop, based on JaveEE architecture and B/S (Browser / server, browser / server structure), characteristic for the workshop, information management and information integration from the application point of view, the development of a complete ERP subsystem - Workshop Information system. The system can be achieved after the commissioning of its basic functions in the LAN.
Keywords: enterprise resource planning; workshop information; materials stock; job shop scheduling; device manager

 

 

目  录
第1章 车间信息系统所用技术和知识 1
1.1 引言 1
1.2 系统设计的背景 1
1.3 系统设计的相关知识介绍 2
1.3.1 J2EE 2
1.3.2 SQL server2000 3
1.3.3 JSP 3
1.4 系统设计的开发工具 4
1.4.1 MyEclipse 4
1.4.2 Tomcat 服务器简介 5
1.4.3 Dreamweaver简介 5
1.4.4 连接池简介 6
1.5 本章小结 6
第2章 车间管理系统的功能需求和任务描述 7
2.1 任务概述 7
2.2 目标 7
2.2.1 能实现优化的作业计划 7
2.2.2 能对车间基础数据进行统一管理和维护 7
2.2.3 能对物料进行科学的管理 7
2.2.4 能对工序作业环节进行跟踪反馈 8
2.2.5 综合查询与报表打印功能 8
2.3 需求概述 8
2.4 功能概述 8
2.4.1 管理员模块 8
2.4.2 生产管理 9
2.4.3 车间物料管理 10
2.4.4 员工管理模块 11
2.4.5 个人中心 11
2.5 完成时间分析 12
2.6 成本分析 13
2.7 运行环境 14
2.7.1 硬件环境 14
2.7.2 软件环境 14
2.8 本章小结 14
第3章 详细设计 15
3.1 系统的总功能图 15
3.2 概念结构设计的E-R图 16
3.3 数据字典 17
3.4 数据处理 18
3.4.1 与车间任务单有关的数据处理 18
3.4.2 与检验单有关的数据处理 19
3.5 逻辑结构设计 19
3.6 本章小结 20
第4章 公共模块设计及数据库设计 21
4.1 本系统用到的公共模块 21
4.2 数据库设计 21
4.2.1 数据库选择 21
4.2.2 建立数据库注意的问题 22
4.2.3 物理结构设计 22
4.3 本章小结 23
第5章 页面设计 24
5.1 登录模块 24
5.1.1 公共浏览页面 24
5.1.2 用户登录页面 26
5.1.3 用户密码修改 28
5.1.4 用户注册 28
5.1.5 左边页面 31
5.1.6 页面底部 32
5.2 物料管理 32
5.2.1 物料管理相关的页面 32
5.3 生产管理 35
5.3.1 车间任务管理 35
5.3.2 工艺路线 37
5.3.3 领料单 37
5.3.4 检验单 38
5.4 留言反馈 38
5.5 员工信息管理 39
5.6 后台管理 40
5.7 本章小结 42
结  论 43
参考文献 44
谢  辞 46