Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4789 มุมมอง


Hi All,

when I was testing odoo for Payroll Module, it is always calculating salary for a whole month regardless of the contract start date (employee joining date). I think it is a very annoying bug in Odoo , if any body can help for the same, will be great.

Thanks in advance

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Odoo 13 EE & CE doesn't have this feature. It's now available in Odoo 15 EE through Work Entries.

But you have work a rounds you can create a salary rule in your structure to calculate the "Out of Contract".
You can use a python code rule to get the  Gross and divide it by the days of the month to get the value of 1 salary pay day then use an input to deduct the out of contract days.

For Example:
    result = - ( (GROSS divided by 30) * inputs.OUT_OF_CONTRACT.amount)

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.พ. 20
3912
how to manage variable-based salaries? แก้ไขแล้ว
2
ม.ค. 25
1393
Date in salary rules? แก้ไขแล้ว
2
ธ.ค. 24
2454
2
ส.ค. 24
11581
1
มี.ค. 24
2479