Restored staged changes of 27f9d70b56

This commit is contained in:
Bernd Bestel
2024-03-15 18:48:51 +01:00
parent 402d98757e
commit b26dfe3fb0
3 changed files with 64 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ Example: Button "**P** Add as new product" can be "pressed" by using the `P` key
Products can be directly added to the database via looking them up against external services by a barcode.
This is currently only possible through the REST API.
This can be done in-place using the product picker workflow "External barcode lookup (via plugin)" (the workflow dialog is displayed when entering something unknown in any product input field).
There is no plugin included for any service, see the reference implementation in `data/plugins/DemoBarcodeLookupPlugin.php`.