From 5ad4d9f421d433cf68738535c158294b57c7e946 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 18 Jun 2021 20:57:08 +0200 Subject: [PATCH] Added changelog for #1273 --- changelog/62_UNRELEASED_xxxx-xx-xx.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog/62_UNRELEASED_xxxx-xx-xx.md b/changelog/62_UNRELEASED_xxxx-xx-xx.md index 8f88056f..9ae307fd 100644 --- a/changelog/62_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/62_UNRELEASED_xxxx-xx-xx.md @@ -13,6 +13,14 @@ - https://github.com/grocy/grocy/blob/master/docs/label-printing.md - (Thanks a lot @mistressofjellyfish) +### New feature: Shopping list thermal printer support +- The shopping list can now be printed on a thermal printer + - The printer must compatible to the `ESC/POS` protocol and needs to be locally attached or network reachable to/by the machine hosting grocy (so the server) + - See the new `TPRINTER*` `config.php` options to configure the printer connection and other options + - => New button on the shopping list print dialog +- Can be enabled via the new feature flag `FEATURE_FLAG_THERMAL_PRINTER` (defaults to disabled) +- (Thanks a lot @Forceu) + ### Stock improvements/fixes - Product barcodes are now enforced to be unique across products - Fixed that editing stock entries was not possible