grocy/services
2019-07-06 20:34:01 +02:00
..
ApiKeyService.php Added possibility to export the calendar in iCal format (closes #141) 2019-03-04 17:44:48 +01:00
ApplicationService.php Include changelog as markdown files and show it in the about dialog 2019-03-09 15:54:16 +01:00
BaseService.php Prefix all global vars 2018-07-24 19:41:35 +02:00
BatteriesService.php Add journal and undo UI for stock bookings, chore executions and battery charge cycles (closes #63, closes #97) 2018-10-27 17:26:00 +02:00
CalendarService.php Finished migration to use gettext (this now closes #161) 2019-05-02 20:20:18 +02:00
ChoresService.php Make it possible to track a chore execution without the time part, only the day 2019-05-04 16:13:05 +02:00
DatabaseMigrationService.php Replace the single user (defined in /data/config.php) with a multi user management thing 2018-07-24 19:31:43 +02:00
DatabaseService.php Auto reload the current page when the database has changed and when idling (closes #59) 2018-09-24 13:53:18 +02:00
DemoDataGeneratorService.php Added first basic version of meal planning (references #146) 2019-05-06 19:38:47 +02:00
FilesService.php Prepare file upload API (references #58) 2018-09-27 14:01:00 +02:00
LocalizationService.php Fixed an issue when a plural translation is empty/null (can be the case for quantity units, fixes #259) 2019-06-08 16:32:23 +02:00
RecipesService.php Added a "consume this recipe"-button to the meal plan (and also a button to consume all recipes for a whole week) (closes #283) 2019-07-06 20:02:40 +02:00
SessionService.php Fix session problem on 32 bit systems when using "stay logged in permanently" (fixes #278) 2019-06-08 16:47:45 +02:00
StockService.php Added price field on inventory page (for added products) (references #225) 2019-05-03 22:11:20 +02:00
TasksService.php Added the possibility to undo a task (closes #252) 2019-07-06 20:34:01 +02:00
UserfieldsService.php Added a new userfield type "preset-list" (closes #239) 2019-05-07 21:24:59 +02:00
UsersService.php Optimize user settings 2018-09-30 17:14:04 +02:00