mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-04 07:27:55 -05:00
git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@132 c3eb156b-1dc0-44e1-88ae-e38439141b53
874 B
874 B
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
- Create/locate a new mysql database to install open source point of sale into
- Execute the file database/database.sql to create the tables needed
- unzip and upload Open Source Point of Sale files to web server
- Copy application/config/database.php.tmpl to application/config/database.php
- Modify application/config/database.php to connect to your database
- Modify application/config/config.php encryption key with your own
- Go to your point of sale install via the browser
- LOGIN using username: admin password:pointofsale
- Enjoy
A more extensive setup guide can be found at this site