04.01.26
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user