上传的图像用于项目: 'CST技术支持'
  1. CST技术支持
  2. SLAL2-3976

【好孩子-正式环境-STD】帮忙写个学历补贴薪资公式

XMLWord打印

    • H-好孩子-Y2019067
    • 好孩子生产环境
    • 薪酬管理
    • 隐藏

      预计算函数F_highestDegree:
      employees = env['hr.employee'].search([('work_activity','in',('in_service','turn_over')),('active','=',True)])
      result = {}
      for employee in employees:
      if employee.education_ids:
      for edu in employee.education_ids:
      if edu.the_highest_education:
      edu_char = edu.education_background.with_context(lang='zh_CN').name
      result[employee.id] = edu_char
      break
      引用函数:
      F_highest_degree
      def F_highest_degree():

      employee_id = individual_dict['ref_employee_id']

      degree = global_dict.get('F_highestDegree', {}).get(employee_id, '')

      return degree
      薪资项:
      degree = F_highest_degree()
      butie=0
      if degree:
      if degree=='小学':
      butie=50
      elif degree=='初中':
      butie=120
      else:
      butie=220

      result = butie/M20000*M20040

      显示
      预计算函数F_highestDegree: employees = env ['hr.employee'] .search( [('work_activity','in',('in_service','turn_over')),('active','=',True)] ) result = {} for employee in employees: if employee.education_ids: for edu in employee.education_ids: if edu.the_highest_education: edu_char = edu.education_background.with_context(lang='zh_CN').name result [employee.id] = edu_char break 引用函数: F_highest_degree def F_highest_degree(): employee_id = individual_dict ['ref_employee_id'] degree = global_dict.get('F_highestDegree', {}).get(employee_id, '') return degree 薪资项: degree = F_highest_degree() butie=0 if degree: if degree=='小学': butie=50 elif degree=='初中': butie=120 else: butie=220 result = butie/M20000*M20040

      婴儿车昆山工厂蓝领薪资组(PG023)需要新增一个薪资项-“学历补贴”,逻辑如下:

      1. 读取员工管理-个人信息中的学历信息作为判定学历的标准;
      2. 学历补贴分为三个档位标准:小学50元,初中120元,高中含以上(包括中专、职高)220元;
      3. 实际学历补贴=学历补贴(标准)/ 应计薪H* 实际计薪H

            grant.yang 杨光磊
            weiwei.xia 夏伟伟
            表决:
            0 为这个问题表决

              创建日期:
              已更新:
              已解决:

                预估时间:
                初始预估 - 尚未指定
                尚未指定
                剩余:
                剩余的估算 - 0小时
                0小时
                实际工作时间:
                耗费时间 - 2小时
                2小时