你好,欢迎来到经管之家 [登录] [注册]

设为首页 | 经管之家首页 | 收藏本站

基于Powerbuilder的惠安太阳能公司生产管理系统的设计与实现_本科毕业论文

发布时间:2015-03-09 来源:人大经济论坛
本科毕业论文范文 摘要 本毕业设计的开发实现了惠安太阳能公司的生产管理系统。本文首先简要地介绍了选题的背景以及意义,然后在系统的可行性分析、需求分析的基础上,着重阐述了数据库设计、系统的总体设计,最后介绍系统的具体实现情况。本文利用了许多截图,形象说明系统的总体设计。 本系统的开发工具采用PowerBuilder 9.0,后台数据库采用Microsoft SQL server 2000。通过对惠安太阳能公司的调研以及需求分析,本系统共设为六大功能模块:包括了支架生产管理、水桶生产管理、整机生产管理、员工工资管理、物品管理以及系统管理模块。其中前三个模块的功能是相似的,它们是针对不同生产部门的系统模块,他们之间在生产细节上是有差别的。这三个模块都有执行生产任务、制定生产计划、质量管理的功能,另外还包括生产记录、任务记录和质检记录的查询。在工资管理模块中,用户可以对员工的薪金进行设置,其中日工资管理以及月工资管理可以生成指定日和月的工资单以及对工资单的查询。物品管理是对公司的原材料以及产品进行管理,包括原材料和产品的购买入库、新增原材料、验收材料、购入查询以及产品的销售出库、新增产品、销售记录查询。系统管理模块用于员工、用户、角色的添加、删除和修改,同时管理员可以查看用户的操作日志和修改不同角色用户的权限。 关键词:太阳能,生产管理系统,PB系统开发,数据库系统 ABSTRACT The paper is the graduation project which is based on the Huian solar energy company’s production management system. The paper first of all briefly introduces the background and significance of this topic, nnd then focuses on the feasibility of the system analysis, requriement analysis, database design, system design of the specific situation. The system design is also illustrated with some screenshots. The system development tool is PowerBuilder 9.0, and the database is Microsoft SQL server 2000. With the company's requirement analysis for Huian company, the system was set to six functional modules: brackets production management, buckets production management, machine production management, staff wage management, goods management, and system management. Functions of the first three modules are similar, they are for different production sectors, and details in the production are different. These three modules are the implementation of production tasks, the development of production planning, quality management, as well as queries of production records, quality checking records and task records. In wage management module, it is possible to set the salaries of employees. In daily wage management and monthly wage managemrnt, wage list can be generated on the specified payroll and payroll inquiries. Goods management is management of the company's raw materials and products, including the purchase of raw materials and storage products, new raw materials, acceptance of materials, purchase inquiries and sales of products, new products, sales records inquiries. System Management Module is for employees, customers, roles’s add, delete, and modify, at the same time users can view the user’s operation log and and modify user's menu authority on different roles. Keywords: Solar energy, Production management system, PB system design,Database system 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 研究内容1 第2章 系统分析3 2.1 需求分析3 2.2 可行性分析4 第3章 系统总体设计6 3.1 系统总体功能模块设计6 3.1.1 系统模块设计6 3.1.2 支架生产管理模块设计6 3.1.3 水桶生产管理模块设计7 3.1.4 整机生产管理模块设计8 3.1.5 工资管理模块设计9 3.1.6 物品管理模块设计9 3.1.7 系统管理模块设计10 3.2 工作流程图11 3.3 数据流图(DFD)12 3.3.1 生产管理模块DFD12 3.3.2 工资管理模块DFD12 3.3.3 物品管理模块DFD13 3.3.4 系统管理模块DFD14 3.4 实体关系图(ERD)16 3.4.1 系统总体ERD16 3.4.2 生产管理ERD17 3.4.3 工资管理ERD17 3.4.4 物品管理ERD18 3.4.5 系统管理ERD19 3.5 数据字典20 3.5.1 员工表20 3.5.2 角色表20 3.5.3 用户表21 3.5.4 产品表21 3.5.5 原材料表21 3.5.6 产品销售表21 3.5.7 材料购入表22 3.5.8 支架生产任务表22 3.5.9 支架生产记录表23 3.5.10 支架质检记录表24 3.5.11 水桶生产任务表24 3.5.12 水桶生产记录表25 3.5.13 水桶质检记录表25 3.5.14 整机生产任务表26 3.5.15 整机生产记录表26 3.5.16 整机质检记录表27 3.5.17 日工资表28 3.5.18 月工资表28 3.5.19 权限表29 3.5.20 操作日志表29 3.6 本章小结29 第4章 系统界面介绍30 4.1 登录窗口30 4.2 系统主窗口30 4.3 生产管理模块窗口31 4.3.1 制定生产任务窗口31 4.3.2 任务制定窗口31 4.3.3 执行今日任务窗口32 4.3.4 生产记录查询窗口33 4.3.5 任务记录查询窗口33 4.3.6 质量检查窗口34 4.3.7 执行质检窗口34 4.3.8 质检记录查询窗口35 4.4 工资管理模块窗口36 4.4.1 日工资管理窗口36 4.4.2 月工资管理窗口36 4.5系统管理窗口37 4.5.1 用户管理窗口37 4.5.2 操作日志查询窗口37 4.5.3 权限配置窗口38 4.6 本章小结38 第5章 生产与工资管理模块代码分析39 5.1生产管理模块分析39 5.1.1 制定生产任务代码分析39 5.1.2 执行生产任务代码分析41 5.1.3 执行质检代码分析43 5.2工资管理模块分析44 5.2.1 日工资管理代码分析44 5.2.2 月工资管理代码分析46 第6章 总结语50 致谢51 参考文献52
经管之家“学道会”小程序
  • 扫码加入“考研学习笔记群”
推荐阅读
经济学相关文章
标签云
经管之家精彩文章推荐