30.12.25
This commit is contained in:
@@ -87,9 +87,9 @@ const data = [
|
||||
];
|
||||
|
||||
const purchaseData = [
|
||||
{ status: "Draft", count: draft_p, color: "bg-teal-200", onClick: () => openInTryton("purchase.purchase", undefined, ['tree', 'form'],[['state', '=', 'draft']])},
|
||||
{ status: "Validated", count: val_p, color: "bg-cyan-200", onClick: () => openInTryton("purchase.purchase", undefined, ['tree', 'form'],[['state', '=', 'quotation']]) },
|
||||
{ status: "Confirmed", count: conf_p, color: "bg-blue-200", onClick: () => openInTryton("purchase.purchase", undefined, ['tree', 'form'],[['state', '=', 'confirmed']]) },
|
||||
{ status: "Draft", count: draft_p, color: "bg-teal-600", onClick: () => openInTryton("purchase.purchase", undefined, ['tree', 'form'],[['state', '=', 'draft']])},
|
||||
{ status: "Validated", count: val_p, color: "bg-gray-500", onClick: () => openInTryton("purchase.purchase", undefined, ['tree', 'form'],[['state', '=', 'quotation']]) },
|
||||
{ status: "Confirmed", count: conf_p, color: "bg-blue-700", onClick: () => openInTryton("purchase.purchase", undefined, ['tree', 'form'],[['state', '=', 'confirmed']]) },
|
||||
];
|
||||
|
||||
const saleData = [
|
||||
|
||||
Reference in New Issue
Block a user