https://github.com/wamtengineers/todocash
A ready to use Point of Sale system for small cafes or shops. Multi user access level and full control on inventory and sales
https://github.com/wamtengineers/todocash
accounting angularjs mysql php pos receipt-printer reporting
Last synced: about 1 month ago
JSON representation
A ready to use Point of Sale system for small cafes or shops. Multi user access level and full control on inventory and sales
- Host: GitHub
- URL: https://github.com/wamtengineers/todocash
- Owner: wamtengineers
- Created: 2018-07-02T22:36:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T23:00:02.000Z (almost 7 years ago)
- Last Synced: 2024-11-04T02:32:51.650Z (6 months ago)
- Topics: accounting, angularjs, mysql, php, pos, receipt-printer, reporting
- Language: JavaScript
- Homepage: http://wamtsol.com/pos-acounting-solutions/
- Size: 7.39 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - wamtengineers/todocash - A ready to use Point of Sale system for small cafes or shops. Multi user access level and full control on inventory and sales (php)
README
# todocash
A ready to use Point of Sale system for small cafes or shops. Multi user access level and full control on inventory and sales.# Installation
1. Clone the repository in your document root folder. (You must have xampp/lamp installed on your pc.)
2. Create new database in mysql and import db/db.sql.
3. Open include/db.php in editor and replace the database details in following lines and save the file.$db_host="HOST";
$db_username="USER";
$db_password="PASSWORD";
$db_name="DATABASE_NAME";4. Run http://localhost/ in browser and login with these details
Username: admin
Password: admin