This setting was intended for countries which do not hold all coins. Under Settings/General Settings Supervisor, the type of rounding for discounts can now be set-up. Up to now this was fixed to 2 decimal places. A value of 1 is e.g. rounded to 10 cent. Field: roundd. Attention: the templates for the invoices have to be changed by the user manually. r_invoice01*.*, r_invoice02*.* value of a row: instead of ROUND(...,2), now ROUND(...,g_roundd). The fixed 2 is now replaced by the variable g_roundd.