grocy/services
Katharina Bogad 2471e78188
Grocycode, label printing (#1500)
* Grocycode: Productpicker, StockService

* Grocycode: Datamatrix generation

* Grocycode: Display in UI, make Images downloadable

* Grocycode: Do not show on product card

* Grocycode: Stockentry Label view

* Grocycode: Webhooks & Labelprinter Feature

* Grocycode: Manual Label printing

* Grocycode: Print Label from product form

* Quagga2: use zxing for DataMatrix recognition

* Grocycode: Default settings for label printing

* Prepare merge of master

* Grocycode: docs

* Docs: label printing webhook

* Review

- "grocy" is currently written lower-case everywhere, so let's do this also for "grocycode"
- Unified phrases / capitalization
- Minor UI adjustments (mainly context menu item ordering / ordering/spacing on product edit page)
- Documented API changes for Swagger UI (grocy.openapi.json)
- Reverted German localizations (those are managed via Transifex; would cause conflicts when manually edited - will import them later there)
- Reverted a somehow messed up localization string (productform/help text for `cumulate_min_stock_amount_of_sub_products`)
- Suppress deprecation warnings when generating Datamatrix PNG (otherwise the PNG is invalid, https://github.com/jucksearm/php-barcode/issues/3)
- Default `FEATURE_FLAG_LABELPRINTER` to disabled

Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2021-06-12 17:21:12 +02:00
..
ApiKeyService.php Applied PHP-CS-Fixer rules 2020-09-01 21:29:47 +02:00
ApplicationService.php Added /system/time API call (#1223) 2020-12-28 19:39:24 +01:00
BaseService.php Fix/workaround for undfined constant GROCY_LOCALE 2020-11-08 21:37:43 +01:00
BatteriesService.php Applied PHP-CS-Fixer rules 2020-09-01 21:29:47 +02:00
CalendarService.php Make it possible to hide chores/batteries (closes #1069) 2020-12-20 10:19:44 +01:00
ChoresService.php Make the chore assignment type "Random" more random (closes #674) 2020-12-19 17:15:18 +01:00
DatabaseMigrationService.php Use transactions for database migrations 2020-11-17 20:22:38 +01:00
DatabaseService.php Added REGEXP operator for API query filter (closes #1174) 2020-12-12 10:44:27 +01:00
DemoDataGeneratorService.php Optimizes demo data 2020-12-22 10:12:37 +01:00
FilesService.php Use custom demo DB path suffix also for storage (references #395) 2020-11-19 12:24:26 +01:00
LocalizationService.php Applied PHP-CS-Fixer rules 2020-09-01 21:29:47 +02:00
RecipesService.php Also relate the shopping list amount to QU stock 2020-11-13 17:30:57 +01:00
SessionService.php More authentication refactoring to also provide "plugable" credentials handling (references #921, needed for #305) 2020-10-19 18:38:12 +02:00
StockService.php Grocycode, label printing (#1500) 2021-06-12 17:21:12 +02:00
TasksService.php Applied PHP-CS-Fixer rules 2020-09-01 21:29:47 +02:00
UserfieldsService.php Added new Userfield type "Link (with title)" (closes #790) 2020-12-21 17:57:48 +01:00
UsersService.php Implemented user pictures (closes #1158) 2020-12-20 22:08:50 +01:00