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

Build views to join PAY/CAS - AR Invoices - Online Banking / PAD / Routing Slips #18432

Closed
seeker25 opened this issue Nov 2, 2023 · 0 comments
Assignees
Labels
Pay Work for Pay Team

Comments

@seeker25
Copy link
Collaborator

seeker25 commented Nov 2, 2023

select ir.invoice_number, i.id, total, invoice_status_code, payment_method_code, art.txn_amount as cas_total from invoices i join invoice_references ir on i.id = ir.invoice_id join cas.ar_transactions art on art.txn_number = ir.invoice_number where payment_method_code in ('PAD', 'ONLINE_BANKING', 'INTERNAL') and total > 0 and art.txn_type = 'BC_REGISTRIES';

@seeker25 seeker25 self-assigned this Nov 7, 2023
@seeker25 seeker25 added Pay Work for Pay Team Pay Ops and removed Pay Ops labels Nov 7, 2023
@seeker25 seeker25 changed the title Build views to join PAY/CAS - AR Build views to join PAY/CAS - AR - Online Banking / PAD Nov 17, 2023
@seeker25 seeker25 changed the title Build views to join PAY/CAS - AR - Online Banking / PAD Build views to join PAY/CAS - AR - Online Banking / PAD / Routing Slips Nov 17, 2023
@seeker25 seeker25 changed the title Build views to join PAY/CAS - AR - Online Banking / PAD / Routing Slips Build views to join PAY/CAS - AR Invoices - Online Banking / PAD / Routing Slips Nov 17, 2023
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