Showing Payment Method in Superbill report

I wanna show a payment method column that showed in red box. I tried many times but still failed to work. Anyone can help me. Thanks.

you’d have to customize the script to pull in payment info from the ar_activity table openemr/custom_report_range.php at 405428d6af8fcb8d7b7bef4b4789a06524ec476f · openemr/openemr · GitHub

have you looked at the output of the patient ledger as an alternative?

I did add a “method” column in custom_report_range.php but failed to pull in the payment method info from ar_session table. Actually I wanna show the payment_method in cash, online transfer or credit card that paid by patient. Is it possible to show the payment_method in custom_report_range.php?

currently it’s not coded to pull in any payment details, only charges

It’s not possible to write a new function to pull in the payment method in superbill?

So if we going to check how many patient come on sertain date and what payment method they used and how much they spent?

try reports->financial->cash rec

I really appreciate for your help, but if I wanna pull in the payment method info according different patient by customizing the coding, isn’t it possible?

sure, that’s suggested in this case