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

【伯曼】经济补偿金公式编写

XMLWord打印

    • B-伯曼机械-Y2019131
    • STD
    • 薪酬管理
    • 隐藏

      F_avg_salary_yinyong
      Get_avg_salary_per_city
      搬生产需要同时新建这两个薪资函数

      avg_salary = F_avg_salary_yinyong()
      # total_salary = F_YearToDate('P0012',12,0)
      if CPS0001>=avg_salary*3.0:
          the_base = CPS0001-avg_salary*3.0
      else:
          the_base = 0
          
      if the_base <= 36000:
          the_rate = 3.0
          to_div = 0
      elif 36000<the_base <=144000:
          the_rate = 10.0
          to_div = 2520.0
      elif 144000<the_base <=300000:
          the_rate = 20.0
          to_div = 16920.0
      elif 300000<the_base <=420000:
          the_rate = 25.0
          to_div = 31920.0
      elif 420000<the_base <=660000:
          the_rate = 30.0
          to_div = 52920.0
      elif 660000<the_base <=960000:
          the_rate = 35.0
          to_div = 85920.0
      elif the_base>960000:
          the_rate = 45.0
          to_div = 181920.0
      
          
      result = the_base*the_rate/100.0-to_div
      
      显示
      F_avg_salary_yinyong Get_avg_salary_per_city 搬生产需要同时新建这两个薪资函数 avg_salary = F_avg_salary_yinyong() # total_salary = F_YearToDate( 'P0012' ,12,0) if CPS0001>=avg_salary*3.0: the_base = CPS0001-avg_salary*3.0 else : the_base = 0 if the_base <= 36000: the_rate = 3.0 to_div = 0 elif 36000<the_base <=144000: the_rate = 10.0 to_div = 2520.0 elif 144000<the_base <=300000: the_rate = 20.0 to_div = 16920.0 elif 300000<the_base <=420000: the_rate = 25.0 to_div = 31920.0 elif 420000<the_base <=660000: the_rate = 30.0 to_div = 52920.0 elif 660000<the_base <=960000: the_rate = 35.0 to_div = 85920.0 elif the_base>960000: the_rate = 45.0 to_div = 181920.0 result = the_base*the_rate/100.0-to_div

      经济补偿金公式编写:
      1\年职工平均工资3倍数额以内的部分,免征个人所得税;
      2\超过3倍数额的部分,计算纳税。
      应纳税额部分=经济补偿金-社平工资3倍,经济补偿金个人应缴纳个税=应纳税额*适用税率-速算扣除数

            grant.yang 杨光磊
            shuang.sun 孙双
            表决:
            0 为这个问题表决

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

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