Skip to content
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

implement PayKonnect 360 #53

Merged
merged 17 commits into from
Apr 2, 2024
Merged

implement PayKonnect 360 #53

merged 17 commits into from
Apr 2, 2024

Conversation

kshitesh
Copy link
Contributor

@kshitesh kshitesh commented Mar 18, 2024

https://rippling.atlassian.net/browse/BENPNP-5, https://rippling.atlassian.net/browse/INSURANCE-74722

implement paykonnect 360

Majority of this is taken from existing ascensus 360 apart from field name changes.

For paykonnect 180, I was asked to remove errors if dob is not present. We should still upload irrespective of this

@kshitesh kshitesh requested a review from a team as a code owner March 18, 2024 08:16
@kshitesh kshitesh requested a review from codewizzy March 18, 2024 08:16
@kshitesh kshitesh removed the request for review from codewizzy March 26, 2024 06:46
@kshitesh kshitesh requested a review from a team as a code owner March 26, 2024 06:47
eds.ssn = ssn
eds.effective_date = effective_date
eds.deduction_type = deduction_type
eds.value = Decimal(value) # type: ignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you need to type: ignore ?

Copy link
Contributor Author

@kshitesh kshitesh Apr 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EmployeeDeductionSetting.value is given as float. But from other 401k apps that are implemented, it was always declared as Decimal in flux-apps.

Copy link
Contributor

@pshanmukrao pshanmukrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@kshitesh kshitesh merged commit eac0ba7 into main Apr 2, 2024
3 checks passed
@kshitesh kshitesh deleted the BENPNP-5 branch April 2, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants