Changelog
Every release of Olgax POS: what's new, what's fixed, what's improved.
v0.1.0 - MVP Release
March 8, 2026 · v0.1.0
📝 Changes
- ·## Olgax POS v0.1.0 - Initial MVP Release
- ·A production-ready, offline-capable Point of Sale system for small businesses.
- ·### Features
- ·**POS Checkout** — cart, qty, discount, tax, split-tender payments, tips, hold/recall orders
- ·**Product Catalog** — create/edit/delete, barcode search, stock tracking, low-stock alerts
- ·**Customers** — directory, purchase history, loyalty points (earn & redeem)
- ·**Suppliers** — supplier management linked to products
- ·**Sales** — full history, void, refunds
- ·**Reports** — revenue trend, payment breakdown, top products, CSV export
- ·**Multi-language** — 14 locales (EN, SI, TA, FR, ES, DE, AR, ZH, HI, PT, JA, KO, ID, RU)
- ·**Offline-first** — PGLite (Postgres WASM) records sales with no internet, auto-syncs on reconnect
- ·**Roles** — Admin and Cashier with enforced access control
- ·**Receipt printing** — ESC/POS thermal + browser fallback
- ·**Docker Compose** ready for self-hosting
- ·**PWA** — installable on tablet/desktop
- ·### Quick Start
- ·See [README](README.md) for Docker and local dev setup.