Page 1 of 1

possible bug in timer function

Posted: Tue Oct 10, 2006 2:37 am
by small
I was using the timer and the sub total was wrong. it some how added a penny more than the sale.

Rounding error

Posted: Tue Oct 10, 2006 10:00 am
by Dale Harris
Small,

This is actually a rounding error that happens when you do not round the time and end up with something like 4.417 time units. In the example you sent to me the actual charge would be .8834 which was rounded to .88 for the line price but rounded to .89 for the Sub Total. This happens sometimes but when I have tried to fix it other things go haywire. So we are going to have to live with it at present.