GestionTablets/templates
ijuanes d3d1fb1b32 feat(non-loanable-devices): implement non-loanable device management
- Add non_loanable_devices table to database schema
- Add web interface routes: /non_loanable_devices, /add_non_loanable_device, /edit_non_loanable_device, /delete_non_loanable_device
- Add CLI menu options 8-10 for non-loanable device management
- Add templates for non-loanable device CRUD operations
- Update README.md with new feature documentation
- Update REQUIREMENTS.md marking non-loanable devices as implemented
- Add gestiontablets.sh script

Implements: #porDefinir Registrar nuevos dispositivos no prestables
2026-06-09 23:54:38 +01:00
..
add_non_loanable_device.html feat(non-loanable-devices): implement non-loanable device management 2026-06-09 23:54:38 +01:00
add_tablet.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
add_user.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
base.html feat(non-loanable-devices): implement non-loanable device management 2026-06-09 23:54:38 +01:00
edit_non_loanable_device.html feat(non-loanable-devices): implement non-loanable device management 2026-06-09 23:54:38 +01:00
history.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
index.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
loan_tablet.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
non_loanable_devices.html feat(non-loanable-devices): implement non-loanable device management 2026-06-09 23:54:38 +01:00
project_management.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
user_loans.html feat(loans): add search and expandable past loans to user loans view 2026-06-04 01:00:17 +01:00