https://github.com/tngoman/Store-POS
Point of Sale Desktop App built with Electron
https://github.com/tngoman/Store-POS
electron-app express expressjs nodeapp nodejs nodejsexpress point-of-sale pointofsale pointofsales pos
Last synced: about 1 month ago
JSON representation
Point of Sale Desktop App built with Electron
- Host: GitHub
- URL: https://github.com/tngoman/Store-POS
- Owner: tngoman
- Created: 2020-02-21T21:11:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T21:29:16.000Z (about 2 months ago)
- Last Synced: 2025-04-01T10:06:24.943Z (about 1 month ago)
- Topics: electron-app, express, expressjs, nodeapp, nodejs, nodejsexpress, point-of-sale, pointofsale, pointofsales, pos
- Language: JavaScript
- Homepage:
- Size: 4.04 MB
- Stars: 838
- Watchers: 31
- Forks: 405
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Point of Sale
Desktop Point of Sale app built with electron
**Features:**- Can be used by multiple PC's on a network with one central database.
- Receipt Printing.
- Search for product by barcode.
- Staff accounts and permissions.
- Products and Categories.
- Basic Stock Management.
- Open Tabs (Orders).
- Customer Database.
- Transaction History.
- Filter Transactions by Till, Cashier or Status.
- Filter Transactions by Date Range.**To use on Windows:**
[Download](http://www.storepointofsale.com/download/v1/StorePOS.msi) the MSI InstallerThe default username and password is **admin**
**Looking for a Desktop Invoicing app?**
Check out the [Offline Invoicing](https://github.com/tngoman/Offline_Invoicing) app for freelancers.**To Customize/Create your own installer**
- Clone this project.
- Open terminal and navigate into the cloned folder.
- Run "npm install" to install dependencies.
- Run "npm run electron".



