Commit Graph

  • ca740e8cee Improved product average shelf life calculation (references #2283) Bernd Bestel 2023-07-31 17:41:36 +02:00
  • 5d48b02b37 Added the possibility to log executed SQL statements (DEV mode only) Bernd Bestel 2023-07-31 17:08:55 +02:00
  • 73ad9d39ab Workaround for crap product specific QU conversions for migration 0207 (fixes #2285) Bernd Bestel 2023-07-31 16:58:41 +02:00
  • fd7e24b7d1 Optimized StockService->GetProductDetails performance (fixes #2283) Bernd Bestel 2023-07-31 16:54:58 +02:00
  • 57ccb8645e Updated screenshots Bernd Bestel 2023-07-30 17:18:59 +02:00
  • e8d6d455f4 grocy-desktop => Grocy Desktop Bernd Bestel 2023-07-29 21:17:59 +02:00
  • f7c22ec384 Prepared next release v4.0.0 Bernd Bestel 2023-07-29 14:44:48 +02:00
  • 98768bd846 Upgraded package swagger-ui-dist Bernd Bestel 2023-07-29 14:12:18 +02:00
  • e52b1c5f60 Upgraded package php-di/php-di Bernd Bestel 2023-07-29 14:02:56 +02:00
  • c263aba6a5 Updated dependencies Bernd Bestel 2023-07-29 14:00:24 +02:00
  • edca302b71 Pulled translations from Transifex Bernd Bestel 2023-07-29 13:55:18 +02:00
  • f6d6e933e3 Recalculate chore assignments when undoing an execution (fixes #2278) Bernd Bestel 2023-07-29 13:49:14 +02:00
  • 78e4e918c6 Added Estonian translation Bernd Bestel 2023-07-22 11:16:06 +02:00
  • fa35d933e0 Pulled translations from Transifex Bernd Bestel 2023-07-22 11:00:45 +02:00
  • 9ae7c72e87 Unified calendar time format (closes #2266) Bernd Bestel 2023-07-05 21:30:00 +02:00
  • c415e2f8da Fixed a (theoretical, not practically relevant for the target use case of Grocy) SQL injection possibility (closes #2259) Bernd Bestel 2023-06-22 15:07:47 +02:00
  • 297cc57244 Expose recipes_pos_resolved via the API (read only) (closes #2258) Bernd Bestel 2023-06-21 22:06:46 +02:00
  • 1496a58673 Show sidebar scroll bar only on hover (closes #2255) Bernd Bestel 2023-06-17 10:39:26 +02:00
  • d05038e311 Exclude products with hide_on_stock_overview enabled in current stock info on /stockoverview (fixes #2250) Bernd Bestel 2023-06-08 22:15:33 +02:00
  • de4c6e8b60 Renamed third party packages directories Bernd Bestel 2023-06-03 17:36:01 +02:00
  • 70bb014c9f Removed pre-release special version handling Bernd Bestel 2023-05-24 20:32:48 +02:00
  • 8c033ff6c8 Revert "Cache StockService->GetCurrentStock result" Bernd Bestel 2023-05-23 21:26:53 +02:00
  • 8c79cc4f8e Fixed new API key modal Bernd Bestel 2023-05-23 21:22:54 +02:00
  • 89c6d6683a Remove unused frontend package on /manageapikeys Bernd Bestel 2023-05-23 20:34:24 +02:00
  • d0e0102752 API keys can now have a description Bernd Bestel 2023-05-23 20:31:51 +02:00
  • bc5051351a Cache StockService->GetCurrentStock result Bernd Bestel 2023-05-23 17:34:38 +02:00
  • 08c1efa0ad Unified product-/chore-/battery-card modal handling Bernd Bestel 2023-05-23 17:32:54 +02:00
  • 2633d3d1a5 Fixed stock entry label info handling when the corresponding feature flag is disabled Bernd Bestel 2023-05-22 22:33:36 +02:00
  • aec71bd408 Fixed typo Bernd Bestel 2023-05-22 22:09:20 +02:00
  • 10661706b9 Updated README Bernd Bestel 2023-05-22 22:08:32 +02:00
  • 2c0a71078f Fixed productcard opened amount display Bernd Bestel 2023-05-22 21:53:15 +02:00
  • 02fe3f2119 Show to amount of "Label per unit" stock entry labels (closes #2241) Bernd Bestel 2023-05-22 21:23:19 +02:00
  • 55adc140b2 Updated README Bernd Bestel 2023-05-21 20:41:06 +02:00
  • 04f362b723 Added a product context menu on /stockjournal (the same as on /stockoverview) (closes #2239) Bernd Bestel 2023-05-21 18:40:59 +02:00
  • 979c67b44c Various JS optimizations Bernd Bestel 2023-05-21 18:01:47 +02:00
  • 825321593b Optimized content spacing with collapsed sidebar Bernd Bestel 2023-05-21 17:33:40 +02:00
  • 99db10a490 Fixed <select> style Bernd Bestel 2023-05-21 14:47:37 +02:00
  • 2cba3ce7e9 Updated dependencies Bernd Bestel 2023-05-21 14:41:00 +02:00
  • b53cdd4c42 Use minified files of packages (where available) Bernd Bestel 2023-05-21 14:29:19 +02:00
  • cd7139c6cf Optmized imports Bernd Bestel 2023-05-21 14:19:01 +02:00
  • c3dd1c4187 Cache routes Bernd Bestel 2023-05-21 14:13:05 +02:00
  • 89761ac141 Fixed syntax error Bernd Bestel 2023-05-21 14:12:43 +02:00
  • f427849e89 Load all frontend packages conditionally Bernd Bestel 2023-05-21 10:56:38 +02:00
  • d16d976d0b Simplified viewjs / active page handling Bernd Bestel 2023-05-20 18:20:30 +02:00
  • ddf0ff0aef Various small layout adjustments Bernd Bestel 2023-05-20 11:03:13 +02:00
  • fb57d9ef13 Fixed frontend translation with numbered arguments did not work (after upgrading gettext-translator) Bernd Bestel 2023-05-20 09:58:33 +02:00
  • c43fe24e47 Changed font Bernd Bestel 2023-05-20 09:31:03 +02:00
  • 6ab5bc3a29 Optimized sidebar collapsed state / active nav handling Bernd Bestel 2023-05-19 21:14:57 +02:00
  • ecb9f53bb4 Declare logo width Bernd Bestel 2023-05-19 20:59:03 +02:00
  • 6e3182884a Changed app icon background color Bernd Bestel 2023-05-19 19:23:50 +02:00
  • ceb50774dc Adjusted README logo height Bernd Bestel 2023-05-19 18:12:50 +02:00
  • 5f65f2abd0 New logo Bernd Bestel 2023-05-19 18:08:26 +02:00
  • 49daed6c2b Upgraded some frontend dependencies Bernd Bestel 2023-05-19 17:10:20 +02:00
  • 628e779902 Moved sidebar / menu layout into own (customized) component Bernd Bestel 2023-05-19 15:12:11 +02:00
  • 99546815f9 Remove unneeded meta tags Bernd Bestel 2023-05-19 14:19:14 +02:00
  • 7ceba3c0c1 Updated README Bernd Bestel 2023-05-18 17:55:46 +02:00
  • d03175f75a Added a separate QU for displaying prices (closes #2225) Bernd Bestel 2023-05-18 13:37:13 +02:00
  • f4639c9bb2 Stream files directly from disk (instead of loading them completely in memory first) Bernd Bestel 2023-05-18 10:51:14 +02:00
  • f6d77ac8d7 Pulled translations from Transifex Bernd Bestel 2023-05-18 10:44:17 +02:00
  • d43f59d9a9 Updated README Bernd Bestel 2023-05-18 10:39:38 +02:00
  • 631f03e62c Optimized DataTables fixedOrder handling (fixes #2235) Bernd Bestel 2023-05-17 22:44:42 +02:00
  • 778cf847d3 Fixed more missing fields when copying a product (fixes #2231) Bernd Bestel 2023-05-17 21:10:14 +02:00
  • 02a71a5edb fix syntax error (#2230) Shamshid 2023-05-17 23:04:39 +04:00
  • 629333e1ab Fixed QU conversion factor selection (API) Bernd Bestel 2023-05-14 17:05:28 +02:00
  • dd5bd3852a Optimized imports Bernd Bestel 2023-05-13 14:43:51 +02:00
  • 491412807c Fixed table column visibility selection Bernd Bestel 2023-05-13 14:28:50 +02:00
  • 9cdb0908d6 Make it possible to hide locations/stores/QUs/product_groups/task_categories (closes #2222) Bernd Bestel 2023-05-13 14:24:52 +02:00
  • b5d3e68d68 Added a "today button" to the calendar (closes #2218) Bernd Bestel 2023-05-12 20:53:04 +02:00
  • 48564b5286 Fixed that default_consume_location_id wasn't copied on copying a product (fixes #2223) Bernd Bestel 2023-05-12 20:48:44 +02:00
  • 8bdb74a8e0 Optimized button click tooltip hide handling (fixes #2206) Bernd Bestel 2023-05-03 08:32:49 +02:00
  • 5ab31f726a Support dynamic "today" for MEAL_PLAN_FIRST_DAY_OF_WEEK (closes #2205) Bernd Bestel 2023-05-01 14:49:02 +02:00
  • 7ee79ec56c Fixed permission check when deleting API keys (fixes #2204) Bernd Bestel 2023-04-30 22:32:08 +02:00
  • df4907f5d4 Fixed a theoretical (not relevant for SQLite) SQL injection possibility (references #2201) Bernd Bestel 2023-04-29 08:57:05 +02:00
  • a4992ff602 Optimized purchase/inventory price hint / last price suggestion decimals handling Bernd Bestel 2023-04-24 18:17:39 +02:00
  • f4874ed8d0 Prefill barcode note on /purchase and /inventory (closes #2193) Bernd Bestel 2023-04-17 19:54:24 +02:00
  • 84bd74a1bc Show the product card also on /products (closes #2185) Bernd Bestel 2023-04-13 20:36:21 +02:00
  • 16011b91c6 Added a filter option to only show currently out-of-stock products on /products (closes #2192) Bernd Bestel 2023-04-13 20:28:28 +02:00
  • 2bce428339 Fixed missing plural localization strings.pot Bernd Bestel 2023-04-12 09:06:39 +02:00
  • a56de30268 Fixed /stockoverview "Min. stock amount" column sorting (fixes #2189) Bernd Bestel 2023-04-03 18:35:38 +02:00
  • 71d44edb8c Optimized week recipe handling in mealplan (fixes #2168) Bernd Bestel 2023-04-01 22:04:30 +02:00
  • cc6b01de08 Added changelog for #2135 (also references #64) Bernd Bestel 2023-04-01 17:12:03 +02:00
  • 340832c361 Feature: Stock Purchase Metrics (#2135) Travis Raup 2023-04-01 11:05:41 -04:00
  • 98469248eb Optimized tracking button handling on /choresoverview (closes #2186) Bernd Bestel 2023-03-31 20:12:06 +02:00
  • 3d01854fa1 Don't use double quotes for SQL string literals (references #2170) Bernd Bestel 2023-03-16 21:16:27 +01:00
  • 756133a9eb Removed shopping list table fixed order (fixes #2167) Bernd Bestel 2023-03-16 18:52:41 +01:00
  • 1090f070c9 Optimized shopping list done items filter handling (fixes #2169) Bernd Bestel 2023-03-16 18:47:01 +01:00
  • 6857796ef0 Fixed produces product amount handling when consuming meal plan shadow recipes (references #2160) Bernd Bestel 2023-03-12 22:45:04 +01:00
  • 792c710bdc Fixed produces product handling when consuming meal plan shadow recipes (fixes #2160) Bernd Bestel 2023-03-12 16:35:18 +01:00
  • 7336693ca2 Optimized stock_missing_products view (fixes #2154) Bernd Bestel 2023-03-02 19:36:57 +01:00
  • 91700e7dae Fixed JS syntax error Bernd Bestel 2023-02-06 20:42:11 +01:00
  • c9c0baefeb Optimized datetime Userfields handling (fixes #2108) Bernd Bestel 2023-02-06 20:36:26 +01:00
  • b18bd2ff87 Fixed table dropdown menu overflow handling when columns are reordered (fixes #2130) Bernd Bestel 2023-02-06 20:25:51 +01:00
  • d9667b4534 Removed type conversions where no longer needed Bernd Bestel 2023-02-06 20:22:10 +01:00
  • d8d3c3ef0b Split the quick consume and open amount product option (closes #2127) Bernd Bestel 2023-02-05 20:37:39 +01:00
  • b64d726c42 Added a new config option for energy unit display (closes #2109) Bernd Bestel 2023-02-05 15:55:45 +01:00
  • 0bd698c968 Print stock entry labels when consuming a "Produces product" recipe (closes #2123) Bernd Bestel 2023-02-05 15:24:28 +01:00
  • 9ef5045c9b Added changelog for #2118 Bernd Bestel 2023-02-05 15:09:13 +01:00
  • 902cb20710 Add Sub feature flag FEATURE_FLAG_RECIPES_MEALPLAN (#2118) Webysther Sperandio 2023-02-05 15:06:59 +01:00
  • 1e9a4d9590 Added Romanian translation Bernd Bestel 2023-02-05 14:55:23 +01:00
  • 5d7efebd40 Pulled translations from Transifex Bernd Bestel 2023-02-05 14:43:15 +01:00