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:
2026-09-02 23:23:20 +02:00
co-authored by Cursor
parent 936930e691
commit 8f73105dfe
7 changed files with 271 additions and 85 deletions
+6
View File
@@ -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?