Commit Graph
3 Commits
Author SHA1 Message Date
snlavaise 7b2de130e1 fix: update server package-lock.json and use npm install in Dockerfile 2026-08-10 07:52:06 +00:00
snlavaise 705c200f1b Migrate to MariaDB backend and fix bed management
- Switch from SQLite to MariaDB for database backend
- Fix bed state updates on admission (iniciarInternacion)
- Fix bed updates on admission edit (actualizarInternacion)
- Fix bed updates on discharge (finalizarInternacion): delete if fuera de area, mark available otherwise
- Fix NuevoIngreso to wait for cama creation before creating internacion
- Fix patient undefined check in Cultivos
- Update CORS to allow all origins
- Remove unused files
2026-04-24 10:50:05 -03:00
snlavaise 714a43fd38 Initial commit: Sistema de Gestión Hospitalaria 2026-04-12 20:52:43 -03:00