This commit is contained in:
2026-01-03 19:48:08 +01:00
parent a922ba6d4b
commit df88d36e5f

View File

@@ -156,7 +156,13 @@ const kpis = [
trend: "-3% this month", trend: "-3% this month",
trendValue: -3, trendValue: -3,
icon: Gauge, icon: Gauge,
action: () => openInTryton("open.position.report", undefined, ['tree']) action: () => openInTryton("open.position.report", undefined, ['tree'],[["id", ">", 0]],'exec_window',{
purchase: null,
client: null,
supplier: null,
sale: null,
product: null
})
}, },
{ {
title: "Amount to pay ($)", title: "Amount to pay ($)",