mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
TN Tennessee
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from datetime import date
|
||||||
|
from .common import TestUsPayslip
|
||||||
|
|
||||||
|
|
||||||
|
class TestUsTNPayslip(TestUsPayslip):
|
||||||
|
# TAXES AND RATES
|
||||||
|
# todo: 2021 rates not published yet
|
||||||
|
TN_UNEMP_MAX_WAGE = 7000.00
|
||||||
|
TN_UNEMP = 2.7
|
||||||
|
|
||||||
|
def test_2021_taxes(self):
|
||||||
|
self._test_er_suta('TN', self.TN_UNEMP, date(2021, 1, 1), wage_base=self.TN_UNEMP_MAX_WAGE)
|
||||||
Reference in New Issue
Block a user