Simple and easy management application for your SCUBA dive center - built with love and Ruby on Rails.
Please note that this project is still WIP and the following features are still quite basic. But we have to begin somewhere, right?!
- Customer management and billing
- Event planning and booking
- Equipment and rentals
- Statistics and reports
- Allow user to change branding (logo)
- Authentication
- Extend billing with taxes, discounts...
- Customer checkin/checkout
📢 If you have specific feature requests, feel free to report them!
- Screenshots can be found here.
- Feel free to checkout the demo: http://scoobar.herokuapp.com
- Ruby 2.x
- PostgreSQL 9.x
Other versions might work as well.
git clone https://github.com/hwuethrich/scoobar.git
Run the setup script to install required gems and setup the database. Then run the server:
cd scoobar
./bin/setup
./bin/rails server
Access your application at http://localhost:3000.
Like this project? There are several ways to contribute:
- Give feedback and report bugs
- Contribute bugfixes and features by forking this project and sending pull requests on Github.
- Thanks to the people at the wonderful Dolphine House Moalboal resort for sponsoring the initial work on this project!
- Thanks to Almsaeed Studio for the amazing theme.
SCOOBAR is released under the MIT License.