Initial formulation application
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
schema_version: 2
|
||||
id: milk
|
||||
revision: 1
|
||||
status: draft
|
||||
title: Milk
|
||||
categories:
|
||||
- component
|
||||
tags:
|
||||
- base-formula
|
||||
yield:
|
||||
amount:
|
||||
quantity: 111.11
|
||||
unit_id: gram
|
||||
basis: theoretical
|
||||
scaling:
|
||||
mode: hybrid
|
||||
basis_id: formula_basis
|
||||
basis_amount:
|
||||
quantity: 100.0
|
||||
unit_id: gram
|
||||
components:
|
||||
- id: main
|
||||
name: Main
|
||||
items:
|
||||
- id: line_01_water
|
||||
reference:
|
||||
ingredient_id: water
|
||||
amount:
|
||||
quantity: 100
|
||||
unit_id: gram
|
||||
percentage: 100
|
||||
basis_member: true
|
||||
- id: line_02_nonfat_milk_powder
|
||||
reference:
|
||||
ingredient_id: nonfat_milk_powder
|
||||
amount:
|
||||
quantity: 11.11
|
||||
unit_id: gram
|
||||
percentage: 11.11
|
||||
steps:
|
||||
- id: step_01
|
||||
order: 1
|
||||
instruction: Dissolve powder in water.
|
||||
component_ids:
|
||||
- main
|
||||
notes:
|
||||
- Formula uses a nominal 100 g basis; review yield and revision before activation.
|
||||
Reference in New Issue
Block a user