https://github.com/kamaroly/salhaospos
https://github.com/kamaroly/salhaospos
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamaroly/salhaospos
- Owner: kamaroly
- License: mit
- Created: 2015-04-15T20:11:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T09:44:32.000Z (about 11 years ago)
- Last Synced: 2025-01-21T23:33:00.327Z (over 1 year ago)
- Language: PHP
- Size: 1.45 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.
How to Install
--------------
1. Create/locate a new mysql database to install open source point of sale into
2. Execute the file database/database.sql to create the tables needed
3. unzip and upload Open Source Point of Sale files to web server
4. Copy application/config/database.php.tmpl to application/config/database.php
5. Modify application/config/database.php to connect to your database
6. Modify application/config/config.php encryption key with your own
7. Go to your point of sale install via the browser
8. LOGIN using
username: admin
password:pointofsale
9. Enjoy
A more extensive setup guide can be found at [this site](http://www.opensourceposguide.com/guide/gettingstarted/installation)
# salhaospos