Oxygen
Pre-release
Pre-release
This is a new major version of Jeyser CRM.
It is not compatible with versions labelled 1.X. However it is possible to update with little work.
Note : This version is still in beta. It has been rather well tested, however it is not considered as safe to run in production yet.
Changelog
- Update Symfony version from 2.8 to 3.2
- Ship Sample Doctypes with the code
- Move Filiere as settings objects instead of hard-coded values.
- Improve UI on several pages suc as formations, poste management, phase edition
- Improve Doctype management system
- Add behavioural tests
Migration
Doctype : Move your doctypes to var/documents. No other manipulation is required.
Filière : There is a little bit more work to do :
- Save your current membre table. Import it under another name.
- Run following query :
Update membre set filiere_id = (select id from filiere where nom =
(select filiere from old_membre where old_membre.id = membre.id) )