Commit Graph

10 Commits

Author SHA1 Message Date
98e04de0be feat: finalize navigation integration and permissions
Add Reports section to menuconfig with Operational submenu. Add Schedules
link to Payroll submenu. Update Layout2 with role-based visibility:
Operations (roles 1-4), Services (roles 1-6), Reports (roles 1-2).
Add activeSection matching for /app/schedules and /app/operational-reports
routes. Verified .env.example has JWT_SECRET entries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:54:52 +00:00
f2a0460c88 feat: add employee scheduling and operational reports
Add weekly shift scheduling grid with morning/afternoon/night/off cycles
and bulk save. Add operational reports with occupancy, revenue by room
type, booking sources, and guest satisfaction KPIs using CSS-based
visualizations. Register both route sets in backend app.js and frontend
App.jsx.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:54:44 +00:00
b0887286c1 feat: add housekeeping, room service, and events modules
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:48:23 +00:00
785b1f0925 feat: add guest management with profiles and stay history
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:41:24 +00:00
baf52dc478 feat: add reservations module with status state machine
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:37:11 +00:00
45a027694d feat: add room dashboard with KPI bar and floor grid
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:33:08 +00:00
74e2bed34d feat: add dark theme design system with gold accents
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:27:47 +00:00
a77aefa440 feat: add react-i18next bilingual support (ES/EN)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:23:52 +00:00
6b5e270984 feat: upgrade authentication to JWT with refresh tokens
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:20:13 +00:00
Consultoria AS
0211bea186 Commit inicial - Sistema de Gestion Hotelera Hacienda San Angel
- Backend Node.js/Express con PostgreSQL
- Frontend React 19 con Vite
- Docker Compose para orquestacion
- Documentacion completa en README.md
- Scripts SQL para base de datos
- Configuracion de ejemplo (.env.example)
2026-01-17 18:52:34 -08:00