[IMP] l10n_us_hr_payroll: Added Tax table and improved Test case for KY Kentucky 2020

This commit is contained in:
Bhoomi Vaishnani
2020-08-21 12:31:02 -04:00
parent dfe3fa8f13
commit 4e7eecee52
2 changed files with 4 additions and 0 deletions

View File

@@ -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)