工资管理系统论文范例

合集下载

工资管理系统论文范例

工资管理系统论文范例

摘要近年来,随着我国信息技术的飞速发展,计算机应用已逐渐渗透到各个领域。

在企业管理领域内,计算机的应用已经十分广泛,各种管理机制与企业运作流程都与计算机紧密结合在一起,计算机的应用进一步完善了企业的管理,提高了企业的现代化管理形象。

开发职工工资管理系统的目的就是为了帮助财务部门能更好地管理本单位的职工工资,提高工作效率,实现职工工资信息管理的规范化和自动化。

博宇员工工资管理系统使用PowerBuilder,采用SQL Server作为数据库,实现了一般工资管理系统对职工工资信息的浏览、添加、删除、修改和查询功能,节省了大量的人工操作的工作量,自动完成众多的信息处理,减少了数据出现错误的几率,加强了工资记录的安全性和完整性。

本文还简单介绍了PowerBuilder软件的界面及操作方法。

简要介绍了窗体的制作,数据库的分析与设计,系统的最后编译过程。

并且叙述了作者在软件开发过程中的心得体会。

关键词:工资管理PowerBuilder SQL ServerAbstractIn recent years, along with t he rapid development of our country’s information technology, the computer application has gradually seeped to each field. In the enterprise management field, the computer application has been already extremely widespread, each kind of management mechanism and operation flow of enterprise are all in close integration with computer, the computer application has further consummated enterprise's management and enhanced the image of enterprise's modern management.The management system about human affairs salary of enterprise resource planning (ERP) adapts the request of modern enterprise, it is the essential condition that make the management of enterprise’s human affairs salary become scientific and standardized, and it establishes the information superhighway for the enterprise, and urges the enterprise to form convenient, scientific and reasonable management pattern.The human affairs and salary management system is one part of the enterprise resource planning, it is also an extremely important part of enterp rise’s management system. Through carrying on the digitized management to the human affairs salary information, the enterprise will speed up the information processing speed and enhance the management efficiency, thus the development of enterprise will be promoted.This system is an information system that is established through using the PowerBuilder data bank technology and unifying the enterprise’s management system in China, it mainly includes the processing functions of input, maintenance and inquiry of the basic information of staff, as well as produces the report form of wages according to allowance, checking attendance of staffs.Keyword:Salary Management PowerBuilder SQL Server第1章绪论 .....................................................................................................................................................1.1引言 .....................................................................................................................................................1.2问题的定义 .........................................................................................................................................1.3开发工具的简介 .................................................................................................................................1.3.1Powerbuilder简介........................................................................................................................1.3.2Powerbuilder目前的应用............................................................................................................1.3.3SQL Server简介 ..........................................................................................................................1.3.4SQL Server的广泛性 ..................................................................................................................1.3.5ODBC简介.................................................................................................................................. 第2章需求分析 ............................................................................................................................................. 第3章概要设计 .............................................................................................................................................3.1模块划分 .............................................................................................................................................3.2数据库设计 .........................................................................................................................................3.3数据库连接 .........................................................................................................................................3.3.1事务对象....................................................................................................................................3.3.2数据库连接的实现 .................................................................................................................... 第4章系统详细设计 .....................................................................................................................................4.1员工基本信息 .....................................................................................................................................4.2工资信息查询 .....................................................................................................................................4.2.1添加工资级别............................................................................................................................4.2.2工资结算....................................................................................................................................4.2.3员工工资情况维护 ....................................................................................................................4.3员工历史工资查询 ............................................................................................................................. 第5章结论 ..................................................................................................................................................... 谢辞 .......................................................................................................................................................................... 参考文献 ..................................................................................................................................................................引言随着计算机及网络技术的飞速发展,Internet/Intranet应用在全球范围内日益普及,当今社会正快速向信息化社会前进,信息自动化的作用也越来越大。

(完整版)工资管理系统(论文范文_JSP_JAVA_毕业设计)

(完整版)工资管理系统(论文范文_JSP_JAVA_毕业设计)

摘要我们小组的课程设计是某公司的工资管理系统。

在这个计算机快速发展的世界里,计算机为信息处理提供了物美价廉的手段,对于推动我国管理信息处理现代化起到了重要作用。

工资管理是一项琐碎、复杂而又十分细致的工作,工资计算、发放、核算的工作量很大,一般不允许出错,如果实行手工操作,每月发放工资须手工填制大量的表格,这就会耗费工作人员大量的时间和精力,计算机进行工资发放工作,不仅能够保证工资核算准确无误、快速输出,而且还可以利用计算机对有关工资的各种信息进行统计,既方便又快捷地完成员工工资的发放。

我们组在课程设计过程中根据设计中的需求及对工资管理系统采用了模块化的设计思想,在机房我们在Windows XP操作系统环境下,采用myeclipse7作为开发工具,主要连接Access数据库来实现公司的工资管理系统的主要功能。

在设计过程中,我们首先小组首先对整体的思路进行分析,然后进行分工。

对数据库和类进行设计,实现了工资管理系统的功能。

其功能主要包括公司用户管理、人员管理、部门管理、工资管理等功能。

本系统运用了数据库技术,可以大量的存储信息。

又实现了人机交互,不但缩短工资发放的时间,又避免了传统时代的人工计算错误。

总而言之,该系统在工资管理方面考虑周全,功能齐全,极大地提高了公司对员工工资管理的效率。

关键词工资管理系统,Access数据库,Java目录摘要 (I)目录............................................................................................................................... I I 第1章绪论. (1)1.1项目背景 (1)1.2项目开发环境 (1)1.2.1 硬件环境 (1)1.2.2 软件环境 (1)第2章相关技术 (1)2.1系统所涉及到的语言 (1)2.1.2 Java (1)2.2开发工具 (1)2.2.1 MyEclipse (1)2.2.1 Access (2)第3章系统分析及组内分工 (1)3.1需求概述 (1)3.2需求分析 (1)3.2.1 理解需求 (1)3.2.2 分析需求 (1)3.2.3可行性分析 (2)3.3设计思想 (2)3.4系统功能结构图 (3)3.5组内分工 (4)第4章数据库设计 (5)4.1数据库需求分析 (5)4.2数据流图 (5)4.2数据字典 (6)4.3概念结构设计 (9)4.3.1概念结构设计方法 (9)4.3.2概念模型设计 (9)第5章系统详细模块设计与实现 (10)5.1用户登录及主界面 (10)5.2用户管理功能实现 (18)5.3人员管理功能实现 (24)5.4部门管理功能实现 (39)5.5工资管理功能实现 (45)5.6帮助功能实现 (50)5.7退出系统功能实现 (51)结论 (52)致谢 (53)参考文献 (54)第1章绪论1.1 项目背景借助现代信息技术和管理理论,建立企业管理信息系统是当今社会的重要趋势。

企业工资管理系统论文

企业工资管理系统论文

企业工资管理系统论文企业工资管理是一个复杂而琐碎的工作,需要用心细致管理。

下面是店铺为大家整理的企业工资管理系统论文,供大家参考。

企业工资管理系统论文篇一浅议企业工资管理系统企业工资管理系统论文摘要摘要:网络信息技术的普及在一定程度上推动了我国各行各业的发展,对于计算机技术而言,其应用在不同的管理系统中,促进了各项工作效率的提高。

因此在企业管理中,工资管理系统逐渐被广泛应用。

本文从各个角度分析企业管理中应该如何运用工资管理系统,进而实现企业工资管理的科学化。

企业工资管理系统论文内容关键词:企业;工资;管理系统随着经济发展步伐的加快,市场竞争也日益激烈,对于企业而言,其必须要不断改革,以适应市场发展的需求。

随着企业工资结构的不断变换,财务工作人员的任务量大增,单靠人力已经无法解决,因此计算机工资管理系统应运而生。

文章针对企业管理中工资系统的相关内容展开论述,希望能够为进一步完善企业工资管理提供参考借鉴。

一、企业需求分析随着企业发展速度加快,其人员数量正在不断增加,并且相关福利也在增加,而关于企业的工资管理,也变得越来越复杂。

工资管理系统的不断健全完善,在一定程度上可以帮助企业工资管理人员解决工作量繁重的问题,使其能够及时有效地完成工资管理的相关工作。

针对普通企业而言,工资管理在一定意义上是企业财务管理职能体现,同时与企业人事管理密切相关。

进一步改良工资管理系统,不仅在内容上需求更复杂,而且在内容上呈现出繁多趋势。

此外,工资管理在一定程度上,必须与人事管理相联系,并且还要连接工时考勤,完善医疗保险等等,进一步生成每个员工的工资构成,主要包含其基本工资、津贴、医疗保险、保险费等等。

如图一所示,为基本的企业工资管理系统示意图。

(一)作为企业资金管理来说,企业员工的工资是其中一项基本支出。

而对于企业工资管理来说,其实质就是员工工资管理。

针对工资管理的各个环节而言,其每个部分都必须以数据作为支持,这项工作相对而言相当琐碎,同时对工作人员的要求也非常严格,其在工作过程中,必须要仔细核对各个项目,一旦出现问题,即使是小数点的问题,就会产生失之毫厘谬以千里的效应。

工资管理系统论文

工资管理系统论文

⼯资管理系统论⽂随着经济的发展,企业正向着⼤型化、规模化发展,⽽对于⼤中型企业,员⼯、职称等跟⼯资管理有关的信息随之急剧增加。

在这种情况下单靠⼈⼯来处理员⼯的⼯资不但显得⼒不从⼼,⽽且极容易出错。

当代,论⽂常⽤来指进⾏各个学术领域的研究和描述学术研究成果的⽂章,简称之为论⽂。

⼯资管理系统论⽂1 经济的快速发展促使社会的各⾏各业利⽤先进的管理技术与管理⼿段,不断提⾼⾃⾝的管理⽔平,完善服务质量。

这就对企业的信息管理系统提出了更⾼的要求,建⽴⼀个科学、完善、有效的信息管理系统已经成为现代企业⽣存与发展的必须具备的⼀个基本条件。

⼯资管理系统是企业财务管理系统的⼀部分,同时也涉及到了⼈⼒资源管理管理的⼀些内容。

⽬前,我国企业员⼯的⼈数与规模在不断壮⼤,⼯资管理也⽇趋复杂。

所以,企业在⼈事⼯资管理⽅⾯如果缺乏⼀套完整⽽有效的信息管理系统,那么必然会给管理⼈员与员⼯带来⼀定的⿇烦。

因此,讨论如何加强企业⼈事⼯资管理系统的设计与实现,就有着⾮常现实的意义。

⼀、系统⽬标设计 ⼈事⼯资管理系统主要是⽤于对企业⼯资⽅⾯进⾏管理,对⼯资数据的录⼊、计算,⽣成企业员⼯的个⼈台账,打印出员⼯的⼯资报表。

设计时要采⽤⽤户名、密码输⼊等安全机制,以保证⼯资管理系统不受其他主观因素的⼲扰。

⼆、系统的设计理念 ⾸先,要从企业软硬件管理的实际情况出发,充分利⽤好企业现有的软硬件设备,⼯资管理系统的开发⽅案要适⽤于企业⽹络运⾏的环境,在实现应⽤效果的同时,最⼤限度的发挥出企业内部资源。

其次,系统的设计要与企业的⼯资管理规定相符合,以满⾜企业全体员⼯的⽇常需求,对操作系统设计时,要以⽅便、快捷、实⽤为原则,以确保系统的⾼效使⽤。

再次,系统要采⽤模块化的程序设计⽅式,便于对系统各种功能进⾏组合与调整的同时,也便于对⽇常的维护。

最后,系统设计要具备数据库维护功能,这就可以依据⽤户的实际需求,进⾏相应的添加、修改与删除等操作。

三、系统具备的功能 1.⼯资管理。

工资管理系统论文

工资管理系统论文

工资管理系统论文工资管理系统是一个很重要的应用程序,许多公司都需要它来管理员工的薪水和其他相关的信息。

有些公司会使用手动的方式来管理工资,但是这个过程非常繁琐,而且容易发生错误。

使用电子化的方式来管理工资可以更加快捷和减少错误率。

同时,这种方式也可以提高工作效率,让公司的管理变得更加高效。

本文主要通过分析已有文献及实际调查,介绍了一个基于web应用的工资管理系统的设计与实现,包括需求分析与规划、系统架构与分模块设计、通信协议设计、数据库建模等方面的相关技术和方法。

需求分析与规划首先,需要确定系统的需求和功能。

工资管理系统的主要功能包括员工的个人信息管理,工资的核算和发放,工资单的生成和打印,以及相关报表的生成和统计分析。

其次,在系统的规划和设计阶段,需要考虑到系统的使用范围和人员结构,从而设计合适的权限管理模式,以确保数据的安全性,防止非法操作。

系统架构与分模块设计基于web的工资管理系统主要由客户端和服务器端两部分组成。

客户端使用web技术,可以通过浏览器或者安卓/ios移动客户端来访问服务器端。

而服务器端主要由web服务器和应用服务器构成,负责处理客户端请求,交互数据,处理业务逻辑,以及与数据库进行交互。

针对系统中的各个功能模块,需要进行分模块设计,实现具体的接口和数据传输协议。

例如,对于员工个人信息管理模块,需要实现员工信息的增删改查功能,同时还需要考虑员工与部门之间的关联,这就需要设计合适的数据库模型和相关的SQL语句。

通信协议设计为了让客户端和服务器端能够顺畅地进行数据通信,需要制定合适的数据传输协议。

常用的数据协议有HTTP、TCP/IP 和WebSocket等,不同的协议有不同的特点和应用场景。

为了提高数据安全性,可以采用SSL/TLS加密协议,确保数据在传输过程中得到有效保护。

数据库建模数据库设计是web应用开发中的一个重要环节。

在工资管理系统中,需要对不同的数据实体进行建模,如员工信息、薪资信息、部门信息、职位信息等,同时需要建立不同实体之间的关联关系,从而实现数据的查询和更新等操作。

有关员工工资管理系统论文

有关员工工资管理系统论文

有关员工工资管理系统论文由于现代企业的快速发展,很多相关联的管理制度、还有与之相关的软件开发产业也随之不断升级,对于企业日常的运营管理工作造成了巨大的影响。

下面是店铺为大家整理的有关员工工资管理系统论文,供大家参考。

有关员工工资管理系统论文篇一摘要人事工资管理系统是企业内部用以管理人事档案和工资等信息的实用性软件。

用它代替企业传统的手工管理方式,大大提高了工作效率和安全性,提高了信息处理的速度和准确性,节省了工作人员的时间和精力,使企业人事管理和工资管理系统化、科学化、规范化和自动化。

是现代企业必不可少的管理工具。

本系统采用ASP 语言和Access数据库开发而成,包括职工管理、档案管理、考勤管理、工资管理等模块,并将工资计算与考勤、奖惩相关联,生成较合理的薪酬管理体制,以产生有效的激励机制。

同时系统设置了一些必要的辅助功能,比如对员工合同到期提醒和生日提醒等功能,有助于巩固企业与员工的心理契约,促进员工积极向上,向公司靠拢。

系统能够实现数据的录入、插入、删除、查询、统计、更新等功能,能满足企业职工管理方面的基本要求。

关键词:ASP;Access;数据库;人事;工资引言1.1 系统开发背景随着科学技术的发展和整个社会的进步,计算机技术也得到了很大的提高,特别是微型计算机的大范围普及,使计算机的应用逐渐由科学计算、实时控制等方面向非数值处理的各个领域中渗透并发挥着越来越重要的作用。

尤其是以微型计算机为处理核心,以数据库管理系统为开发环境的管理系统在办公室自动化以及商业信息管理等方面的应用,日益受到人们的关注。

1.2 系统研究意义人事工资管理是企业内部很重要的一个管理事项,其管理方式和工具对企业的决策者和管理者来说至关重要。

但一直以来大多数企业内部人事和工资的管理基本上都是传统的手工操作,这种人工管理的方式效率低,保密性差,而且很难满足及时记录、随时查询的需要,为信息的管理者带来诸多不便。

利用计算机进行信息控制和数据处理,不仅从整体上大大提高了工作效率和安全性,而且具有存储量大,寿命长,成本低等优点,这些更是手工管理所无法比拟的。

工资管理系统设计与实现-英语论文

工资管理系统设计与实现-英语论文

工资管理系统设计与实现-英语论文AbstractSalary management is an important aspect of human resource management. It plays a crucial role in the motivation and retention of employees. In recent times, there has been a growing interest in the application of technology to automate salary management. This paper presents the design and implementation of a salary management system using modern software development techniques. The system is designed to be user-friendly, efficient, accurate, and secure. The system leverages the power of a client-server architecture to provide centralized management of salary data across the organization. The data is stored in a secure database that is accessible only to authorized personnel. Our findings indicated that the system was effective in reducing the workload of the human resource department, increasing the efficiency of salary calculation, and ensuring accuracy of salary data.IntroductionThe salary management system is an essential component of the human resource management system. Salary management refers to the process of managing the salaries and wages of employees in an organization. This process includes the calculation of employee salaries, tax deductions, and other benefits. Salary management is a critical function that plays a significant role in motivating and retaining employees. Employers who manage salaries effectively and efficiently can attract and retain highly skilled employees, which cansignificantly enhance the organization's performance.Several challenges can arise in salary management, including the manual processing of salary data, which can be time-consuming, error-prone, and sometimes insecure. The use of technology to automate the salary management process can help reduce workload, increase efficiency, and deliver accurate results. In recent years, software systems have been developed to automate salary management, leveraging cloud computing technology to provide secure, efficient, and reliable services.This paper presents the design and implementation of a salary management system for an organization. The system is intended to provide centralized salary management for the human resource department, improve efficiency, and ensure accuracy in salary calculations.Materials and MethodsThe proposed salary management system uses modern software development techniques to provide a centralized platform for managing salary data. The system adopts aclient-server architecture to facilitate the management of salary data across the organization. The system design consists of three major components: the user interface, the application server, and the database server.The User InterfaceThe user interface is responsible for managing the interactions between the user and the system. The user interface provides a graphical interface that enables users to access and utilize the various features of the system. The user interface is designed to be intuitive, user-friendly, and responsive. The user interface enables users to interact with the database server through various options, includingthe input of salary data, the calculation of salary, and the generation of salary reports.The Application ServerThe application server is responsible for managing the business logic of the salary management system. The application server communicates with the database server to retrieve and update data, process salary data, and generate reports. The application server also manages security and access control to ensure that only authorized personnel can access and manipulate the salary data. The application server is designed to be scalable, robust, and efficient.The Database ServerThe database server is responsible for storing the salary data for the organization. The database server stores salary data, including employee information, salary information, tax information, and other relevant information. The database server is designed to be secure and scalable, to provide efficient and reliable storage of salary data for the organization.The system is designed to implement a multi-user architecture that enables multiple users to concurrently access and manipulate the system. The system employs a role-based access control mechanism that restricts access to salary data based on user roles. The system also provides audit trails to enable the human resource department to track changes made to salary data to ensure data integrity. The system is designed to be deployed on the cloud to provide efficient, reliable, and scalable access to the system across the organization.ResultsThe proposed salary management system was implementedand tested in a simulated environment. The system was assessed based on its effectiveness in reducing the workload of the human resource department, increasing the efficiencyof salary calculation, and ensuring the accuracy of salary data.The results indicated that the system was effective in reducing the workload of the human resource department. The system provided a centralized platform for salary management, which enabled the human resource department to manage salary data efficiently, saving time, and reducing the risk of errors.The system was also effective in increasing theefficiency of salary calculation. The system provided toolsfor automatic salary calculations, including tax deductions and other benefits, which helped save time and reduce errors.The system was also effective in ensuring the accuracyof salary data. The system employed a secure database system with role-based access control, which ensured that salarydata was only accessible to authorized personnel. The system also provided audit trails that enabled the human resource department to track changes made to salary data, ensuringdata integrity.DiscussionThe proposed salary management system provides a centralized platform for managing salary data across an organization. The system leverages modern software development techniques, including cloud computing, to provide secure, efficient, and scalable services. The system was effective in reducing the workload of the human resource department, increasing the efficiency of salary calculation, and ensuring the accuracy of salary data.The system has several advantages. First, it saves time by automating salary calculations, which reduces manual processing time and error rates. Second, the system improves accuracy by providing tools for automatic tax deductions, benefits calculation, and other salary computations. Third, the system is secure and scalable, providing a centralized platform for managing salary data efficiently across the organization.ConclusionThe salary management system is an essential component of the human resource management system. The system provides a platform for managing salary data efficiently, which helps to motivate and retain employees. The proposed salary management system leverages modern software development techniques to provide secure, efficient, and scalable services. The system was effective in reducing the workload of the human resource department, increasing the efficiency of salary calculation, and ensuring the accuracy of salary data. The system has several advantages, including time-saving, accuracy, and secure, which make it an essential tool for managing salary data across an organization.。

有关工资管理系统论文

有关工资管理系统论文

有关工资管理系统论文有关工资管理系统论文工资管理系统是一款为适合广大用户而推出的管理系统,它可以根据不同的单位、不同的要求来设置所需的项目,充分体现了它的灵活性特色,下面为大家分享高校薪酬管理系统设计分析的论文,欢迎借鉴!摘要:薪酬管理是每个企事业单位必不可少的日常工作,而高校具有职工人数多、工资构成复杂等特征,所以实行了不同于一般行政事业单位的“高校会计制度”,故在薪酬管理方面有其独特性。

文章结合高校的实际情况,文章对高校薪酬管理系统的设计思路及功能进行了探讨,为高校薪酬管理系统的人性化、实用化提供重要参考。

关键词:高校;薪酬管理;信息化1高校薪酬管理系统存在的意义薪酬管理是对职工进行管理和激励的有效方式,影响着高校师资队伍质量的提升和高校的稳定发展,体现着管理层的管理水平和质量。

公平的绩效评价机制和高效薪酬管理方式有助于凝聚人心,吸引和稳定优秀人才,确保高校持续健康地发展。

如何整合各个部门人员工作,建立一个有效的薪酬管理系统,变得尤为重要。

进行薪酬管理能提高工作效率并规范管理职工的薪酬,一个设计良好的薪酬管理系统直接影响着高校管理的好坏,是高校稳定和激励优秀人才的关键,是提高高校管理水平的`强大动力。

2高校薪酬管理现状随着计算机信息化办公的普及,虽然excel的运用较传统手工数据管理而言有了质的变化。

但目前高校薪酬管理仍存在以下问题。

(1)高校薪酬管理参与部门偏多。

各个部门之间的管理系统无法对接,各项信息资源得不到充分的利用共享。

高校薪酬管理涉及人事、教务、财务、监审几个部门。

人事处存放各个员工的基本信息、教务处存放着各个职工的授课课程信息、财务处存放着职工银行卡信息。

各部门数据存在着格式不一致问题,数据在各部门间对接需要先进行格式转换。

导致大量重复劳动且容易出错。

工资的构成分为岗位工资、职级工资、薪级工资、课时津贴、安全责任津贴、独生子女费、工改保留津贴等,同时还有缺勤、五险一金、个税等扣款。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

摘要近年来,随着我国信息技术的飞速发展,计算机应用已逐渐渗透到各个领域。

在企业管理领域内,计算机的应用已经十分广泛,各种管理机制与企业运作流程都与计算机紧密结合在一起,计算机的应用进一步完善了企业的管理,提高了企业的现代化管理形象。

开发职工工资管理系统的目的就是为了帮助财务部门能更好地管理本单位的职工工资,提高工作效率,实现职工工资信息管理的规范化和自动化。

博宇员工工资管理系统使用PowerBuilder,采用SQL Server作为数据库,实现了一般工资管理系统对职工工资信息的浏览、添加、删除、修改和查询功能,节省了大量的人工操作的工作量,自动完成众多的信息处理,减少了数据出现错误的几率,加强了工资记录的安全性和完整性。

本文还简单介绍了PowerBuilder软件的界面及操作方法。

简要介绍了窗体的制作,数据库的分析与设计,系统的最后编译过程。

并且叙述了作者在软件开发过程中的心得体会。

关键词:工资管理PowerBuilder SQL ServerAbstractIn recent years, along with t he rapid development of our country’s information technology, the computer application has gradually seeped to each field. In the enterprise management field, the computer application has been already extremely widespread, each kind of management mechanism and operation flow of enterprise are all in close integration with computer, the computer application has further consummated enterprise's management and enhanced the image of enterprise's modern management.The management system about human affairs salary of enterprise resource planning (ERP) adapts the request of modern enterprise, it is the essential condition that make the management of enterprise’s human affairs salary become scientific and standardized, and it establishes the information superhighway for the enterprise, and urges the enterprise to form convenient, scientific and reasonable management pattern.The human affairs and salary management system is one part of the enterprise resource planning, it is also an extremely important part of enterp rise’s management system. Through carrying on the digitized management to the human affairs salary information, the enterprise will speed up the information processing speed and enhance the management efficiency, thus the development of enterprise will be promoted.This system is an information system that is established through using the PowerBuilder data bank technology and unifying the enterprise’s management system in China, it mainly includes the processing functions of input, maintenance and inquiry of the basic information of staff, as well as produces the report form of wages according to allowance, checking attendance of staffs.Keyword:Salary Management PowerBuilder SQL Server第1章绪论 .....................................................................................................................................................1.1引言 .....................................................................................................................................................1.2问题的定义 .........................................................................................................................................1.3开发工具的简介 .................................................................................................................................1.3.1Powerbuilder简介........................................................................................................................1.3.2Powerbuilder目前的应用............................................................................................................1.3.3SQL Server简介 ..........................................................................................................................1.3.4SQL Server的广泛性 ..................................................................................................................1.3.5ODBC简介.................................................................................................................................. 第2章需求分析 ............................................................................................................................................. 第3章概要设计 .............................................................................................................................................3.1模块划分 .............................................................................................................................................3.2数据库设计 .........................................................................................................................................3.3数据库连接 .........................................................................................................................................3.3.1事务对象....................................................................................................................................3.3.2数据库连接的实现 .................................................................................................................... 第4章系统详细设计 .....................................................................................................................................4.1员工基本信息 .....................................................................................................................................4.2工资信息查询 .....................................................................................................................................4.2.1添加工资级别............................................................................................................................4.2.2工资结算....................................................................................................................................4.2.3员工工资情况维护 ....................................................................................................................4.3员工历史工资查询 ............................................................................................................................. 第5章结论 ..................................................................................................................................................... 谢辞 .......................................................................................................................................................................... 参考文献 ..................................................................................................................................................................引言随着计算机及网络技术的飞速发展,Internet/Intranet应用在全球范围内日益普及,当今社会正快速向信息化社会前进,信息自动化的作用也越来越大。

相关文档
最新文档