Releases: ravvdevv/Stockly
Version 0.0.2
⚙️ Stockly v0.0.2 — Settings & Dark Mode
This update brings a full-featured Settings dashboard, Dark Mode support, and enhanced data management tools to make your workflow smoother and more flexible.
✨ New Features
🌗 Theme Switching – Dark Mode, Light Mode, and System Preference support powered by next-themes. Your selection is saved automatically.
⚙️ Global Settings Page – Centralized hub to manage app configuration effortlessly.
💰 Tax Configuration – Set a global tax rate once; it applies automatically to all checkouts.
💾 Database Backup (Export) – Save a complete copy of your SQLite database anywhere you choose.
🔄 Database Restore (Import) – Restore from previous backups for migration or recovery.
🏭 Factory Reset – Clear all products, categories, and sales history safely with confirmation.
ℹ️ About Section – Check the current version and access the GitHub repository directly.
🛠️ Improvements
Checkout now auto-applies the global tax rate — no manual input required.
Navigation bar updated with a dedicated Settings link.
Backend supports a persistent settings table for key-value configuration.
Stockly Version 0.0.1 - Initial Release
🚀 Stockly v0.0.1 – First Official Release
Welcome to the first official release of Stockly.
This version establishes the foundation for a professional, lightweight, and high-performance POS & Inventory Management System.
✨ Key Features
💾 SQLite Persistence
- Full migration to a robust SQLite database backend
- Products, sales, and categories are securely stored in:
~/.stockly/stockly.db
🛒 Professional Cashier System
- Streamlined modal checkout experience
- Supports Cash and Card payments
- Real-time Change Due calculation
- "Exact Amount" button
- Quick-increment currency buttons
💰 Philippine Peso Localization
- Default currency set to ₱ (PHP)
- Localized cash assistance buttons:
₱1, ₱5, ₱10, ₱20, ₱50, ₱100
📦 Inventory & Category Management
- Dedicated inventory and category management pages
- Real-time stock deductions after successful checkout
📊 Business Dashboard
- Revenue overview
- Best-selling products
- Recent sales tracking
🖼️ Custom Branding
- Integrated custom application icons
- Professionally branded README
🖥️ Maximized Startup
- Application launches in a maximized window state
- Optimized for real-world POS environments