← Back to Projects
Live

smpl_POS — Point of Sale

A full-featured dark-themed POS system built with Flask and MySQL. Live at paphtech.com/projects/smpl_pos.

↗ View Live Site Get a Similar Project

Overview

smpl_POS is a complete Point of Sale system built by PaphTech using Flask as the backend and MySQL as the database. It features a POS terminal, inventory management, customer tracking, transaction history, dashboard analytics, and store settings — all in a sleek dark-themed UI. The app runs live at /projects/smpl_pos as a Blueprint within the PaphTech platform.

The Problem

Small businesses needed a lightweight, self-hosted POS system that could run on any device without a subscription. Most SaaS POS systems are expensive and lock businesses into proprietary hardware.

The Solution

Built as a Flask Blueprint with MySQL backend, served directly from the PaphTech platform. Zero-install for the end user — just open a browser. Full CRUD for products and customers, atomic checkout transactions, and a real-time dashboard.

Results

Flask Backend
MySQL Database
6 Modules
Live Status

Key Features

  • POS Terminal — product grid, cart, customer selector, discount, checkout
  • Dashboard — today's revenue, weekly chart, top products, low-stock alerts
  • Products — full CRUD, margin calculator, stock management
  • Customers — full CRUD, purchase history, total spent tracking
  • Transactions — searchable history, date filter, printable receipts
  • Settings — store name, address, currency, tax rate
  • Payments — Cash (change calculator), Card, Mobile Pay
  • Atomic checkout — all steps in a single MySQL transaction

More Projects