version bump
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user