We delayed moving to a new software package when Actinic finally got around to releasing 3.10 which included the ability to price to four decimal places. Yay. BUT ...
Why don't you TEST this stuff?
We sell a product by the centimetre for .0695p. A metre is therefore £6.95. 1.5 metres is £10.425. The item cost is (correctly) shown as £10.43 on the receipt line item. But on the screen it is shown as £10.42. The customer tenders £10.42. This is shown on the receipt. However the final price on the receipt, including VAT, is shown as £10.43. So it would appear that the calculation that is shown on the screen rounds DOWN while the calculation for the final price is rounded UP.
So, whenever we sell this type of product, we have a rounding error on the till and on the receipt (twice). And each time we lose 1p AND we look stupid when the customer looks at the till receipt.
This bug tells me three things (as a solutions architect):
1. You have multiple price calculation routines. How stupid is that? Do you live in Spaghettiville?
2. Your developers (I assume there was more than one involved in this debacle) don't understand the standard Swedish financial rounding process. Or at least one of them doesn't.
3. Oh, and your testers didn't test. Again. No change there, then.
Thanks, Actinic.
This needs to be fixed and released PRONTO, along with the other errors mentioned in these threads. As I said in the previous thread, STOP and FIX. "Some future release" doesn't get it. Fix and release on a regular basis.
Why don't you TEST this stuff?
We sell a product by the centimetre for .0695p. A metre is therefore £6.95. 1.5 metres is £10.425. The item cost is (correctly) shown as £10.43 on the receipt line item. But on the screen it is shown as £10.42. The customer tenders £10.42. This is shown on the receipt. However the final price on the receipt, including VAT, is shown as £10.43. So it would appear that the calculation that is shown on the screen rounds DOWN while the calculation for the final price is rounded UP.
So, whenever we sell this type of product, we have a rounding error on the till and on the receipt (twice). And each time we lose 1p AND we look stupid when the customer looks at the till receipt.
This bug tells me three things (as a solutions architect):
1. You have multiple price calculation routines. How stupid is that? Do you live in Spaghettiville?
2. Your developers (I assume there was more than one involved in this debacle) don't understand the standard Swedish financial rounding process. Or at least one of them doesn't.
3. Oh, and your testers didn't test. Again. No change there, then.
Thanks, Actinic.
This needs to be fixed and released PRONTO, along with the other errors mentioned in these threads. As I said in the previous thread, STOP and FIX. "Some future release" doesn't get it. Fix and release on a regular basis.
Comment