Delete useless zero

is there anywhere to delete useless zero front of digits for example in stock entry in item defination on opening stock we have for example 25.00 and on some reports and this zero what is for ?

If field type is Currency or Float, then it will have value in the decimal place by default. If there is no value in the decimal place, then zero will be hidden in the Print Format, and as per your usecase, only 25 will be visible.

1 Like