From cb1592daedcc920ab0037d83ed727e03aadf1644 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 11:29:49 +0100 Subject: [PATCH] 03.01.26 --- src/App.jsx | 81 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 76 insertions(+), 5 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 45f1667b..83b99519 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -538,8 +538,7 @@ export default function App() { /> - {/* Cards KPI */} - {cards.map((card) => { + {/* {cards.map((card) => { const Icon = card.icon; const bar_data = [ { label: "Invoiced", invoiced: card.amountInvoiced }, @@ -573,12 +572,84 @@ export default function App() { barRadius={9} /> - {/* */} + ); - })} + })} */} + +
+ Sale Invoices + +
+ +
+ + {/* TO VALIDATE */} + + + {/* POSTED */} + + +
+
+ +
+ Purchase Invoices + +
+ +
+ + {/* TO VALIDATE */} + + + {/* POSTED */} + + +
+
Payments