From df88d36e5f9d0eca82068404547d29732eaf19f9 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 19:48:08 +0100 Subject: [PATCH] 03.01.26 --- src/App.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 232f6134..79c982e7 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -156,7 +156,13 @@ const kpis = [ trend: "-3% this month", trendValue: -3, 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 ($)",