• 26.50 KB
  • 2022-05-17 13:25:55 发布

考勤论文考勤管理系统的开发

  • 5页
  • 当前文档由用户上传发布,收益归属用户
  1. 1、本文档共5页,可阅读全部内容。
  2. 2、本文档内容版权归属内容提供方,所产生的收益全部归内容提供方所有。如果您对本文有版权争议,可选择认领,认领后既往收益都归您。
  3. 3、本文档由用户上传,本站不保证质量和数量令人满意,可能有诸多瑕疵,付费之前,请仔细先通过免费阅读内容等途径辨别内容交易风险。如存在严重挂羊头卖狗肉之情形,可联系本站下载客服投诉处理。
  4. 文档侵权举报电话:19940600175。
考勤论文:考勤管理系统的开发【中文摘要】近些年来,随着社会的发展和科技的进步,人们的工作与生活也越来越离不开计算机,对于各大企业来说就更是如此了。在各个企业中,企业员工的考勤工作不仅工作量大,而且时效性强。过去,企业多采用签到和报表的形式进行管理,效率和透明度较差,并且也容易出错;随着数据库技术的发展和企业信息化建设的进行,使用计算机管理企业考勤工作也成为大势所趋,它为企业的考勤工作节约了大量的人力和物力,也大大减轻了考勤工作人员的工作量。本系统结合企业实际考勤管理制度,经过实际的需求分析,采用功能强大的VisualBasic6.0作为开发工具,数据库采用MicrosoftSQLServer2008。整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成日常的考勤操作,包括系统管理、数据管理、排班管理、加班管理、请假管理、考勤管理等工作。本文系统地阐述了企业考勤管理系统的设计与开发的全过程,包括系统整体设计,逻辑框架与数据流程,各个功能模块划分,系统功能模块的设计与具体实现等部分。【英文摘要】Inrcentyears,alongwiththeadvanceofthesocietyandtechnology,human’sworkandlifearemoreandmoredependenttocomputers,particularlyforthoseworkinginthelargeenterprises.Intheenterprise,themanagementonemployeeworkattendancenotonlyappliesahighworkload,butrequiresanon-timeresponseaswell.Traditionally,the companiesmorelikelyusesthemannersofsign-inandreportformtomanageemployee’sattendancerecords.Thismethodpresentslowefficiencyandlacksoftransparency,whichleadstoahighmistakerate.Withthedevelopmentofthedatabasetechnologyandconstructionofenterpriseinformationsystems,theapplicationofcomputersystemstomanagetheemployeeattendancerecordsinenterprisesbecomesamaintrend.Thisapproachsaveslaborandcostintheemployeeattendancemanagementfortheenterprise,andalsosignificantlyreducestheworkloadofthestaff.Thissystemcombinestheactualattendanceenterprisemanagementsystem,theactualdemandanalysis,theuseofpowerfuldevelopmenttoolsasVisualBasic6.0,thedatabaseusesMicrosoftSQLServer2008.Theentiresystemfromthesimple,userfriendly,flexible,practicalandsafetyrequirements,thecompletionofdailyattendanceoperations,includingsystemsmanagement,datamanagement,schedulingmanagement,overtimemanagement,leavemanagement,attendancemanagement.Thispapersystematicallydescribesthedesignofenterprisetimeandattendancemanagementsystemanddevelopmentoftheentireprocess,includingoverallsystemdesign,logicalframeworkanddataflow,eachfunctionmodule,thesystemfunctionmodulesandotherpartsofthedesignand realization.【关键词】考勤考勤管理系统数据库【英文关键词】employeeattendanceattendancemanagementsystemdatabase【目录】考勤管理系统的开发摘要4-5Abstract5第一章绪论9-161.1课题的研究背景9-111.2国内外研究现状11-131.3课题研究的目的和意义13-141.4本文研究的主要内容14-16第二章开发工具介绍16-292.1开发平台和技术简介16-232.1.1C/S架构16-182.1.2WindowsServer2008简介18-202.1.3Windowsservice简介20-212.1.4MicrosoftSQLServer简介21-232.2开发语言的简介23-262.2.1VB6.0的简介23-252.2.2VBScript的简介25-262.3VB的数据库访问技术26-29第三章系统分析29-343.1系统需求分析293.2基本功能介绍29-303.3可行性分析30-323.3.1业务可行性30-313.3.2技术可行性分析31-323.3.3操作可行性分析323.4数据库需求分析32-34第四章系统设计34-474.1系统功能概述344.2系统功能分析34-384.2.1 系统管理模块35-364.2.2数据管理模块364.2.3排班管理模块364.2.4加班管理模块36-374.2.5请假管理模块374.2.6考勤管理模块374.2.7工资管理模块37-384.4系统数据库设计38-474.4.1数据库概念结构设计38-424.4.2数据库概念结构设计42-47第五章系统实现47-625.1ODBC数据源的配置47-485.2系统模块48-495.3登录模块的实现49-515.4系统主窗体的实现51-535.5系统管理模块的实现53-555.5.1用户管理53-545.5.2修改密码54-555.6数据管理模块的实现55-565.6.1基础数据管理555.6.2职员信息管理55-565.7排班管理模块的实现56-575.7.1员工排班记录56-575.8排班管理模块的实现57-595.8.1新增请假申请57-585.8.2请假信息查询58-595.9考勤管理模块的实现59-605.10工资管理模块的实现60-625.10.1奖罚设置605.10.2工资查询60-62第六章结论与展望62-656.1当前系统的局限性分析62-636.2系统未来的发展63-656.2.1系统架构的改变636.2.2 当前问题的解决方案63-65致谢65-66参考文献66-68附录A数据库表68-71