new meal planner basic features implemented

This commit is contained in:
Kaibu
2021-09-15 17:31:25 +02:00
parent 000445f3ff
commit e2def416ab
21 changed files with 395 additions and 161 deletions

View File

@@ -370,6 +370,15 @@ export class Models {
}
static MEAL_TYPE = {
'name': i18n.t('Meal_Type'),
'apiName': 'MealType',
'list': {
'params': ['filter_list'],
},
}
static MEAL_PLAN = {
'name': i18n.t('Meal_Plan'),
'apiName': 'MealPlan',