How should 4 decimals places behave, being simple yet powerful
Posted
by vener
on Stack Overflow
See other posts from Stack Overflow
or by vener
Published on 2010-04-14T14:24:14Z
Indexed on
2010/04/14
14:33 UTC
Read the original article
Hit count: 136
I have a UI question that troubled me on the best method to handle 4 decimal places for prices.
In an table already cramped full of data, I would want to simplified the interface to make it not so cluttered. The actual current UI is shown below.
http://i41.tinypic.com/bg5tub.jpg
The problem is, for a unit price/units/D.Price and Dis.(Discount) to have 4 decimal places ($0.3459) is quite rare but it still happens (5 in 100 entries). This will result a lot of junk decimal places, cluttering up the interface.
What is the best solution to this problem? In short, I want to declutter it yet maintain the precision. Note: This is web app
© Stack Overflow or respective owner