xx大学本科毕业论文题目:企业人力资管理系统——考勤管理子系统学院:信息科学与工程学院专业:电子信息工程学号:学生姓名:指导教师:日期:二○一二年五月xx大学本科毕业设计I摘要随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现办公自动化势在必行。人力资源管理是企业管理中的一个重要内容,随着时代的进步,企业也逐渐变得庞大起来。如何管理好企业内部员工的信息,成为企业管理中的一个大问题。在这种情况下,开发一个人力资源管理系统就显得非常必要,尤其是最基本的考勤管理模块。考勤管理是员工每天进行的第一项工作任务,也是行政和财务工作的一个基础。目前,市场上流行的考勤管理系统不少,但是对于大多数中小型企业的考勤管理来说,并不需要一个拥有众多功能的庞杂的系统。他们只需要一个简单实用、能满足本企业对必要数据进行管理的系统。企业考勤管理系统的特点是从企业考勤管理的角度出发,用集中的数据库将几乎所有与考勤相关的数据统一管理起来,形成了集成的信息源。友好的用户界面,强有力的报表生成工具、分析工具和信息的共享使得企业考勤管理人员得以摆脱繁重的日常工作,集中精力从战略的角度来考虑企业考勤规划和政策。本论文论述了基于.NET平台的B/S模式的企业人事资源管理系统中的一个子模块系统——考勤管理系统。该系统能方便的为企业管理人员、普通员工提供服务,能完成对员工基本信息、考勤信息的相关操作。该系统用C#开发完成。数据库管理系统采用MicrosoftSQLServer2005。关键字:考勤管理;C#;SQLSERVERxx大学本科毕业设计IIAbstractWiththerapiddevelopmentofcomputertechnologyandpopularityofcomputerapplicationinbusinessmanagement,usingcomputertorealizeofficeautomationisimperative.Humanresourcemanagementisanimportantelementofbusinessmanagement,progresswiththetimes.Companiesaregraduallybecominghuger.Howtomanageinternalemployeeinformationbecomesabigproblemintheenterprisemanagement.Inthiscase,todevelopahumanresourcemanagementsystemisverynecessary,especiallythemostbasictimeandattendancemanagementmodule.Attendancemanagementisthefirsttasksemployeestakeonadailybasis,andalsoabasisoftheadministrativeandfinancialwork.Theattendancemanagementsystemisverypopularonthemarket.However,mostsmallandmedium-sizedenterprisesdonotrequireaheterogeneoussystemwhichcontainsmanyfunctions.TheyonlyneedasimpleandpracticalsystemtomeetthenecessarydatamanagementEnterpriseAttendanceManagementSystemischaracterizedbyattendancefromthebusinessmanagementpointofview,whichiswithacentralizeddatabasewillbealmostalltheunifiedmanagementofattendance-relateddatatogethertoformanintegratedsourceofinformation.User-friendlyinterface,powerfulreportingtools,analytictoolsandinformationsharingallowsbusinessesAttendanceManagementstafftogetridoftheheavydailyworkandconcentratefromastrategicpointofviewbusinessplanningandpolicyappraisal.Thispaperdescribesasub-modulesystembasedonthe.NETplatformandusingtheB/Smodetocreateanenterprisehumanresourcesmanagementsystem-AttendanceManagementSystem.Thesystemisconvenientforbusinessmanagementandgeneralstafftoprovideservices,tocompletetheoperationsofstaffbasicinformation,timeandattendanceinformation.ThesystemdevelopedinC#.DatabasemanagementsystemsuseMicrosoftSQLServer2005.Keywords:AttendanceManagement;C#;SQLSERVERxx大学本科毕业设计III目录1绪论.....................................................................................................................................11.1课题开发背景及意义.............................................................................................11.2论文内容..................................................................................................................22开发环境简介....................................................................................................................32.1C#语言简介.............................................................................................................32.2MicrosoftVisualStudio2008简介......................................................................42.3MicrosoftSQLServer2005简介.........................................................................63企业人事考勤管理系统设计方案.................................................................................93.1系统需求分析.........................................................................................................93.2系统设计原则.......................................................................................................104系统总体设计与分析.....................................................................................................114.1系统概述................................................................................................................114.2系统操作流程图...................................................................................................114.3系统功能结构.......................................................................................................124.4功能模块的E-R图..............................................................................................134.5数据库设计............................................................................................................145主要功能模块设计.........................................................................................................175.1系统架构设计.......................................................................................................175.2系统模块设计.......................................................................................................185.2.1登录模块设计.............................................................................................185.2.2主菜单模块设计.........................................................................................205.2.3添加员工模块设计.....................................................................................215.2.4员工基本信息模块设计............................................................................225.2.5员工考勤信息模块设计....................................