Some products are sold to more decimal places than others. Currently the system can either round to 2 decimals or use what the currency decimal is set to.
It would be useful for the quote table to dynamically output the number of decimals for the product price based on if they were required or not. For example:
0.8900 could display as 0.89
0.7519 should stay as is.
This would be a great feature for the discount percentage as well. E.G. a 30.00% discount would display as 30% and a 33.33% discount would display as-is. For the price, ideally the user should have the ability to choose the number of decimal places, in the same way that one does when formatting an Excel spreadsheet.