Request stock
front → back
Ask the back store to top up the counter. Fewest taps — it replaces a WhatsApp message.
Quick add
{quick.map((id) => { const it = inv.find((x) => x.id === id); const st = statusOf(it); return ; })}
Requesting
{picked.map((p, idx) => (
{name(p.id)}
{p.qty}
))}
{picked.length === 0 &&
Tap an item above to add it.
}