登录
首页 » Visual C++ » salary_manage_system

salary_manage_system

于 2020-12-07 发布 文件大小:17749KB
0 309
下载积分: 1 下载次数: 7

代码说明:

  该程序设计的是一个小企业的工资管理工具。小企业中,包括普通员工、中层管理人员、财务人员、高层管 理人员等。每类人员除了基本工资,还包括些绩效奖励。通过系统运算,计算出企业的月工资总输出。并给出其 它统计信息,如最高工资、最低工资等。(The program is designed for a small business payroll management tool. Small businesses, including general staff, middle managers, financial officers, senior management personnel. In addition to basic salary for each category of personnel, but also includes some performance incentives. Through the system, calculates the monthly salary total output of enterprises. And gives other statistical information, such as the maximum wage, minimum wage.)

文件列表:

Debug
ipch
....\salary_manage_system-cd908363
....\.............................\salary_manage_system-44e578a4.ipch,65339392,2013-07-05
salary_manage_system
....................\CommenStaff.cpp,282,2013-07-01
....................\CommenStaff.h,151,2013-07-01
....................\Debug
....................\.....\salary_manage_system.Build.CppClean.log,4229,2013-07-05
....................\.....\salary_manage_system.log,3,2013-07-05
....................\Employee.cpp,1099,2013-07-01
....................\Employee.h,602,2013-07-01
....................\Finance.cpp,252,2013-07-01
....................\Finance.h,137,2013-07-01
....................\FinanceStaff.cpp,461,2013-07-01
....................\FinanceStaff.h,195,2013-07-01
....................\ManageStaff.cpp,455,2013-07-01
....................\ManageStaff.h,192,2013-07-01
....................\SalaryManageSys.cpp,6392,2013-07-05
....................\SalaryManageSys.h,475,2013-07-01
....................\salary_manage_system.cpp,309,2013-07-01
....................\salary_manage_system.vcxproj,5014,2013-07-01
....................\salary_manage_system.vcxproj.filters,2456,2013-07-01
....................\staffinfo.txt,334,2013-07-01
....................\stdafx.cpp,225,2013-07-01
....................\stdafx.h,484,2013-07-01
....................\targetver.h,236,2013-07-01
....................\TopManStaff.cpp,459,2013-07-01
....................\TopManStaff.h,192,2013-07-01
salary_manage_system.sdf,33882112,2013-07-05
salary_manage_system.sln,927,2013-07-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Salary-management-system
    用VB和Access做的工资管理系统,内含源码,开题报告,论文(VB and Access do wage management system, contains the source, bernal, paper )
    2012-05-08 04:03:49下载
    积分:1
  • industry_management_system
    本程序主要完成工业企业的进销存系统的管理,主要功能如下:(1)基本信息的管理,包括产品设置,产品类别设置,供应商设置等。(2)进货信息的管理包括订货单的管理、入库单的管理。(3)生产信息的管理,包括配料单的管理。(4)销售信息管理,包括销售单的管理以及销售信息的查询等。(5)库存信息的管理,包括转仓单的管理。(6)财务信息管理,包括应收信息的管理,应付信息的管理等。(This procedure mainly industrial enterprises Invoicing system management, the main function is as follows: (1) the management of basic information, including product settings, set up product categories, suppliers and other settings. (2) information management, including purchase order management, warehousing management alone. (3) production information management, including management of a single ingredient. (4) sales information management, including sales management, as well as single query, such as sales information. (5) the management of inventory information, including the transfer of management of warehouse receipts. (6) the financial information management, including accounts receivable management information to meet the information management.)
    2009-07-04 10:49:49下载
    积分:1
  • MFC_access
    薪资管理及人力资源管理系统,用MFC实现的access数据库管理功能,能够实现对数据库简单的添删改等操作(failed to translate)
    2009-12-19 22:59:57下载
    积分:1
  • bbt
    人事工资管理系统是非常通用的管理信息系统,是企事业单位实现办公自动化的前提和基础。 后台数据库使用SQL Server,前台开发工具使用Visual C++。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。 (Personnel salary management system is a very common management information systems, enterprise business units is a prerequisite for the realization of office automation and infrastructure. Background database using SQL Server, the prospects of development tools using Visual C++. The system is currently more popular ADO data access technology, and each database table fields and operation of packages to the category, thereby successfully object-oriented program design thinking applied to the database application design. This is also the system characteristics and advantages.)
    2007-12-31 21:45:15下载
    积分:1
  • HrSys
    利用VC++与SQL server 2005开发人的事管理系统,源码详尽(Using VC++ and SQL server 2005 developer matter management system, source code detailed)
    2010-07-25 20:51:35下载
    积分:1
  • vb
    说明:  产品管理系统 关于产品的增删改查等内容,有相应的数据库(product management system)
    2011-05-03 13:25:38下载
    积分:1
  • progarm
    一个简单实用的人事管理系统,欢迎下载,也可作为数据库课程实践(A simple and practical personnel management system are welcome to download)
    2012-03-06 20:44:53下载
    积分:1
  • company
    编写一个程序实现小型公司的人员信息管理系统。该公司雇员(employee)包括经理(manager),技术人员(technician)、销售员(salesman)和销售部经理(salesmanager)。要求存储这些人员的姓名、编号、级别、当月薪水,计算月薪并显示全部信息。 程序要对所有人员有提升级别的功能。为简单起见,所有人员的初始级别均为1,然后进行升级,经理升为4级,技术人员和销售部经理升为3级,销售员仍为1级。 月薪计算办法是:经理拿固定月薪8000元,技术人员按每小时100元领取月薪,销售员按该当月销售额4 提成,销售经理既拿固定月工资也领取销售提成,固定月工资为5000元,销售提成为所管辖部门当月销售额的5‰。 (Write a program to implement the personnel information management system of small company. The company employees (employee) including managers (manager), technical personnel (technician), salesman (salesman) and the sales manager (salesmanager). For store the personnel s name, serial number, level, monthly salary, calculate monthly salary and display all the information. Program for all personnel have the function of level. For the sake of simplicity, all staff of the initial level 1, and then upgrade, manager promoted to level 4, technicians and sales manager for level 3, the salesperson is still the 1st level. Monthly salary calculation way is: managers with a fixed monthly salary of 8000 yuan, technicians receive monthly salary 100 yuan per hour, the salesman make the monthly sales 4 commission, sales manager with both fixed monthly salary also receive sales commissions, fixed monthly salary of 5000 yuan, sales to become the jurisdiction of the department of sales that month 5 ‰.)
    2015-06-04 13:32:42下载
    积分:1
  • tccglxt
    停车场管理系统 对于VB的初学者来说,是具有一定的价值的,并且为别的系统提供思路(it is really useful for a person who learn VB at beginning)
    2011-12-15 01:13:23下载
    积分:1
  • PersonMessage1
    教职员工及非教职员工数据库管理系统,多种查询方式(Teaching staff and non-teaching staff of database management systems, multi-query)
    2009-03-01 13:02:21下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载