mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Added new changelog
This commit is contained in:
parent
50a782c8c0
commit
c4d377ce4e
12
changelog/46_2.3.0_2019-04-06.md
Normal file
12
changelog/46_2.3.0_2019-04-06.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
- Stock improvements
|
||||||
|
- A different location can now also be set during inventory (as for purchases)
|
||||||
|
- A partial minimum stock amount can now be set when "Allow partial units in stock" is enabled (product option)
|
||||||
|
- Recipe improvements
|
||||||
|
- There is now a default per product for "Disable stock fulfillment checking for this ingredient" (ingredient option, default can be defined as a product option)
|
||||||
|
- Some small UI fixes & improvements
|
||||||
|
- THe "Mark as open" button on the stock overview page was disabled when the current stock amount was exactly 1
|
||||||
|
- The number in the "x products expiring within the next 5 days" badge was incorrect for products expiring exactly in 5 days
|
||||||
|
- On the product groups page there is now a new column which displays the product count per group (+ a link to the products page filtered by that product group)
|
||||||
|
- Added a message to clarify that in product dropdowns also something unknown can be entered to start a workflow
|
||||||
|
- Some other small CSS fixes (context menus were not fully displayed when the parent container was to small, improved padding for text inputs)
|
||||||
|
- As always: Updated translations (thanks all the translators)
|
2
migrations/0061.sql
Normal file
2
migrations/0061.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE products
|
||||||
|
ADD not_check_stock_fulfillment_for_recipes TINYINT DEFAULT 0;
|
Loading…
x
Reference in New Issue
Block a user