Skip to content

bafbes/Dolibarr_employment_contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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:https://myserver'; $dolibarr_main_document_root='/path/of/dolibarr/htdocs'; $dolibarr_main_url_root_alt='http:https://myserver/custom'; $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom';

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

About

Dolibarr - module to manage employment contract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%