Manage workstations
Copyright (C) 2019 ATM Consulting contact@atm-consulting.fr Workstation ATM is released under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version (GPL-3+).
See the COPYING file for a full copy of the license.
For compatibility with Dolibarr V14 this module is renamed from workstation to workstationatm
So to update this module you need to follow these steps :
workstation
to workstationatm
This module needs these modules to be installed on your dolibarr :
Home - Setup - Modules - Deploy external module
and upload the zip file.Note: If this screen tell you there is no custom directory, check your setup is correct:
In your Dolibarr installation directory, edit the htdocs/conf/conf.php
file and check that following lines are not commented:
//$dolibarr_main_url_root_alt ...
//$dolibarr_main_document_root_alt ...
Uncomment them if necessary (delete the leading //
) and assign a sensible value according to your Dolibarr installation
For example :
UNIX:
$dolibarr_main_url_root_alt = '/custom';
$dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
Windows:
$dolibarr_main_url_root_alt = '/custom';
$dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';
$dolibarr_main_document_root_alt/workstationatm
cd ....../custom
git clone git@github.com:gitlogin/workstation.git workstationatm
From your browser: