Search found 3 matches

by ironhawk1307
Sun Jun 02, 2024 5:17 am
Forum: Developers
Topic: Plugin Development Env Setup
Replies: 1
Views: 28

Plugin Development Env Setup

I'm currently working on developing a plugin for Open Dental and need a sample plugin codebase to get started. I tried accessing the example at this link, but I'm having trouble downloading it. Can anyone assist me with setting up the Open Dental plugin environment? Thank you in advance for your help!
by ironhawk1307
Fri Jan 05, 2024 12:35 am
Forum: Advanced Topics
Topic: How can I FIlter by PayType?
Replies: 0
Views: 5128

How can I FIlter by PayType?

I've below query ortho payments here I also want to filter by Payment Group currently I can able to filter by payment PayType SELECT SUM(amt) AS total_sum FROM ( SELECT payment.PayDate AS DatePay, MAX(CONCAT(patient.LName, ', ', patient.FName, ' ', patient.MiddleI)) AS lfname, GROUP_CONCAT(DISTINCT ...
by ironhawk1307
Fri Jan 05, 2024 12:34 am
Forum: Main Forum
Topic: How can I FIlter by PayType?
Replies: 0
Views: 5154

How can I FIlter by PayType?

I've below query ortho payments here I also want to filter by Payment Group currently I can able to filter by payment PayType SELECT SUM(amt) AS total_sum FROM ( SELECT payment.PayDate AS DatePay, MAX(CONCAT(patient.LName, ', ', patient.FName, ' ', patient.MiddleI)) AS lfname, GROUP_CONCAT(DISTINCT ...