Rounding of numbers in Quotation

Hi All

It appears to me that in the Quotations module when a calculation is done on a line the mathematical rounding only occurs on the total, whereas some of our customers and a lot of reading that I have done suggests that rounding should be done at every stage.

Meaning that SuiteCRM appears to sum up unrounded totals and then sums the the end total, whereas the correct way is to sum up rounded totals.

I have done some brief research
http://makandracards.com/makandra/1505-invoices-how-to-properly-round-and-calculate-totals

https://www.drupal.org/node/686362

Does anyone have any comments?
If I decide to do

Round(Price)-Round(Discount)+Round(Tax)=Round(Total) where would I handle this?

You would handle this in AOS_Products_Quotes line_items.js. A file of the same name in AOS_Products_Quotes in custom would be upgrade safe.