Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T10:56:44.000Z (4 months ago)
- Last Synced: 2024-10-29T17:11:39.185Z (14 days ago)
- Topics: electron-app, express, expressjs, nodeapp, nodejs, nodejsexpress, point-of-sale, pointofsale, pointofsales, pos
- Language: JavaScript
- Homepage:
- Size: 3.97 MB
- Stars: 775
- Watchers: 30
- Forks: 392
- 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".![POS](https://github.com/tngoman/Store-POS/blob/master/screenshots/pos.jpg)
![Transactions](https://github.com/tngoman/Store-POS/blob/master/screenshots/transactions.jpg)
![Receipt](https://github.com/tngoman/Store-POS/blob/master/screenshots/receipt.jpg)
![Permissions](https://github.com/tngoman/Store-POS/blob/master/screenshots/permissions.jpg)
![Users](https://github.com/tngoman/Store-POS/blob/master/screenshots/users.jpg)