资源描述:
《工资管理系统的设计与实现本科学位论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、河北大学2009届本科生毕业论文(设计)工资管理系统的设计与实现摘 要随着我国国民经济建设的蓬勃发展,各个行业都在积极使用现代化的管理工具,提高工作效率。工资管理作为企业内部财务管理的一个重要方面,逐步被企业管理者所重视。从而利用计算机软件实现企业的工资管理成为一个重要课题。本系统是根据企业工资管理的财务制度,通过实际的需求分析,基于VC++6.0和SQLServer2000开发出的企业工资管理系统。该系统的主要子模块有员工基本信息管理、工资管理、工资查询、系统管理、帮助等,设计了普通用户和管理员用户两种角
2、色,基本满足了普通企业的工资管理的需要。企业应用本系统后,可以有效的提高工资管理水平。整个系统从符合操作简便、界面友好、简洁、实用、安全的要求出发,完成工资管理的全过程。本文从需求分析、总体设计、数据库设计、功能模块编程实现等方面阐述了本系统的设计过程。为便于说明,文中绘制了程序结构框图、部分界面图和数据表。关键词:管理系统数据库VC++SQLServer河北大学2009届本科生毕业论文(设计)ABSTRACTAllsectorsareactivelyusingmodernmanagementtoolstoe
3、nhanceefficiencywiththerapiddevelopmentofnationaleconomicconstruction.Wagemanagementasanimportantaspectofinternalfinancialmanagement,whichgraduallyattractsenterprisemanagers’attention.Andthenithasbecomeanimportanttopicwhatusecomputersoftwaretosolvewagesmana
4、gementofenterprise.Thesystemisbasedonenterprisefinancialmanagementsystemofwage,whichisbytheactualneedsanalysis,usingVC++6.0andSQLServer2000todevelopenterprisewagemanagementsystem.Thesystemisconsistedwithsixsubsystems.Theyareemployeeinformationmanagement,wag
5、eadministration,payrollinformation,systemmanagementandhelp.Andalsothesystemhastwoactorswithitwhichisnormaluserandsystemmanager.Thesefunctionscanmeetthedemandsofmostofthebusiness.Iftheenterpriseusesthissystem,themanagementofsalarycanrapidlybeimproved.Thewhol
6、esystemmustmatchtherequestswhicharesimple,theinterfaceamity,vivid,practicalandsafe.Inthispaper,adescriptionisgivenonthedesignprocessofthissystemfromdemandsanalyzing,feasibilityanalysis,framedesign,databasedesign,programmingmodule.Programstructurediagram,som
7、emapinterfacesanddatasheetsarepresentedforthepurposeofdescription.Keywords:ManageSystemDatabaseVC++SQLServer河北大学2009届本科生毕业论文(设计)目 录一引言11.1课题意义11.2主要研究内容11.3论文结构2二总体设计32.1设计目标32.2系统功能结构32.3模块功能详细化及界面设计32.4运行环境42.4.1硬件环境42.4.2软件环境4三系统设计53.1相关技术介绍53.2数据库设计53.
8、2.1数据库概要说明53.2.2数据表的结构系统设计7四主要功能模块设计与实现104.1建立工程框架104.2主窗口设计114.2.1菜单资源设计114.2.2客户区设计124.3登录模块设计124.3.1设计步骤124.3.2具体实现124.4基本信息管理模块设计134.4.1设计步骤134.4.2代码分析144.4.3具体实现144.5工资管理模块设计15河北大学2009届本科生毕业论文(设计)