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

【银科控股】主数据-时间档案

XMLWord打印

    • Y-银科控股-Y2021052
    • PRO
    • 时间管理
    • 隐藏
      time_config_vals = {'default_daily_model_id':17,
        'working_hours':92,
        'business_setting_id':1,
        'attendance_area_id':1,
        'attendance_area_id':1,
      'employee_id':self.employee_id.id
      }
      if self.location_id.with_context(lang='zh_CN').name.find('香港')>=0:
        time_config_vals.update({'work_calendar_id':2,
          'overtime_conf_id':3
        })
      else:
        time_config_vals.update({'work_calendar_id':1,
          'overtime_conf_id':1
        })
      the_list = []
      if self.employee_type.code=='G002' and self.location_id.with_context(lang='zh_CN').name.find('香港')>=0:
        the_list = [[0,0,{'start_date':self.employee_id.hire_date,'holiday_package_id':5}]]
      elif self.employee_type.code!='G002' and self.location_id.with_context(lang='zh_CN').name.find('香港')>=0:
        the_list = [[0,0,{'start_date':self.employee_id.hire_date,'holiday_package_id':2}]]
      
      
      if self.employee_type.code=='G002' and self.location_id.with_context(lang='zh_CN').name.find('香港')<0:
        the_list = [[0,0,{'start_date':self.employee_id.hire_date,'holiday_package_id':3}]]
      elif self.employee_type.code!='G002' and self.location_id.with_context(lang='zh_CN').name.find('香港')<0:
        the_list = [[0,0,{'start_date':self.employee_id.hire_date,'holiday_package_id':1}]]
      if the_list:
        time_config_vals.update({'holiday_package_rule_ids':the_list})
      env['employee.time.config'].create(time_config_vals)
      
      显示
      time_config_vals = { 'default_daily_model_id' :17, 'working_hours' :92, 'business_setting_id' :1, 'attendance_area_id' :1, 'attendance_area_id' :1, 'employee_id' :self.employee_id.id } if self.location_id.with_context(lang= 'zh_CN' ).name.find( '香港' )>=0: time_config_vals.update({ 'work_calendar_id' :2, 'overtime_conf_id' :3 }) else : time_config_vals.update({ 'work_calendar_id' :1, 'overtime_conf_id' :1 }) the_list = [] if self.employee_type.code== 'G002' and self.location_id.with_context(lang= 'zh_CN' ).name.find( '香港' )>=0: the_list = [[0,0,{ 'start_date' :self.employee_id.hire_date, 'holiday_package_id' :5}]] elif self.employee_type.code!= 'G002' and self.location_id.with_context(lang= 'zh_CN' ).name.find( '香港' )>=0: the_list = [[0,0,{ 'start_date' :self.employee_id.hire_date, 'holiday_package_id' :2}]] if self.employee_type.code== 'G002' and self.location_id.with_context(lang= 'zh_CN' ).name.find( '香港' )<0: the_list = [[0,0,{ 'start_date' :self.employee_id.hire_date, 'holiday_package_id' :3}]] elif self.employee_type.code!= 'G002' and self.location_id.with_context(lang= 'zh_CN' ).name.find( '香港' )<0: the_list = [[0,0,{ 'start_date' :self.employee_id.hire_date, 'holiday_package_id' :1}]] if the_list: time_config_vals.update({ 'holiday_package_rule_ids' :the_list}) env[ 'employee.time.config' ].create(time_config_vals)

      确认入职后,系统自动带出主数据-时间档案下的部分信息,具体自动带出内容和规则参照附件-【时间档案自动赋值需求(2)】,含条件的自动带出规则见表格批注

            grant.yang 杨光磊
            elena.wang 王盼盼
            表决:
            0 为这个问题表决

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

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