mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
* Add functionality to move a product when it is opened * Update the API to support this (and some other new fields) * Remove console, update move on open when either the default or the consume location change * Fix conflict from fridge * Ignore .DS_STORE from macOS * Fix the migration conflict * Fix the default location not appending properly * Revert changes no longer needed * Fix the checkbox disable logic, and call the function on page load * Simplify the transfer to use the existing function (which also adds logs) * Only move it if it's moving * Code formatting / naming * Clarify help text (it's not always about one unit, but about the corresponding amount opened) * Handle splitted stock entries + optimized/unified product property checks * Added UI feedback on auto moving Co-authored-by: Bernd Bestel <bernd@berrnd.de> |
||
|---|---|---|
| .. | ||
| ApiKeyService.php | ||
| ApplicationService.php | ||
| BaseService.php | ||
| BatteriesService.php | ||
| CalendarService.php | ||
| ChoresService.php | ||
| DatabaseMigrationService.php | ||
| DatabaseService.php | ||
| DemoDataGeneratorService.php | ||
| FilesService.php | ||
| LocalizationService.php | ||
| PrintService.php | ||
| RecipesService.php | ||
| SessionService.php | ||
| StockService.php | ||
| TasksService.php | ||
| UserfieldsService.php | ||
| UsersService.php | ||