Total quantity in the current worksheet
{#if !$clientSession}
Client Access Required Mix worksheets use live raw material pricing and save directly into Mix Master. {savedMix ? 'Edit Mix' : 'New Mix'} Use ingredient rows like a spreadsheet, with live costing based on market value, waste, and unit conversion.Sign in on the Hunter Premium Produce home page before editing mixes.
{savedMix ? `Editing ${savedMix.name}` : 'Create a new costing worksheet'}
{feedback}
{/if} {#if errorMessage}{errorMessage}
{/if}Total quantity in the current worksheet
Calculated from current row factors
Current worksheet output
Worksheet Meta
Spreadsheet Rows
| Raw Material | Market Value | Waste % | Cost / Kg | Qty Kg | Line Cost | Notes | |
|---|---|---|---|---|---|---|---|
| {currency(row.marketValue)} | {row.wastePercentage !== null ? `${(row.wastePercentage * 100).toFixed(1)}%` : 'N/A'} | {currency(row.costPerKg, 4)} | updateIngredientField(index, 'quantity_kg', Number((event.currentTarget as HTMLInputElement).value)) } /> | {currency(row.lineCost)} | updateIngredientField(index, 'notes', (event.currentTarget as HTMLInputElement).value)} placeholder="Optional row note" /> |