You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
The text was updated successfully, but these errors were encountered:
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
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
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
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';
The text was updated successfully, but these errors were encountered: