{#snippet rail()}

Ingredients Editor

Filter ingredients

{visibleRows.length} matching rows

Status
{#if filtersActive} {/if}
{/snippet}
Ingredients Editor Curate the raw materials available to mixes
Ingredients
{visibleRows.length}
In use
{inUseCount}
Unsaved
{dirtyCount}
{#if showNew}
{/if}
{table.pageStart}-{table.pageEnd} of {table.total}
Page {table.currentPage} of {table.totalPages}
Actions
{#each table.rows as row (row.id)}
Ingredient
Category
Unit
Kg / unit
Cost / kg {row.cost_per_kg != null ? `$${formatNumber(row.cost_per_kg, 4)}` : '—'}
Rounding
Used in {row.usage_count} {row.usage_count === 1 ? 'mix' : 'mixes'}
Status
{#if rowDirty(row)} {/if}
{:else}

{rows.length ? 'No ingredients match your search' : 'No ingredients yet'}

{#if filtersActive} {:else} {/if}
{/each}
{#each knownCategories as category (category)} {/each} {#if historyIngredient} (historyIngredient = null)} /> {/if}