基于C#的仓库管理系统的设计与实现本科毕业设计论文 下载本文

内容发布更新时间 : 2024/5/19 1:52:51星期一 下面是文章的全部内容请认真阅读。

湖南文理学院本科毕业设计(论文) 毕业设计(论文)任务书

Hunan University of Arts and Scien

成教本科生毕业论文

GRADUATE DESIGN (THESIS)

设计(论文)题目 基于C# 的仓库管理系统的设计与实现

-I-

湖南文理学院本科毕业设计(论文) 毕业设计(论文)任务书

毕业设计(论文)任务书

毕业设计(论文)题目: 基于C# 的仓库管理系统的设计与实现 设计(论文)的基本内容: 随着我国改革开放步伐的不断深入,经济高速的发展,企业要想生存、发展,要想在激烈的市场竞争中处于不败之地,没有现代化的管理是万万不可的,仓库管理的整体自动化、信息化则是其中极其重要的组成部分。为了加快仓库管理自动化的步伐,,提高仓库的管理业务效率,建立仓库管理信息系统已变得十分重要。设计基于C#的仓库管理系统总体结构,实现企业仓库货物的采购管理、销售管理、库存管理、货物出入库管理等功能,并对所实现的系统进行测试和评价。 毕业设计(论文)专题部分: 题目: 仓库管理系统设计与实现 设计或论文专题的基本内容: 设计基于C#的仓库管理系统总体结构,实现企业仓库货物的采购管理、销售管理、库存管理、货物出入库管理等功能。 学生接受毕业设计(论文)题目日期 第3周 指导教师签字: 2013年4月18日 -II-

湖南文理学院本科毕业设计(论文) 摘 要

工资管理系统的设计与实现

摘 要

对企业而言,人力资源是企业最宝贵的资源,也是企业的“生命线”。而工资管理又是人力资源管理的重中之重。实行电子化的工资管理,可以让人力资源管理人员从繁重琐碎的案头工作解脱出来,去完成更重要的工作。随着企业人员数量增加,企业的工资管理工作也变得越来越复杂。工资管理既涉及到企业劳动人事的管理,同时也是企业财务管理的重要组成部分。早期工资管理多采取纸质材料和具有较强的时间限制。基于以上原因,企业工资管理系统使用电脑安全保存、快速计算、全面统计,实现工资管理的系统化、规范化、自动化。企业工资管理系统是典型的信息管理系统,前台程序开发工具采用微软的Vs2010,后台数据库采用SQL数据库。运行结果证明,本企业工资管理系统极大提高了工作效率,节省了人力和物力,最终满足企业财务管理、员工工资发放的需要,同时也成为现代化企业管理的标志。

关键词:管理信息系统,数据库,工资管理,实体关系图(E-R图),数据字典,数据流图。

Design and Implementation of Personnal Salary

-III-

湖南文理学院本科毕业设计(论文) 目 录

Management System

Abstract

Speaking of the enterprise, the human resources is the enterprise is the most precious resource and also is enterprise's lifeline. And salary management is the top priority of the human resource management. Implement electronic salary management, can let the human resources management personnel from heavy trivial paperwork to liberation, to complete the more important work. With the enterprise personnel, the wage increase the number of enterprise management is also becoming more and more complicated. Salary management not only involves to the enterprise labor personnel management, enterprise financial management is also the important component. Early and salary management took paper materials and has strong time limit. Based on the above reasons, enterprise salary management system using computer security save, fast calculation, comprehensive statistics, realize the systematic management of wages, standardization, and automation. Enterprise salary management system is the typical information management system (MIS), front desk program using Microsoft's VB6 development tools, the backend database Access database. The operation results prove, this enterprise salary management system greatly improve work efficiency and save manpower and material resources, finally meet enterprise financial management, staff salary needs, but also as a symbol of modern enterprise management.

Key words:Customer Relationship Management; System Design; Object-Oriented

-IV-

湖南文理学院本科毕业设计(论文) 目 录

目 录

毕业设计(论文)任务书 ..................................................................................................................... II 摘 要 ................................................................................................................................................... III ABSTRACT ......................................................................................................................................... IV 目 录 ..................................................................................................................................................... V 第1章 绪 论 ........................................................................................................................................ 1 1.1 课题研究的背景和来源 ............................................................................................................... 1 1.2 课题研究成果应用的实际意义 ................................................................................................... 1 1.3 实施步骤 ....................................................................................................................................... 2 第2章 相关技术简介 ............................................................................................................................ 3 2.1 系统开发工具 ............................................................................................................................... 3 2.2 VISUAL STUDIO 介绍 ..................................................................................................................... 3 2.2.1 Visual Studio功能 .................................................................................................................. 3 2.2.2 Visual Studio主要部分 .......................................................................................................... 3 2.3 SQL SERVER 2005 简介 ................................................................................................................. 4 本章小结 ............................................................................................................................................. 5 第3章 需求分析 .................................................................................................................................... 7 3.1 系统实现目标 ............................................................................................................................... 7 3.2 系统运行环境 ............................................................................................................................... 7 3.3 系统的开发环境 ........................................................................................................................... 8 3.4 功能性需求描述 ........................................................................................................................... 8 3.4.1 处理对象............................................................................................................................... 9 3.4.2 处理功能及需求 ................................................................................................................... 9 3.4.3 适应性和透明性 ................................................................................................................. 10 3.5 非功能性需求描述 ..................................................................................................................... 10 3.6 逻辑处理 ..................................................................................................................................... 10 3.7 本章小结 ..................................................................................................................................... 11 第4章 系统设计 .................................................................................................................................. 12 4.1 系统设计原则 ............................................................................................................................. 12 4.2 系统总体设计 ............................................................................................................................. 12 4.3 数据库设计 ................................................................................................................................. 13 4.4 输入输出设计 ............................................................................................................................. 20

4.4.1输出设计............................................................................................................................ 20 4.4.2入库设计............................................................................................................................ 21

-V-