This application is created by MD INZAMUL HAQUE for INFORTECH Solutions. This is a simple restaurant order management system.
- Install all gems by typing this:
bundle install
-
To change Database go to "config/database.yml" and then change database. Default Database is SQLite.
-
Migrate Database by typing this:
rake db:migrate
-
Login: Username: [email protected]
Password: 123456asdfgh -
To Add new user go to "config/route.rb" change this line to
devise_for :users, path_names: {
sign_up: '' #Stop Sign Up
}
to
devise_for :users
and then go to /sign_up page by web browser. Fill the form.
- Again change that line to hide sign_up page.
- Add order
- Add products
- Export Order (pdf, excel, csv and etc)
- Edit / Delete Order
- Search Order
- Print Invoice
- Easy interface
- Mobile view
- Restaurant Order
- etc...
Facebook: facebook.com/inzamul36
Email: [email protected], [email protected], [email protected]