Initial formulation application

This commit is contained in:
2026-08-13 15:39:57 -05:00
commit 3e81d54262
709 changed files with 41144 additions and 0 deletions
+47
View File
@@ -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.