企业工资管理系统设计与开发摘要:由于计算机技术的飞速发展,数据库技术作为数据管理的一个有效的手段,在各行各业中得到越来越广泛的应用。因此,本文围绕一个“工资管理系统”程序的设计和应用系统的开发课题为背景,详细介绍了以VB为语言编写管理信息系统的过程。管理系统的开发不仅是一个应用程序编写的过程,更重要的是在系统分析和设计阶段所做的工作。该程序在设计过程中严格遵循软件工程学的方法,用分阶段的生命周期计划严格管理,并主要讲述了程序的总体设计、详细设计阶段,对程序进行需求迭代,不断修正和改进,利用SQLSERVER的强大数据库功能,直到形成一个完善的可行性系统.优美、秀丽的界面,方便实用的查询与维护功关键词:VB;计算机;数据库;软件工程;工资管理信息系统EnterpriseSalaryManagementSystemIsDesignedandDevelopedAbstract:Becauseoftherapiddevelopmentofcomputertechnologyanddatabasetechnology,asoneoftheeffectivemanagementofdataintheprofessions,getmoreandmorewidely.Therefore,thispaperarounda"salarymanagementsystem"programdesignandapplicationsystemdevelopmentbackgroundofsubject,introducesindetailwithVBlanguagemanagementinformationsystemfortheprocess.Managementsystemdevelopmentisnotonlyanapplicationprogrammingprocessismoreimportantinthesystemanalysisanddesignstageoftheworkdone.Thisprograminthedesignprocessstrictlycomplywiththemethodofsoftwareengineering,thelifecyclestageswithstrictmanagementandplanningtheprogramsoftheoveralldesign,detaileddesignphase,andprocedures,reviseanddemanditeration,thepowerfuldatabaseusingSQLSERVERfunctions,untilthefeasibilityofthesystemtoformaperfect.Beautiful,beautifulinterface,convenientandpracticalqueryandmaintenancefunctionconstitutea"salarymanagementsystem".Keywords:VB,Thecomputer,Database,Softwareengineering,Salarymanagementinformationsystem目录第一章绪论...........................................................................................................4第二章相关工具的基本理论..............................................................................52.1关于VB的说明...........................................................................................52.2关于管理信息系统......................................................................................5第三章系统需求分析与总体设计......................................................................63.1需求分析......................................................................................................63.2系统设计......................................................................................................63.2.1系统功能分析........................................................................................63.2.2数据流程图............................................................................................73.3数据库设计..................................................................................................83.3.1数据库需求分析...................................................................................83.3.2实体之间的E–R模型..........................................................................8四系统详细设计.................................................................................................104.1系统模块的具体实现................................................................................104.1.1系统的主界面......................................................................................104.1.2基础档案模块.................