mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-05 22:35:29 -04:00
26bee3e5a647ef8f8224c3e21e7956055cdd981c
Clean "add_payment" to be simpler : don't need to declare $payment in the main as it used only to add to an existing array Fix "edit_payment" that was trying to set a payment on the $payment_id (expected payment data : $payments)
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
Languages
PHP
98.5%
JavaScript
0.7%
CSS
0.3%
Shell
0.2%
HTML
0.2%
Other
0.1%