Search found 10 matches

by colellac
Thu Jan 19, 2017 10:16 am
Forum: Main Forum
Topic: Changing font colors
Replies: 5
Views: 12214

Re: Changing font colors

Thank you Arna, I did learn how to do it. My concern is that I just want to change it for my account without affecting the other users. Everyone is used to that color but it drives me nuts especially when entering claims. So can I change the color for my user without affecting the others?
by colellac
Thu Jan 19, 2017 9:53 am
Forum: Main Forum
Topic: Changing font colors
Replies: 5
Views: 12214

Re: Changing font colors

ok. I am referring to the colors in the account tab and then under patient account. You have different colors for payments, insurance, etc. and the color for the default is a hard one to read. Is there a way to change color for one account so that it does not affect the others?
by colellac
Thu Jan 19, 2017 9:30 am
Forum: Main Forum
Topic: Changing font colors
Replies: 5
Views: 12214

Changing font colors

I am wanting to change the color for the default option in patient account. I know how to do this but my question is if I change the default color under my sign in account will the change affect the other accounts or only mine?
by colellac
Tue Jan 05, 2016 6:21 am
Forum: Main Forum
Topic: Insurance Aging Report
Replies: 14
Views: 22414

Re: Insurance Aging Report

While the report that you've been using is not an aging report, it should still be pulling up all open (sent but not received) claims. If it comes up blank, then perhaps you do not have any outstanding claims as defined by the report. What exactly are you looking for when you say you want an insura...
by colellac
Sat Jan 02, 2016 10:38 am
Forum: Main Forum
Topic: Insurance Aging Report
Replies: 14
Views: 22414

Re: Insurance Aging Report

Good morning all. Looking to hopefully get this resolved. I am in need to get this type of report printed but have not been able to accomplish it. I have entered this query and do not get any errors but I also do not get any information. /*Modified 1071 List of outstanding PPO claims excluding speci...
by colellac
Thu Dec 10, 2015 8:27 pm
Forum: Main Forum
Topic: Insurance Aging Report
Replies: 14
Views: 22414

Re: Insurance Aging Report

SET @CarriersToExclude=""*/ The reason why this gave you an error is because you are missing the semicolon at the end of the line and because you have an extra "*/". I realize now that the query that I originally gave you will exclude all carriers if you have SET @CarriersToExclude="";. So I rewrot...
by colellac
Wed Dec 09, 2015 3:14 pm
Forum: Main Forum
Topic: Insurance Aging Report
Replies: 14
Views: 22414

Re: Insurance Aging Report

I am sorry. I may be doing something wrong. first I copied and pasted this /*Modified 1071 List of outstanding PPO claims excluding specific carriers*/ /*Query code written/modified: 12/04/2015*/ SET @CarriersToExclude="Alliance Medical|Moda Insurance";/*Enter carriers separated by a pipe ('|' with...
by colellac
Wed Dec 09, 2015 11:37 am
Forum: Main Forum
Topic: Insurance Aging Report
Replies: 14
Views: 22414

Re: Insurance Aging Report

Thanks again for the reply. I think I got it but before I go forward because I do not want to screw anything up, Does this SQL Query start at this /*Modified 1071 List of outstanding PPO claims excluding specific carriers*/ /*Query code written/modified: 12/04/2015*/ SET @CarriersToExclude="Alliance...
by colellac
Tue Dec 08, 2015 8:16 pm
Forum: Main Forum
Topic: Insurance Aging Report
Replies: 14
Views: 22414

Re: Insurance Aging Report

Hey Chris. Thank you for your reply. Unfortunately what you gave me did not make much sense. Is this coding for the software to have that option? At least that is what it appears to me. If so where do I go to modify this new coding?

Thanks again.
by colellac
Thu Dec 03, 2015 7:02 pm
Forum: Main Forum
Topic: Insurance Aging Report
Replies: 14
Views: 22414

Insurance Aging Report

Is there a way to print an insurance aging report to include only PPO insurance or if I wanted to exclude specific insurances?

Thanks in advance.