Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
1763 Vistas

Has anyone found a solution for calculating taxes and dispersants of payroll checks directly on Odoo?

Its frustrating that Odoo does not have a solution outside of Belgium for this.

Avatar
Descartar
Mejor respuesta

If you have Enterprise you have to create your own programming. I created work entries for each type of activity (sick, vacation, work from home, overtime, etc.). Then create rules based on percentages for each rule. For example Work Entry Type code LEAVE102 is linked to a specific time off (i.e. Personal time). The salary rule looks like this..

Condition Based On: Always True

Computation

Amount Type: Percentage

Percentage based on: contract.hourly_wage

Quantity: worked_days.LEAVE102 and

                worked_days.LEAVE102.number_of_hours

Percentage: 100.00

For taxes you have to create additional salary rules. For example FICA-Social Security would look like this...

Condition based on: Always true

Amount Type: Percentage

Percentage based on: categoried.GROSS

Quantity: 1

Percentage: 6.20

And you could list the Partner as the IRS or EFTPS (Electronic Federal Tax Payment System)

*You would have to create this rule as a deduction so it comes out of the employee portion and then create a duplicate rule that is a company contribution so it does not come out of the employee pay. 

You can use these as the basic formulas to set up all the rules you need. 

*Remember you work entries have to be accurate to reflect the appropriate time off, OT, attendance, etc. or the payslips will not calculate correctly.

Avatar
Descartar
Mejor respuesta

Hello.

You can create your own calculation formula using the module below. This module it 's more simple to work with payroll:

https://apps.odoo.com/apps/modules/13.0/xf_payroll/


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
jul 22
1076
0
dic 19
6743
1
dic 22
4395
2
jul 20
5552
3
dic 21
3926