-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Employer side payroll parameters #2669
add Employer side payroll parameters #2669
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2669 +/- ##
==========================================
- Coverage 98.54% 98.52% -0.02%
==========================================
Files 14 14
Lines 2609 2585 -24
==========================================
- Hits 2571 2547 -24
Misses 38 38
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@bodiyang This PR is looking good. I think the one CI failure is pointing towards at least one other place to update the parameter. See |
This failure should be solved after the PR get merged, I think we don't need to make change here ~ because it is a comparison between the values read from the url of ptaxes0.json file and the values in the test file. As I have made the change in ptaxes0.json, this test failure will be solved as the PR get merged and the url get updated to the new values. |
@bodiyang -- you are correct. Let me review one more time and let this sit for a day before merging. But it's looking good to me. Thanks. |
Thanks for this PR @bodiyang. This will break backwards compatibility, so I think we'll want to merge this into the V4 branch. |
@bodiyang, I've just updated the |
Have redirected to |
@bodiyang I've merged your PR into the |
This PR address the employer side payroll tax offset issue. This PR will split the payroll tax parameters, FICA_mc_trt and FICA_ss_trt, into four parameters on the employer side and employee side, as FICA_mc_trt_employer, FICA_mc_trt_employee and FICA_ss_trt_employer, FICA_ss_trt_employee