/Dolibarr_employment_contract

Dolibarr - module to manage employment contract

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Employment contract

Module to manage employment contract into Dolibarr. This Module add a page into user's configuration to manage employment contract.

Need to modify statut of the constant MAIN_FEATURES_LEVEL at 1 (Experimental mode) Need Dolibarr 3.4.x (Not tested into previous version - At your own risk)

INSTALL

Copy "emcontract" directory to the root of "htdocs" directory.

Or prefer the second way :

Since version 3 it is possible to define an alternative root directory, This allows you to store, same place, plug-ins and custom templates. Just create a directory at the root of Dolibarr (eg custom), then declare it in the file conf.php :

examples :

$dolibarr_main_url_root='http://myserver'; $dolibarr_main_document_root='/path/of/dolibarr/htdocs'; $dolibarr_main_url_root_alt='http://myserver/custom'; $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom';

Copy "emcontract" directory to the root of "custom" directory.