Skip to content

Flarepoint is a free, open-source and self-hosted CRM platform based of Laravel 5

Notifications You must be signed in to change notification settings

marcianobarros20/Flarepoint-crm

This branch is 434 commits behind Bottelet/DaybydayCRM:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02d84ae · Oct 16, 2016

History

79 Commits
Oct 16, 2016
Jul 13, 2016
Sep 1, 2016
Sep 1, 2016
Jul 31, 2016
Oct 9, 2016
Sep 1, 2016
Jul 13, 2016
Jul 13, 2016
Sep 1, 2016
Jul 13, 2016
Jul 13, 2016
Jul 13, 2016
Aug 30, 2016
Aug 28, 2016
Jul 13, 2016
Jul 13, 2016
Jul 13, 2016
Sep 17, 2016
Jul 13, 2016
Jul 13, 2016

Repository files navigation

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

About

Flarepoint is a free, open-source and self-hosted CRM platform based of Laravel 5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 49.0%
  • HTML 20.3%
  • JavaScript 15.7%
  • CSS 14.9%
  • ApacheConf 0.1%