登录
首页 » Visual C++ » salary_manage_system

salary_manage_system

于 2020-12-07 发布 文件大小:17749KB
0 175
下载积分: 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 个回复

  • 06
    说明:  超市进销存管理系统 Visual C++6.0+Oracle 9i数据库实现(The supermarket enters sells saves the management system)
    2015-02-14 22:08:43下载
    积分:1
  • manage
    一个管理系统系统,进销存等,功能比较完善,界面还可以(a management system, such as PSI, function more sound and can also interface)
    2007-07-10 19:22:05下载
    积分:1
  • VQiyerenshiCoB
    一款VB开发的企业人事管理系统,采用Access数据库,本人事系统是一款典型的企业管理系统。主要实现的功能有:处理理员工档案、对企业日常进行考勤、统计员工工资、各个员工工作评价、员工部门转移、报表打印等、系统设置等。 已通过测试。 (A VB developers, corporate personnel management system that uses an Access database, the personnel system is a typical enterprise management systems. The main achievement of the function: Handling the files of the management staff, the business daily attendance statistics, wages and salaries, the evaluation of each employee, the employee' s department transfer, report printing, system settings, and so on. Has been tested.)
    2012-07-30 00:48:19下载
    积分:1
  • yaopin
    设计一系统,实现医药公司定期对销售各药品的记录进行统计,可按药品的编号、单价、销售量或销售额做出排名。(Design a system, the realization of pharmaceutical company on a regular basis to update a record of each drug sales statistics, according to the serial number of drugs, unit price, sales or sales rankings.)
    2013-12-14 21:37:36下载
    积分:1
  • shq-siemens-material
    西门子物料管理系统,管理电子物料取出存入数据管理,采用access数据库(Siemens materials management system, management of electronic materials remove stored in the data management, access database)
    2012-10-24 14:20:21下载
    积分:1
  • ToolWarehouseSystem
    说明:  TWS主要分为两个部分,第一部分是员工与工具信息管理系统(Employ and Tool Management System, ETMS),详细记录工具的借、还与工具状态,公司内部 员工可以通过本地企业局域网(Intranet)查询自己工具的借还情况,并发出对贵 重工具的请求。对于本地没有的特殊工具,员工可以使用ETMS 通过互联网 (Internet)在总公司或各个子公司的仓库中查找特定工具,并发出借用该工具的 请求。 第二部分是一个仓库的实时管理系统(Warehouse Management System , WMS),位于总公司和每个子公司的工具仓库,在提取具体工具时,用户需要到 具体的工具仓库进行工具的提取(也可以在工具仓库现场借工具)(Tool Warehouse System)
    2021-03-18 16:09:20下载
    积分:1
  • store_manager
    这是一个库存管理系统,1.使用SQL Server建立数据库和表以及相应的视图; 2.使用Visual C++建立基于对话框模型的工程框架 3.依次创建各表的类,用来操作表数据 4.创建用户登陆模块,实现基本的登录和退出功能 5.创建客户管理模块,实现对客户信息的编辑和管理功能 6.创建仓库管理模块,实现对仓库信息的编辑和管理功能 7.创建产品管理模块,实现对产品类别和信息的编辑和管理功能 8.创建操作管理模块,实现对仓库的各种操作的编辑以及管理功能 9.创建统计查询管理模块,实现对产品的出入库统计以及对库存产品流水统计功能 10.创建数量管理模块,实现产品数量报警以及失效报警功能 ()
    2007-07-16 10:26:55下载
    积分:1
  • ChargeManage
    VC++做的学校收费管理系统 提高高校收费工作的工作效率,减少工作可能出现的错误(ChargeManage)
    2009-09-14 19:20:42下载
    积分:1
  • HrSys
    综合人事管理系统的C++源码,供有需要的朋友下载参考使用。(AppWizard has created this LaneSoft application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.)
    2016-02-12 01:53:22下载
    积分:1
  • WarehouseMS
    说明:  自己编写的一个仓库管理系统,可以完成基本的仓库管理操作,并根据不同的用户权限完成不同的操作(I have written a warehouse management system that can perform basic storage management operations, and depending on the user rights to complete different operations)
    2010-04-22 10:44:27下载
    积分:1
  • 696524资源总数
  • 103988会员总数
  • 56今日下载