Allinea i numeri della dashboard tra griglia, funnel e liste di attenzione.
Il funnel mostra stage attuale e cumulato, i KPI escludono Da contattare e le liste usano il totale reale invece del tetto a 20. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -120,6 +120,12 @@ module ApplicationHelper
|
||||
number_to_currency(value.to_f, unit: "€", separator: ",", delimiter: ".", format: "%n %u")
|
||||
end
|
||||
|
||||
def format_conversion_rate(value)
|
||||
return "—" if value.nil?
|
||||
|
||||
"#{value}%"
|
||||
end
|
||||
|
||||
def format_dt(value)
|
||||
return "—" if value.blank?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user