- Updated the date calculations in the DashboardService to use the `invoice_date` field instead of `created_at` for querying previous totals and monthly data. - Changed the date variables to return only the date part, improving clarity and consistency in date handling. These changes enhance the accuracy of invoice data retrieval in the dashboard service.