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

26465 - PAY-JOBS - EFT Refund cheque support #1930

Merged
merged 36 commits into from
Mar 20, 2025
Merged

Conversation

seeker25
Copy link
Collaborator

Issue #:
bcgov/entity#26465

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-pay license (Apache 2.0).

return f"{current_app.config.get('CGI_AP_DISTRIBUTION')}{cls.EMPTY:<16}"
case EjvFileType.EFT_REFUND:
case APFlow.EFT_TO_CHEQUE | APFlow.EFT_TO_EFT:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Need same GL for EFT regardless if it's cheque or not

return f"{current_app.config.get('BCA_SUPPLIER_LOCATION'):<3}"
case EjvFileType.REFUND:
case APFlow.ROUTING_SLIP_TO_CHEQUE | APFlow.EFT_TO_CHEQUE:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Need the supplier override for cheque

return f"{current_app.config.get('BCA_SUPPLIER_NUMBER'):<30}"
case EjvFileType.REFUND:
case APFlow.ROUTING_SLIP_TO_CHEQUE | APFlow.EFT_TO_CHEQUE:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Need the supplier override for cheque

return f"{current_app.config.get('BCA_SUPPLIER_NUMBER'):<9}"
case EjvFileType.REFUND:
case APFlow.ROUTING_SLIP_TO_CHEQUE | APFlow.EFT_TO_CHEQUE:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Need the supplier override for cheque

@seeker25
Copy link
Collaborator Author

Will do side by side comparison with old code vs new code tomorrow with prod secrets

@seeker25 seeker25 marked this pull request as ready for review March 20, 2025 18:55
@seeker25
Copy link
Collaborator Author

seeker25 commented Mar 20, 2025

Side by side passed, looks the same for EFT -> EFT and routing slip -> CHEQUE (except for immediate)

@seeker25 seeker25 merged commit f98faa9 into bcgov:main Mar 20, 2025
4 checks passed
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.

2 participants