diff --git a/src/App.jsx b/src/App.jsx index 25004feb..44f674cc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -186,6 +186,9 @@ const cards = [ value: inv_p, trend: "-2% this week", icon: Receipt, + amountInvoiced: 100523, + amount30Days: 456147, + amount60Days: 847512, action: () => openInTryton("account.invoice", undefined, ['tree','form'],[['type', '=', 'in']]) }, { @@ -194,6 +197,9 @@ const cards = [ value: inv_s, trend: "+2% this week", icon: FileText, + amountInvoiced: 100523, + amount30Days: 456147, + amount60Days: 847512, action: () => openInTryton("account.invoice", undefined, ['tree','form'],[['type', '=', 'out']]) }, { @@ -202,6 +208,9 @@ const cards = [ value: move_cash, trend: "+12% this week", icon: HandCoins, + amountInvoiced: 100523, + amount30Days: 456147, + amount60Days: 847512, action: () => openInTryton("account.move", undefined, ['tree','form'],[['journal', '=', 3]]) }, // { @@ -525,7 +534,7 @@ export default function App() {
- */} + +