Commit Graph

2163 Commits

Author SHA1 Message Date
Bernd Bestel
99264deaca
Whitespace fix 2023-04-01 17:03:41 +02:00
Bernd Bestel
5ad1fdc814
Merge branch 'master' into pr/raupie/2135 2023-04-01 17:01:13 +02:00
Bernd Bestel
c781bb4ff1
Final cleanup 2023-04-01 16:57:37 +02:00
Bernd Bestel
6cfee78b95
Reuse the existing product_price_history view 2023-04-01 15:39:44 +02:00
Bernd Bestel
132dfb8e6b
Rename this to "Spendings" / name it more generically "Stock reports" 2023-04-01 14:58:11 +02:00
Bernd Bestel
00cb7d44f9
Don't include daterangepicker globally when only needed on a single page / fixed view section imports 2023-04-01 14:39:51 +02:00
Bernd Bestel
3ec68f56ef
Removed unused package "canvasjs" 2023-04-01 14:33:59 +02:00
Bernd Bestel
87761ddaea
Added missing demo data translations 2023-04-01 14:32:34 +02:00
Bernd Bestel
d723c44e63
Applied code style 2023-04-01 14:30:31 +02:00
Bernd Bestel
d3e2003dee
Fixed merge conflict 2023-04-01 14:07:21 +02:00
Bernd Bestel
98469248eb
Optimized tracking button handling on /choresoverview (closes #2186) 2023-03-31 20:12:06 +02:00
Bernd Bestel
3d01854fa1
Don't use double quotes for SQL string literals (references #2170) 2023-03-16 21:16:27 +01:00
Bernd Bestel
756133a9eb
Removed shopping list table fixed order (fixes #2167) 2023-03-16 18:52:41 +01:00
Bernd Bestel
1090f070c9
Optimized shopping list done items filter handling (fixes #2169) 2023-03-16 18:47:01 +01:00
Bernd Bestel
74712bbb36
Merge branch 'master' into FR-stock-purchase-metrics 2023-03-12 22:52:54 +01:00
Bernd Bestel
3495193ae8
Rename 0215.sql to 0216.sql
Fixed merge conflict
2023-03-12 22:52:01 +01:00
Bernd Bestel
6857796ef0
Fixed produces product amount handling when consuming meal plan shadow recipes (references #2160) 2023-03-12 22:45:04 +01:00
Bernd Bestel
792c710bdc
Fixed produces product handling when consuming meal plan shadow recipes (fixes #2160) 2023-03-12 16:35:18 +01:00
Bernd Bestel
7336693ca2
Optimized stock_missing_products view (fixes #2154) 2023-03-02 19:36:57 +01:00
Travis Raup
17fbcf77cb More suggestion edits
- locale in javascript
- global translations
- commit migrations sql file
2023-02-21 21:01:36 -05:00
Travis Raup
685d99956c Refactor to chartjs 2023-02-15 20:44:11 -05:00
Travis Raup
dc22f6e571 chart update 2023-02-14 21:01:20 -05:00
Travis Raup
24b178fe75 Feature: Stock Purchase Metrics 2023-02-12 08:29:48 -05:00
Bernd Bestel
91700e7dae
Fixed JS syntax error 2023-02-06 20:42:11 +01:00
Bernd Bestel
c9c0baefeb
Optimized datetime Userfields handling (fixes #2108) 2023-02-06 20:36:26 +01:00
Bernd Bestel
b18bd2ff87
Fixed table dropdown menu overflow handling when columns are reordered (fixes #2130) 2023-02-06 20:25:51 +01:00
Bernd Bestel
d9667b4534
Removed type conversions where no longer needed
PHP 8.1 PDO SQLite now returns native data types
2023-02-06 20:22:10 +01:00
Bernd Bestel
d8d3c3ef0b
Split the quick consume and open amount product option (closes #2127) 2023-02-05 20:37:39 +01:00
Bernd Bestel
b64d726c42
Added a new config option for energy unit display (closes #2109) 2023-02-05 15:55:45 +01:00
Bernd Bestel
0bd698c968
Print stock entry labels when consuming a "Produces product" recipe (closes #2123) 2023-02-05 15:24:28 +01:00
Bernd Bestel
9ef5045c9b
Added changelog for #2118 2023-02-05 15:09:13 +01:00
Webysther Sperandio
902cb20710
Add Sub feature flag FEATURE_FLAG_RECIPES_MEALPLAN (#2118)
* Update routes.php

Added sub feature FEATURE_FLAG_RECIPES_MEALPLAN

* Update default.blade.php

Added sub feature flag FEATURE_FLAG_RECIPES_MEALPLAN

* Update SystemController.php

Added Sub feature flags FEATURE_FLAG_RECIPES_MEALPLAN

* Update config-dist.php

Sub feature flags FEATURE_FLAG_RECIPES_MEALPLAN

* Update routes.php

TYPO

* Code formatting / structure

---------

Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2023-02-05 15:06:59 +01:00
Bernd Bestel
1e9a4d9590
Added Romanian translation 2023-02-05 14:55:23 +01:00
Bernd Bestel
5d7efebd40
Pulled translations from Transifex 2023-02-05 14:43:15 +01:00
Bernd Bestel
b9c58423a9
Updated dependencies 2023-02-05 14:40:25 +01:00
Bernd Bestel
efc7b999bb
Fixed product average price/last price/price history chart handling regarding empty/0 prices (fixes #2106) 2023-01-13 13:19:22 +01:00
Bernd Bestel
995df64054
Support OFFSET without LIMIT in API query filters (closes #2105) 2023-01-12 13:32:12 +01:00
Bernd Bestel
a5788511e3
Optimized productform sticky footer spacing (fixes #2104) 2023-01-11 16:25:06 +01:00
Bernd Bestel
4e56dee6f0
Finalized "Auto reprint stock entry label" (closes #2092) 2023-01-05 20:12:15 +01:00
Bernd Bestel
3b160659f3
Typo 2023-01-05 18:28:57 +01:00
Bernd Bestel
83fa02d8ad
Added an option to reprint stock entry labels when editing them (closes #2092) 2023-01-05 18:15:21 +01:00
Bernd Bestel
daf5ad33c7
Show recipe ingredients/preparation side by side in fullscreen mode (closes #2051) 2023-01-05 17:44:07 +01:00
Bernd Bestel
597abe236d
AddMissingProductsToShoppingList also on adding/editing products (references #2094) 2023-01-04 22:54:12 +01:00
Bernd Bestel
0c8e8cab97
Revert "Refresh product/chore/battery card only when actually visible"
This reverts commit c934bfb7b3.
2023-01-04 20:06:19 +01:00
Bernd Bestel
f057ae7e06
Add note to barcode created by the workflow InplaceAddBarcodeToExistingProduct on /purchase and /inventory (closes #2093) 2023-01-04 19:56:55 +01:00
Bernd Bestel
c0fbc4adaf
Fixed /stockoverview value column sort format (fixes #2088) 2023-01-01 20:33:08 +01:00
Bernd Bestel
efae0b193d
Add amount to barcode created by the workflow InplaceAddBarcodeToExistingProduct on /purchase (closes #2085) 2022-12-29 11:21:33 +01:00
Bernd Bestel
c934bfb7b3
Refresh product/chore/battery card only when actually visible 2022-12-26 20:22:38 +01:00
Bernd Bestel
76500c57bd
Optimize recipe ingredient costs/calories calculation when only_check_single_unit_in_stock is used (closes #780) 2022-12-26 19:48:26 +01:00
Bernd Bestel
3f2ad17460
Make it possible to add recipes from /recipes to the meal plan (closes #2003) 2022-12-26 14:25:33 +01:00