dirigible icon indicating copy to clipboard operation
dirigible copied to clipboard

[UI] Reports - Consistant percision formatting for numbers

Open TIVMOF opened this issue 1 year ago • 0 comments

Numeric values are currently displayed without consistent precision formatting (e.g., 30 instead of 30.00). By convention, numeric values (such as float and double) should include a fixed number of decimal places to ensure clarity and consistency, particularly in contexts such as financial or scientific data.

Precision formatting should be applied by checking if the field in the column is a numeric type (e.g., float, double) and ensuring values are displayed with a consistent number of decimal places, such as two decimals (30.00).

image

TIVMOF avatar Dec 11 '24 06:12 TIVMOF