Extract ingredients from Malt Miller invoices and sync with your Brewfather inventory
⚠️ IMPORTANT: A premium Brewfather account is required for this app to work.
Drag and drop your Malt Miller PDF invoice here, or click to browse
Processing invoice...
Invoice Number
{{ invoiceData?.invoice?.invoiceNumber || 'N/A' }}
Total Items
{{ invoiceData?.summary?.totalItems || 0 }}
Invoice Total
£{{ invoiceData?.summary?.totalCost?.toFixed(2) || '0.00' }}
Categories
{{ Object.keys(invoiceData?.summary?.byType || {}).length }}
{{ data.count }} items
£{{ data.totalCost.toFixed(2) }}
Analyzing which ingredients match your existing Brewfather inventory...
{{ matchSummary.exactMatches }}
Ready to sync
{{ matchSummary.partialMatches }}
Verify before sync
{{ matchSummary.noMatches }}
Add manually first
{{ ingredient.type }} • {{ ingredient.amount }} {{ ingredient.type === 'misc' ? 'item' : ingredient.unit }} • £{{ ingredient.cost?.toFixed(2) || '0.00' }}/{{ ingredient.type === 'misc' ? 'item' : ingredient.unit }}
Items marked as "Not in Brewfather" need to be added to your Brewfather inventory first. You can add them manually through the Brewfather web app, then run the sync again to update quantities.