mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] l10n_us_hr_payroll: LA Louisiana simplify SIT calculation
This commit is contained in:
@@ -31,15 +31,8 @@ def la_louisiana_state_income_withholding(payslip, categories, worked_days, inpu
|
|||||||
dependent_rate = payslip.rule_parameter('us_la_sit_dependent_rate')
|
dependent_rate = payslip.rule_parameter('us_la_sit_dependent_rate')
|
||||||
|
|
||||||
annual_wage = wage * pay_periods
|
annual_wage = wage * pay_periods
|
||||||
|
|
||||||
effect_cap = 0.0
|
effect_cap, multiplier = tax_table[0]
|
||||||
multiplier = 0.0
|
|
||||||
if filing_status == 'single':
|
|
||||||
effect_cap = 12500.00
|
|
||||||
multiplier = 1.60
|
|
||||||
elif filing_status == 'married':
|
|
||||||
effect_cap = 25000.00
|
|
||||||
multiplier = 1.65
|
|
||||||
|
|
||||||
after_credits_under = (2.100 / 100) * (((personal_exemptions * exemption_rate) +
|
after_credits_under = (2.100 / 100) * (((personal_exemptions * exemption_rate) +
|
||||||
(dependent_exemptions * dependent_rate)) / pay_periods)
|
(dependent_exemptions * dependent_rate)) / pay_periods)
|
||||||
|
|||||||
Reference in New Issue
Block a user