Add new fields to items: id_code, image, location; implement QR code generation and printing; update translations and UI

This commit is contained in:
2025-11-11 17:59:23 +01:00
parent 921a74bbe2
commit a15c976106
61 changed files with 5514 additions and 83 deletions

7
check_items.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
require 'vendor/autoload.php';
require 'config.php';
= App\Database\Database::getInstance();
= ->query('SELECT id, name FROM items');
= ->fetchAll(PDO::FETCH_ASSOC);
print_r();