All projects

Mise

Mise automates daily P&L reporting for restaurant owners. It syncs sales data from Toast POS and cost data from MarginEdge, calculates key financial metrics, and sends a daily email summary with KPIs.

What it does

  • Syncs daily sales data from Toast POS automatically
  • Pulls cost data from MarginEdge for food and labor costs
  • Calculates P&L metrics: revenue, COGS, labor %, net profit
  • Sends scheduled daily email reports via SendGrid
  • Dashboard for viewing historical trends and KPIs
  • Multi-restaurant support with owner-level access

Tech stack

Python backend with FastAPI for the API layer and SQLAlchemy for ORM. PostgreSQL for data storage. APScheduler for automated daily sync and report generation. React frontend for the dashboard. SendGrid for transactional email delivery. Integrates with Toast POS and MarginEdge APIs.