| title: HSS POS | |
| emoji: "\U0001F37D\uFE0F" | |
| colorFrom: red | |
| colorTo: gray | |
| sdk: docker | |
| pinned: false | |
| app_port: 7860 | |
| # HSS POS - Restaurant Management System | |
| A complete restaurant point-of-sale and management system. | |
| ## Features | |
| - **POS** - Category-based menu with quick order entry | |
| - **Table Management** - Real-time table status with sections | |
| - **Kitchen Display (KDS)** - WebSocket-powered live order display | |
| - **Captain Module** - Tableside ordering for wait staff | |
| - **Reports & Dashboard** - Sales, GST, item-wise, category, KOT, cancelled items | |
| - **Multi-role Access** - Admin, Manager, Cashier, Captain, Kitchen, Accountant | |
| ## Login | |
| - **Username:** admin | **Password:** admin123 | |
| - **Admin PIN:** 1234 | **Cashier PIN:** 2345 | |
| ## Tech Stack | |
| - **Backend:** Go (Fiber) + SQLite | |
| - **Frontend:** Svelte 5 + SvelteKit + Tailwind CSS | |
| - **Real-time:** WebSocket | |