This commit is contained in:
2026-01-04 09:32:38 +01:00
parent 455373972f
commit c425a53ec9

View File

@@ -119,7 +119,7 @@ const lotData = [
group: 'by_physic',
origin: 'physic'
})},
{ status: "Available", count: lot_a, color: "bg-gray-400", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],[["r_lot_matched", ">", 0]],'exec_window',{
{ status: "Available", count: lot_a, color: "bg-gray-400", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],'[["r_lot_matched", ">", 0]]','exec_window',{
purchase: null,
sale: null,
shipment: null,
@@ -129,7 +129,7 @@ const lotData = [
group: 'by_physic',
origin: 'physic'
})},
{ status: "All", count: lot_al, color: "bg-sky-600", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],[["r_lot_matched", ">", 0]],'exec_window',{
{ status: "All", count: lot_al, color: "bg-sky-600", onClick: () => openInTryton("lot.report", undefined, ['tree', 'form'],'[["r_lot_matched", ">", 0]]','exec_window',{
purchase: null,
sale: null,
shipment: null,
@@ -161,7 +161,7 @@ const kpis = [
"open.position.report",
undefined,
["tree"],
[["id", ">", 0]],
'[["id", ">", 0]]',
"exec_window",
context
)