Avoy Systems automation flow icon
Avoy Systems
AI Automation & Web Apps
All projects
Business Analytics / Operations2025Live

Business Expense & Sales Dashboard

A founder-friendly dashboard for tracking daily sales and expenses, visualising profit, and exporting reports — built so a small business can stop running its books out of disconnected spreadsheets.

Business Expense and Sales Dashboard with KPI cards and charts.
Overview

Project summary

A deployed dashboard application that records daily sales and expenses, calculates profit and category breakdowns, and surfaces simple, decision-ready charts. Designed for a small business owner who wants real-time visibility without learning accounting software.

Problem

What was broken

Small businesses often track sales in one spreadsheet and expenses in another. Margins are recalculated by hand at month end, so decisions about pricing, inventory, and spending lag the actual numbers. There is rarely a single place to see whether the business is profitable this week.

Solution

What I built

I built a focused dashboard that takes daily sales and expense entries and turns them into live KPI cards and trend charts. The data model is structured so categories, totals, and date ranges are queryable, and the UI is mobile-first so entries can be logged from the field.

Core features

What shipped

  • Daily sales and expense entry with category tagging
  • Live KPI cards: revenue, expenses, gross profit
  • Charts for revenue vs. expense trends and category breakdown
  • Date-range filtering for weekly, monthly, and custom views
  • Mobile-first responsive UI for field entry
  • CSV-style export for accountant hand-off
Outcomes

What changed for the business

  • Brings sales, expenses, and profit into one live view instead of two separate spreadsheets.
  • Surfaces category-level breakdowns so the owner can see which expense buckets are growing.
  • Lets the team enter data from a phone, which removes the end-of-month spreadsheet cleanup.
  • Provides export so the data can be shared with an accountant without re-keying anything.
Architecture

How it's built

  • Next.js App Router frontend rendering KPI cards and chart components from typed query results.
  • Data layer designed around a sales table and an expenses table with category and date fields.
  • Server-side aggregation calculates totals and trend buckets so the client only renders results.
  • Role-aware UI surfaces — owner, manager, staff — read from the same underlying tables.
  • Deployed on Vercel with environment variables holding the database credentials.
Business value

Why it matters

  • Replaces multiple disconnected spreadsheets with one source of truth for revenue and spend.
  • Makes profit visible day-to-day instead of waiting for a month-end reconciliation.
  • Helps the owner spot expense categories that are eating into margin earlier than before.
  • Supports faster decisions on pricing, inventory, and discretionary spend.
What I learned

Takeaways from the build

  • Doing the aggregation on the server kept the client UI fast even with months of entries.
  • A simple category model is more useful than an over-engineered chart of accounts for a small operator.
  • Mobile-first entry was the most important UX decision — desk-only data entry never gets done.
  • Treating CSV export as a first-class feature made the dashboard fit into existing accountant workflows.
Screenshots

Product in production

Full-page screenshot of the Business Expense and Sales Dashboard.
Full dashboard screenshot
Have a similar project?

Let's talk about your version of this.

Contact Me