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'); ?> +