--------------------------------------------------------------
English Multi-Company ChangeLog
--------------------------------------------------------------

***** ChangeLog for 7.0.3 compared to 7.0.2 *****
Fix: datatables error when "multicompany" directory is in root of dolibarr
Fix: use REQUEST_URI by default when switch to another entity
Fix: use dol_include_once() by default

***** ChangeLog for 7.0.2 compared to 7.0.1 *****
Fix: broken feature when dropdown list in login page is hidden

***** ChangeLog for 7.0.1 compared to 7.0.0 *****
Fix: hide dictionnaries sharings for the moment

***** ChangeLog for 7.0.0 compared to 6.0.1 *****
Fix: compatibility with Dolibarr 7
New: add cache system (memcached)
New: use datatables for entities list
New: add multiselect entities for rights management in transverse mode

***** ChangeLog for 6.0.1 compared to 6.0.0 *****
Fix: compatibility with Dolibarr 7

***** ChangeLog for 6.0.0 compared to 5.0.0 *****
Fix: compatibility with Dolibarr 6
New: add members sharing
New: add possibility to customizing dictionnaries by entity (llx_c_paiement and llc_c_payment_term)
New: getEntity function use true $shared value by default
New: big refactorization of transverse mode

Improvements to the transverse mode:
- A module activated in the main entity is no longer activated in the child entities, each entity can have its own modules activated.
- You can define different rights per entity in the same group.
- You can customize/supplement the rights of a user by entity

For developers: 
* You can remove $multicompany_transverse_mode in conf.php
* Use $conf->global->MULTICOMPANY_TRANSVERSE_MODE instead $conf->multicompany->transverse_mode
* Use getEntity('xxx') instead getEntity('xxx', 1) and use getEntity('xxx', 0) instead getEntity('xxx')
* Use getEntity('thirdparty') instead getEntity('societe')
* Use getEntity('member') instead getEntity('adherent')
* Use getEntity('bankaccount') instead getEntity('bank_account')

***** ChangeLog for 5.0.0 compared to 4.0.0 *****
Fix: compatibility with Dolibarr 5
New: add expense report sharing

***** ChangeLog for 4.0.0 compared to 3.8.2 *****
Fix: compatibility with Dolibarr 4
New: add project sharing

***** ChangeLog for 3.8.2 compared to 3.8.1 *****
Fix: compatibility with transverse modes

***** ChangeLog for 3.8.1 compared to 3.8.0 *****
Fix: folder sharing was not working when more than 2 entities

***** ChangeLog for 3.8.0 compared to 3.7.2 *****
Fix: compatibility with Dolibarr 3.8.x

***** ChangeLog for 3.7.3 compared to 3.7.2 *****
Fix: folder sharing was not working when more than 2 entities

***** ChangeLog for 3.7.2 compared to 3.7.1 *****
New: add transifex management
New: change the development platform

***** ChangeLog for 3.7.1 compared to 3.7.0 *****
New: add extrafields
Fix: more bugs

***** ChangeLog for 3.7.0 compared to 3.6.2 *****
Fix: compatibility with Dolibarr 3.7.x
New: add invoice number sharing
New: add script to move master entity with another entity
New: add about page

***** ChangeLog for 3.6.2 compared to 3.6.1 *****
Fix: folder sharing was not working when more than 2 entities

***** ChangeLog for 3.6.1 compared to 3.6.0 *****
Fix: add stock sharing parameters

***** ChangeLog for 3.6.0 compared to 3.5.0 *****
Fix: compatibility with Dolibarr 3.6.x
Fix: show entities combobox only in transverse mode or with admin users
Fix: automatic connection to the entity of the user if the drop down list of entities is hidden (use different login strictly by entity)
New: add multicompany function login

***** ChangeLog for 3.5.0 compared to 3.4.0 *****
Fix: compatibility with Dolibarr 3.5.0

***** ChangeLog for 3.4.0 compared to 3.2.2 *****
New: add bank sharing
New: add product prices sharing
New: add agenda sharing
New: add stock sharing
New: add Hungary translation
Fix: compatibility with Dolibarr 3.4
Fix: grant access for user card in transverse mode
Fix: sharing services was not functional if the module product was not activated
Fix: more bugs

***** ChangeLog for 3.2.2 compared to 3.2.1 *****
New: add Netherland translation
Fix: minor bugs and uniformize code
Fix: add check method for login
Fix: check permission in combobox
Fix: remove constantes already defined by module
Fix: compatibility with bureau2crea theme
Fix: possibility to force entity un login page
Fix: bad rights verification

***** ChangeLog for 3.2.1 compared to 3.2.0 *****
no release

***** ChangeLog for 3.2.0 compared to 3.1.2 *****
New: add sharing system for products/services and thirdparties/contacts between entities
New: add category sharing between entities
Fix: problem with user card access and wrong carriage return
Fix: show login page options with hook manager
Fix: update es_ES and ca_ES translations
Fix: replace serialize by json
Fix: security
Fix: more bugs

***** ChangeLog for 3.1.2 compared to 3.1.1 *****
Fix: invalid path if you do not use the custom directory

***** ChangeLog for 3.1.1 compared to 3.1.0 *****
Fix: convert current admin to superadmin
The administrator of the primary entity was not converted into superadministrator when activating the module,
this happened during an update of a version of Dolibarr < 3.1 to >= 3.1Modifications:

***** ChangeLog for 3.1.0 compared to 3.0.1 *****
New: change logo
New: add italian translation
New: stay connected for switch entity
New: add options tab in module configuration
New: possibility to hide combobox in login page
New: add transverse mode
		Off mode: The rights and groups are managed in each entity: users belong to the entity for their rights
		One mode: Groups can only belong to the entity = 0 and that the user belongs to a particular entity
Fix: translation

***** ChangeLog for 3.0.1 compared to 3.0.0 *****
New: add spanish translation
Fix: minor bugfix

***** ChangeLog for 3.0.0 compared to none *****
First release of this module
