You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jonathan Rosenbaum 65d2f8033d Corrects typo, compost to compose :) 7 years ago
bikes Removes /pos from a few header. 7 years ago
books Removes unnecessary error_log files. 7 years ago
classes session_unregister has been deprecated, this solves the issue. 7 years ago
customers Removes unnecessary error_log files. 7 years ago
docker Cleaning up the code. 7 years ago
images First commit of biketree to github! 7 years ago
install First commit of biketree to github! 7 years ago
items First commit of biketree to github! 7 years ago
language First commit of biketree to github! 7 years ago
library First commit of biketree to github! 7 years ago
members Figured out why security was commented out: 7 years ago
reports First commit of biketree to github! 7 years ago
sales Removes unnecessary error_log files. 7 years ago
settings First commit of biketree to github! 7 years ago
upgrade First commit of biketree to github! 7 years ago
users First commit of biketree to github! 7 years ago
README.md Corrects typo, compost to compose :) 7 years ago
allstyles.css First commit of biketree to github! 7 years ago
backupDB.php First commit of biketree to github! 7 years ago
general_public_license.txt First commit of biketree to github! 7 years ago
generaltodo.php First commit of biketree to github! 7 years ago
home.php First commit of biketree to github! 7 years ago
index.php First commit of biketree to github! 7 years ago
latebikes.php First commit of biketree to github! 7 years ago
login.php First commit of biketree to github! 7 years ago
logout.php First commit of biketree to github! 7 years ago
membersin.php First commit of biketree to github! 7 years ago
menubar.php First commit of biketree to github! 7 years ago
openshop.php First commit of biketree to github! 7 years ago
readme.txt First commit of biketree to github! 7 years ago
repairsneeded.php First commit of biketree to github! 7 years ago
repairsneeded2.php First commit of biketree to github! 7 years ago
repairsneeded3.php First commit of biketree to github! 7 years ago
settings.php Correction to dir in Dockerfile; minor change to settings. 7 years ago
settingsupdate.php First commit of biketree to github! 7 years ago
shopclosed.php First commit of biketree to github! 7 years ago
todosubmit.php First commit of biketree to github! 7 years ago

README.md

Bike Tree

An open source mash up for co-ops with several features including POS/member, membership tracking, volunteer tracking, paid repairs tracking, and a bike rental tracking system (bike library)

Originally developed by Mark Leigh for Bike Root in Calgary, Canada. Built on top of PHP Point Of Sale 9.1.

Demo at https://biketree.bikelover.org
Logins: kelsey (Admin), mark (Sales Clerk)
Password: password

cd docker;
docker-compose -p biketree build;
docker-compose -p biketree up -d;