speedynyc / trader-dss

Automatically exported from code.google.com/p/trader-dss
0 stars 0 forks source link

numeric fields in the database should be rounded to two or three decimal places in the web interface #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
the numeric fields in the database have all been changed to type 'numeric' in 
the latest version. This means that the web interface is cluttered with 12 or 
more least significant numbers. The web interface should round them on 
presentation removing the need for round(field, 2) in queries.

Original issue reported on code.google.com by peter.st...@1ab.ltd.uk on 24 Feb 2011 at 9:14