Adam Schmalhofer
cced311e21
Made @berrnd's requested changes
...
- hide tabs
- add spacing between ingredients/preparation
2021-10-02 22:55:50 +02:00
Adam Schmalhofer
69a17009cc
Display ingredients and recipe side by side
...
In full screen mode display both the ingredients and the recipe side by
side instead of having to switch between them via the tabs if there is
enough space.
2021-09-28 08:01:30 +02:00
Bernd Bestel
3c74d92eb0
Prepared next release
2021-09-27 18:21:28 +02:00
Bernd Bestel
fe622cacb2
Updated dependencies
2021-09-27 18:19:04 +02:00
Bernd Bestel
5ddb438134
Pulled translations from Transifex
2021-09-27 18:18:09 +02:00
Bernd Bestel
35469c3d98
Fixed QU resolve priority ( fixes #1616 )
2021-09-27 18:09:30 +02:00
Bernd Bestel
b32a26cf7e
Typo
2021-09-27 17:50:38 +02:00
Bernd Bestel
bed7965989
Fixed undo consume stock transaction location handling (references #1602 )
2021-09-27 17:50:19 +02:00
Bernd Bestel
19ff782c00
Fixed consume transaction journal location handling ( fixes #1602 )
2021-09-27 17:46:42 +02:00
Bernd Bestel
cebb368a28
Enforce min_stock_amount for child products where the parent has cumulate_min_stock_amount_of_sub_products enabled ( fixes #1595 )
2021-09-27 17:39:00 +02:00
Bernd Bestel
038917b030
Don't show battery grocycode when not available
2021-09-27 17:20:52 +02:00
Bernd Bestel
04d826943c
Don't include events without a start time in iCal export ( fixes #1625 )
2021-09-24 13:22:24 +02:00
Bernd Bestel
e0735ce2e4
Hide stock value on productcard when FEATURE_FLAG_STOCK_PRICE_TRACKING is disabled
2021-09-24 13:13:38 +02:00
Bernd Bestel
849c281912
Allow spaces in API filter values ( fixes #1624 )
2021-09-22 10:12:57 +02:00
Bernd Bestel
c06bb7784a
Include OS and client information in easy error info copy/paste and on the about dialog
2021-09-20 20:16:41 +02:00
Bernd Bestel
b9fff4954a
Fixed modal backdrop z-index (references #1589 )
2021-09-19 16:20:06 +02:00
Bernd Bestel
7aa9e5748e
Allow to add a product picture on product creation ( closes #1620 )
2021-09-19 16:06:16 +02:00
Bernd Bestel
6175afa6be
Don't apply the barocde qu_id if empty ( fixes #1619 )
2021-09-19 10:07:25 +02:00
Sebastian Ecker
5563e7ed4c
StockLogEntry Property is date instead of date-time ( #1617 )
2021-09-17 16:22:26 +02:00
Bernd Bestel
305f846dbf
Implemented bottom-sticky save buttons for product and chore edit forms ( closes #1589 )
2021-09-15 14:59:11 +02:00
Bernd Bestel
3f850c540b
Fixed stock overview context menu item disabled handling ( fixes #1609 )
2021-09-15 14:24:50 +02:00
Bernd Bestel
2c3af45f5c
Added missing changelog
2021-09-15 14:14:24 +02:00
Bernd Bestel
230901a28a
Added changelog for #1599
2021-09-15 14:11:44 +02:00
Travis Howse
30e1a5c9b0
Store the list of buttons at the workflow start and iterate over that as the workflow progresses. ( #1599 )
2021-09-15 14:08:23 +02:00
Bernd Bestel
616e1dd5d7
Fixed negative number plural form handling ( fixes #1601 )
2021-09-06 22:26:31 +02:00
Bernd Bestel
a323bca9ec
Added check for mbstring PHP extension (required by eluceo/ical, references #1603 )
2021-09-06 22:19:36 +02:00
Bernd Bestel
14bb04d285
Allow any letters in API filter values ( fixes #1591 )
2021-08-27 21:05:46 +02:00
Bernd Bestel
edd372f8c4
Optimized chore/battery tracking input focus handling
2021-08-27 20:54:27 +02:00
Bernd Bestel
b4a7642af5
Reload shopping list page on list clearing
2021-08-27 20:39:47 +02:00
Bernd Bestel
580f49e69f
Update README.md
2021-08-27 20:30:09 +02:00
Bernd Bestel
22db124624
Optimized ReverseProxyAuthMiddleware error message
2021-08-22 12:55:09 +02:00
Bernd Bestel
e88294eb40
Strikethrough reverted changes
2021-08-21 22:16:44 +02:00
Bernd Bestel
ae3bacf8fe
Fixed changelog typos
2021-08-21 22:12:41 +02:00
Bernd Bestel
90305ca8d7
Prepared next release
2021-08-21 20:24:18 +02:00
Bernd Bestel
3967b28481
Fixed stock overview dynamic < min. stock amount background handling
2021-08-21 20:20:16 +02:00
Bernd Bestel
2d67adedd7
Updated dependencies
2021-08-21 20:11:45 +02:00
Bernd Bestel
ef271c6247
Pulled translations from Transifex
2021-08-21 20:10:28 +02:00
Bernd Bestel
2c0b6368e1
Revert "Return numbers as numbers on all API endpoints" ( 14cd6ca3bf, fixes #1564 )
2021-08-20 21:45:56 +02:00
Bernd Bestel
1d5ca5ed64
Fixed external barcode lookup (plugin) add product handling related to barcodes ( fixes #1568 )
2021-08-19 19:56:43 +02:00
Bernd Bestel
4d0c5502a1
Added changelog for #1584
2021-08-19 19:48:00 +02:00
David Mott
a0cf58b974
fix: make stockentry grocycodes consume the actual stock entry not the product in general ( #1584 )
...
* fix: make stockentry grocycodes consume the actual stock entry not the product in general
if the stock_entry_id is in the request body use this instead of the stockentry grocycode
this may not be the correct way to interpret this but one of them has to win
* Undo formatting changes
* fix: add variable definition and reorder args used in ConsumeProduct
* Simplify
* Fix this also for transferring a product
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2021-08-19 19:44:39 +02:00
Bernd Bestel
61a58ddef0
Fixed Userfield value assignment handling (/objects/{entity} API endpoint) ( fixes #1572 )
2021-08-17 18:23:06 +02:00
Bernd Bestel
3608eec8fb
Fixed FEATURE_FLAG_SHOPPINGLIST_MULTIPLE_LISTS clear shopping list confirm message handling ( fixes #1315 )
2021-08-17 18:05:32 +02:00
Bernd Bestel
cebf7a3e54
Don't consider inactive products to be missing ( fixes #1578 )
2021-08-17 18:00:33 +02:00
Bernd Bestel
23be96b5d6
Restore the rest of "orderFixed" (DataTables rowgroup option) (again closes #1534 )
2021-08-17 17:52:28 +02:00
Bernd Bestel
7f70f0ec07
Fixed chore/battery camera barcode scanning blur event handling ( fixes #1585 )
2021-08-17 17:48:45 +02:00
Bernd Bestel
8e552f1146
Added changelog for #1581
2021-08-15 10:46:37 +02:00
David Mott
95cb9ffb90
fix: confirm grocycode is of PRODUCT type in GetProductIdFromBarcode ( #1581 )
...
* fix: confirm grocycode is of PRODUCT type in GetProductIdFromBarcode
* Fixed formatting
* Don't output the given input (for security reasons)
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2021-08-15 10:45:05 +02:00
Bernd Bestel
d23f730a0b
Added changelog for #1559
2021-08-06 20:20:00 +02:00
Kris
b539c93319
Hide elements when printing ( #1559 )
...
* Hide elements when printing
* Hide elements when printing
* Also hide the title menu collapse button
* Added a print button
All print-optimized pages have that
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2021-08-06 20:18:43 +02:00