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

Assist in reconciling BCOL deposits #19662

Closed
seeker25 opened this issue Feb 1, 2024 · 0 comments
Closed

Assist in reconciling BCOL deposits #19662

seeker25 opened this issue Feb 1, 2024 · 0 comments
Assignees
Labels
Pay Work for Pay Team

Comments

@seeker25
Copy link
Collaborator

seeker25 commented Feb 1, 2024

Met with Patty, saw how she did it in excel, wrote a simple query.
She also went over the disbursements, but we'll address those at a later time.

We're trying to get the Piranha files to store in the DW.

select date_applied::date, To_Char(date_applied::date, 'Day') as weekday, count(*), -sum(total_amt) as total_amt from bconline_billing_record bbr where fee_code in ('EFT') group by date_applied::date

Went over disbursements for BCOL as well, for the future.

fee_code type:
EFT -> Deposits
OLBPYMT -> Partner disbursements

Rajandeep is building this into a DW view

image

[Jun 16, 10:20:46] - TOTAL DEPOSITS: [$167215.96] from [194] customers' FI accounts. <--

@seeker25 seeker25 added the Pay Work for Pay Team label Feb 1, 2024
@seeker25 seeker25 self-assigned this Feb 1, 2024
@seeker25 seeker25 closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pay Work for Pay Team
Projects
None yet
Development

No branches or pull requests

1 participant