04.01.26
This commit is contained in:
@@ -119,7 +119,7 @@ const lotData = [
|
|||||||
group: 'by_physic',
|
group: 'by_physic',
|
||||||
origin: '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,
|
purchase: null,
|
||||||
sale: null,
|
sale: null,
|
||||||
shipment: null,
|
shipment: null,
|
||||||
@@ -129,7 +129,7 @@ const lotData = [
|
|||||||
group: 'by_physic',
|
group: 'by_physic',
|
||||||
origin: '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,
|
purchase: null,
|
||||||
sale: null,
|
sale: null,
|
||||||
shipment: null,
|
shipment: null,
|
||||||
@@ -161,7 +161,7 @@ const kpis = [
|
|||||||
"open.position.report",
|
"open.position.report",
|
||||||
undefined,
|
undefined,
|
||||||
["tree"],
|
["tree"],
|
||||||
[["id", ">", 0]],
|
'[["id", ">", 0]]',
|
||||||
"exec_window",
|
"exec_window",
|
||||||
context
|
context
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user