What you fill in per item
Six fields, split across two cards on the form. What it is
Pack & cost — how you buy it
Unit cost is computed, not entered:
pack price ÷ (pack size × yield %).
Example: items for a Hot Coffee Latte
Throughout the docs we use Hot Coffee Latte as the running example. It’s built from three items:
The 90% yield on beans inflates the per-gram cost from RM 0.08 to RM 0.0889 — the app does this automatically so every recipe using those beans pays the real cost, not the on-pack cost.
Yield matters when waste is real. Coffee beans usually waste ~10% to grind and spillage. Set yield to 90% and the app applies the waste to your COGS automatically — every recipe that uses those beans pays the inflated unit cost, so a “cheap” bean with 70% yield can quietly cost more than a premium bean at 95%.
Where items show up
- In every Recipe you build — each recipe line is
{Item, quantity}, and the app sums the line costs to give you per-cup COGS. - In the Calculator’s recipe-derived target line, indirectly: average COGS across recipes is what pushes the suggested price up or down.

