03.01.26
This commit is contained in:
16
src/App.jsx
16
src/App.jsx
@@ -141,6 +141,7 @@ const lotData = [
|
|||||||
})},
|
})},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
const context = "{'purchase': None, 'client': None, 'supplier': None, 'sale': None, 'product': None}";
|
||||||
const kpis = [
|
const kpis = [
|
||||||
{
|
{
|
||||||
title: "PNL ($)",
|
title: "PNL ($)",
|
||||||
@@ -156,13 +157,14 @@ 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'],[["id", ">", 0]],'exec_window',{
|
action: () => openInTryton(
|
||||||
purchase: "None",
|
"open.position.report",
|
||||||
client: "None",
|
undefined,
|
||||||
supplier: "None",
|
["tree"],
|
||||||
sale: "None",
|
[["id", ">", 0]],
|
||||||
product: "None"
|
"exec_window",
|
||||||
})
|
context
|
||||||
|
)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Amount to pay ($)",
|
title: "Amount to pay ($)",
|
||||||
|
|||||||
Reference in New Issue
Block a user