This commit is contained in:
Bernd Bestel 2020-11-15 20:30:50 +01:00
parent 948bf0a9c4
commit 293880c874
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -36,7 +36,7 @@
- Products with `Due date type = Best before date` (so all existing products) are "due" or "overdue" (they don't "expire" or are "expired") - Products with `Due date type = Best before date` (so all existing products) are "due" or "overdue" (they don't "expire" or are "expired")
- Products with `Due date type = Expiration date` (new option) can "expire" or are "expired" - Products with `Due date type = Expiration date` (new option) can "expire" or are "expired"
- Color changes: - Color changes:
- Prducts which are due soon or expire soon are (still) highlighted in yellow - Products which are due soon or expire soon are (still) highlighted in yellow
- Products which are overdue are highlighted in grey (there is also a new filter button on the stock overview page for them) - Products which are overdue are highlighted in grey (there is also a new filter button on the stock overview page for them)
- Products which are expired (new option) are highlighted in red - Products which are expired (new option) are highlighted in red
- When creating a quantity unit conversion it's now possible to automatically create the inverse conversion (thanks @kriddles) - When creating a quantity unit conversion it's now possible to automatically create the inverse conversion (thanks @kriddles)