StockSenseconnecting

Input

Record orders, update inventory, or bulk-upload a CSV. Every write hits Supabase and shows up live on the Overview page within a second.

New order

Single-order entry. Anomaly check runs automatically.

Inventory update

Upsert on (sku, segment). Reorder alert fires when on_hand drops below reorder_point.

Bulk CSV upload

For backfills or batched imports. Validates client-side before sending.

Required columns: sku, segment, quantity, unit_price, order_date (date format YYYY-MM-DD).