Added changelog for #1273

This commit is contained in:
Bernd Bestel 2021-06-18 20:57:08 +02:00
parent eb135aee39
commit 5ad4d9f421
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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