Git Product home page Git Product logo

flarepoint-crm's Introduction

Flarepoint Logo

Flarepoint CRM

Flarepoint is a new customer relationship management system (CRM) which purpose is to help you keep track of your customers, tasks etc. Flarepoint is a free, open-source and self-hosted platform based on Laravel 5.3 PHP Framework.

page_design

Installation

How to

    composer install
    php artisan migrate --seed
    php artisan key:generate
  • login in with these credentials Mail: [email protected] Password: admin123 (Can be changed in the dashboard)
  • DONE

Insertion of dummy data

If you want to just play around and test the CRM, you can very easily insert dummy data after completeing the steps above, follow the commands below.

    php artisan db:seed --class=UsersDummyTableSeeder (Creates 5 extra users and are required)
    php artisan db:seed --class=ClientsDummyTableSeeder (Creates 50 new clients)
    php artisan db:seed --class=TasksDummyTableSeeder (Creates 130 tasks, requires clients & users seeding)
    php artisan db:seed --class=LeadsDummyTableSeeder (Creates 30 leads, requires clients & users seeding)
    

All of these will fill the datbase with client, tasks, leads etc, to give a fast example of how the CRM works, it is important, that nothing else is done as some of the data is inserted to work with a speific ID.

Features overview

  • Tasks management
  • Leads management
  • Simple invoice management
  • Easy & simple time management for each task
  • Role management (Create and update your own roles)
  • Easy configurable settings
  • Client overview (Keep easy track of open tasks for each client etc)
  • Upload documents to each clients (easy track of contracts and more)
  • Fast overview over your own open tasks, leads etc
  • Global dashboard

To-do

Flarepoint is still under development, so there are a lot on my to-do list.

  • Multiple integrations (Slack, e-conomic, Google Drive, dropbox etc.)
  • Different Color schemes
  • API
  • Excel Import/export
  • Better cache
  • Even easier installation
  • User tagging

And much more (in no particular order)

Contribution Guide

Flarepoint CRM follows PSR-2 coding standard.

Packages

The packages used are the following...

License

Flarepoint is open-sourced software licensed under the MIT license

flarepoint-crm's People

Contributors

bottelet avatar saleh199 avatar jheysoon avatar funyug avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.