Files
ERP-core/Backend/ERPCore/Dtos
Sasanka b12adebaa0 feat: add dashboard overview stats endpoint and UI integration
- Implemented `GET /dashboard/stats` in `DashboardController` to provide aggregate counts for stock, GRN, and procurement.
- Created `DashboardStatsDto` and `WarehouseValuationDto` to structure the response data.
- Developed `DashboardService` to fetch and compute necessary statistics from the database.
- Added `IDashboardService` interface for service abstraction.
- Introduced API client methods in `dashboard.ts` for frontend consumption of the new endpoint.
- Defined TypeScript types for dashboard data in `dashboard.ts` to ensure type safety in the frontend.
- Updated UI components in the frontend to reflect changes in the dashboard, including styling adjustments and removal of unused icons.
2026-07-28 14:59:09 +05:30
..
2026-07-18 23:42:58 +05:30
2026-07-17 00:23:33 +05:30
2026-07-17 00:23:33 +05:30
2026-07-17 00:23:33 +05:30
2026-07-23 19:54:56 +05:30
2026-07-17 00:23:33 +05:30
2026-07-18 23:42:58 +05:30
2026-07-17 14:27:51 +05:30
2026-07-23 19:54:56 +05:30