Demo data
Jeyser provides a command to populate the CRM with some demo data to try it in a more convenient way. It can be useful for you if you want to test Jeyser quickly with some pre-created data. Of course it is not intended to be used in production.
Load data
From the installation folder of Jeyser, just run docker-compose exec web php bin/console demo:create_data
Details
The code is located in Mgate\DashboardBundle\Command\CreateDataCommand
.
It will create :
- 8 projects (at least on in each state) and their documents to populate the Etude's tab
- 8 prospects and related employee to populate the Prospect's tab
- Project managers (members of your JE) to populate the Gestion Associative's tab
- Some Phases for some project to have some gantts in your projects
- Some developers for your projects and link them to skills to populate the HR tab
- All thoses data will be aggregated to display nice charts in Stat's tab
- You can see Jeyser standard doctypes from the administration tab