From 0b0cd9798c3bc46e0ec2b631dd0665f523fc3f74 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sat, 18 Apr 2026 02:23:33 +0300 Subject: [PATCH] Finalize Invoices schema and actions menu --- frontend/src/pages/invoices/InvoicesPage.tsx | 71 +++++++++++++------- 1 file changed, 47 insertions(+), 24 deletions(-) diff --git a/frontend/src/pages/invoices/InvoicesPage.tsx b/frontend/src/pages/invoices/InvoicesPage.tsx index b8e4c5e..0c3bd20 100644 --- a/frontend/src/pages/invoices/InvoicesPage.tsx +++ b/frontend/src/pages/invoices/InvoicesPage.tsx @@ -206,38 +206,61 @@ export const InvoicesPage = () => { {Number(inv.grand_total).toLocaleString('en-US', { minimumFractionDigits: 3 })} - -
+ +
- {inv.status === 'validated' && ( + +
- )} - + + {/* Dropdown Menu */} +
+ + +
+ +
+