Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1766 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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/


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lip 22
1076
0
gru 19
6743
1
gru 22
4395
2
lip 20
5552
3
gru 21
3927