forked from in6pio/Incipio
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,62 @@ | ||
# Jeyser CRM - N7 Consulting | ||
# Jeyser CRM | ||
|
||
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/b2a395d1-acaa-4305-a30e-3a326fdb7c3a/small.png)](https://insight.sensiolabs.com/projects/b2a395d1-acaa-4305-a30e-3a326fdb7c3a) | ||
[![Travis-ci status](https://travis-ci.org/n7consulting/Incipio.svg?branch=master)](https://travis-ci.org/n7consulting/Incipio) | ||
[![Join the chat at https://gitter.im/jeyser-crm/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jeyser-crm/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) | ||
|
||
Jeyser-CRM (also known as Incipio) is a project aiming at the creation an open-source [CRM](https://en.wikipedia.org/wiki/Customer_relationship_management) / [ERP](https://en.wikipedia.org/wiki/Enterprise_resource_planning) for all Junior Entreprises belonging or not to [CNJE](http://www.junior-entreprises.com/) and [JADE](http://www.jadenet.org/). | ||
|
||
This Github repository is hosting N7 Consulting, [ENSEEIHT](http://www.enseeiht.fr/fr/index.html)'s Junior-Entreprise, version of Jeyser. It is currently (17/11/2016) the only version of Incipio under active development. You can try a demo (resetted every hour) of Jeyser [Heroku](https://jeyser-demo.herokuapp.com/) | ||
Jeyser CRM (formerly known as Incipio) is an open-source | ||
[ERP](https://en.wikipedia.org/wiki/Enterprise_resource_planning) / | ||
[CRM](https://en.wikipedia.org/wiki/Customer_relationship_management) for all Junior Entreprises belonging or not to | ||
[CNJE](http://www.junior-entreprises.com/) and [JADE](http://www.jadenet.org/). | ||
This is [the official Jeyser CRM repository](https://github.com/n7consulting/Incipio). | ||
|
||
That version fixes numerous bugs, improves a lot code quality and existing modules, updates to Symfony 3 and adds several functionnalities to original Incipio version. Namely skills mapping between projects and members in HR module, data import from external sources, manage key parameters from web. A particular care is given to user interface and user experience to provide the most friendly use possible. | ||
|
||
#Details | ||
|
||
Jeyser can be installed and secured with only 5 bash commands. Read the [install documentation](http://jeyser-crm.n7consulting.fr/install/) to get your own Jeyser and its free SSL certificate up and running. | ||
# Details | ||
|
||
Jeyser helps you in your daily Junior-Entreprise work. Thanks to Jeyser, you can store and easily access your members | ||
or customers key informations, manage your projects and their related documents online. Edit your documents online and export | ||
them as docx. Jeyser has many other features and a nice user interface to make your work as enjoyable as possible. | ||
The best way to discover Jeyser is to [try the demo](https://jeyser-demo.herokuapp.com/). | ||
|
||
|
||
Jeyser can be installed and secured with only 5 bash commands. Read the | ||
[install documentation](http://jeyser-crm.n7consulting.fr/install/) to get your own Jeyser and its free SSL certificate | ||
up and running. | ||
|
||
It is shipped with some demonstration doctypes to help you to write your own. | ||
|
||
#RoadMap | ||
# RoadMap | ||
|
||
- Functionnalities : add phase lock when an invoice has been issued. Add some data visualization. | ||
- Features : | ||
* Invoices and contract amendment improvement | ||
* Add phase lock when an invoice has been issued | ||
* Add some data visualization | ||
* Homogenize UI | ||
* Import data from other data sources | ||
- Translation : Move every hard coded text in views to translation files to enable i18n of Jeyser. | ||
- Code Quality : Keep Platinium medal on Sensiolabs Insights. | ||
- Code Quality : Keep Platinum medal on Sensiolabs Insights. | ||
- Code coverage : introduce behavioural tests with Behat. | ||
|
||
|
||
# Licence | ||
|
||
[![License](https://img.shields.io/badge/Licence-GNU%20AGPL-red.svg?style=flat-square)](LICENSE) | ||
[![License](https://img.shields.io/badge/Licence-GNU%20AGPL-red.svg?style=flat-square)](LICENSE). In a word, if you | ||
modify or improve Jeyser, your contributions have to be open-source and you have to link to your code source | ||
and that repository. | ||
|
||
# Contributing | ||
|
||
Interested in contributing to Jeyser ? It would be a great pleasure to welcome you in the community. To begin with, check our [contribution guide](http://jeyser-crm.n7consulting.fr/dev/contributing/) out. | ||
This project is mainly powered by [N7 Consulting](https://n7consulting.fr/), [ENSEEIHT](http://www.enseeiht.fr/fr/index.html)'s Junior-Entreprise | ||
and [M-Gate](https://www.mgate.fr/), [Ecole des Mines de Saint-Étienne Campus Georges Charpak](http://www.mines-stetienne.fr/) 's Junior-Entreprise. | ||
|
||
We are opened to any contribution. Just check out our | ||
[contribution guide](http://jeyser-crm.n7consulting.fr/dev/contributing/) before. | ||
|
||
# Bugs and Security | ||
|
||
We are using Jeyser for our business, thus we try to keep as secure as it could be. However, if you find a security issue, mail us at dsi[at]n7consulting.fr. | ||
We are using Jeyser for our business, thus we try to keep as secure as it could be. However, if you find a security | ||
issue, mail us at dsi[at]n7consulting.fr. | ||
|
||
If you are encountering a bug, raise an issue on Github, and we would be glad to fix it as quick as we can. |