新增修改工资工龄,多增加一年如何增加
[概述]
需要计算工龄,公式如下:
如果 getsalaryperiod(1,-1)-GetYear(入职日期)<0 则 工龄1=Fix(0.00)
否则
如果 getsalaryperiod(2,-1)-GetMonth(入职日期) =0
则 工龄1=Fix(getsalaryperiod(1,-1)-GetYear(入职日期))
否则
如果 getsalaryperiod(2,-1)-GetMonth(入职日期)>0
则 工龄1=FIX((getsalaryperiod(1,-1)-GetYear(入职日期))+(getsalaryperiod(2,-1)-GetMonth(入职日期))/100)
否则 工龄1=FIX((getsalaryperiod(1,-1)-GetYear(入职日期))-1+(getsalaryperiod(2,-1)+12-GetMonth(入职日期))/100)
如果完
如果完
如果完
新增修改工资工龄,多增加一年如何增加
[概述]需要计算工龄,公式如下:如果 getsalaryperiod(1,-1)-GetYear(入职日期)0 则 工龄1=FIX((getsalaryperiod(1,-1)-GetYear(入职日期)...
点击下载文档
本文2024-09-22 13:20:22发表“k3wise知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3wise-67944.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章