desker/apps/web
Pau Costa Ferrer 30d3ab0686 Add admin reporting dashboard with utilization statistics and downloadable reports
- Implement `+page.svelte` for admin reporting dashboard showing utilization and employee stats.
- Add API endpoints for utilization stats, employee stats, and Excel report export (NestJS).
- Create `ReportsService` and `ReportsModule` for backend logic.
- Introduce `xlsx` package for generating Excel reports.
- Update layout to include "Reports" link for admin users.
- Extend Prisma querying for detailed building, space type, and employee role data.
2026-03-28 16:06:05 +01:00
..
src Add admin reporting dashboard with utilization statistics and downloadable reports 2026-03-28 16:06:05 +01:00
.env Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
package.json Add floorplan editor for admin layout management 2026-03-28 15:15:28 +01:00
postcss.config.js Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
svelte.config.js Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tailwind.config.js Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tsconfig.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
vite.config.ts Add floorplan editor for admin layout management 2026-03-28 15:15:28 +01:00