User Tools

Site Tools


dolibarrconnectoruserguide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dolibarrconnectoruserguide [2015/10/21 21:47] fappelsdolibarrconnectoruserguide [2021/05/31 17:22] – [Installation] fappels
Line 1: Line 1:
 ====== Dolibarr connector ====== ====== Dolibarr connector ======
 ===== Installation ===== ===== Installation =====
-Place module_dolibarrextdirect-1.0.x.zip file into dolibarr root directory on your server.+==== Standard installation ==== 
 +If you get the module in a zip file (like when downloading it from the market place [[https://www.dolistore.com|Dolistore]], go into 
 +menu **Home - Setup - Modules - Deploy external module** and upload the zip file. 
 +To connect the Mobilid application you need to select the Dolibarr Custom connector in the Mobilid setup. 
 + 
 +==== Root installation ==== 
 +You can also use old Dolibarr root procedure. 
 +Place module_extdirect-1.0.x.zip file into dolibarr root directory on your server.
 Uncompress file with command: Uncompress file with command:
-<code>unzip module_dolibarrextdirect-1.0.x.zip</code> +<code>unzip module_extdirect-1.0.x.zip</code> 
-Module is ready to setup.+For this mode you need to select the Dolibarr Root connector in the Mobilid setup. 
 + 
 +==== Git clone installation ==== 
 +The connector module files are located in the 'extdirect' subfolder of the git repo. 
 +You can clone the repo in your dolibarr custom folder, but you need to make a symbolic link to the 'extdirect' subfolder. 
 +For the community version [[https://github.com/fappels/dolibarrextdirect|dolibarrextdirect]] you need to run command: 
 +<code>ln -s dolibarrextdirect/extdirect extdirect</code> 
 +For the payed [[https://github.com/fappels/dolibarr-mobilid|dolibarr-mobilid]] you need to run command: 
 +<code>ln -s dolibarr-mobilid/extdirect extdirect</code> 
 +For this mode you need to select the Dolibarr Custom connector in the Mobilid setup. 
 + 
 + 
 + 
 + 
 + 
 + 
 ===== Module setup ===== ===== Module setup =====
 ==== Activate module ==== ==== Activate module ====
Line 41: Line 64:
 === Activity tracking === === Activity tracking ===
 Choose the Activities tab to see all activities of the connected apps. You can see when a Mobilid module was started and finished (timetracking), the duration between start and finish is also shown. Choose the Activities tab to see all activities of the connected apps. You can see when a Mobilid module was started and finished (timetracking), the duration between start and finish is also shown.
 +You can filter activities by dolibarr user, when filtered you will links to the objects handled by an activity.
 ===== Module update ===== ===== Module update =====
 When an existing installation is updated, disable and re-enable module to update module database. When an existing installation is updated, disable and re-enable module to update module database.
dolibarrconnectoruserguide.txt · Last modified: 2023/04/14 14:40 by fappels