blasto333 / PHP-Point-Of-Sale
- Source
- Commits
- Network (4)
- Issues (5)
- Downloads (4)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 12 07:31:33 -0700 2009 | |
| |
README.txt | Fri Dec 04 05:27:35 -0800 2009 | |
| |
application/ | Wed Jan 06 13:08:10 -0800 2010 | |
| |
css/ | Sat Jan 16 09:48:10 -0800 2010 | |
| |
database/ | Sat Jan 02 14:55:37 -0800 2010 | |
| |
images/ | Sun Nov 01 14:50:51 -0800 2009 | |
| |
index.php | Sun Oct 12 05:55:41 -0700 2008 | |
| |
js/ | Sun Jan 17 07:09:50 -0800 2010 | |
| |
license/ | Wed Dec 02 14:02:04 -0800 2009 | |
| |
system/ | Sun Nov 01 18:44:13 -0800 2009 |
README.txt
How to Install ------------------------- 1. Create/locate a new mysql database to install php point of sale into 2. Execute the file database/database.sql to create the tables needed 3. unzip and upload PHP 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. Copy application/config/config.php.tmpl to application/config/config.php 7. In application/config/config.php FIND: $config['base_url'] = "http://localhost/PHP-Point-Of-Sale/"; and replace with the full web path to your PHP Point of Sale Install 8. Go to your point of sale install via the browser 9. LOGIN using username: admin password:pointofsale 10. Enjoy

