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

1
test_trans.php Normal file
View File

@@ -0,0 +1 @@
<?php require "config.php"; global $translator; echo $translator->trans("Category not found");