Finished first version of meal planning (for now closes #146)

This commit is contained in:
Bernd Bestel
2019-05-07 19:48:14 +02:00
parent 3f53919ddd
commit 8504eb9b38
9 changed files with 240 additions and 15 deletions

View File

@@ -6,6 +6,10 @@ use \Grocy\Services\StockService;
class RecipesService extends BaseService
{
const RECIPE_TYPE_NORMAL = 'normal';
const RECIPE_TYPE_MEALPLAN_DAY = 'mealplan-day';
const RECIPE_TYPE_MEALPLAN_WEEK = 'mealplan-week';
public function __construct()
{
parent::__construct();