From 991c9b924e8b18fe647ce69c46a0fe6a95a26216 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 26 Oct 2025 16:55:45 +0000 Subject: [PATCH] Auto commit: 2025-10-26T16:55:45.058Z --- reports.php | 60 ++++++++++++++++++++++++++++++-------------- templates/header.php | 1 + 2 files changed, 42 insertions(+), 19 deletions(-) diff --git a/reports.php b/reports.php index 0b74102..c39e0db 100644 --- a/reports.php +++ b/reports.php @@ -71,25 +71,7 @@ $overdue_invoices = $invoice_statuses['Overdue'] ?? 0; Invoice Status Distribution
-
-
Paid
-
Pending
-
Overdue
-
-
-
-

- Paid -
-
-

- Pending -
-
-

- Overdue -
-
+
@@ -145,6 +127,46 @@ $overdue_invoices = $invoice_statuses['Overdue'] ?? 0; + + diff --git a/templates/header.php b/templates/header.php index 9a785e2..8b087cd 100644 --- a/templates/header.php +++ b/templates/header.php @@ -10,6 +10,7 @@ $page = $page ?? ''; <?php echo htmlspecialchars($title ?? 'Billing'); ?> +