Bernd Bestel
97626b4a59
Added userfield default values for userfield types date & datetime ( closes #1166 )
2022-04-03 14:32:31 +02:00
Bernd Bestel
3efecb8bed
Make it possible to manually re-assign chores ( closes #1492 , references #1830 )
2022-04-03 13:56:14 +02:00
Bernd Bestel
a5294262e6
Added a user setting to automatically add missing products to the shopping list ( closes #1266 )
2022-04-03 13:00:14 +02:00
Bernd Bestel
2042db29ee
Use prefers-color-scheme for night mode by default ( closes #1334 )
2022-04-02 19:26:55 +02:00
Bernd Bestel
6a50f74a14
Optimizations regarding displaying prices ( closes #1743 )
2022-04-02 17:49:35 +02:00
Bernd Bestel
a5ff947936
Show the substituted product for parent product ingredients currently not in-stock ( closes #1797 )
2022-04-02 11:54:07 +02:00
Bernd Bestel
05485b3a4c
Make it possible to add multiple files / PDFs to equipment by using Userfields ( closes #978 )
2022-04-02 10:37:53 +02:00
Bernd Bestel
8c1deefebf
Show a little optional checkbox to mark recipe ingredients as done ( closes #1606 )
2022-04-01 22:43:49 +02:00
Bernd Bestel
f7c33a4579
Optionally show out of stock products on the location content sheet ( closes #1641 )
2022-04-01 21:55:06 +02:00
Bernd Bestel
ccc59dfc8b
Added a new product option "Disable own stock" ( closes #564 )
2022-04-01 18:49:17 +02:00
Bernd Bestel
b53d1a076f
Reviewed latest changes regarding price handling views
2022-04-01 17:04:09 +02:00
Bernd Bestel
cd60c239af
Squashed commit
...
Improved locale number display on stockoverview page
Fixed choresoverview chore execution color highlighting
Highlight recipe ingredients based on the new due score (references #1813 )
Reworked current price handling views (mostly needed for recipes)
2022-03-31 22:52:38 +02:00
Bernd Bestel
d3a39270de
Implemented notes and Userfields for stock entries ( closes #443 )
2022-03-30 17:32:53 +02:00
Bernd Bestel
2983687f34
Fixed changelog typo
2022-03-29 20:40:08 +02:00
Bernd Bestel
8e68477a78
Implemented a "recipes due score" ( closes #1813 )
2022-03-29 20:38:26 +02:00
Bernd Bestel
d65734c896
Added the possibility to manually reschedule chores ( closes #1830 )
2022-03-26 18:30:26 +01:00
Bernd Bestel
7c3e7daa56
Typo
2022-03-26 10:35:15 +01:00
Bernd Bestel
81b54182de
Improved form validation handling ( closes #1836 )
2022-03-26 10:34:00 +01:00
Bernd Bestel
f0db2a7709
Fixed that tasks without a due date were highlighted in red ( fixes #1833 )
2022-03-23 19:35:48 +01:00
Bernd Bestel
5dc745f301
Use the given time when skipping chores via /choretracking (references #1830 )
2022-03-23 17:51:05 +01:00
Bernd Bestel
bda230537a
Fixed purchase/consume page handling when FEATURE_FLAG_STOCK_LOCATION_TRACKING is disabled ( fixes #1829 )
2022-03-23 17:35:06 +01:00
Bernd Bestel
dce14b8999
Fixed chore upgrade handling when having nonsensical user data ( fixes #1826 )
2022-03-23 17:17:39 +01:00
Bernd Bestel
23f285c3fb
Fixed recipes gallery view search ( fixes #1825 )
2022-03-22 13:21:09 +01:00
Bernd Bestel
790368cdf4
Added changelog for #1819
2022-03-14 22:49:28 +01:00
Bernd Bestel
0ba1a82e01
Show the products grocycode as a (hidden by default) column on /products ( closes #1820 )
2022-03-14 22:39:35 +01:00
Bernd Bestel
7ea9984fd3
Make it possible to change a products stock QU after it was once added to stock ( closes #1326 )
2022-03-13 17:09:07 +01:00
Bernd Bestel
1a82d0599c
Use child product substitution on consuming during chore execution ( fixes #1807 )
2022-03-05 09:03:57 +01:00
Bernd Bestel
620f938065
Fixed multi-nested recipe serving amount calculation ( fixes #1806 )
2022-03-03 17:38:51 +01:00
Bernd Bestel
45d1c87975
Fixed "Treat opened as out of stock" missing stock amount handling ( fixes #1804 )
2022-03-01 18:02:04 +01:00
Bernd Bestel
cc2a137783
Fixed calories locale number display ( fixes #1802 )
2022-02-28 20:59:58 +01:00
Bernd Bestel
bab0e1d5fb
Fixed battery charge cycle undo handling ( fixes #1800 )
2022-02-26 17:38:58 +01:00
Bernd Bestel
8abb55b058
Updated changelog
2022-02-20 16:11:17 +01:00
Bernd Bestel
823088b9cd
Updated changelog
2022-02-20 16:08:42 +01:00
Bernd Bestel
1aa7db9c2a
Added an daily-same-time chore period type ( closes #1793 )
2022-02-20 16:03:50 +01:00
Bernd Bestel
e220b3e9f3
Fixed products product stock entry price ( fixes #1791 )
2022-02-19 09:03:42 +01:00
Bernd Bestel
01c7d4e49a
Added changelog for #1788
2022-02-16 08:45:15 +01:00
Bernd Bestel
21d5952950
Fixed batteries stock overview page was broken when having any Userfield ( fixes #1786 )
2022-02-14 17:52:24 +01:00
Bernd Bestel
c5b47badad
Typo
2022-02-13 20:38:21 +01:00
Bernd Bestel
66bd3f0d59
Added a new API endpoint to get all stock entries per location
...
References https://www.reddit.com/r/grocy/comments/srfwfs
2022-02-13 20:34:49 +01:00
Bernd Bestel
37744822d8
Handle not having any QU in LocalizationService ( fixes #1783 )
2022-02-12 22:31:35 +01:00
Bernd Bestel
1344e84534
Fixed recipe consume stock fulfillment checking (frontend and API) ( fixes #1781 )
2022-02-12 22:08:10 +01:00
Bernd Bestel
f52b8e11bb
Support camera barcode scanning in recipepicker (references #1562 )
2022-02-11 18:18:17 +01:00
Bernd Bestel
79b2dc3ed8
Prepared next release
2022-02-11 17:51:53 +01:00
Bernd Bestel
222c518a5f
Added grocycode for recipes ( closes #1562 )
2022-02-11 17:49:30 +01:00
Bernd Bestel
b2b04c843d
Reviewed changelog
2022-02-10 20:33:03 +01:00
Bernd Bestel
296897d91a
Pulled translations from Transifex
2022-02-10 20:27:51 +01:00
Bernd Bestel
69a7ea6057
Added a new "adaptive" chore period type ( closes #1495 )
2022-02-10 18:06:33 +01:00
Bernd Bestel
7d4c9fefa9
Removed the dynamic regular chore period type (since it's the same as daily)
2022-02-09 20:25:16 +01:00
Bernd Bestel
10d7d44825
Added new hourly chore period type ( closes #266 )
2022-02-09 20:02:11 +01:00
Bernd Bestel
0d1f2ad09d
Squashed commit
...
Optimized new chore start date handling (references #1612 )
Change yearly chore schedule to be on the same day each year (closes #817 )
Use the last price for out of stock ingredients (closes #779 )
Make it optionally possible to show the recipes list full-width (closes #1772 )
2022-02-09 17:48:21 +01:00
Bernd Bestel
61a1b1428a
Added a chore start date option ( closes #1612 )
2022-02-08 20:35:47 +01:00
Bernd Bestel
411dbabc90
Show the meal plan section for a meal plan entry types on the calendar (references #1582 )
2022-02-08 19:09:17 +01:00
Bernd Bestel
66cf7e4ffa
Squashed commit
...
Updated dependencies
Added the possibility to skip chore schedules (closes #1486 )
Show the meal plan section on the corresponding calendar events (closes #1582 )
Make it possible to define a time for meal plan sections and use that time for the corresponding calendar events (references #1582 )
Added a changelog template
Make it possible to toggle the meal plan calendar view on bigger screens (closes #1678 )
2022-02-08 18:08:26 +01:00
Bernd Bestel
4279bf6445
Prefill the stock entry amount when using a stock entry grocycode on /consume ( closes #1736 )
2022-02-07 20:48:17 +01:00
Bernd Bestel
d1d52aea44
Move FEATURE_SETTING_STOCK_COUNT_OPENED_PRODUCTS_AGAINST_MINIMUM_STOCK_AMOUNT to per product option ( closes #1753 )
2022-02-07 19:12:31 +01:00
Bernd Bestel
12e5377c40
Split application translation strings and QU strings ( fixes #1705 )
2022-02-06 21:09:34 +01:00
Bernd Bestel
28f7700dac
Fixed recipe ingredient stock fulfillment shopping list amount comparison ( fixes #1717 )
2022-02-06 20:02:19 +01:00
Bernd Bestel
9eb46df517
Added a button to quickly create multiple tasks without having to close/reopen the dialog ( closes #1776 )
2022-02-06 18:35:19 +01:00
Bernd Bestel
e6a6d7ae42
Added new relative date input shorthand ( closes #1773 )
2022-02-06 18:13:25 +01:00
Bernd Bestel
da54b945da
Fixed task edit page initial due date ( fixes #1774 )
2022-02-06 17:49:04 +01:00
Bernd Bestel
cf52e5ec96
Make it possible to disable chores/tasks/batteries due soon filters/highlighting ( closes #1485 )
2022-01-23 19:20:23 +01:00
Bernd Bestel
aef646e9df
Highlight chores/tasks/batteries due today in a separate color + status filter ( closes #1740 )
2022-01-23 17:42:55 +01:00
Bernd Bestel
dfd6262f4a
Fixed missing recipe ingredient amount when "Only check if any amount is in stock" is enabled and when there are unit conversions ( fixes #1718 )
2022-01-23 13:56:41 +01:00
Bernd Bestel
f6c750a1ea
Fixed meal plan calories display ( fixes #1757 )
2022-01-23 12:43:16 +01:00
Bernd Bestel
1950e4b513
Added changelog for #1750
2022-01-16 16:21:21 +01:00
Bernd Bestel
e3808c71b9
Added changelog for #1746
2022-01-16 14:49:10 +01:00
Bernd Bestel
8ec0d9319b
Exclude tasks without an due date from the iCal export ( fixes #1745 )
2022-01-11 20:54:23 +01:00
Bernd Bestel
c1952e98bc
Show stock journal entries of deleted users / fixed default user handling ( fixes #1725 )
2022-01-06 15:14:32 +01:00
Bernd Bestel
3a6f04f770
Optionally remove only done shopping list items (/stock/shoppinglist/clear API endpoint, closes #1730 )
2022-01-06 14:07:29 +01:00
Bernd Bestel
0b36d02aa1
Fixed prefilled consume page initialization ( fixes #1716 )
2022-01-06 13:54:42 +01:00
Bernd Bestel
5f8299cf4a
Also show the logout button when using externally managed auth ( fixes #1709 )
2022-01-06 13:46:20 +01:00
Bernd Bestel
ad0dbdfc22
Lookup product barcodes case insensitive ( fixes #1734 )
2022-01-06 13:42:38 +01:00
Bernd Bestel
8455b5a64a
Allow HTML tags for the product description column on the stock overview page ( fixes #1735 )
2022-01-06 13:38:00 +01:00
Bernd Bestel
a711bbd8f6
Print stock entry labels also on inventory when adding products ( closes #1713 )
2021-12-09 18:32:59 +01:00
Bernd Bestel
3e20c2cc3d
Added changelog for #1710
2021-12-06 22:25:27 +01:00
Bernd Bestel
4ea20ce076
Added changelog for #1695
2021-11-25 19:10:08 +01:00
Bernd Bestel
8876c6cf95
Added changelog for #1687
2021-11-15 20:09:04 +01:00
Bernd Bestel
b83e4f53b1
Don't print stock entry labels when not desired (server side WebHook execution) (references #1686 )
2021-11-15 09:06:19 +01:00
Bernd Bestel
33ca6070f4
Fixed typo
2021-11-14 19:39:27 +01:00
Bernd Bestel
c2b675eb06
Deleted empty changelog file
2021-11-14 16:36:20 +01:00
Bernd Bestel
12f6296c75
Reviewed changelog
2021-11-14 16:30:19 +01:00
Bernd Bestel
4d21668265
Added the possibility to merge chores
2021-11-14 16:19:52 +01:00
Bernd Bestel
693dcc1020
Prepared next release
2021-11-14 15:59:58 +01:00
Bernd Bestel
43ba3b4920
Added missing API changelog (references #1676 )
2021-11-14 15:33:13 +01:00
Bernd Bestel
6070507b04
Fixed per unit stock grocycodes weren't unique per unit ( fixes #1676 )
2021-11-14 15:26:38 +01:00
Bernd Bestel
89b87156de
Added changelog for #1672
2021-11-13 17:41:51 +01:00
Bernd Bestel
10bd5ce900
Added a new "Presets for new products" stock setting for the "Default due days" option of new products ( closes #1552 )
2021-11-13 17:05:23 +01:00
Bernd Bestel
a6ffe8480a
Show stock QU hint also for the energy field on the product edit page ( closes #1682 )
2021-11-13 16:45:55 +01:00
Bernd Bestel
2a2335c8f4
Use original column index when accessing data table columns ( fixes #1684 )
2021-11-12 18:26:19 +01:00
Bernd Bestel
4338ccc132
Restore the original due date when undoing a product opened transaction ( fixes #1659 )
2021-11-12 18:12:34 +01:00
Bernd Bestel
f2bef554a4
Fixed track date only chores next_estimated_tracking time comparision ( fixes #1655 )
2021-11-12 18:02:46 +01:00
Bernd Bestel
ab53a157e4
Allow backslashes in API query filters ( fixes #1649 )
2021-11-12 17:52:32 +01:00
Bernd Bestel
beae32ef23
Added the products average price as a hidden by default column on the stock overview page ( closes #1677 )
2021-11-09 19:39:32 +01:00
Bernd Bestel
787c885ccf
Fixed addnewproduct productpicker flow shopping list selection on return ( fixes #1646 )
2021-11-08 22:09:48 +01:00
Bernd Bestel
29371163ad
Fixed night mode over midnight time range check ( fixes #1673 )
2021-11-08 21:38:19 +01:00
Bernd Bestel
1c161b2b29
Added changelog for #1664
2021-11-08 17:36:29 +01:00
Bernd Bestel
3c656ba618
Allow renaming the default shopping list ( closes #1667 )
2021-11-08 17:08:37 +01:00
Bernd Bestel
edddfe234c
Include duesoon/overdue/expired products for the belowminstockamount filter on the stock overview page ( closes #1666 )
2021-11-08 17:06:20 +01:00
Bernd Bestel
8105dea17f
Added changelog for #1661
2021-11-03 21:50:44 +01:00
Bernd Bestel
3c74d92eb0
Prepared next release
2021-09-27 18:21:28 +02:00