All Projects ā†’ cerclecrm ā†’ Cercle

cerclecrm / Cercle

Licence: lgpl-3.0
Cercle is a CRM+Project Manager for your organization - Phoenix Framework & Vuejs

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Cercle

Papercups
Open-source live customer chat
Stars: āœ­ 4,554 (+1503.52%)
Mutual labels:  crm, phoenix, phoenix-framework
live dj
šŸ’æ Join or create video playlists to share a real-time experience with others! šŸŽ§
Stars: āœ­ 19 (-93.31%)
Mutual labels:  phoenix, phoenix-framework
deck.zone
A board game creation tool.
Stars: āœ­ 19 (-93.31%)
Mutual labels:  board, card
phoenix-liveview-15m.twitter
Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord
Stars: āœ­ 40 (-85.92%)
Mutual labels:  phoenix, phoenix-framework
react-native-dnd-board
A drag and drop Kanban board for React Native.
Stars: āœ­ 41 (-85.56%)
Mutual labels:  board, card
zero-to-graphql-using-elixir
The purpose of this example is to provide details as to how one would go about using GraphQL with the Elixir Language.
Stars: āœ­ 20 (-92.96%)
Mutual labels:  phoenix, phoenix-framework
phoenix bakery
Better compression for your Phoenix assets
Stars: āœ­ 25 (-91.2%)
Mutual labels:  phoenix, phoenix-framework
Realtime
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
Stars: āœ­ 4,278 (+1406.34%)
Mutual labels:  phoenix, phoenix-framework
king of tokyo
šŸ‘‘ King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: āœ­ 25 (-91.2%)
Mutual labels:  phoenix, phoenix-framework
phoenix bootstrap form
Bootstrap 4 Forms for Phoenix/Elixir Applications
Stars: āœ­ 38 (-86.62%)
Mutual labels:  phoenix, phoenix-framework
elixir jobs
A job board to publish and find Elixir offers.
Stars: āœ­ 83 (-70.77%)
Mutual labels:  phoenix, phoenix-framework
pokerex client
Elm client for PokerEx project
Stars: āœ­ 39 (-86.27%)
Mutual labels:  phoenix, phoenix-framework
phoenix assets webpack
Asset Pipeline with Webpack on Phoenix
Stars: āœ­ 52 (-81.69%)
Mutual labels:  phoenix, phoenix-framework
Nextcloud Deck
šŸ“‹ Android client for nextcloud deck app
Stars: āœ­ 318 (+11.97%)
Mutual labels:  board, card
curious messenger
Companion repository for Phoenix LiveView Messenger app by Curiosum.dev. Part 1: https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-1?utm_source=github&utm_medium=social, Part 2: https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-2?utm_source=github&utm_medium=social, Part 3: https://curiosum.dev/blog/elixir-phoenix-lā€¦
Stars: āœ­ 30 (-89.44%)
Mutual labels:  phoenix, phoenix-framework
gringotts payment
Demo Phoenix app showing gringotts payment library integrations.
Stars: āœ­ 24 (-91.55%)
Mutual labels:  phoenix, phoenix-framework
Tune
A streamlined Spotify client and browser with a focus on performance and integrations.
Stars: āœ­ 166 (-41.55%)
Mutual labels:  phoenix, phoenix-framework
Phoenix And Elm
Example application using Elixir, Phoenix and Elm
Stars: āœ­ 188 (-33.8%)
Mutual labels:  phoenix, phoenix-framework
poker ex
Texas Hold 'Em app written in Elixir with Phoenix and OTP
Stars: āœ­ 58 (-79.58%)
Mutual labels:  phoenix, phoenix-framework
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: āœ­ 25 (-91.2%)
Mutual labels:  phoenix, phoenix-framework

Cercle is the ultimate CRM+Project Manager for your organization - Phoenix & Vuejs

Cercle is a CRM for smart people who need to manage a database of contacts and get things done.

Easy to keep track of your sales, partnerships, support tickets, onboarding clients.

Try Cercle Today. Click here: http://www.cercle.co/register

Create Boards

You can create People Board or Project Board.

  • With People Board, you can track your deals, your clients, your marketing automation.

  • With Project Board, you can track your tasks, your projects.

Connect with Zapier

You can use Zapier to do Marketing Automation. Move a People Card into a new column, then it triggers an email sequence for example.

Why Cercle?

  • visual like Trello
  • simple to manage your contacts
  • simple to manage your projects
  • realtime
  • API ready
  • open source

Features

  • Board for projects
  • Board for contacts
  • Each Card can be linked to several contacts
  • Card Contact Tags
  • Card Contact Organization
  • Card Attachements
  • Card Tasks (with optional due date)
  • Card Comments
  • Card Email Notification Reminder
  • Import CSV
  • Export CSV
  • Board Timeline on a sidebar
  • Board Archive/Unarchive
  • Multi company
  • API Ready
  • Integration with Zapier

Changelog

V1.3 - December 2017

  • Update version of Vuejs
  • Remove Jquery dependency
  • Add Pagination to Contact page
  • Minor Bug Fixes

V1.2.2 - October 2017

  • Email API for Contact
  • People Board & Project Board
  • Company Association
  • Minor Bug Fixes
  • Improvement of the test suite

V1.2 - September 2017

  • Multi Company (User can switch between several companies)
  • URL are now clickable in description
  • Minor Bug Fixes
  • Improvement of the test suite

V1.1 - August 2017

  • UX improvements so we can use Card without contacts
  • Notification system for task due date & Card due date

V1.0 - June 2017

  • Oauth Integration with Zapier
  • Add Full name option during CSV Import

To use Cercle CRM API

  • make sure to include into your header: authorization Bearer TOKEN_FOUND_IN_YOUR_SETTINGS
  • you can get the list of boards, contacts by using the API like
    • /api/v2/company/:id_of_your_company/board
    • /api/v2/company/:id_of_your_company/contact
  • you can create or edit board, card also.

More Documentation about API is coming soon.

To install Cercle on Local

You need to setup a postgresql DB version 9.5

  1. Rename the file dev.secret_example.exs to dev.secret.exs
  2. Fill out the parameters of dev.secret.exs
  3. mix ecto.create (Create the DB)
  4. mix ecto.migrate (Run the migration)
  5. mix phoenix.server (You're good to go!)

To Install Cercle into heroku

  1. mix phoenix.gen.secret
  2. heroku config:set SECRET_KEY_BASE="your_key_here"
  3. heroku config:set POOL_SIZE=18
  4. add others parameters from dev.secret into Heroku config:set
  5. You're good to go!

Using Docker For Development

  1. Given you already have docker and docker-compose installed on your machine, Simply run these following commands:
# Build all and pull images and containers
docker-compose build
# Build application dependencies.
# This will set permission to allow our build script to run.
chmod +x build
./build
# Build the Docker image and start the `web` container, daemonized
docker-compose up -d web

Contribution

Feel free to send your PR with proposals, improvements or corrections!

License

Copyright Ā© 2016-2017 AK Cercle Inc.

Licence LGPL v3.

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].