Bug report: claim payment entry

For users or potential users.
Post Reply
alexei
Posts: 57
Joined: Tue Nov 20, 2007 1:26 pm

Bug report: claim payment entry

Post by alexei » Mon Sep 08, 2008 1:51 pm

Relatively minor, but thought you should know:

When I use the "Assign Deductible to selected procedure" button on the Enter Payment screen, there's an error in the recalculations. I can see that it doesn't take into account the selection of "Apply deductible before %" (though the initial estimate does).

Code: Select all

Billed	Deduct	Ins Est	Ins Pay
135	   50       68        68         (80%)
327	   0        163.5     163.5      (50%)

should be, after moving the deductible:

135	   0         108       108
327	   50        138.5     138.5

but is:

135	   0        118       118
327	   50       113.5     113.5
Maybe it could be fixed by recalculating from the start, instead of using the initial estimate and then adding & subtracting the deductible.

Thanks for the good work.

--Alexei

Post Reply