第1页共60页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第1页共60页事业单位工资管理系统论文vb事业单位工资管理系统2008年09月26日10:27摘要:论文主要介绍了传统事业单位的工资管理方法以及传统工资管理所存在的缺陷与弊端,进而得出使用基于计算机上的工资管理信息系统的必要性。在事业单位以往的工资录入中,计算、合计等需要通过大量的手工完成,数据量多,处理速度慢,而且极易出错,导致工作效率低。为了解决这一矛盾,利用计算机来进行工资的管理,是十分必要的。论文重点论述了工资管理信息系统的组成与每个模块的功能。设计工资管理信息系统主要从模块组成、数据连接、功能实现、应用意义等方面着手。模块组成主要包括该工资系统的主要组成模块以及每个模块所要达到的功能。工资管理的每个模块基本上脱离不了数据,所以在数据库设计的时候,要充分考虑数据的高效,减少数据冗余,保证系统的运行速度。数据库我采用ACCESS,在于它与VB的兼容性不错。论文最后论述了用VB与ACCESS编写工资管理信息系统的设计过程。设计过程主要以上面的分析的重点作为依据。首先进行基础数据的采集,然后进行工资的核算等。当然作为一个工资管理信息系统,其重要的一个方面是实现工资项目的自定义添加,该系统通过多个工资项目共存于一个数据表中来实现工资项目的自定义添加。在朝这个思想靠近的过程中,在许多小的细节上还存在着很多缺陷。关键词:工资管理信息管理系统数据库Abstract:ThesisintroducestraditionalsalaryofficeprocedureandtraditionalsalaryofBusinessunitmanagesthedefectanddrawbackexistedmainly,andthendrawsandusethenecessitybasedonthemanagementinformationsystemofsalaryonthecomputer.InBusinessunitlongbefore,additionaboutsalaryneededalotofwork.Quantityofdataismuch,speedofdealingwithdatawasslowitleadedtoinefficiency,tediousandefficiencyisnothigh,inordertosolvethiscontradiction,itisveryessentialtomakeuseofcomputertocarryonthemanagementofthesalary.Thesisdescribessalarycompositionandeachfunctionofmoduleofthemanagementinformationsystemespecially.Designsalarythemanagementinformationsystemmakeupfrommodulemainly,dataconnect,functionrealize,userespects,suchasmeaning,etc.nottosetabout.Themodulemakesupthemainmaincompositionmodule第2页共60页第1页共60页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第2页共60页includingthissalarysystemandfunctionreachedofeachmodule.Eachmoduleofmanagementofthesalarycannotbreakawayfromthedatabasically,sowhenthedatabaseisdesigned,isitconsidersdatahigh-efficient,reducedatumredundantfullytowant.Speedofoperationofthesecuritysystem.IadoptACCESSindatabase,lieinitandVB'scompatibilityisgood.ThesisisitwritessalarydesignprocessofthemanagementinformationsystemwithVBwithACCESStoexpoundthefactfinally.Designprocessasbasiswithabovefocalpointofanalysismainly.Carryonthecollectionofthebasicdataatfirst,andthencarryonthecheckingandcalculatingetc.ofsalary.Certainlyasthemanagementinformationsystemofapieceofsalary,animportantrespectofitistorealizetheaddingself-defininglyofprojectofthesalary,systemthisrealizesalaryprojectself-definingtoaddthroughcoexistinginadatalistinalotofsalaryprojects.Whileclosetowardsthisthought,stilltherearealotofdefectsonalotoflittledetails.Keyword:ThesalarymanagingInformationsystemDatabase目录目录3第一章引言41.1应用背景41.2课题研发的目的与意义51.3信息系统介绍61.3.1管理信息系统概述61.3.2管理信息系统的特点81.3.3管理信息系统的开发81.4工资管理信息系统的最终目的91.5开发原则91.6开发方法101.7开发环境介绍101.7.1数据库技术介绍101.7.2Visualbasic编程语言简介131.8系统介绍13第二章系统分析132.1需求与可行性分析132.1.1.需求分析132.1.2.可行性分...