Page 1 of 1

Bug report: claim payment entry

Posted: Mon Sep 08, 2008 1:51 pm
by alexei
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