Skip to content

CMR and Funnels like sales system developed in Ruby on Rails, AngularJS and NodeJS for real-time

Notifications You must be signed in to change notification settings

MakarovCode/Hanbai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hanbai

CMR and Funnels like sales system developed in Ruby on Rails, AngularJS and NodeJS for real-time

DEMO

Hanbai - Test the web app

TECHNOLOGIES USED AND CHALLENGES

  • NodeJS
    • The current version use the last version of node and socket.io in order to allow teams to work together on the same funnel.
    • NodeJS Instalation Guide - For real-time functionalities
  • Ruby;
    • Version 2.7.1;
  • Rails;
    • Version 6.1;
  • AngularJS;
    • Legacy;
    • This app has a Trello like interface for dealing with the Funnels and Sales
  • PostgreSQL;
    • 13;

MODULES & FUNCTIONALITIES

  • Manage companies records;
  • Manage clients records;
  • Funnel Trello like interface for creating and managing fully customized funnels;
    • Create and customize
      • Teams and permissions
      • Funnel Stages or States
      • Customized fields for deals
      • Activities for each deal
      • Background colors
      • Drag n Drop and more
  • Calendar View
  • Metrics Dashboard
  • Settings
  • RestAPI

SOME SCREENSHOTS

screen1 screen2 screen3 screen4 screen5

HOW TO INSTALL

# 1. Clone the repo

git clone https://github.com/MakarovCode/Hanbai.git

# 2. Run bundle

bundle

# 3. Run the DB

rails db:create db:migrate db:seed

# 4. Make sure to install the unaccent function in PostgreSQL

psql YourDataBaseName

# SQL
CREATE EXTENSION unaccent;

# Type localhost:3000

# DO NOT FORGET TO install node in order to test real time functionalities

DISCLAIMER

I DO NOT give support to this project any more, you are free to use the code in anyway you want, is free to use, but this web application as it is may present Bugs and Errors.

I developed this project several years ago, I kept a DEMO but is not getting supported, some libraries and dependencies maybe deprecated, the only technologies I updated were Ruby, Rails and PostgreSQL.

About

CMR and Funnels like sales system developed in Ruby on Rails, AngularJS and NodeJS for real-time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published