Reviewed-on: #14 Co-authored-by: Nicholas Ward <nicholaspward@outlook.com>
1.2 KiB
1.2 KiB
Purchase Items, Pack Sizes & Recipe Costing
Accurate recipe food costing relies on mapping real-world vendor purchase packages to canonical ingredients.
1. Purchase Items & Pack Configurations
A Purchase Item represents a commercial package purchased from a vendor or distributor:
- Pack Size & Unit: e.g.,
50 lb Bag,6 x 1 Gallon Case,16 oz Container. - Cost: Total package purchase price (e.g.
$24.50). - Yield Factor (%): The usable portion percentage after trimming or prep (e.g. 85% usable yield on trimmed beef tenderloin, 100% on flour).
- Unit Cost: Automatically computed per base unit (e.g.
$0.00108 / gramor$0.49 / lb).
2. Recipe Food Costing Breakdown
When viewing a recipe's Cost tab:
- Line Cost: Each ingredient's line item cost is calculated as:
\text{Line Cost} = \frac{\text{Quantity} \times \text{Unit Cost}}{\text{Yield Factor}} - Total Batch Cost: The sum of all line item costs for the batch.
- Cost per Serving: Total Batch Cost divided by total yield servings.
- Food Cost % (Target Selling Price):
\text{Suggested Price} = \frac{\text{Cost per Serving}}{\text{Target Food Cost \%}}