Dashboard
💡
Feature → Backend + Frontend
The Dashboard feature is split into two parts:
1. Backend – Implements two reports:
-
AggregatedReport: Combines AggregatedSalesByCustomer and AggregatedSummary.
-
DashboardReport: Includes DashboardMonthlySale, DashboardPendingPayments, and DashboardTopCustomers.
2. Frontend – Provides a structured layout to display the dashboard.