Recipe Library
| Recipe Name | Cost per Batch | Actions |
|---|---|---|
| {{ recipe.name }} | {{ formatCurrency(recipe.costPerBatch) }} |
Recipe Costing
Costing Result:
Total Recipe Cost: {{ formatCurrency(costingResult.totalCost) }}
Cost per Batch: {{ formatCurrency(costingResult.costPerBatch) }}
Recommended Selling Price per Batch: {{ formatCurrency(costingResult.sellingPricePerBatch) }}