feat: Added add/remove ingredients sub commands to recipes
- feat: Added list recipe commands - feat: Added sample add ingredient template for recipe
This commit is contained in:
8
templates/recipe/add-ingredient.yml
Normal file
8
templates/recipe/add-ingredient.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
product_id:
|
||||
amount:
|
||||
qu_id:
|
||||
only_check_single_unit_in_stock:
|
||||
not_check_stock_fulfilment:
|
||||
variable_amount:
|
||||
ingredient_group:
|
||||
note:
|
@@ -1,7 +1,8 @@
|
||||
{% from 'recipe/macro.yml' import render_recipe_fulfilment %}
|
||||
{% for recipe in grocy.recipes %}
|
||||
id: {{ recipe.fields.id }}
|
||||
name: {{ recipe.fields.name }}
|
||||
servings: {{ recipe.fields.base_servings }}
|
||||
base_servings: {{ recipe.fields.base_servings }}
|
||||
required_fulfilled: {{ render_recipe_fulfilment(recipe.fields.fulfillment, grocy.meta.fa_icons) }}
|
||||
description: |-
|
||||
{{ recipe.fields.description }}
|
||||
|
Reference in New Issue
Block a user