All Projects → michaelfranzl → Salorhospitality

michaelfranzl / Salorhospitality

The innovative Point of Sale Solution serving the Hospitality Industry

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Salorhospitality

Furatto Rails Start Kit
A rails app with Furatto, Devise, and Facebook Authentication perfect for hackathons!
Stars: ✭ 46 (-11.54%)
Mutual labels:  rails
Raygun Rails
Rails 6 application template for Raygun, the Carbon Five Rails application generator.
Stars: ✭ 48 (-7.69%)
Mutual labels:  rails
Action mailer matchers
ActionMailerMatchers provides rspec matchers to test Rails' common ActionMailer functionality.
Stars: ✭ 50 (-3.85%)
Mutual labels:  rails
App
Fast and searchable Ruby docs
Stars: ✭ 47 (-9.62%)
Mutual labels:  rails
Rails stimulus flatpickr
Advanced datepicking example app with Stimulus + Flatpickr + Turbolinks
Stars: ✭ 48 (-7.69%)
Mutual labels:  rails
Execjs Fastnode
⚡️ A faster Node.JS integration for Ruby/Rails ExecJS
Stars: ✭ 49 (-5.77%)
Mutual labels:  rails
Fiscalberry
[JSON ↔ HW] Connect things using JSON API with the fiscalberry websocket server interact easily with any kind of Hardware. Another IoT solution...
Stars: ✭ 44 (-15.38%)
Mutual labels:  pos
Activeadmin settings cached
UI interface for rails-settings-cached in active admin
Stars: ✭ 51 (-1.92%)
Mutual labels:  rails
Monarchy
Hierarchical access management system with advanced roles inheritance. 🦋
Stars: ✭ 48 (-7.69%)
Mutual labels:  rails
Kaminari
⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps
Stars: ✭ 8,085 (+15448.08%)
Mutual labels:  rails
Rapporteur
A Rails Engine which provides a customizable status page on your application.
Stars: ✭ 47 (-9.62%)
Mutual labels:  rails
Modern Datatables
They are many ways to build reactive web interfaces but do we really need to add the complexity of JavaScript frameworks like Vue.js or React?
Stars: ✭ 48 (-7.69%)
Mutual labels:  rails
Jsonapi parameters
Rails-way to consume JSON:API input
Stars: ✭ 50 (-3.85%)
Mutual labels:  rails
Graphql Rails Generators
Graphql Rails Scaffold™. Automatically generate GraphQL types from your rails models.
Stars: ✭ 47 (-9.62%)
Mutual labels:  rails
Coderdojo.jp
☯️ CoderDojo Japan (@coderdojo-japan) official website developed by Ruby on Rails with @YassLab team. 💎
Stars: ✭ 50 (-3.85%)
Mutual labels:  rails
Drag and drop active storage
A demo drag and drop image upldate Ruby on Rails app using Stimulus.js, DropZone.js, and ActiveStorage
Stars: ✭ 46 (-11.54%)
Mutual labels:  rails
Rackula
Generate a static site from any rack middleware.
Stars: ✭ 49 (-5.77%)
Mutual labels:  rails
Docker Rails React Starter
A basic docker-compose, Rails and React / Webpack starter kit
Stars: ✭ 52 (+0%)
Mutual labels:  rails
Logidze
Database changes log for Rails
Stars: ✭ 1,060 (+1938.46%)
Mutual labels:  rails
Simple form
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
Stars: ✭ 7,877 (+15048.08%)
Mutual labels:  rails

SALOR Hospitality (aka. Bill Gastro)

The modern, enterprise-class Point of Sale (POS) Solution serving the Hospitality Industry: Hotels, Restaurants, Inns, Bars and Shops.

Important Notice

This project is no longer actively developed or supported. The last stable tag is debian/4.1.4.97 in the wheezy branch. The master branch is a port to a newer Ruby on Rails version in Debian Jessie and is experimental.

Development Installation

The following instructions are based on plain Debian Jessie, and will use its own Ruby interpreter 2.1.5.

You need a few system packages so that native extensions of ruby gems will compile successfully:

apt-get install ruby libruby ruby-dev rake mysql-server libmysqld-dev libmysqlclient-dev libmagickwand-dev libmagickcore-dev libxslt1-dev nodejs bundler

Any Rails developer will not have any problems running Salor Hospitality, since it is just a plain, standalone Rails 4.1.8 application without any special magic going on.

git clone git://github.com/michaelfranzl/SalorHospitality.git
cd SalorHospitality/salor-hospitality
cd config
cp database.yml.default database.yml
cp secrets_yml.example secrets.yml

Generate secrets and add to secrets.yml

rake secret

At this point, change database.yml for your database installation.

cd ..
bundle install
rake db:create
rake db:migrate
rake db:seed
rails s

At this point, the app is running. You can browse to http://localhost:3000 and enter 000 as password.

If you want to re-seed the database do the following:

rake db:drop
rake db:create
rake db:migrate
rake db:seed

Or shorter:

rake db:reset

License

Copyright © 2015 Red (E) Tools Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].