Make it possible to filter recipes by stock availability (closes #231)

This commit is contained in:
Bernd Bestel
2019-05-03 19:22:58 +02:00
parent 595171afa5
commit dae5bb2b34
4 changed files with 43 additions and 3 deletions

View File

@@ -20,5 +20,6 @@
- This involved some string changes which results in a needed (re)translation of about 20 strings (excluding demo data)
- Also applies to quantity units, n-plural forms can be entered on the quantity unit edit page
- It's not required to install the PHP gettext extension, on both, server and client, managed implementations of gettext are used ([oscarotero/Gettext](https://github.com/oscarotero/Gettext) & [oscarotero/gettext-translator](https://github.com/oscarotero/gettext-translator))
- Some other small fixes
- Some other small fixes and improvements
- The "Add as barcode to existing product" productpicker workflow failed to add the barcode to the given product
- Recipes can now be filter by stock availability