..
components
Implemented a way to use the external barcode lookup plugin also from within the frontend as a product picker workflow
2023-11-03 20:47:43 +01:00
about.js
Make it possible to show the changelog directly via /about?tab=changelog
2019-03-09 16:25:23 +01:00
barcodescannertesting.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
batteries.js
Make it possible to hide chores/batteries ( closes #1069 )
2020-12-20 10:19:44 +01:00
batteriesjournal.js
Squashed commit
2021-07-13 19:29:23 +02:00
batteriesoverview.js
Unified product-/chore-/battery-card modal handling
2023-05-23 17:32:54 +02:00
batteriessettings.js
Improved number input initial value decimal handling
2020-11-15 14:15:09 +01:00
batteryform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
batterytracking.js
New logo
2023-05-19 18:08:26 +02:00
calendar.js
Reload calendar after color config changed (references #2368 )
2023-11-04 14:18:51 +01:00
choreform.js
Removed type conversions where no longer needed
2023-02-06 20:22:10 +01:00
chores.js
Improved products/chore merge dialogs form validation
2022-03-26 11:17:08 +01:00
choresjournal.js
Squashed commit
2021-07-13 19:29:23 +02:00
choresoverview.js
Unified product-/chore-/battery-card modal handling
2023-05-23 17:32:54 +02:00
choressettings.js
Improved number input initial value decimal handling
2020-11-15 14:15:09 +01:00
choretracking.js
New logo
2023-05-19 18:08:26 +02:00
consume.js
Fixed consume page location dropdown handling ( fixes #2328 )
2023-09-02 10:17:43 +02:00
equipment.js
Removed type conversions where no longer needed
2023-02-06 20:22:10 +01:00
equipmentform.js
General code review
2022-04-03 19:14:54 +02:00
inventory.js
Fixed stock entry label info handling when the corresponding feature flag is disabled
2023-05-22 22:33:36 +02:00
locationcontentsheet.js
Optionally show out of stock products on the location content sheet ( closes #1641 )
2022-04-01 21:55:06 +02:00
locationform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
locations.js
Make it possible to hide locations/stores/QUs/product_groups/task_categories ( closes #2222 )
2023-05-13 14:24:52 +02:00
login.js
Migrated (hopefully) all translations to PO/Gettext (references #161 )
2019-05-01 20:19:18 +02:00
manageapikeys.js
Fixed new API key modal
2023-05-23 21:22:54 +02:00
mealplan.js
Optimized server error display handling when consuming a recipe ( closes #2310 )
2023-08-15 18:51:40 +02:00
mealplansectionform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
mealplansections.js
Implemented meal plan sections ( closes #370 )
2021-07-15 17:54:48 +02:00
openapiui.js
Squashed commit
2021-07-13 19:29:23 +02:00
productbarcodeform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
productform.js
Added a separate QU for displaying prices ( closes #2225 )
2023-05-18 13:37:13 +02:00
productgroupform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
productgroups.js
Make it possible to hide locations/stores/QUs/product_groups/task_categories ( closes #2222 )
2023-05-13 14:24:52 +02:00
products.js
Unified product-/chore-/battery-card modal handling
2023-05-23 17:32:54 +02:00
purchase.js
Fixed stock entry label info handling when the corresponding feature flag is disabled
2023-05-22 22:33:36 +02:00
quantityunitconversionform.js
Improved QU conversion validation messages (references #1844 )
2022-04-07 07:26:06 +02:00
quantityunitconversionsresolved.js
Added a dialog to show product related resolved QU conversions (references #2056 and #1360 )
2022-12-04 19:02:15 +01:00
quantityunitform.js
Various JS optimizations
2023-05-21 18:01:47 +02:00
quantityunitpluraltesting.js
Removed type conversions where no longer needed
2023-02-06 20:22:10 +01:00
quantityunits.js
Make it possible to hide locations/stores/QUs/product_groups/task_categories ( closes #2222 )
2023-05-13 14:24:52 +02:00
recipeform.js
Various JS optimizations
2023-05-21 18:01:47 +02:00
recipeposform.js
Optimized initial focus / workflow handling for recipeposform and shoppinglistitemform
2023-11-04 13:19:46 +01:00
recipes.js
Optimized server error display handling when consuming a recipe ( closes #2310 )
2023-08-15 18:51:40 +02:00
recipessettings.js
Show a little optional checkbox to mark recipe ingredients as done ( closes #1606 )
2022-04-01 22:43:49 +02:00
shoppinglist.js
Unified product-/chore-/battery-card modal handling
2023-05-23 17:32:54 +02:00
shoppinglistform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
shoppinglistitemform.js
Optimized initial focus / workflow handling for recipeposform and shoppinglistitemform
2023-11-04 13:19:46 +01:00
shoppinglistsettings.js
Fixed shopping_list_to_stock_workflow_auto_submit_when_prefilled user settings control initialization ( fixes #1875 )
2022-04-29 11:46:50 +02:00
shoppinglocationform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
shoppinglocations.js
Make it possible to hide locations/stores/QUs/product_groups/task_categories ( closes #2222 )
2023-05-13 14:24:52 +02:00
stockentries.js
Fixed stock entry open button amount on /stockentries ( fixes #2303 )
2023-08-13 08:27:02 +02:00
stockentryform.js
Removed type conversions where no longer needed
2023-02-06 20:22:10 +01:00
stockjournal.js
Unified product-/chore-/battery-card modal handling
2023-05-23 17:32:54 +02:00
stockjournalsummary.js
Use original column index when accessing data table columns ( fixes #1684 )
2021-11-12 18:26:19 +01:00
stockoverview.js
Exclude products with hide_on_stock_overview enabled in current stock info on /stockoverview ( fixes #2250 )
2023-06-08 22:15:33 +02:00
stockreportspendings.js
Fix blank/missing items in spending report ( #2432 )
2024-01-09 18:36:09 +01:00
stocksettings.js
Split user setting stock_decimal_places_prices into separate settings for input/display ( closes #1893 )
2022-06-04 14:09:35 +02:00
taskcategories.js
Make it possible to hide locations/stores/QUs/product_groups/task_categories ( closes #2222 )
2023-05-13 14:24:52 +02:00
taskcategoryform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
taskform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
tasks.js
Added 'category' filter to tasks view. ( #2412 )
2023-12-25 08:47:21 +01:00
taskssettings.js
Improved number input initial value decimal handling
2020-11-15 14:15:09 +01:00
transfer.js
Removed type conversions where no longer needed
2023-02-06 20:22:10 +01:00
userentities.js
Squashed commit
2020-12-07 19:48:33 +01:00
userentityform.js
Unified form validation handling
2022-03-30 18:00:28 +02:00
userfieldform.js
Removed type conversions where no longer needed
2023-02-06 20:22:10 +01:00
userfields.js
Optimized datetime Userfields handling ( fixes #2108 )
2023-02-06 20:36:26 +01:00
userform.js
Make it possible to edit a user without necessarily updating the users password ( closes #1942 )
2022-08-27 14:54:52 +02:00
userobjectform.js
Improved form validation handling ( closes #1836 )
2022-03-26 10:34:00 +01:00
userobjects.js
Squashed commit
2020-12-07 19:48:33 +01:00
userpermissions.js
Use better confirm dialog
2020-12-22 10:05:06 +01:00
users.js
Squashed commit
2020-12-07 19:48:33 +01:00
usersettings.js
Improved number input initial value decimal handling
2020-11-15 14:15:09 +01:00