21 lines
931 B
YAML
21 lines
931 B
YAML
# Legend:
|
|
# Location Name (id): {% for valid_value in grocy.meta.entities.locations.valid_values %}{{ valid_value.name }}({{ valid_value.id}}){% if not loop.last %}{{ ', '}}{% endif %}{% endfor %}
|
|
# Product Group (id): {% for valid_value in grocy.meta.entities.product_groups.valid_values %}{{ valid_value.name }}({{ valid_value.id}}){% if not loop.last %}{{ ', '}}{% endif %}{% endfor %}
|
|
# Quanity Units (id): {% for valid_value in grocy.meta.entities.quantity_units.valid_values %}{{ valid_value.name }}({{ valid_value.id}}){% if not loop.last %}{{ ', '}}{% endif %}{% endfor %}
|
|
|
|
name:
|
|
description: |-
|
|
barcode:
|
|
location_id:
|
|
min_stock_amount: 0
|
|
default_best_before_days: 0
|
|
product_group_id:
|
|
qu_id_purchase:
|
|
qu_id_stock:
|
|
default_best_before_days_after_open: 0
|
|
qu_factor_purchase_to_stock: 0
|
|
allow_partial_units_in_stock: False
|
|
enable_tare_weight_handling: False
|
|
tare_weight: 0
|
|
not_check_stock_fulfillment_for_recipes: False
|