Finalized frontend external barcode lookup implementation (references #158)

This commit is contained in:
Bernd Bestel
2025-01-12 13:58:47 +01:00
parent c9ffe4885d
commit c73be7d18e
17 changed files with 160 additions and 59 deletions

10
migrations/0240.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
// This is executed inside DatabaseMigrationService class/context
// This is now a built-in plugin
$filePath = GROCY_DATAPATH . '/plugins/DemoBarcodeLookupPlugin.php';
if (file_exists($filePath))
{
unlink($filePath);
}