https://github.com/hieuhani/simpos
Simpos is an intuitive interface and powerful features point of sale client software for Odoo back end using React ๐งโ๐ณ
https://github.com/hieuhani/simpos
indexeddb odoo point-of-sale react
Last synced: 6 months ago
JSON representation
Simpos is an intuitive interface and powerful features point of sale client software for Odoo back end using React ๐งโ๐ณ
- Host: GitHub
- URL: https://github.com/hieuhani/simpos
- Owner: hieuhani
- License: mit
- Created: 2020-11-08T02:55:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T02:09:09.000Z (about 1 year ago)
- Last Synced: 2024-12-07T18:10:14.512Z (7 months ago)
- Topics: indexeddb, odoo, point-of-sale, react
- Language: TypeScript
- Homepage:
- Size: 7.96 MB
- Stars: 107
- Watchers: 3
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/hieuhani/simpos)
Web Demo ยท
Download Demo App ยท
Technical specifications ยท
Contributing# Simpos ๐งโ๐ณ
Simpos is an intuitive interface and powerful features point of sale client software for Odoo back end using React.
It brings better experiences and easy to customize your point of sale and still keeping a comprehensive Odoo features for back end operations such as accounting and inventory. Some highlight features of the this version:
- Compatible with any hardware including Sunmi devices (I'm using Sumni T2 at my bakery shop)
- Offline POS support
- Multiple orders simultaneously (for restaurant mode use-case)
- Record customer information
- Multiple payment methods support
- Multiple cashiers
- Vibration card order support
- Table tag order support
- Bar code scanner support
- Kitchen printer via network support
- Customer screen support (for advertising, customer order review use-case)
- Discount directly or percentage discount support
- Responsive layout
- Multiple price list support
- ...and many more## โค๏ธ Technical specifications
Basic dependencies used:
- Web library uses [ReactJS](https://github.com/facebook/react)
- Web router uses [React Router](https://github.com/remix-run/react-router)
- Multi-platform app is built with [Tauri](https://github.com/tauri-apps/tauri)
- Offline database is IndexedDB and uses [Dexie.js](https://dexie.org/)
- UI framework uses [Chakra UI](https://github.com/chakra-ui/chakra-ui)
- Front end tooling uses [Vite](https://github.com/vitejs/vite)
- Complex state uses [XState](https://github.com/statelyai/xstate)
- HTTP client uses [Axios](https://github.com/axios/axios)Advanced technologies used and why:
1. Web Worker
- To continuous bulk download product images as blob
- To sync data between multiple browser tabs
- Not at this version but will use for background sync
2. IndexedDB
- To store all application data including products, orders
- To create composite index base on several product key-paths to support full product text search3. Tauri
- To create multi-platform desktop app## โก๏ธ Quick start
1. Run `pnpm install` to install dependencies
2. Run `pnpm dev` to start development
3. Open [http://localhost:5173](http://localhost:5173)## ๐ธ Screenshots
## ๐ Contributing
- [Open an issue](https://github.com/hieuhani/simpos/issues) if you believe you've encountered a bug with the module.
## โ๏ธ License
[MIT License](./LICENSE)