12 Commits

Author SHA1 Message Date
9f9617ca45 Add development documentation and enhance SPA navigation with category/item detail views
- Add DEVELOPMENT.md with complete LXC environment setup guide
- Implement dynamic category tree with item navigation in sidebar
- Add category detail view with items list via AJAX
- Add item edit form with delete functionality
- Enhance SPA routing to support query parameters for categories/items
- Update Bootstrap styling with icons and improved navigation
- Include SQLite database in repository for development
2025-11-12 09:51:01 +01:00
bbc57a9d53 Implement category tree in sidebar using PHP-generated HTML to avoid Twig recursion issues 2025-11-12 08:40:22 +01:00
5549c67eb5 Replace sidebar menu with collapsible category tree showing items 2025-11-12 08:36:40 +01:00
8f072292c1 Organize scattered PHP files into scripts/ and tests/ directories 2025-11-12 08:34:20 +01:00
bfea1f4dfe Fix image update in edit, QR code generation and translations 2025-11-11 18:21:40 +01:00
3ff85b8143 Translate list action buttons; add debug logging for item updates 2025-11-11 18:13:24 +01:00
b1ce2ce3aa Add display of current image in edit modal 2025-11-11 18:09:51 +01:00
ec8beab484 Add close button to print QR page; fix QR generation to use file_put_contents 2025-11-11 18:04:57 +01:00
4ed2f075a6 Add enctype='multipart/form-data' to forms for file upload support 2025-11-11 18:03:42 +01:00
9fb5066f9b Change QR code output to SVG to avoid GD dependency; fix permissions for uploads 2025-11-11 18:02:19 +01:00
a15c976106 Add new fields to items: id_code, image, location; implement QR code generation and printing; update translations and UI 2025-11-11 17:59:23 +01:00
921a74bbe2 first commit 2025-11-11 17:00:02 +01:00