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: Added Tax table and improved Test case for KY Kentucky 2020
This commit is contained in:
@@ -31,3 +31,5 @@ class TestUsKYPayslip(TestUsPayslip):
|
||||
self._test_sit(3020, 0.0, 'monthly', date(2020, 1, 1), 139.96)
|
||||
self._test_sit(1500, 0.0, 'bi-weekly', date(2020, 1, 1), 69.90)
|
||||
self._test_sit(1500, 10.0, 'bi-weekly', date(2020, 1, 1), 79.90)
|
||||
self._test_sit(750, 00.0, 'weekly', date(2020, 1, 1), 34.95)
|
||||
self._test_sit(7000, 0.0, 'semi-monthly', date(2020, 1, 1), 344.48)
|
||||
|
||||
Reference in New Issue
Block a user