version bump

This commit is contained in:
2026-02-28 22:41:33 -03:00
parent 751c77cac5
commit 676f299796
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# SekiPOS v1.5 🍫🥤
# SekiPOS v1.6 🍫🥤
A reactive POS inventory system for software engineers with a snack addiction. Features real-time UI updates, automatic product discovery via Open Food Facts, and local image caching.
@@ -8,6 +8,7 @@ A reactive POS inventory system for software engineers with a snack addiction. F
- **Local Cache:** Saves images locally to `static/cache` to avoid IP bans.
- **CLP Ready:** Chilean Peso formatting ($1.234) for local commerce.
- **Secure:** Hashed password authentication via Flask-Login.
- **On device scanner:** Add and scan products from within your phone!
## 🐳 Docker Deployment (Server)
@@ -82,7 +83,7 @@ python app.py
- `db/pos_database.db`: SQLite storage.
## 📋 TODOs?
- Better admin registration(?)
- Some form of user registration(?)
## 🥼 Food Datasets
- https://www.ifpsglobal.com/plu-codes-search

View File

@@ -260,7 +260,7 @@
<!-- ════════════════════════ NAVBAR ════════════════════════ -->
<nav class="navbar navbar-expand-md sticky-top px-3 mb-3">
<span class="navbar-brand">SekiPOS <small class="text-muted fw-normal"
style="font-size:0.65rem;">v1.5</small></span>
style="font-size:0.65rem;">v1.6</small></span>
<!-- Always-visible dropdown on the right -->
<div class="ms-auto">