https://github.com/dbtek/terminal
Simple point of sale application uses web sql.
https://github.com/dbtek/terminal
Last synced: about 2 months ago
JSON representation
Simple point of sale application uses web sql.
- Host: GitHub
- URL: https://github.com/dbtek/terminal
- Owner: dbtek
- Created: 2014-04-10T20:14:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T21:18:37.000Z (about 10 years ago)
- Last Synced: 2025-12-31T19:35:46.842Z (6 months ago)
- Language: JavaScript
- Homepage: dbtek.github.io/terminal
- Size: 3.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Terminal
-----------
Simple POS (point of sale) application. Can be used for all kind of retail stores.

##Usage
Simply go to [dbtek.github.io/terminal](http://dbtek.github.io/terminal) and start using it! You can download it and use locally too.
##Features
- Supports product adding, editing.
- Printing checks via POS printers for after payment product delivery.
- Uses local Web Sql, it's totally your data.
- Sale stats, see sale stats of products.
##Technical
It's an app build on [Angular JS](http://angularjs.org). Uses bunch of modules such as [angular-websql](https://github.com/dbtek/angular-websql), [angular-flot](https://github.com/develersrl/angular-flot), angular-route and angular-cookies.
Products and sale details are stored on browser's web sql database. Language and other settings are stored on local storage.
Frontend is built on Bootstrap and Lumen theme by Bootswatch.
##Locale
App built as multilingual. Currently has Turkish and English translations. There is also the currency support. Of course, there can be more locales and currencies. See [translations](http://github.com/dbtek/terminal/tree/master/app/local).
##Author
Ismail Demirbilek - [@dbtek](http://twitter.com/dbtek)
##License
[MIT](http://opensource.org/licenses/MIT)